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