@icongo/mc
Version:
Micon Icons
13 lines • 517 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlOutlineStarLeftHalf = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m1024 429-10 32.5-25.5 82-33.5 108-34.5 110-28.5 89-14 45.5H376l405 311-154 493 397-306v162l-640 492 248-794L0 768h784L1024 0v429z"
})
}));
export { MCMdlOutlineStarLeftHalf };