Release 5.10.0 (#1385)

This commit is contained in:
Rob Madole
2019-07-29 11:21:43 -05:00
committed by GitHub
parent 3925730b84
commit c88a03c8ed
6834 changed files with 207561 additions and 4972 deletions

View File

@@ -0,0 +1,29 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'ticket-alt';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f3ff';
var svgPathData = ['M160 160h320v192H160z', 'M608 208v-96a48 48 0 0 0-48-48H80a48 48 0 0 0-48 48v96a48 48 0 0 1 0 96v96a48 48 0 0 0 48 48h480a48 48 0 0 0 48-48v-96a48 48 0 0 1 0-96zm-96 152a24 24 0 0 1-24 24H152a24 24 0 0 1-24-24V152a24 24 0 0 1 24-24h336a24 24 0 0 1 24 24z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faTicketAlt = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;