30 lines
1.2 KiB
JavaScript
30 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'chart-gantt';
|
|
var width = 512;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'e0e4';
|
|
var svgPathData = 'M352 300.8v38.5C352 345.6 358.4 352 364.8 352h102.5C473.6 352 480 345.6 480 339.3v-38.5C480 294.4 473.6 288 467.3 288h-102.5C358.4 288 352 294.4 352 300.8zM192 204.8v38.5C192 249.6 198.4 256 204.8 256h166.5C377.6 256 384 249.6 384 243.3v-38.5C384 198.4 377.6 192 371.3 192h-166.5C198.4 192 192 198.4 192 204.8zM480 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 416zM140.8 160h134.5C281.6 160 288 153.6 288 147.3v-38.5C288 102.4 281.6 96 275.3 96h-134.5C134.4 96 128 102.4 128 108.8v38.5C128 153.6 134.4 160 140.8 160z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faChartGantt = 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; |