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 = 'yen-sign';
|
|
var width = 320;
|
|
var height = 512;
|
|
var aliases = ['cny','jpy','rmb','yen'];
|
|
var unicode = 'f157';
|
|
var svgPathData = 'M314.6 81.75L219.8 224H272c17.67 0 32 14.33 32 32S289.7 288 272 288H192v32h80c17.67 0 32 14.33 32 32S289.7 384 272 384H192v64c0 17.67-14.33 32-32 32s-32-14.33-32-32v-64H48c-17.67 0-32-14.33-32-31.1S30.33 320 48 320H128V288H48c-17.67 0-32-14.33-32-31.1S30.33 224 48 224h52.21l-94.83-142.3C-4.422 67.05-.4531 47.17 14.25 37.38c14.69-9.828 34.53-5.844 44.38 8.875L160 198.3l101.4-152.1c9.797-14.72 29.64-18.7 44.38-8.875C320.5 47.17 324.4 67.05 314.6 81.75z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faYenSign = 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; |