UNPKG

@kadconsulting/dry

Version:
3 lines 432 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ReverseLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "reverse-left" }), _jsx("path", { className: 'dry-icon-reverse-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 7h10a6 6 0 0 1 0 12H4M4 7l4-4M4 7l4 4' })] })); //# sourceMappingURL=ReverseLeft.js.map