@icongo/sti
Version:
Super Tiny Icons
66 lines • 1.98 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 STIPixelfed = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Pixelfed",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("g", {
fill: "#f72",
children: /*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "M254 256c32-42 23-102-20-134s-108-15-140 27l11-19c52-63 143-89 210-58 50 17 78 72 62 123s-72 78-123 61"
})
}), /*#__PURE__*/_jsx("use", {
fill: "#1c3",
href: "#prefix__a",
transform: "rotate(72 256 256)"
}), /*#__PURE__*/_jsx("use", {
fill: "#08f",
href: "#prefix__a",
transform: "rotate(144 256 256)"
}), /*#__PURE__*/_jsx("use", {
fill: "#a3c",
href: "#prefix__a",
transform: "rotate(216 256 256)"
}), /*#__PURE__*/_jsx("use", {
fill: "#e15",
href: "#prefix__a",
transform: "rotate(288 256 256)"
}), /*#__PURE__*/_jsx("path", {
id: "prefix__b",
d: "m101 142 1-1c32-42 93-51 135-19s50 91 18 133a96 96 0 0 0-15-17 84 84 0 0 0-117-115 87 87 0 0 0-22 19z",
opacity: 0.3
}), /*#__PURE__*/_jsxs("g", {
id: "prefix__c",
children: [/*#__PURE__*/_jsx("use", {
href: "#prefix__b",
transform: "rotate(72 256 256)"
}), /*#__PURE__*/_jsx("use", {
href: "#prefix__b",
transform: "rotate(144 256 256)"
})]
}), /*#__PURE__*/_jsx("use", {
href: "#prefix__c",
transform: "rotate(144 256 256)"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M241 297h35c33 0 60-26 60-58s-27-58-60-58h-51a34 34 0 0 0-34 33v131z"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 196,
fill: "none",
stroke: "#fff",
strokeWidth: 8
})]
}));
export { STIPixelfed };