@icongo/mc
Version:
Micon Icons
13 lines • 720 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCEllo = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1984 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M992 32C444.12 32 0 476.12 0 1024s444.12 992 992 992 992-444.12 992-992S1539.88 32 992 32zm575.36 1140.8c-66.12 261.24-304.2 446.4-575.36 446.4s-509.24-185.16-575.36-446.4c-6.6-29.76 9.92-62.84 39.68-69.44 29.76-6.6 62.84 9.92 69.44 39.68 56.2 211.64 248 360.44 466.24 360.44s410.04-148.8 466.24-360.44c6.6-29.76 39.68-49.6 69.44-39.68 29.76 6.6 49.6 39.68 39.68 69.44z"
})
}));
export { MCEllo };