Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faStar.js
2019-07-29 11:21:43 -05:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'star';
var width = 576;
var height = 512;
var ligatures = [];
var unicode = 'f005';
var svgPathData = ['M370.82 306.77l19.71 114.7-103-54.16-103 54.16 19.71-114.7-83.41-81.28L236 208.69l51.5-104.38L339 208.69l115.25 16.8z', 'M527.6 171.51l-146.1-21.3-65.3-132.4a32 32 0 0 0-57.4 0l-65.3 132.4-146.1 21.3c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-3.56 20.79 13 37.45 31.56 37.45a31.49 31.49 0 0 0 14.84-3.75l130.7-68.7 130.7 68.7A31.67 31.67 0 0 0 433 512c18.57 0 35.15-16.61 31.59-37.41l-25-145.5 105.7-103c19.01-18.48 8.51-50.78-17.69-54.58zM370.82 306.77l19.71 114.7-103-54.16-103 54.16 19.71-114.7-83.41-81.28L236 208.69l51.5-104.38L339 208.69l115.25 16.8z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faStar = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;