iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 946 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Star = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-star", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 00-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767l-3.686 1.894.694-3.957a.56.56 0 00-.163-.505L1.71 6.745l4.052-.576a.53.53 0 00.393-.288L8 2.223l1.847 3.658a.53.53 0 00.393.288l4.052.575-2.906 2.77a.56.56 0 00-.163.506l.694 3.957-3.686-1.894a.5.5 0 00-.461 0z" }));
exports.default = Star;