change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'peso-sign';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'e222';
|
||||
var svgPathData = 'M400 224h-16.81C383.7 218.7 384 213.4 384 208S383.7 197.3 383.2 192H400c17.67 0 32-14.31 32-32s-14.33-32-32-32h-35.43c-29.2-56.89-88.32-96-156.5-96H96C78.33 32 64 46.31 64 64v64C46.33 128 32 142.3 32 160s14.35 32 32.02 32L64 224C46.33 224 32 238.3 32 256s14.33 32 32 32v160c0 17.69 14.33 32 32 32s32-14.31 32-32v-64h80.03c68.22 0 127.3-39.11 156.5-96H400c17.67 0 32-14.31 32-32S417.7 224 400 224zM128 96h80c30.4 0 57.93 12.27 78.13 32H128V96zM128 192h190.4C319.1 197.3 320 202.5 320 208S319.1 218.7 318.4 224H128V192zM208 320H128V288h158.1C265.9 307.7 238.4 320 208 320z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faPesoSign = 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;
|
||||
Reference in New Issue
Block a user