'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'bitcoin-sign'; var width = 320; var height = 512; var aliases = ['']; var unicode = 'e0b4'; var svgPathData = 'M266.8 241.1C279.1 222.7 288 200.3 288 176c0-50.56-33.9-92.9-80-106.8V32c0-17.69-14.31-32-32-32s-32 14.31-32 32v32h-32V32c0-17.69-14.31-32-32-32s-32 14.31-32 32v32H32C14.31 64 0 78.31 0 96v320c0 17.69 14.31 32 32 32h16v32c0 17.69 14.31 32 32 32s32-14.31 32-32v-32h32v32c0 17.69 14.31 32 32 32s32-14.31 32-32v-32c61.75 0 112-50.25 112-112C320 295.9 298.6 260.9 266.8 241.1zM224 176C224 202.5 202.5 224 176 224H64V128h112C202.5 128 224 149.5 224 176zM208 384H64V288h144c26.47 0 48 21.53 48 48S234.5 384 208 384z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faBitcoinSign = 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;