UNPKG

@kadconsulting/dry

Version:
3 lines 443 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Rss01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "rss-01" }), _jsx("path", { className: 'dry-icon-rss-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16M6 19a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' })] })); //# sourceMappingURL=Rss01.js.map