Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faBoxTissue.js
2020-07-15 12:53:54 -05:00

29 lines
882 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'box-tissue';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'e05b';
var svgPathData = ['M384,288,448,96H338.6A70.2,70.2,0,0,1,272,48,70.19,70.19,0,0,0,205.4,0H64l64,288Z', 'M0,480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V416H0ZM480,224H439.06l-21.33,64H432a16,16,0,0,1,0,32H80a16,16,0,0,1,0-32H95.22L81,224H32A32,32,0,0,0,0,256V384H512V256A32,32,0,0,0,480,224Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faBoxTissue = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;