'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'ruble-sign'; var width = 384; var height = 512; var aliases = ['rouble','rub','ruble']; var unicode = 'f158'; var svgPathData = 'M240 320c79.41 0 144-64.59 144-144S319.4 32 240 32H96C78.33 32 64 46.33 64 64v192H32C14.33 256 0 270.3 0 288s14.33 32 32 32h32v32H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h32v32c0 17.67 14.33 32 32 32s32-14.33 32-32v-32h160c17.67 0 32-14.33 32-32s-14.33-32-32-32H128v-32H240zM128 96h112C284.1 96 320 131.9 320 176S284.1 256 240 256H128V96z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faRubleSign = 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;