UNPKG

@kadconsulting/dry

Version:
3 lines 565 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowBlockRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-block-right" }), _jsx("path", { className: 'dry-icon-arrow-block-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm21 12-7-7v4H3.8c-.28 0-.42 0-.527.055a.5.5 0 0 0-.219.218C3 9.38 3 9.52 3 9.8v4.4c0 .28 0 .42.054.527a.5.5 0 0 0 .219.218C3.38 15 3.52 15 3.8 15H14v4l7-7Z' })] })); //# sourceMappingURL=ArrowBlockRight.js.map