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-clip';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['pen-alt'];
|
||||
var unicode = 'f305';
|
||||
var svgPathData = 'M497.9 74.18l-60.12-60.12c-18.75-18.75-49.24-18.75-67.99 0l-56.49 56.62l127.1 127.1l56.62-56.49C516.7 123.4 516.7 92.92 497.9 74.18zM251.1 53.68c-15.62-15.62-40.87-15.62-56.49 0L75.75 172.4c-6.249 6.249-6.249 16.37 0 22.62l11.31 11.31c6.249 6.249 16.37 6.249 22.62 0l113.2-113l33.93 33.93L94.01 290c-52.49 52.49-85.61 121.4-93.86 195.2c-1.625 15.25 11.25 28.32 26.49 26.7c73.86-8.124 142.7-41.25 195.3-93.86l196.7-196.7L251.1 53.68z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faPenClip = 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