@icongo/mc
Version:
Micon Icons
13 lines • 550 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStaplingLandscapeTwoBottom = 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 1791.883v-1663.9H0v1663.9h2048zm-128-127.992H128V255.981h1792v1407.91zM640 1407.906H256v127.992h384v-127.992zm1152 0h-384v127.992h384v-127.992z"
})
}));
export { MCMdlStaplingLandscapeTwoBottom };