30 lines
1.0 KiB
JavaScript
30 lines
1.0 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'chart-line';
|
|
var width = 512;
|
|
var height = 512;
|
|
var aliases = ['line-chart'];
|
|
var unicode = 'f201';
|
|
var svgPathData = 'M111.1 304C124.5 316.5 144.8 316.5 157.2 304L208 253.3l57.38 57.38C271.6 316.9 279.8 320 288 320s16.38-3.125 22.62-9.375l153.4-153.4c12.49-12.49 12.49-32.75 .0008-45.25c-12.5-12.5-32.76-12.5-45.25-.0018L288 242.8L230.6 185.4c-12.5-12.5-32.75-12.5-45.25 0L111.1 258.8C99.5 271.2 99.5 291.5 111.1 304zM480 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.faChartLine = 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; |