UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.38 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlKeyboardRightAligned = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlKeyboardRightAligned = function MCMdlKeyboardRightAligned(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: "M1783 384q30 0 55 11.5t43 31.5 28.5 46 10.5 55v864q0 29-10.5 55t-28.5 46-43 31.5-55 11.5H137q-30 0-55-11.5T39 1493t-28.5-46T0 1392V528q0-29 10.5-55T39 427t43-31.5 55-11.5h1646zm9 144q0-3-2-9.5t-7-6.5H137q-5 0-7 6.5t-2 9.5v864q0 3 2 9.5t7 6.5h1646q5 0 7-6.5t2-9.5V528zm-256 624h128v128h-128v-128zm-768 0h128v128H768v-128zm256 0h384v128h-384v-128zm256-512h128v128h-128V640zm-128 128h-128V640h128v128zm384-128h128v128h-128V640zm-768 0h128v128H768V640zm512 256h128v128h-128V896zm-128 128h-128V896h128v128zm384-128h128v128h-128V896zm-768 0h128v128H768V896z" }) })); }; exports.MCMdlKeyboardRightAligned = MCMdlKeyboardRightAligned;