'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'sign-hanging'; var width = 512; var height = 512; var aliases = ['sign']; var unicode = 'f4d9'; var svgPathData = 'M160 384h320V160H160V384zM496 63.1L128 63.1v-48c0-8.75-7.25-16-16-16l-32 0c-8.75 0-16 7.25-16 16v48L16 63.1c-8.75 0-16 7.25-16 16v32c0 8.75 7.25 16 16 16H64v368C64 504.8 71.25 512 80 512h32C120.8 512 128 504.8 128 496v-368h368c8.75 0 16-7.25 16-16v-32C512 71.25 504.8 63.1 496 63.1z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faSignHanging = 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;