'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'ticket-simple'; var width = 576; var height = 512; var aliases = ['ticket-alt']; var unicode = 'f3ff'; var svgPathData = 'M528 256c0 26.5 21.5 48 48 48v96c0 26.5-21.5 48-48 48h-480C21.5 448 0 426.5 0 400v-96c26.5 0 48-21.5 48-48S26.5 208 0 208v-96C0 85.5 21.5 64 48 64h480C554.5 64 576 85.5 576 112v96C549.5 208 528 229.5 528 256z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faTicketSimple = 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;