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