29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'star-half-alt';
|
|
var width = 544;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f5c0';
|
|
var svgPathData = ['M530.28 226.11l-105.91 103 25 145.49c3.63 20.77-13.03 37.4-31.63 37.4a31.78 31.78 0 0 1-14.83-3.71L272 439.58v-54.24l22.36 11.73 102.13 53.59L377 337.21l-4.28-24.88 18.12-17.62 82.65-80.38-114.26-16.63-25-3.64L323 171.43 272 68.14V0a31.85 31.85 0 0 1 28.77 17.81l65.41 132.39 146.37 21.31c26.25 3.8 36.77 36.1 17.73 54.6z', 'M94.9 474.5l25-145.5L14.2 226c-19-18.5-8.5-50.8 17.7-54.6L178 150.2l65.3-132.4A31.63 31.63 0 0 1 272 0v439.6l-130.7 68.6c-23.4 12.3-50.9-7.6-46.4-33.7z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faStarHalfAlt = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |