'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'money-bill'; var width = 576; var height = 512; var aliases = ['']; var unicode = 'f0d6'; var svgPathData = 'M528 64h-480C21.49 64 0 85.49 0 112v288C0 426.5 21.49 448 48 448h480c26.51 0 48-21.49 48-48v-288C576 85.49 554.5 64 528 64zM48 400v-64c35.38 0 64 28.62 64 64H48zM48 176v-64h64C112 147.4 83.38 176 48 176zM288 352c-44.18 0-80-42.98-80-96c0-53.02 35.82-96 80-96s80 42.98 80 96C368 309 332.2 352 288 352zM528 400h-64c0-35.38 28.62-64 64-64V400zM528 176c-35.38 0-64-28.62-64-64h64V176z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faMoneyBill = 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;