30 lines
975 B
JavaScript
30 lines
975 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'peseta-sign';
|
|
var width = 384;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'e221';
|
|
var svgPathData = 'M352 160h-3.234c-14.87-72.94-79.48-128-156.7-128H64C46.33 32 32 46.31 32 64v96C14.33 160 0 174.3 0 192s14.33 32 32 32v224c0 17.69 14.33 32 32 32s32-14.31 32-32v-96h96.02c77.26 0 141.9-55.06 156.7-128H352c17.67 0 32-14.31 32-32S369.7 160 352 160zM96 96h96c41.66 0 76.85 26.83 90.1 64H96V96zM192 288H96V224h186.1C268.9 261.2 233.7 288 192 288z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faPesetaSign = 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; |