@icongo/mc
Version:
Micon Icons
13 lines • 733 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMedium = 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: "M0 128v1792h1792V128H0zm1488.8 424.4-96 92c-8.4 6.4-12.4 16.8-10.8 26.8v677.2c-1.6 10.4 2.4 20.8 10.8 26.8l94 92v20.4h-472V1468l97.2-94.4c9.6-9.6 9.6-12.4 9.6-26.8V799.2l-270.4 686.4h-36.4L500 799.2v460c-2.8 19.2 4 38.8 17.6 52.8L644 1465.2v20.4H284.8v-20.4L411.2 1312c13.6-14 19.6-33.6 16.4-52.8v-532c1.6-14.8-4-29.2-15.2-39.2L300 552.4V532h349.2l269.6 592L1156 532.4h332.8v20z"
})
}));
export { MCMedium };