@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 429 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowDownRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-down-right" }), _jsx("path", { className: 'dry-icon-arrow-down-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm7 7 10 10m0 0V7m0 10H7' })] }));
//# sourceMappingURL=ArrowDownRight.js.map