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 = 'far';
|
||||
var iconName = 'star-half';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f089';
|
||||
var svgPathData = 'M287.9 25.05C287.9 9.428 266.5 3.525 259.4 17.45c-.0599 .1179-65.61 132.7-65.61 132.7L47.47 171.5C21.2 175.3 10.68 207.6 29.72 226.1l105.9 102.1L110.6 474.6C107 495.3 123.6 512 142.2 512c4.932 0 10.01-1.172 14.88-3.75l113.8-59.71C281.4 443 288 432.1 288 420.2L287.9 25.05zM240 410.5l-76.61 40.2l22.4-130.1c.8952-5.2-.8309-10.51-4.614-14.19l-94.7-92.09l130.9-19.04c5.207-.7576 9.709-4.027 12.04-8.745l10.59-21.42V410.5z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faStarHalf = 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