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';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['automobile'];
|
||||
var unicode = 'f1b9';
|
||||
var svgPathData = 'M470.8 196.4l-32.91-98.73C424.8 58.44 388.1 32 346.8 32h-181.6C123.9 32 87.19 58.44 74.12 97.64L41.21 196.4C17.16 205.6 0 228.7 0 256v192c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-48h320V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V256C512 228.7 494.8 205.6 470.8 196.4zM134.8 117.9C139.2 104.8 151.4 96 165.2 96h181.6c13.8 0 26 8.793 30.36 21.88L401.9 192H110.1L134.8 117.9zM96 320c-17.67 0-32-14.33-32-32c0-17.67 14.33-32 32-32s32 14.33 32 32C128 305.7 113.7 320 96 320zM384 288c0-17.67 14.33-32 32-32s32 14.33 32 32c0 17.67-14.33 32-32 32S384 305.7 384 288z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCar = 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