@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.05 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WindowMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4H4ZM4 18.5C3.72386 18.5 3.5 18.2761 3.5 18V8H20.5V18C20.5 18.2761 20.2761 18.5 20 18.5H4ZM19.5 7C20.0523 7 20.5 6.55228 20.5 6C20.5 5.44772 20.0523 5 19.5 5C18.9477 5 18.5 5.44772 18.5 6C18.5 6.55228 18.9477 7 19.5 7ZM17.5 6C17.5 6.55228 17.0523 7 16.5 7C15.9477 7 15.5 6.55228 15.5 6C15.5 5.44772 15.9477 5 16.5 5C17.0523 5 17.5 5.44772 17.5 6ZM13.5 7C14.0523 7 14.5 6.55228 14.5 6C14.5 5.44772 14.0523 5 13.5 5C12.9477 5 12.5 5.44772 12.5 6C12.5 6.55228 12.9477 7 13.5 7Z", fill: "currentColor" }))); });
WindowMIcon.displayName = 'WindowMIcon';