UNPKG

@kadconsulting/dry

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