change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'trailer';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'e041';
|
||||
var svgPathData = 'M176 320C131.9 320 96 355.9 96 400S131.9 480 176 480S256 444.1 256 400S220.1 320 176 320zM176 432c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S193.6 432 176 432zM624 320H544V64c0-17.67-14.33-32-32-32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h33.63C73.5 329.8 119.6 288 176 288s102.5 41.75 110.4 96H624c8.837 0 16-7.163 16-16v-32C640 327.2 632.8 320 624 320zM96 243.6C84.63 249.4 73.88 256.4 64 264.4V104C64 99.63 67.63 96 72 96h16C92.38 96 96 99.63 96 104V243.6zM192 225.1C186.8 224.6 181.4 224 176 224S165.3 224.6 160 225.1V104C160 99.63 163.6 96 168 96h16C188.4 96 192 99.63 192 104V225.1zM288 264.4c-9.875-8-20.62-15-32-20.75V104C256 99.63 259.6 96 264 96h16C284.4 96 288 99.63 288 104V264.4zM384 320h-32V104C352 99.63 355.6 96 360 96h16C380.4 96 384 99.63 384 104V320zM480 320h-32V104C448 99.63 451.6 96 456 96h16C476.4 96 480 99.63 480 104V320z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faTrailer = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
Reference in New Issue
Block a user