iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 810 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 Windows = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.968 11.516V2.032c-3.645.484-7.258 1-10.936 1.58v7.969c3.678-.033 7.29-.033 10.936-.065zM2 4.968v6.71c2.677 0 5.452-.033 8.129-.033V3.839c-2.677.354-5.452.71-8.129 1.129zM2 12.451v6.71c2.677.355 5.452.71 8.129 1.097v-7.742c-2.677-.065-5.452-.065-8.129-.065zM11.13 12.58c.031 2.646.031 5.226.031 7.84 3.613.483 7.226 1 10.839 1.548V12.58H11.13z", fill: "#323544" }));
exports.default = Windows;