UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WindowSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.WindowSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.074 1C.93 1 0 1.954 0 3.13v9.74C0 14.046.929 15 2.074 15h11.852C15.07 15 16 14.046 16 12.87V3.13C16 1.954 15.071 1 13.926 1zm-.296 4.565v7.305a.3.3 0 0 0 .296.304h11.852a.3.3 0 0 0 .296-.304V5.565zm7.11-1.217c.492 0 .89-.409.89-.913a.9.9 0 0 0-.89-.913.9.9 0 0 0-.888.913c0 .504.398.913.889.913m3.26-.913a.9.9 0 0 1-.889.913.9.9 0 0 1-.889-.913c0-.504.398-.913.89-.913.49 0 .888.409.888.913m2.37 0a.9.9 0 0 1-.888.913.9.9 0 0 1-.89-.913c0-.504.399-.913.89-.913.49 0 .888.409.888.913", clipRule: "evenodd" }))); }); exports.WindowSIcon.displayName = 'WindowSIcon';