@icongo/mc
Version:
Micon Icons
13 lines • 656 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlQuarentinedItemsMirrored = 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: "M1536 768v128H256V768h1280zm0-384v128H256V384h1280zm256 384v128h-128V768h128zm0-384v128h-128V384h128zm-256 1024v128H256v-128h1280zm0 256v128H256v-128h1280zm256-256v128h-128v-128h128zm0 256v128h-128v-128h128zM0 1152h2048v896H0v-896zm1920 768v-640H128v640h1792z"
})
}));
export { MCMdlQuarentinedItemsMirrored };