UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.67 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var KeyboardMobileSIcon = 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", { fill: "currentColor", fillRule: "evenodd", d: "M5.667 3.368c0 .756-.597 1.369-1.334 1.369C3.597 4.737 3 4.124 3 3.368 3 2.613 3.597 2 4.333 2c.737 0 1.334.613 1.334 1.368m3.666 0c0 .756-.597 1.369-1.333 1.369s-1.333-.613-1.333-1.369C6.667 2.613 7.264 2 8 2s1.333.613 1.333 1.368m2.334 1.369c.736 0 1.333-.613 1.333-1.369C13 2.613 12.403 2 11.667 2c-.737 0-1.334.613-1.334 1.368s.597 1.369 1.334 1.369m-6 2.052c0 .756-.597 1.369-1.334 1.369C3.597 8.158 3 7.545 3 6.789c0-.755.597-1.368 1.333-1.368.737 0 1.334.613 1.334 1.368M8 8.158c.736 0 1.333-.613 1.333-1.369 0-.755-.597-1.368-1.333-1.368s-1.333.613-1.333 1.368S7.264 8.158 8 8.158m5-1.369c0 .756-.597 1.369-1.333 1.369-.737 0-1.334-.613-1.334-1.369 0-.755.597-1.368 1.334-1.368.736 0 1.333.613 1.333 1.368m-8.667 4.79c.737 0 1.334-.613 1.334-1.369 0-.755-.597-1.368-1.334-1.368C3.597 8.842 3 9.455 3 10.21s.597 1.369 1.333 1.369m5-1.369c0 .756-.597 1.369-1.333 1.369s-1.333-.613-1.333-1.369c0-.755.597-1.368 1.333-1.368s1.333.613 1.333 1.368m2.334 1.369c.736 0 1.333-.613 1.333-1.369 0-.755-.597-1.368-1.333-1.368-.737 0-1.334.613-1.334 1.368s.597 1.369 1.334 1.369m-2.334 2.053C9.333 14.387 8.736 15 8 15s-1.333-.613-1.333-1.368.597-1.369 1.333-1.369 1.333.613 1.333 1.369", clipRule: "evenodd" }))); }); KeyboardMobileSIcon.displayName = 'KeyboardMobileSIcon';