UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyboardDesktopSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.KeyboardDesktopSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M6.026 9.25H10M3 9.25H4M12 9.25H13M3 6.75H4M6.026 6.75H7M9 6.75H10M12 6.75H13M13.9231 4H2.07692C1.79131 4 1.51739 4.10536 1.31542 4.29289C1.11346 4.48043 1 4.73478 1 5V11C1 11.2652 1.11346 11.5196 1.31542 11.7071C1.51739 11.8946 1.79131 12 2.07692 12H13.9231C14.2087 12 14.4826 11.8946 14.6846 11.7071C14.8865 11.5196 15 11.2652 15 11V5C15 4.73478 14.8865 4.48043 14.6846 4.29289C14.4826 4.10536 14.2087 4 13.9231 4Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.KeyboardDesktopSIcon.displayName = 'KeyboardDesktopSIcon';