@icongo/sti
Version:
Super Tiny Icons
53 lines (52 loc) • 1.81 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STICodeberg = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STICodeberg = function STICodeberg(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": "Codeberg",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__a",
x1: 259.804,
x2: 383.132,
y1: 161.4,
y2: 407.835,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopColor: "#fff",
stopOpacity: 0
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.5,
stopColor: "#71c2ff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#39aaff"
})]
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "url(#prefix__a)",
d: "M332 440.2a192 192 0 0 0 86.8-74.4L256 156",
opacity: 0.5
}), /*#__PURE__*/(0, _jsxRuntime.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"
})]
}));
};
exports.STICodeberg = STICodeberg;