UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.53 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DeviceSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.80346 0.776873C3.15415 0.436966 3.62495 0.25 4.11111 0.25H11.8889C12.3751 0.25 12.8458 0.436966 13.1965 0.776873C13.548 1.11755 13.75 1.5847 13.75 2.07692V13.9231C13.75 14.4153 13.548 14.8824 13.1965 15.2231C12.8458 15.563 12.3751 15.75 11.8889 15.75H4.11111C3.62494 15.75 3.15415 15.563 2.80346 15.2231C2.45196 14.8824 2.25 14.4153 2.25 13.9231V2.07692C2.25 1.5847 2.45196 1.11755 2.80346 0.776873ZM4.11111 1.75C4.00791 1.75 3.91347 1.78996 3.84742 1.85397C3.78216 1.91722 3.75 1.99792 3.75 2.07692V13.9231C3.75 14.0021 3.78216 14.0828 3.84742 14.146C3.91347 14.21 4.00791 14.25 4.11111 14.25H11.8889C11.9921 14.25 12.0865 14.21 12.1526 14.146C12.2178 14.0828 12.25 14.0021 12.25 13.9231V2.07692C12.25 1.99791 12.2178 1.91722 12.1526 1.85397C12.0865 1.78996 11.9921 1.75 11.8889 1.75H4.11111Z", fill: "currentColor" }), React.createElement("path", { d: "M9.00005 4.00002C9.00005 4.5523 8.55234 5.00002 8.00005 5.00002C7.44777 5.00002 7.00005 4.5523 7.00005 4.00002C7.00005 3.44774 7.44777 3.00002 8.00005 3.00002C8.55234 3.00002 9.00005 3.44774 9.00005 4.00002Z", fill: "currentColor" }))); }); DeviceSIcon.displayName = 'DeviceSIcon';