29 lines
983 B
JavaScript
29 lines
983 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'coffin';
|
|
var width = 384;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f6c6';
|
|
var svgPathData = ['M237.53,48l96.65,94.92L252.44,464H131.57L49.83,142.91,146.45,48h91.08', 'M237.53,48l96.65,94.92L252.44,464H131.57L49.83,142.91,146.45,48h91.08m6.14-48H140.32a32.93,32.93,0,0,0-23,9.37L9.54,115.19A31.61,31.61,0,0,0,1,145.58L88.08,487.76A32.47,32.47,0,0,0,119.69,512H264.31a32.5,32.5,0,0,0,31.62-24.24L383,145.58a31.65,31.65,0,0,0-8.59-30.39h0L266.7,9.37a32.89,32.89,0,0,0-23-9.37Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faCoffin = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |