UNPKG

@kadconsulting/dry

Version:
3 lines 435 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowsDown = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrows-down" }), _jsx("path", { className: 'dry-icon-arrows-down', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 4v11m0 0-4-4m4 4 4-4M7 4v16m0 0-4-4m4 4 4-4' })] })); //# sourceMappingURL=ArrowsDown.js.map