'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'archway'; var width = 576; var height = 512; var aliases = ['']; var unicode = 'f557'; var svgPathData = 'M560 448H544V96H32v352H16C7.125 448 0 455.1 0 464v32C0 504.9 7.125 512 16 512h160C184.9 512 192 504.9 192 496V320c0-53 43-96 96-96s96 43 96 96v176c0 8.875 7.125 16 16 16h160c8.875 0 16-7.125 16-16v-32C576 455.1 568.9 448 560 448zM560 0h-544C7.125 0 0 7.125 0 16v32C0 56.88 7.125 64 16 64h544C568.9 64 576 56.88 576 48v-32C576 7.125 568.9 0 560 0z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faArchway = 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;