UNPKG

@navinc/base-react-components

Version:
6 lines 769 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const StarFillHalf = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:star-fill-half" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.37348 7.57436L10.6662 2.92877C10.9708 2.3117 11.485 2.00223 12.0001 2L12.0265 18.6897L7.441 21.1005C6.21819 21.7433 5.04019 20.8863 5.27355 19.5257C5.27355 19.5257 6.12602 14.4239 6.16209 14.4591L2.45236 10.843C1.46308 9.87868 1.91414 8.4935 3.28026 8.29499C3.28026 8.29499 8.39578 7.52919 8.37348 7.57436Z" }) }))); exports.default = StarFillHalf; //# sourceMappingURL=star-fill-half.js.map