infinity-forge
Version:
9 lines • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconStarBg = IconStarBg;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconStarBg(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.07294 2.78894C9.41 1.95549 10.59 1.95549 10.9271 2.78894L12.3639 6.34186C12.5072 6.69608 12.8397 6.93771 13.2209 6.96449L17.0439 7.2331C17.9407 7.29611 18.3054 8.41837 17.6169 8.99647L14.6819 11.4609C14.3892 11.7066 14.2622 12.0976 14.3545 12.4683L15.2804 16.1873C15.4977 17.0597 14.543 17.7533 13.7804 17.2771L10.5296 15.2473C10.2055 15.0449 9.79446 15.0449 9.47036 15.2473L6.21957 17.2771C5.45699 17.7533 4.50235 17.0597 4.71955 16.1873L5.64547 12.4683C5.73779 12.0976 5.61075 11.7066 5.31814 11.4609L2.38312 8.99647C1.69462 8.41836 2.05926 7.29611 2.95607 7.2331L6.77912 6.96449C7.16027 6.93771 7.49284 6.69608 7.63609 6.34187L9.07294 2.78894Z', fill: color }) }));
}
//# sourceMappingURL=icon-starBg.js.map