UNPKG

@kadconsulting/dry

Version:
3 lines 535 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Rss02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "rss-02" }), _jsx("path", { className: 'dry-icon-rss-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 13.023c5.185-.78 8.756 2.792 7.977 7.977M3 8.038c7.938-.78 13.742 5.024 12.962 12.962M3 3.052C13.692 2.274 21.726 10.308 20.948 21M5 21a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z' })] })); //# sourceMappingURL=Rss02.js.map