UNPKG

@kadconsulting/dry

Version:
3 lines 439 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowsRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrows-right" }), _jsx("path", { className: 'dry-icon-arrows-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 7h11m0 0-4 4m4-4-4-4M4 17h16m0 0-4 4m4-4-4-4' })] })); //# sourceMappingURL=ArrowsRight.js.map