@icongo/mc
Version:
Micon Icons
13 lines • 516 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMix = 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 256v1395.6c0 224.8 352 232.4 352 0V697.2c31.6-211.6 352-201.6 352 26v701.2c0 231.6 384 232 384 0V960c21.2-218.8 352-210 352 17.2v95.2c0 239.6 352 226.4 352 0V256H0z"
})
}));
export { MCMix };