UNPKG

@kadconsulting/dry

Version:
3 lines 418 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowUpLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-up-left" }), _jsx("path", { className: 'dry-icon-arrow-up-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 17 7 7m0 0v10M7 7h10' })] })); //# sourceMappingURL=ArrowUpLeft.js.map