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 = 'franc-sign';
|
||||
var width = 320;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'e18f';
|
||||
var svgPathData = 'M320 64c0 17.67-14.31 32-32 32H112v96H256c17.69 0 32 14.33 32 32s-14.31 32-32 32H112v64H192c17.69 0 32 14.33 32 32s-14.31 32-32 32H112v64c0 17.67-14.31 32-32 32s-32-14.33-32-32v-64H32c-17.69 0-32-14.33-32-32s14.31-32 32-32h16V64c0-17.67 14.31-32 32-32H288C305.7 32 320 46.33 320 64z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFrancSign = 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