change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'truck-ramp-box';
var width = 640;
var height = 512;
var aliases = ['truck-loading'];
var unicode = 'f4de';
var svgPathData = 'M50.27 375.6c2.25 8.5 11 13.62 19.5 11.25l216.5-57.1c8.5-2.25 13.5-11.12 11.25-19.62l-49.75-185.5c-2.25-8.498-11-13.5-19.5-11.25L151 133.2l24.75 92.75L114 242.5L89.27 149.7L11.89 170.5c-8.5 2.25-13.62 11.12-11.25 19.62L50.27 375.6zM416 0c-35.35 0-63.1 28.65-63.1 63.1l.001 291.6l-346.1 94.37c-4.25 1.25-6.75 5.625-5.625 9.75l12.62 46.37c1.25 4.25 5.625 6.75 9.875 5.625l393.6-107.5c2.471 62.28 55.26 111.6 118.1 107.5c59.99-3.829 104.7-57.75 104.7-117.9L640 0H416zM528 447.1c-26.5 0-48-21.5-48-47.1c0-26.5 21.5-47.1 48-47.1c26.5 0 47.1 21.5 47.1 47.1C576 426.5 554.5 447.1 528 447.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faTruckRampBox = 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;