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 = 'highlighter';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f591';
|
||||
var svgPathData = 'M124.6 239.1c-10.75 9.502-14.1 24.38-10.75 38.13l12.1 42.75l-50.88 51l96.13 96.25l50.88-50.88l42.75 13c13.75 4.25 28.62 0 38.12-10.75l35.62-41.62L166.1 204.5L124.6 239.1zM527.9 79.25l-63.09-63.12c-20.5-20.5-53.42-21.63-75.17-2.376L190.5 183.6l169.9 169.9l169.9-199.1C549.5 132.6 548.4 99.75 527.9 79.25zM71.48 409.6l-65.08 65.24C-7.278 488.6 2.419 512 21.76 512h72.54c4.232 0 8.291-1.684 11.29-4.686l32.02-32.1L71.48 409.6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faHighlighter = 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