|
1
|
export default function ArrowUpLeft() { |
|
2
|
return ( |
|
3
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> |
|
4
|
<path d="M17 17 7 7m0 0v10M7 7h10" stroke="#fff" strokeWidth="1.333" strokeLinecap="round" stroke-linejoin="round"/> |
|
5
|
</svg> |
|
6
|
) |
|
7
|
} |
|
8
|
|