29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'utensil-fork';
|
|
var width = 544;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f2e3';
|
|
var svgPathData = ['M114.82 503a27.24 27.24 0 0 1-38.49 2c-.34-.31-.68-.62-1-.95L24 452.76a27.18 27.18 0 0 1-.12-38.44c.36-.36.74-.72 1.12-1.06l201.1-180.69 69.21 69.2h.06z', 'M295.35 301.81l-69.21-69.2c-20.9-45-13.1-97.31 28.69-139.11C282.45 66 366.63 6.3 371 3.2c18.8-13.71 52.89 19.9 37.5 39.3L295.35 155.7c-1.7 3.8 9.5 14.7 12.89 12.9C329.64 149.4 426 63.3 428.32 61.3c19.3-14.1 52.49 19.1 38.4 38.4-2 2.2-88.09 98.61-107.28 120.11-1.8 3.4 9.09 14.6 12.89 12.9L485.51 119.5c19.4-15.3 53 18.7 39.3 37.4-3.1 4.4-62.79 88.61-90.39 116.21-41.89 42-94.08 49.6-139.07 28.7z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faUtensilFork = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |