UNPKG

@icongo/sti

Version:
67 lines (66 loc) 2.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIGitea = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIGitea = function STIGitea(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Gitea", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#592", d: "M419 150c-98 7-186 2-276-1-27 0-63 19-61 67 3 75 71 82 99 83 3 14 35 62 59 65h104c63-5 109-213 75-214zm-311 67c-3-21 7-42 42-42 3 39 10 61 22 96-32-5-59-15-64-54z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#fff", strokeWidth: 9, d: "M293 152v70" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#592", strokeWidth: 7, transform: "rotate(25.7 496 -423)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#592", d: "M561 246h97" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 97, height: 97, x: 561, y: 246, fill: "#fff", rx: 16 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#592", d: "M592 245v75" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "none", stroke: "#592", d: "M592 273c45 0 38-5 38 48" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 592, cy: 320, r: 10 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 630, cy: 320, r: 10 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 592, cy: 273, r: 10 })] })] })); }; exports.STIGitea = STIGitea;