@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyboardMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.KeyboardMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M9.462 14.031h5.077m-10.154 0h1.692m11.846 0h1.692M4.385 9.97h1.692m2.821 0h1.692m2.82 0h1.692m2.821 0h1.692M21.308 5.5H2.692c-.449 0-.879.171-1.196.476A1.6 1.6 0 0 0 1 7.125v9.75c0 .431.178.844.496 1.149.317.305.747.476 1.196.476h18.616c.448 0 .879-.171 1.196-.476.318-.305.496-.718.496-1.149v-9.75c0-.431-.178-.844-.496-1.149a1.73 1.73 0 0 0-1.196-.476" }))); });
exports.KeyboardMIcon.displayName = 'KeyboardMIcon';