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 = 'wand-magic';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['magic'];
|
||||
var unicode = 'f0d0';
|
||||
var svgPathData = 'M497.9 48l-33.92-33.94c-18.74-18.75-49.14-18.75-67.88-.002L14.06 396.1c-18.75 18.74-18.75 49.13-.0039 67.88l33.93 33.95c18.74 18.75 49.14 18.75 67.88 .0039L497.9 115.9C516.7 97.13 516.7 66.75 497.9 48zM347.3 187.3l-22.63-22.63l105.4-105.4l22.66 22.63L347.3 187.3z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faWandMagic = 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