Release 5.10.0 (#1385)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'tree-large';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f7dd';
|
||||
var svgPathData = ['M385.8 352H62.23c-25.6 0-39.5-29.21-23.2-48.5L134 192h180.16L409 303.46c16.3 19.3 2.4 48.54-23.2 48.54z', 'M439.6 455.58L349.83 352H98.23L8.43 455.58c-19 21.88-3.8 56.42 24.7 56.38H414.8c28.6.04 43.7-34.58 24.8-56.38zM89.23 192h269.73c21.3 0 32.9-22.5 19.3-37.29L243.33 8.17c-10-10.89-28.6-10.89-38.6 0L69.93 154.71c-13.6 14.79-2 37.29 19.3 37.29z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faTreeLarge = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user