@icongo/mc
Version:
Micon Icons
13 lines • 627 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCCuttlefish = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1760 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1376 1222c-70 126.4-229.6 218-384 218-226.4 0-416-189.6-416-416s189.6-416 416-416c154.4 0 314 91.6 384 218 54.8-203.6 166.8-373.2 348-471.2C1542.8 156.4 1282 32 992 32 444 32 0 476 0 1024s444 992 992 992c290 0 550.8-124.4 732-322.8-181.2-98-293.2-267.6-348-471.2z"
})
}));
export { MCCuttlefish };