@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 439 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ReverseRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "reverse-right" }), _jsx("path", { className: 'dry-icon-reverse-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 7H10a6 6 0 1 0 0 12h10m0-12-4-4m4 4-4 4' })] }));
//# sourceMappingURL=ReverseRight.js.map