@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 899 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 GYSiGlyphRss = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-rss",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M1 3c7.355 0 13 5.593 13 12.968h3C17 7.198 9.747 0 1 0v3Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M1.052 8.99c4.008 0 6.957 2.9 6.957 6.919h2.95c0-5.346-4.578-9.847-9.907-9.847V8.99Zm.01 6.91h3.91c0-2.491-1.43-3.797-3.91-3.82-.014 0 0 3.82 0 3.82Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphRss };