29 lines
855 B
JavaScript
29 lines
855 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'utensil-knife';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f2e4';
|
|
var svgPathData = ['M112.83 501.6a29.51 29.51 0 0 1-41.58 3.47c-.63-.53-1.23-1.09-1.81-1.67l-48.81-48.8a29.62 29.62 0 0 1 0-41.8l160-160L258 330.29z', 'M180.59 252.84L424.74 8.7a29.45 29.45 0 0 1 41.65-.15l.15.15c71.8 71.8 34.57 351.13-208.36 321.43l-.14.16z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faUtensilKnife = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |