30 lines
1.0 KiB
JavaScript
30 lines
1.0 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'spoon';
|
|
var width = 512;
|
|
var height = 512;
|
|
var aliases = ['utensil-spoon'];
|
|
var unicode = 'f2e5';
|
|
var svgPathData = 'M450.3 265.1c-.5039 .5039-1.008 1.004-1.516 1.496c-42.99 41.93-107.1 47.27-158.5 20.95l-207.4 216.2c-4.914 5.156-11.7 8.148-18.85 8.246c-7.104 .0976-13.99-2.699-19.02-7.734l-37.36-37.36c-5.035-5.031-7.834-11.92-7.736-19.02c.0977-7.152 3.09-13.94 8.246-18.85l216.2-207.4C198.1 170.3 203.4 106.2 245.4 63.18c.4941-.5078 .9922-1.012 1.496-1.516c64.29-64.29 176.4-85.34 232.5-29.09C535.7 88.7 514.6 200.8 450.3 265.1z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faSpoon = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = aliases;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData;
|
|
exports.aliases = aliases; |