@icongo/sti
Version:
Super Tiny Icons
45 lines • 1.29 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 STICodeberg = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Codeberg",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 259.804,
x2: 383.132,
y1: 161.4,
y2: 407.835,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#fff",
stopOpacity: 0
}), /*#__PURE__*/_jsx("stop", {
offset: 0.5,
stopColor: "#71c2ff"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#39aaff"
})]
})
}), /*#__PURE__*/_jsx("path", {
fill: "url(#prefix__a)",
d: "M332 440.2a192 192 0 0 0 86.8-74.4L256 156",
opacity: 0.5
}), /*#__PURE__*/_jsx("path", {
fill: "#2185d0",
d: "M418.6 365.8a192 192 0 1 0-325.3 0l160.1-207a3 3 0 0 1 5.2 0l160 207"
})]
}));
export { STICodeberg };