@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 736 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function RssIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "RSS icon", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M4 4.44c8.594 0 15.56 6.966 15.56 15.56h-2.83c0-7.03-5.7-12.73-12.73-12.73V4.44Zm2.18 11.2a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20 5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18ZM13.9 20c0-5.468-4.432-9.9-9.9-9.9v2.83A7.07 7.07 0 0 1 11.07 20h2.83Z", clipRule: "evenodd" }) });
}
exports.default = RssIcon;