UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 782 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var KeyboardDesktopSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.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" }))); }); KeyboardDesktopSIcon.displayName = 'KeyboardDesktopSIcon';