change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'indian-rupee-sign';
var width = 320;
var height = 512;
var aliases = ['indian-rupee','inr'];
var unicode = 'e1bc';
var svgPathData = 'M320 176c0 17.67-14.33 32-32 32h-35.99c-13.32 58.19-61.63 103.2-121.8 110.8l144.3 103.1c14.39 10.28 17.72 30.27 7.453 44.64C275.8 475.3 265.1 480 255.1 480c-6.438 0-12.94-1.938-18.57-5.953l-224-160C2.078 305.1-2.719 291.5 1.531 278.2C5.766 264.1 18.09 256 32 256h80c32.72 0 60.84-19.8 73.22-48H32c-17.67 0-32-14.33-32-32s14.33-32 32-32h153.2C172.8 115.8 144.7 96 112 96H32C14.33 96 0 81.67 0 64s14.33-32 32-32h256c17.67 0 32 14.33 32 32s-14.33 32-32 32h-56.38c9.637 14.36 16.47 30.63 20.44 48H288C305.7 144 320 158.3 320 176z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faIndianRupeeSign = 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;