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 = 'car-side';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f5e4';
|
||||
var svgPathData = 'M520 224l-108.7-135.9C399.1 72.85 380.7 64 361.3 64H155.4c-26.25 0-49.75 15.88-59.5 40.25L48 226.3C20.5 233.4 0 258.3 0 288v112c0 17.67 14.33 32 32 32h33.61C73.27 477.3 112.5 512 160 512s86.73-34.65 94.39-80h131.2C393.3 477.3 432.5 512 480 512s86.73-34.65 94.39-80H608c17.67 0 32-14.33 32-32v-56C640 277.7 586.3 224 520 224zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48c26.5 0 48 21.5 48 48S186.5 464 160 464zM224 224H116.9l38.5-96H224V224zM272 224V128h89.25l76.75 96H272zM480 464c-26.5 0-48-21.5-48-48s21.5-48 48-48c26.5 0 48 21.5 48 48S506.5 464 480 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCarSide = 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