iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 934 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 Forgejo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.777 0a2.9 2.9 0 11-2.529 4.322H12.91a4.266 4.266 0 00-4.265 4.195v2.118a7.076 7.076 0 014.147-1.42l.118-.002h1.338a2.9 2.9 0 015.43 1.422 2.9 2.9 0 01-5.43 1.422H12.91a4.266 4.266 0 00-4.265 4.195v2.319A2.9 2.9 0 017.222 24 2.9 2.9 0 015.8 18.57V8.589a7.109 7.109 0 016.991-7.108l.118-.001h1.338A2.9 2.9 0 0116.778 0zM7.223 19.905a1.194 1.194 0 100 2.389 1.194 1.194 0 000-2.389zm9.554-10.464a1.194 1.194 0 100 2.389 1.194 1.194 0 000-2.39zm0-7.735a1.194 1.194 0 100 2.389 1.194 1.194 0 000-2.389z" }));
exports.default = Forgejo;