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 = 'charging-station';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f5e7';
|
||||
var svgPathData = 'M336 448h-320C7.125 448 0 455.1 0 464v32C0 504.9 7.125 512 16 512h320c8.875 0 16-7.125 16-16v-32C352 455.1 344.9 448 336 448zM544 128V80C544 71.12 536.9 64 528 64S512 71.12 512 80V128h-32V80C480 71.12 472.9 64 464 64S448 71.12 448 80V128h-16C423.1 128 416 135.1 416 144v32c0 35.75 23.62 65.75 56 75.88v118.6c0 14-9.531 26.92-23.28 29.17C431.2 402.5 416 389 416 372V344C416 295.4 376.6 256 328 256H320V64c0-35.38-28.62-64-64-64H96C60.62 0 32 28.62 32 64v352h288V304h8c22.12 0 40 17.88 40 40v24.62c0 39.62 28.88 75.13 68.38 79C481.8 452 520 416.4 520 372V251.9C552.4 241.8 576 211.8 576 176v-32C576 135.1 568.9 128 560 128H544zM254.4 175.8L166.4 314.8C164.2 318.1 160.1 320 156 320c-7.625 0-13.5-6.25-11.62-12.88L167.4 224H108C100.8 224 95.12 218.4 96.13 212.1l16-106.1C112.9 99.88 117.1 96 124 96H192c7.875 0 13.62 6.5 11.62 13.25L192 160h51.99C253.2 160 258.1 168.8 254.4 175.8z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChargingStation = 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