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 = 'tree-palm';
|
|
var width = 576;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f82b';
|
|
var svgPathData = ['M347.66 485c-2 15.63-16 27-31.71 27h-55.13a31.92 31.92 0 0 1-31.08-39.61c14.42-57.12 36.55-167.3 25.86-272L264 192h57.25c14.84 56.66 41.2 179.53 26.41 293z', 'M575.76 172.86C564.15 111.24 497.4 64 416.78 64c-39.43 0-75.06 11.74-103 30.5C295.16 40.17 233.39 0 159.26 0 78.64 0 11.89 47.24.26 108.86-1.59 118.79 6.77 128 18 128h54l24-48 33.46 66.92c-3.46 3.08-7.26 5.69-10.64 9.08-57 57-70.82 137.6-35.43 189.38 5.7 8.34 18.12 8.94 26.07 1L264 192h192l24-48 24 48h54c11.27 0 19.63-9.21 17.76-19.14z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faTreePalm = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |