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 = 'chart-bar';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['bar-chart'];
|
||||
var unicode = 'f080';
|
||||
var svgPathData = 'M140.8 160h230.5C377.6 160 384 153.6 384 147.3v-38.5C384 102.4 377.6 96 371.3 96h-230.5C134.4 96 128 102.4 128 108.8v38.5C128 153.6 134.4 160 140.8 160zM140.8 256h166.5C313.6 256 320 249.6 320 243.3v-38.5C320 198.4 313.6 192 307.3 192h-166.5C134.4 192 128 198.4 128 204.8v38.5C128 249.6 134.4 256 140.8 256zM140.8 352h294.5C441.6 352 448 345.6 448 339.3v-38.5C448 294.4 441.6 288 435.3 288h-294.5C134.4 288 128 294.4 128 300.8v38.5C128 345.6 134.4 352 140.8 352zM480 416H64V63.1C64 46.33 49.67 32 32 32S0 46.33 0 63.1V448c0 17.6 14.4 32 32 32h448C497.7 480 512 465.7 512 448S497.7 416 480 416z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChartBar = 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