29 lines
795 B
JavaScript
29 lines
795 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'stocking';
|
|
var width = 384;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f7d5';
|
|
var svgPathData = ['M368 96H80a16 16 0 0 1-16-16V16A16 16 0 0 1 80 0h288a16 16 0 0 1 16 16v64a16 16 0 0 1-16 16z', 'M351.9 302.9A159.59 159.59 0 0 1 280.7 436L199 490.5a128 128 0 0 1-142-213l39-26V128h255.9z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faStocking = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |