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 = 'truck-moving';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f4df';
|
||||
var svgPathData = 'M621.3 237.3l-58.51-58.51c-11.93-11.93-28.1-18.62-44.96-18.62L480 160.1V96c0-35.35-28.65-64-64-64H64C28.65 32 0 60.65 0 96v299.6c0 40.81 28.61 78.19 69.06 83.65C99.76 483.4 127.4 469.8 144 447.6c16.77 22.5 44.72 36.01 75.74 31.57c32.44-4.639 59.16-30.57 66.44-62.52c2.754-12.09 2.158-22.41 .2089-32.64h163.2c-.625 2.92-1.051 5.842-1.311 8.807c-3.555 40.43 25.52 79.17 65.54 85.98C564.4 487.4 608 448.9 608 399.1c0-5.5-.6191-10.75-1.619-16L624 384c8.75 0 16-7.25 16-16V282.5C640 265.5 633.3 249.3 621.3 237.3zM79.1 431.1c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S97.62 431.1 79.1 431.1zM207.1 431.1c-17.62 0-31.1-14.38-31.1-32s14.37-32 31.1-32s32 14.38 32 32S225.6 431.1 207.1 431.1zM528 431.1c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S545.6 431.1 528 431.1zM480 256V208h37.5c4.25 0 8.25 1.75 11.25 4.75L572.1 256H480z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faTruckMoving = 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