UNPKG

@kadconsulting/dry

Version:
3 lines 409 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowDown = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-down" }), _jsx("path", { className: 'dry-icon-arrow-down', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 5v14m0 0 7-7m-7 7-7-7' })] })); //# sourceMappingURL=ArrowDown.js.map