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 = 'bus';
var width = 576;
var height = 512;
var aliases = [''];
var unicode = 'f207';
var svgPathData = 'M520 128H512V80C512 35.25 412.8 0 288 0S64 35.25 64 80V128H56C42.75 128 32 138.8 32 152v80C32 245.3 42.75 256 56 256H64v160c0 17.62 14.38 32 32 32v32c0 17.62 14.38 32 32 32h32c17.62 0 32-14.38 32-32v-32h192v32c0 17.62 14.38 32 32 32h32c17.62 0 32-14.38 32-32v-32h6.385C502.4 448 512 435.3 512 422.4V256h8C533.3 256 544 245.3 544 232v-80C544 138.8 533.3 128 520 128zM208 64h160C376.8 64 384 71.16 384 80C384 88.84 376.8 96 368 96h-160C199.2 96 192 88.84 192 80C192 71.16 199.2 64 208 64zM144 400c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S161.6 400 144 400zM272 288H160C142.4 288 128 273.6 128 256V160c0-17.62 14.38-32 32-32h112V288zM304 288V128H416c17.62 0 32 14.38 32 32v96c0 17.62-14.38 32-32 32H304zM432 400c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S449.6 400 432 400z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBus = 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;