@icongo/mc
Version:
Micon Icons
13 lines • 573 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMultitask = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M576 1823.625V480.375h1152v1343.25H576zM671.625 576v1152h960.75V576h-960.75zm1152 95.625h288v960.75h-288v-96.75H2016v-767.25h-192.375v-96.75zm-1631.25 960.75v-960.75h288v96.75H288v767.25h192.375v96.75h-288z"
})
}));
export { MCMdlMultitask };