30 lines
1.1 KiB
JavaScript
30 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'boxes-stacked';
|
|
var width = 576;
|
|
var height = 512;
|
|
var aliases = ['boxes','boxes-alt','62625'];
|
|
var unicode = 'f468';
|
|
var svgPathData = 'M224 288H160v96l-32-21.25L96 384V288H32c-17.6 0-32 14.4-32 32v160c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-160C256 302.4 241.6 288 224 288zM192 224h192c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32h-64v96l-32-21.25L256 96V0H192C174.4 0 160 14.4 160 32v160C160 209.6 174.4 224 192 224zM544 288h-64v96l-32-21.25L416 384V288h-64c-17.6 0-32 14.4-32 32v160c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-160C576 302.4 561.6 288 544 288z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faBoxesStacked = 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; |