@icongo/mc
Version:
Micon Icons
13 lines • 567 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlReduceTile = 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: "M0 256h1920v1408H0V256zm1792 1280V384h-768v128H896V384H128v1152h768v-128h128v128h768zm-640-510V898h317l-95-96 68-68 226 228-226 224-68-68 93-92h-315zM896 896V640h128v256H896zm0 384v-256h128v256H896z"
})
}));
export { MCMdlReduceTile };