29 lines
937 B
JavaScript
29 lines
937 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'utensil-spoon';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f2e5';
|
|
var svgPathData = ['M293.76 285.91L98.78 503a27.26 27.26 0 0 1-38.5 2.05c-.34-.31-.67-.62-1-.95L8 452.81a27.18 27.18 0 0 1-.12-38.44c.36-.36.74-.72 1.12-1.06l217.14-195a136.7 136.7 0 0 0 67.66 67.65z', 'M446.14 269.5c-40.61 40.62-136.1 44.93-192.33-11.31S201.88 106.47 242.5 65.86C310.38-2 423.85-24.32 480.08 31.92S514 201.62 446.14 269.5z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faUtensilSpoon = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |