@icongo/mc
Version:
Micon Icons
13 lines • 505 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlRectangularClipping = 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: "M2048 256v1152h-128V384H128v1280h1024v128H0V256h2048zm-256 1408h256v128h-256v256h-128v-256h-256v-128h256v-256h128v256z"
})
}));
export { MCMdlRectangularClipping };