@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 929 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlShowAllFiles3Legacy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlShowAllFiles3Legacy = function MCMdlShowAllFiles3Legacy(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 1792 1792"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M784 112h784v1456H112V784h672V112zm0 1344V896H224v560h560zm672 0V896H896v560h560zM896 784h560V224H896v560z"
})
}));
};
exports.MCMdlShowAllFiles3Legacy = MCMdlShowAllFiles3Legacy;