@icongo/mc
Version:
Micon Icons
13 lines • 588 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStartPointSolid = 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 0q88 0 170 23t153 64.5 129.5 100 100 129.5 64.5 153 23 170q0 69-16.5 131.5T1600 896l-576 1152L448 896q-31-62-47.5-124.5T384 640q0-88 23-170t64.5-153 100-129.5T701 87.5 854 23t170-23zm288 640L896 432v416z"
})
}));
export { MCMdlStartPointSolid };