iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 740 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 Monogame = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 10.356V7.083a7.083 7.083 0 00-12-5.098A7.083 7.083 0 000 7.083v9.834A7.083 7.083 0 007.083 24h9.834a7.083 7.083 0 007.07-7.51H24v-4.332H9.834v4.332h9.834v.427a2.751 2.751 0 01-2.751 2.751H7.083a2.751 2.751 0 01-2.751-2.751V7.083a2.751 2.751 0 115.502 0v3.273h4.332V7.083a2.751 2.751 0 115.502 0v3.273z" }));
exports.default = Monogame;