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-exclamation';
|
|
var width = 544;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f2f3';
|
|
var svgPathData = ['M511.6 171.51l-146.1-21.3-65.3-132.4c-11.7-23.7-45.6-23.8-57.4 0l-65.3 132.4-146.1 21.2c-26.2 3.8-36.7 36.1-17.7 54.6L119.4 329l-25 145.5c-4.5 26.1 23 46 46.4 33.7l130.7-68.6 130.7 68.7c23.3 12.3 50.9-7.5 46.4-33.7l-25-145.5 105.7-103c19-18.49 8.5-50.79-17.7-54.59zM271.5 392a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm40.1-223.4l-8 112a8 8 0 0 1-8 7.4h-48a8 8 0 0 1-8-7.4l-8-112a8 8 0 0 1 8-8.6h64a8 8 0 0 1 8 8.61z', 'M271.5 312a40 40 0 1 0 40 40 40 40 0 0 0-40-40zm32.1-152h-64a8 8 0 0 0-8 8.6l8 112a8 8 0 0 0 8 7.4h48a8 8 0 0 0 8-7.4l8-112a8 8 0 0 0-8-8.6z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faStarExclamation = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |