@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 985 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeviceSIcon = 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: "M2.803.777A1.88 1.88 0 0 1 4.111.25h7.778c.486 0 .957.187 1.308.527s.553.808.553 1.3v11.846c0 .492-.202.96-.553 1.3a1.88 1.88 0 0 1-1.308.527H4.11a1.88 1.88 0 0 1-1.308-.527 1.8 1.8 0 0 1-.553-1.3V2.077c0-.492.202-.96.553-1.3m1.308.973a.38.38 0 0 0-.264.104.3.3 0 0 0-.097.223v11.846c0 .08.032.16.097.223a.38.38 0 0 0 .264.104h7.778a.38.38 0 0 0 .264-.104.3.3 0 0 0 .097-.223V2.077a.3.3 0 0 0-.097-.223.38.38 0 0 0-.264-.104z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M9 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
DeviceSIcon.displayName = 'DeviceSIcon';