'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'folder'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f07b'; var svgPathData = ['M272 128H48a48 48 0 0 0-48 48v-64a48 48 0 0 1 48-48h160z', 'M512 176v224a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V176a48 48 0 0 1 48-48h416a48 48 0 0 1 48 48z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faFolder = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;