@icongo/sti
Version:
Super Tiny Icons
28 lines • 730 B
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 STIRss = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "RSS",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#f80",
rx: "15%"
}), /*#__PURE__*/_jsx("circle", {
cx: 145,
cy: 367,
r: 35,
fill: "#fff"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#fff",
strokeWidth: 60,
d: "M109 241c89 0 162 73 162 162m114 0c0-152-124-276-276-276"
})]
}));
export { STIRss };