UNPKG

@icongo/mc

Version:
13 lines 542 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var MCMdlStatusCircleLeft = 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: "M576 896q119 0 224 45.5T983 1065t123.5 183 45.5 224-45.5 224T983 1879t-183 123.5-224 45.5-224-45.5T169 1879 45.5 1696 0 1472t45.5-224T169 1065t183-123.5T576 896z" }) })); export { MCMdlStatusCircleLeft };