@icongo/tb
Version:
Tabler Icons
39 lines • 1.22 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 TBBrandReddit = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-brand-reddit",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M12 8c2.648 0 5.028.826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59-4.03 6.5-9 6.5-4.875 0-8.845-2.8-9-6.294l-1-.206a2.5 2.5 0 0 1 2.326-4.36C5.973 8.827 8.353 8 11.001 8zm0 0 1-5 6 1"
}), /*#__PURE__*/_jsx("circle", {
cx: 19,
cy: 4,
r: 1
}), /*#__PURE__*/_jsx("circle", {
cx: 9,
cy: 13,
r: 0.5,
fill: "currentColor"
}), /*#__PURE__*/_jsx("circle", {
cx: 15,
cy: 13,
r: 0.5,
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
d: "M10 17c.667.333 1.333.5 2 .5s1.333-.167 2-.5"
})]
}));
export { TBBrandReddit };