Release 5.13.0 (#1487)

This commit is contained in:
Rob Madole
2020-03-23 13:50:36 -05:00
committed by GitHub
parent 1d435c52fa
commit 8c120e016a
686 changed files with 17347 additions and 1275 deletions

View File

@@ -0,0 +1,29 @@
'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 = 'f95b';
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;