@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.16 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DevicesSIcon = 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: "M13.5172 3.94058V4.63768H15.2276V3.94058C15.2276 2.88136 14.4244 2 13.4069 2H2.5931C1.57561 2 0.772414 2.88136 0.772414 3.94058V12.1197C0.309551 12.3761 0 12.89 0 13.4739C0 14.3042 0.630287 15 1.43448 15H9.43448V11.9478H2.48276V3.94058C2.48276 3.85521 2.54411 3.8087 2.5931 3.8087H13.4069C13.4559 3.8087 13.5172 3.85521 13.5172 3.94058ZM11.0897 5.31594C10.4988 5.31594 10.0414 5.82615 10.0414 6.42754V13.8884C10.0414 14.4898 10.4988 15 11.0897 15H14.9517C15.5426 15 16 14.4898 16 13.8884V6.42754C16 5.82615 15.5426 5.31594 14.9517 5.31594H11.0897ZM11.7517 7.30303V13.1913H14.2897V7.30303C14.1703 7.44633 13.995 7.53913 13.7931 7.53913H12.2483C12.0464 7.53913 11.8711 7.44633 11.7517 7.30303Z", fill: "currentColor" }))); });
DevicesSIcon.displayName = 'DevicesSIcon';