@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 456 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowNarrowDownRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-narrow-down-right" }), _jsx("path", { className: 'dry-icon-arrow-narrow-down-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm6 6 12 12m0 0v-8m0 8h-8' })] }));
//# sourceMappingURL=ArrowNarrowDownRight.js.map