30 lines
1.1 KiB
JavaScript
30 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'rupiah-sign';
|
|
var width = 512;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'e23d';
|
|
var svgPathData = 'M256 176C256 96.59 191.4 32 112 32H32C14.33 32 0 46.31 0 64v384c0 17.69 14.33 32 32 32s32-14.31 32-32v-128h42.33l55.95 139.9C167.3 472.4 179.3 480 192 480c3.953 0 7.971-.7187 11.88-2.281c16.41-6.562 24.39-25.19 17.83-41.59L170.2 307.4C220.7 285 256 234.6 256 176zM112 256H64V96h48C156.1 96 192 131.9 192 176S156.1 256 112 256zM392 160H320c-17.67 0-32 14.31-32 32v288c0 17.69 14.33 32 32 32s32-14.31 32-32v-80h40c66.17 0 120-53.84 120-120S458.2 160 392 160zM392 336H352V224h40C422.9 224 448 249.1 448 280S422.9 336 392 336z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faRupiahSign = 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; |