change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'bus-simple';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = ['bus-alt'];
|
||||
var unicode = 'f55e';
|
||||
var svgPathData = 'M448 80C448 35.2 348.8 0 224 0S0 35.2 0 80V416c0 17.67 14.34 32 32 32v32c0 17.67 14.34 32 32 32h32c17.66 0 32-14.33 32-32v-32h192v32c0 17.67 14.34 32 32 32h32c17.66 0 32-14.33 32-32v-32h6.406C438.4 448 448 435.2 448 422.4V80zM80 400c-17.66 0-32-14.33-32-32s14.34-32 32-32s32 14.33 32 32S97.66 400 80 400zM96 288C78.34 288 64 273.7 64 256V128c0-17.67 14.34-32 32-32h256c17.66 0 32 14.33 32 32v128c0 17.67-14.34 32-32 32H96zM368 400c-17.66 0-32-14.33-32-32s14.34-32 32-32s32 14.33 32 32S385.7 400 368 400z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBusSimple = 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;
|
||||
Reference in New Issue
Block a user