@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.64 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlPinPad = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlPinPad = function MCMdlPinPad(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: "M640 1408h128v128H640v-128zm256 0h128v128H896v-128zm256 0h128v128h-128v-128zm-512 256h128v128H640v-128zm256 0h128v128H896v-128zm256 0h128v128h-128v-128zm-512-512h128v128H640v-128zm256 0h128v128H896v-128zm256 0h128v128h-128v-128zM640 896h128v128H640V896zm256 0h128v128H896V896zm256 0h128v128h-128V896zm128-640q27 0 50 10t40.5 27.5T1398 334t10 50v256q0 27-10 50t-27.5 40.5T1330 758t-50 10H640q-27 0-50-10t-40.5-27.5T522 690t-10-50V384q0-27 10-50t27.5-40.5T590 266t50-10h640zm0 128H640v256h640V384zM1472 0q40 0 75 15t61 41 41 61 15 75v546q0 41-20 86.5t-44 88.5-44 80-20 61v802q0 40-15 75t-41 61-61 41-75 15H576q-40 0-75-15t-61-41-41-61-15-75v-802q0-24-20-61t-44-80-44-88.5-20-86.5V192q0-40 15-75t41-61 61-41 75-15h1024zm64 192q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v546q0 24 20 61t44 79.5 44 88 20 87.5v802q0 26 19 45t45 19h768q26 0 45-19t19-45v-802q0-42 20-87.5t44-88 44-79.5 20-61V192z"
})
}));
};
exports.MCMdlPinPad = MCMdlPinPad;