@icongo/sti
Version:
Super Tiny Icons
59 lines • 1.58 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIGitea = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Gitea",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_jsx("path", {
stroke: "#fff",
strokeWidth: 9,
d: "M293 152v70"
}), /*#__PURE__*/_jsxs("g", {
fill: "#592",
strokeWidth: 7,
transform: "rotate(25.7 496 -423)",
children: [/*#__PURE__*/_jsx("path", {
stroke: "#592",
d: "M561 246h97"
}), /*#__PURE__*/_jsx("rect", {
width: 97,
height: 97,
x: 561,
y: 246,
fill: "#fff",
rx: 16
}), /*#__PURE__*/_jsx("path", {
stroke: "#592",
d: "M592 245v75"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#592",
d: "M592 273c45 0 38-5 38 48"
}), /*#__PURE__*/_jsx("circle", {
cx: 592,
cy: 320,
r: 10
}), /*#__PURE__*/_jsx("circle", {
cx: 630,
cy: 320,
r: 10
}), /*#__PURE__*/_jsx("circle", {
cx: 592,
cy: 273,
r: 10
})]
})]
}));
export { STIGitea };