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 = 'pen-fancy';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f5ac';
|
||||
var svgPathData = 'M64 288l-64 208l97.62-104.2c-.75-2.5-1.625-5-1.625-7.75c0-17.62 14.38-32 32-32s32 14.38 32 32s-14.38 32-32 32c-2.75 0-5.25-.875-7.75-1.625l-104.2 97.63L224 448l38.12-99.25L163.2 249.9L64 288zM369.3 28.38L186.1 227.8l97.88 97.87l199.5-183.1C568.4 67.5 443.8-55.1 369.3 28.38z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faPenFancy = 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