iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 804 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 Mingww64 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 9.396l4.187-4.188 4.187 4.188-4.187 4.186zm0 10.416l4.187-4.186 4.187 4.187L4.187 24zm5.208-5.208l4.187-4.187 4.187 4.187-4.187 4.187zm0-10.417L9.395 0l4.187 4.187-4.187 4.187zm5.209 5.208l4.187-4.187 4.187 4.187-4.187 4.187zm5.208-5.208L19.812 0 24 4.187l-4.187 4.187zm-5.208 15.626l4.187-4.187 4.187 4.187L14.604 24zm5.209-5.208l4.187-4.188L24 14.604l-4.187 4.187z" }));
exports.default = Mingww64;