iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const WindowIcon = (props) => React.createElement("svg", { "aria-label": "window icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22 7.975h-2v2h2v2h-2v2h1.999l-.002 6H8v-2H6v2c0 1.104.897 2 2 2h14c1.103 0 2-.896 2-2v-10c0-1.102-.897-2-2-2zm-4 6v-10c0-1.102-.897-2-2-2H2c-1.104 0-2 .898-2 2v10a2 2 0 0 0 2 2h14c1.103 0 2-.897 2-2zm-2-8h-6v-2h6v2zm-10 0v-2h2v2H6zm-2-2v2H2v-2h2zm-2 10v-6h13.999l-.002 6H2z" }));
exports.default = WindowIcon;