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 = 'road';
var width = 576;
var height = 512;
var aliases = [''];
var unicode = 'f018';
var svgPathData = 'M573.2 415.9l-125.7-352c-6.822-19.1-24.92-31.86-45.2-31.86H320v80c0 8.836-7.162 16-16 16h-32c-8.836 0-16-7.164-16-16v-80H173.8c-20.29 0-38.38 12.75-45.2 31.86l-125.7 352C-8.326 447.1 14.85 480 48.04 480H256v-80C256 391.2 263.2 384 272 384h32c8.838 0 16 7.164 16 16V480h207.1C561.2 480 584.3 447.1 573.2 415.9zM320 304c0 8.836-7.162 16-16 16h-32C263.2 320 256 312.8 256 304v-96C256 199.2 263.2 192 272 192h32C312.8 192 320 199.2 320 208V304z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faRoad = 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;