UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 909 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DevicesSIcon = 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: "M13.517 3.94v.698h1.71V3.94c0-1.06-.803-1.941-1.82-1.941H2.593c-1.017 0-1.82.881-1.82 1.94v8.18A1.54 1.54 0 0 0 0 13.474C0 14.304.63 15 1.434 15h8v-3.052H2.483V3.94c0-.086.061-.132.11-.132h10.814c.049 0 .11.046.11.132M11.09 5.317c-.591 0-1.049.51-1.049 1.112v7.46c0 .602.458 1.112 1.049 1.112h3.862c.59 0 1.048-.51 1.048-1.112v-7.46c0-.602-.457-1.112-1.048-1.112zm.662 1.987v5.888h2.538V7.303a.64.64 0 0 1-.497.236h-1.545a.64.64 0 0 1-.496-.236", clipRule: "evenodd" }))); }); DevicesSIcon.displayName = 'DevicesSIcon';