styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.2 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.RssOutline = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M8 4.999a3.01 3.01 0 00-3.011 3l.005 9c0 2.209 1.793 4 4.002 4l9.003.001c1.655 0 3-1.346 3-3.001.001-7.179-5.819-13-12.999-13zm1.001 14A1.998 1.998 0 017 17a1.999 1.999 0 012.001-2.001A1.996 1.996 0 0111 17a1.995 1.995 0 01-1.999 1.999zm4.499 0a1.5 1.5 0 01-1.5-1.5c0-1.931-1.57-3.5-3.5-3.5a1.5 1.5 0 110-3c3.584 0 6.5 2.916 6.5 6.5a1.5 1.5 0 01-1.5 1.5zm4 0a1.5 1.5 0 01-1.5-1.5c0-4.136-3.364-7.5-7.5-7.5a1.5 1.5 0 110-3c5.79 0 10.5 4.71 10.5 10.5a1.5 1.5 0 01-1.5 1.5z", key: "k0" })));
});
exports.RssOutline.displayName = 'RssOutline';
exports.RssOutlineDimensions = { height: 24, width: 24 };
;