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 = 'train-subway';
var width = 448;
var height = 512;
var aliases = ['subway'];
var unicode = 'f239';
var svgPathData = 'M352 0H96C42.98 0 0 42.98 0 96v256c0 49.5 37.61 89.78 85.73 94.96l-51.38 51.38C29.32 503.4 32.88 512 40.01 512h41.94c4.244 0 8.314-1.686 11.31-4.688L152.6 448h142.8l59.31 59.31C357.7 510.3 361.8 512 366.1 512h41.94c7.127 0 10.7-8.617 5.656-13.66l-51.38-51.38C410.4 441.8 448 401.5 448 352V96C448 42.98 405 0 352 0zM64 352c0-17.62 14.38-32 32-32s32 14.38 32 32s-14.38 32-32 32S64 369.6 64 352zM208 224c0 17.67-14.33 32-32 32H96C78.4 256 64 241.6 64 224V128c0-17.6 14.4-32 32-32h80c17.67 0 32 14.33 32 32V224zM352 384c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S369.6 384 352 384zM384 224c0 17.6-14.4 32-32 32h-80c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32H352c17.6 0 32 14.4 32 32V224z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faTrainSubway = 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;