@icongo/sti
Version:
Super Tiny Icons
62 lines • 1.47 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 STIReddit = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Reddit",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#f40",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 256,
cy: 307,
rx: 166,
ry: 117
}), /*#__PURE__*/_jsx("circle", {
cx: 106,
cy: 256,
r: 42
}), /*#__PURE__*/_jsx("circle", {
cx: 407,
cy: 256,
r: 42
}), /*#__PURE__*/_jsx("circle", {
cx: 375,
cy: 114,
r: 32
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "none",
strokeLinecap: "round",
strokeLinejoin: "round",
children: [/*#__PURE__*/_jsx("path", {
stroke: "#fff",
strokeWidth: 16,
d: "m256 196 23-101 73 15"
}), /*#__PURE__*/_jsx("path", {
stroke: "#f40",
strokeWidth: 13,
d: "M191 359c33 25 97 26 130 0"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#f40",
children: [/*#__PURE__*/_jsx("circle", {
cx: 191,
cy: 287,
r: 31
}), /*#__PURE__*/_jsx("circle", {
cx: 321,
cy: 287,
r: 31
})]
})]
}));
export { STIReddit };