UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 953 B
"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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M6.026 9.25H10m-7 0h1m8 0h1M3 6.75h1m2.026 0H7m2 0h1m2 0h1M13.923 4H2.077c-.286 0-.56.105-.762.293A.97.97 0 0 0 1 5v6c0 .265.113.52.315.707.202.188.476.293.762.293h11.846c.286 0 .56-.105.762-.293A.97.97 0 0 0 15 11V5a.97.97 0 0 0-.315-.707A1.12 1.12 0 0 0 13.923 4" }))); }); exports.KeyboardDesktopSIcon.displayName = 'KeyboardDesktopSIcon';