@icongo/mc
Version:
Micon Icons
13 lines • 598 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlCircleFill = 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: "M32 1024q0-137 35.5-264t100-237 155-200.5 200.5-155 237-100T1024 32t264 35.5 237 100 200.5 155 155 200.5 100 237 35.5 264-35.5 264-100 237-155 200.5-200.5 155-237 100-264 35.5-264-35.5-237-100-200.5-155-155-200.5-100-237T32 1024z"
})
}));
export { MCMdlCircleFill };