2022-02-07 20:16:51 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fas';
|
|
|
|
var iconName = 'folder-tree';
|
|
|
|
var width = 576;
|
|
|
|
var height = 512;
|
|
|
|
var aliases = [];
|
|
|
|
var unicode = 'f802';
|
2024-07-16 17:13:31 +00:00
|
|
|
var svgPathData = 'M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32l0 96L0 384c0 35.3 28.7 64 64 64l192 0 0-64L64 384l0-224 192 0 0-64L64 96l0-64zM288 192c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4L320 0c-17.7 0-32 14.3-32 32l0 160zm0 288c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4L320 288c-17.7 0-32 14.3-32 32l0 160z';
|
2022-02-07 20:16:51 +00:00
|
|
|
|
|
|
|
exports.definition = {
|
|
|
|
prefix: prefix,
|
|
|
|
iconName: iconName,
|
|
|
|
icon: [
|
|
|
|
width,
|
|
|
|
height,
|
|
|
|
aliases,
|
|
|
|
unicode,
|
|
|
|
svgPathData
|
|
|
|
]};
|
|
|
|
|
|
|
|
exports.faFolderTree = 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;
|