29 lines
984 B
JavaScript
29 lines
984 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'far';
|
|
var iconName = 'font';
|
|
var width = 448;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f031';
|
|
var svgPathData = 'M428 430.5h-25.4L262.7 40c-1.7-4.8-6.2-8-11.3-8h-54.8c-5.1 0-9.6 3.2-11.3 8L45.4 430.5H20c-6.6 0-12 5.4-12 12V468c0 6.6 5.4 12 12 12h120c6.6 0 12-5.4 12-12v-25.5c0-6.6-5.4-12-12-12h-30.5l34.9-99.6H303l34.9 99.6H308c-6.6 0-12 5.4-12 12V468c0 6.6 5.4 12 12 12h120c6.6 0 12-5.4 12-12v-25.5c0-6.6-5.4-12-12-12zM160.2 280.1l55.2-155.5c5.7-18.4 8.6-34.3 8.6-34.3s2.2 15.9 8.6 34.3l54.6 155.5z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faFont = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |