UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.53 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlInput = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlInput = function MCMdlInput(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: "M384 768H256V640h128v128zM256 896h256v128H256V896zm1152 0h256v128h-256V896zm0 256h256v128h-256v-128zm-1152 0h256v128H256v-128zm384 0h640v128H640v-128zm0-384H512V640h128v128zm0 128h128v128H640V896zm256 0h128v128H896V896zm256 0h128v128h-128V896zM896 768H768V640h128v128zm256 0h-128V640h128v128zm256 0h-128V640h128v128zM1832 0q45 0 84 17t68.5 46.5T2031 132t17 84v360q0 76-33.5 143T1920 832v576q0 27-10 50t-27.5 40.5-40.5 27.5-50 10H128q-27 0-50-10t-40.5-27.5T10 1458t-10-50V512q0-27 10-50t27.5-40.5T78 394t50-10h1280V216q0-45 17-84t46.5-68.5T1540 17t84-17h208zm-40 890q-32 6-64 6-66 0-124.5-25t-102-68.5-68.5-102-25-124.5v-64H128v896h1664V890zm128-674q0-37-25.5-62.5T1832 128h-40v256h-128V128h-40q-37 0-62.5 25.5T1536 216v360q0 40 15 75t41 61 61 41 75 15 75-15 61-41 41-61 15-75V216z" }) })); }; exports.MCMdlInput = MCMdlInput;