Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faFlower.js
2019-07-29 11:21:43 -05:00

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'flower';
var width = 448;
var height = 512;
var ligatures = [];
var unicode = 'f7ff';
var svgPathData = ['M403.86 256C430.7 232.54 448 198.45 448 160A128 128 0 0 0 320 32c-38.45 0-72.54 17.3-96 44.14C200.54 49.3 166.45 32 128 32A128 128 0 0 0 0 160c0 38.45 17.3 72.54 44.14 96C17.3 279.46 0 313.55 0 352a128 128 0 0 0 128 128c38.45 0 72.54-17.3 96-44.14C247.46 462.7 281.55 480 320 480a128 128 0 0 0 128-128c0-38.45-17.3-72.54-44.14-96zM303.2 335.2A112 112 0 1 1 336 256a111.29 111.29 0 0 1-32.8 79.2z', 'M304 256a80 80 0 1 1-80-80 80 80 0 0 1 80 80z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFlower = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;