@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphKeyboard = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphKeyboard = function GYSiGlyphKeyboard(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-keyboard",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M1 4.031V11h14.997V4.031H1ZM11.969 5h1.047v1.023h-1.047V5Zm1.047 1.969v1.047h-1.031V6.969h1.031Zm-3.049-1.99h1.05v1.06h-1.05v-1.06Zm1.055 1.996v1.062H9.979V6.975h1.043Zm-3.04-1.996h1.033v1.036H7.982V4.979Zm-.017 1.996h1.078v1.084H7.965V6.975Zm-2.993-1.98h1.054v1.028H4.972V4.995ZM7 6.988v1.049H5.985V6.988H7Zm-1.969-.013v1.062H3.97V6.975h1.061ZM2.969 4.984h1.062v1.047H2.969V4.984Zm-1 1.995H3v1.037H1.969V6.979ZM4 10H2V9h2v1Zm8.021.021H4.969V8.968h7.052v1.053ZM15 10h-2V9h2v1Zm.016-2h-1.031V6.969h1.031V8Zm0-1.977h-1.047V5h1.047v1.023Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphKeyboard = GYSiGlyphKeyboard;