29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'file-chart-pie';
|
|
var width = 384;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f65a';
|
|
var svgPathData = ['M224 136V0H24A23.94 23.94 0 0 0 0 24v464a23.94 23.94 0 0 0 24 24h336a23.94 23.94 0 0 0 24-24V160H248a24.07 24.07 0 0 1-24-24zm-87.49 302.53a111.29 111.29 0 0 1-63-63c-30-77.36 17.44-150.7 86.53-164.84V352h141.3c-14.14 69.09-87.48 116.58-164.83 86.53zM312.14 320H192V199.86A120.13 120.13 0 0 1 312.14 320zM384 121.9v6.1H256V0h6.1a24 24 0 0 1 17 7l97.9 98a23.92 23.92 0 0 1 7 16.9z', 'M160 210.66C90.91 224.8 43.42 298.14 73.47 375.5a111.29 111.29 0 0 0 63 63c77.39 30.08 150.73-17.41 164.87-86.5H160zm32-10.8V320h120.14A120.13 120.13 0 0 0 192 199.86z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faFileChartPie = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |