iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 976 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const RssRight = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.67 18.46c0-6.81-5.522-12.331-12.332-12.331a.75.75 0 010-1.5c7.638 0 13.831 6.193 13.831 13.831a.75.75 0 01-1.5 0z", fill: "#323544" }),
React.createElement("path", { d: "M6.174 10.065a8.558 8.558 0 018.558 8.558.75.75 0 001.5 0c0-5.555-4.503-10.058-10.058-10.058a.75.75 0 100 1.5zM6.224 18.574a1 1 0 101.414-1.414 1 1 0 00-1.414 1.414z", fill: "#323544" }),
React.createElement("path", { d: "M6.276 14a4.785 4.785 0 014.52 4.52.75.75 0 001.498-.08 6.285 6.285 0 00-5.938-5.937.75.75 0 10-.08 1.498z", fill: "#323544" }));
exports.default = RssRight;