iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 893 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 WindowDesktop = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-window-desktop", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M3.5 11a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h9a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5z" }),
React.createElement("path", { d: "M2.375 1A2.366 2.366 0 000 3.357v9.286A2.366 2.366 0 002.375 15h11.25A2.366 2.366 0 0016 12.643V3.357A2.366 2.366 0 0013.625 1zM1 3.357C1 2.612 1.611 2 2.375 2h11.25C14.389 2 15 2.612 15 3.357V4H1zM1 5h14v7.643c0 .745-.611 1.357-1.375 1.357H2.375A1.366 1.366 0 011 12.643z" }));
exports.default = WindowDesktop;