UNPKG

@kadconsulting/dry

Version:
3 lines 412 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-right" }), _jsx("path", { className: 'dry-icon-arrow-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5 12h14m0 0-7-7m7 7-7 7' })] })); //# sourceMappingURL=ArrowRight.js.map