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 = 'taxi';
var width = 512;
var height = 512;
var aliases = ['cab'];
var unicode = 'f1ba';
var svgPathData = 'M470.8 228.4l-32.91-98.73C424.8 90.44 388.1 64 346.8 64l5.148 .0024L352 32c0-17.67-14.33-32-32-32H192C174.3 0 160 14.33 160 32l.0313 32L165.2 64C123.9 64 87.19 90.44 74.12 129.6L41.21 228.4C17.16 237.6 0 260.7 0 288v192c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-48h320V480c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V288C512 260.7 494.8 237.6 470.8 228.4zM134.8 149.9C139.2 136.8 151.4 128 165.2 128h181.6c13.8 0 26 8.793 30.36 21.88L401.9 224H110.1L134.8 149.9zM96 352c-17.67 0-32-14.33-32-32c0-17.67 14.33-32 32-32s32 14.33 32 32C128 337.7 113.7 352 96 352zM416 352c-17.67 0-32-14.33-32-32c0-17.67 14.33-32 32-32s32 14.33 32 32C448 337.7 433.7 352 416 352z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faTaxi = 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;