Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faEgg.js
2019-01-28 14:03:10 -06:00

29 lines
662 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'egg';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f7fb';
var svgPathData = 'M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faEgg = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;