@icongo/mc
Version:
Micon Icons
13 lines • 649 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCSistrix = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m1792 1796-587.2-595.2c80-111.6 127.6-248.8 127.6-396.8 0-372.4-298.8-675.6-666-675.6C298.8 128 0 431.2 0 803.6s298.8 675.6 666 675.6c159.2 0 305.2-56.8 420-151.6l584 592.4 122-124zM666 1323.2c-282.4 0-512.4-233.2-512.4-519.6S383.6 284 666 284s512.4 233.2 512.4 519.6-229.6 519.6-512.4 519.6z"
})
}));
export { MCSistrix };