@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphRss = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphRss = function GYSiGlyphRss(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphRss = GYSiGlyphRss;