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-battery';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['battery-car'];
|
||||
var unicode = 'f5df';
|
||||
var svgPathData = 'M448 128V80C448 71.16 440.8 64 432 64h-96C327.2 64 320 71.16 320 80V128H192V80C192 71.16 184.8 64 176 64h-96C71.16 64 64 71.16 64 80V128C28.8 128 0 156.8 0 191.1v192C0 419.2 28.8 448 63.1 448H448c35.2 0 64-28.8 64-63.1V191.1C512 156.8 483.2 128 448 128zM176 272h-96C71.16 272 64 264.8 64 256s7.164-16 16-16h96C184.8 240 192 247.2 192 256S184.8 272 176 272zM432 272h-32v32c0 8.836-7.164 16-16 16s-16-7.164-16-16v-32h-32C327.2 272 320 264.8 320 256s7.164-16 16-16h32v-32C368 199.2 375.2 192 384 192s16 7.164 16 16v32h32C440.8 240 448 247.2 448 256S440.8 272 432 272z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCarBattery = 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