@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.01 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlStaplingLandscapeTwoBottom = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlStaplingLandscapeTwoBottom = function MCMdlStaplingLandscapeTwoBottom(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2048 1791.883v-1663.9H0v1663.9h2048zm-128-127.992H128V255.981h1792v1407.91zM640 1407.906H256v127.992h384v-127.992zm1152 0h-384v127.992h384v-127.992z"
})
}));
};
exports.MCMdlStaplingLandscapeTwoBottom = MCMdlStaplingLandscapeTwoBottom;