@icongo/sti
Version:
Super Tiny Icons
70 lines (69 loc) • 2.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIReddit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIReddit = function STIReddit(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": "Reddit",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#f40",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#fff",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 256,
cy: 307,
rx: 166,
ry: 117
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 106,
cy: 256,
r: 42
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 407,
cy: 256,
r: 42
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 375,
cy: 114,
r: 32
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
strokeLinecap: "round",
strokeLinejoin: "round",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#fff",
strokeWidth: 16,
d: "m256 196 23-101 73 15"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#f40",
strokeWidth: 13,
d: "M191 359c33 25 97 26 130 0"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#f40",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 191,
cy: 287,
r: 31
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 321,
cy: 287,
r: 31
})]
})]
}));
};
exports.STIReddit = STIReddit;