@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const StarFill = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:star-fill" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16.5706 21.1005C17.7924 21.7429 18.9716 20.8873 18.738 19.5257L17.8623 14.4197C17.8708 14.4694 21.5592 10.843 21.5592 10.843C22.5477 9.87942 22.0985 8.49366 20.7313 8.295L15.6046 7.55004C15.6544 7.55729 13.3453 2.92878 13.3453 2.92878C12.7344 1.69088 11.2776 1.68994 10.6662 2.92878L8.37348 7.57438C8.39578 7.5292 3.28026 8.295 3.28026 8.295C1.91414 8.49351 1.46308 9.87869 2.45236 10.843L6.16209 14.4591C6.12602 14.4239 5.27355 19.5257 5.27355 19.5257C5.04019 20.8863 6.21819 21.7433 7.441 21.1005L12.0265 18.6897C11.9819 18.7132 16.5706 21.1005 16.5706 21.1005Z", fillRule: "nonzero" }) })));
exports.default = StarFill;
//# sourceMappingURL=star-fill.js.map