UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyboardDesktopMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.KeyboardDesktopMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M9.46154 14.0312H14.5385M4.38462 14.0312H6.07692M17.9231 14.0312H19.6154M4.38462 9.96875H6.07692M8.898 9.96875H10.5903M13.4097 9.96875H15.102M17.9231 9.96875H19.6154M21.3077 5.5H2.69231C2.24348 5.5 1.81303 5.67121 1.49567 5.97595C1.1783 6.2807 1 6.69402 1 7.125V16.875C1 17.306 1.1783 17.7193 1.49567 18.024C1.81303 18.3288 2.24348 18.5 2.69231 18.5H21.3077C21.7565 18.5 22.187 18.3288 22.5043 18.024C22.8217 17.7193 23 17.306 23 16.875V7.125C23 6.69402 22.8217 6.2807 22.5043 5.97595C22.187 5.67121 21.7565 5.5 21.3077 5.5Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.KeyboardDesktopMIcon.displayName = 'KeyboardDesktopMIcon';