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 = 'shekel-sign';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = ['ils','shekel','sheqel','sheqel-sign'];
|
||||
var unicode = 'f20b';
|
||||
var svgPathData = 'M256 160v160c0 17.67 14.31 32 32 32s32-14.33 32-32V160c0-70.58-57.41-128-128-128H32C14.31 32 0 46.33 0 64v384c0 17.67 14.31 32 32 32s32-14.33 32-32V96h128C227.3 96 256 124.7 256 160zM416 32c-17.69 0-32 14.33-32 32v288c0 35.3-28.72 64-64 64H192V192c0-17.67-14.31-32-32-32S128 174.3 128 192v256c0 17.67 14.31 32 32 32h160c70.59 0 128-57.42 128-128V64C448 46.33 433.7 32 416 32z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faShekelSign = 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