@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.39 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WindowSIcon = 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.07407 1C0.928594 1 0 1.95383 0 3.13043V12.8696C0 14.0462 0.928594 15 2.07407 15H13.9259C15.0714 15 16 14.0462 16 12.8696V3.13043C16 1.95383 15.0714 1 13.9259 1H2.07407ZM1.77778 5.56522V12.8696C1.77778 13.0377 1.91043 13.1739 2.07407 13.1739H13.9259C14.0896 13.1739 14.2222 13.0377 14.2222 12.8696V5.56522H1.77778ZM8.88889 4.34783C9.37981 4.34783 9.77778 3.93904 9.77778 3.43478C9.77778 2.93052 9.37981 2.52174 8.88889 2.52174C8.39797 2.52174 8 2.93052 8 3.43478C8 3.93904 8.39797 4.34783 8.88889 4.34783ZM12.1481 3.43478C12.1481 3.93904 11.7502 4.34783 11.2593 4.34783C10.7683 4.34783 10.3704 3.93904 10.3704 3.43478C10.3704 2.93052 10.7683 2.52174 11.2593 2.52174C11.7502 2.52174 12.1481 2.93052 12.1481 3.43478ZM14.5185 3.43478C14.5185 3.93904 14.1206 4.34783 13.6296 4.34783C13.1387 4.34783 12.7407 3.93904 12.7407 3.43478C12.7407 2.93052 13.1387 2.52174 13.6296 2.52174C14.1206 2.52174 14.5185 2.93052 14.5185 3.43478Z", fill: "currentColor" }))); });
WindowSIcon.displayName = 'WindowSIcon';