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-rear';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['car-alt'];
|
||||
var unicode = 'f5de';
|
||||
var svgPathData = 'M470.8 196.4l-32.9-98.73C424.9 58.44 388.2 32 346.9 32H165.3c-41.32 0-78 26.44-91.07 65.64L41.28 196.4C17.23 205.6 .0495 228.7 .0495 256l-.0247 80c0 23.63 12.95 44.04 31.1 55.12V448c0 17.67 14.33 32 31.1 32H96.03c17.67 0 31.1-14.33 31.1-32v-48h255.1V448c0 17.67 14.33 32 31.1 32h31.1c17.67 0 31.1-14.33 31.1-32v-56.88C499 380 512 359.6 512 336V256C512 228.7 494.9 205.6 470.8 196.4zM104 304h-32C58.74 304 48 293.3 48 280S58.74 256 72 256h32C117.3 256 128 266.7 128 280S117.3 304 104 304zM110.2 192l24.7-74.12C139.3 104.8 151.5 96 165.3 96h181.6c13.8 0 25.1 8.793 30.36 21.88L401.9 192H110.2zM320 320c0 8.836-7.164 16-16 16h-96C199.2 336 192 328.8 192 320V288c0-8.838 7.164-16 16-16h96C312.8 272 320 279.2 320 288V320zM440 304h-32C394.7 304 384 293.3 384 280S394.7 256 408 256h32c13.25 0 24 10.75 24 24S453.3 304 440 304z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCarRear = 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