UNPKG

@navinc/base-react-components

Version:
4 lines 650 B
import { jsx as _jsx } from "react/jsx-runtime"; const StarFillHalf = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:star-fill-half" }, props, { children: _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" }) }))); export default StarFillHalf; //# sourceMappingURL=star-fill-half.js.map