mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
7 lines
423 B
HTML
7 lines
423 B
HTML
<!-- From Uiverse.io by catraco - Tags: icon, button, back arrow, goback -->
|
|
<button class="cursor-pointer duration-200 hover:scale-125 active:scale-100" title="Go Back">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="50px" height="50px" viewBox="0 0 24 24" class="stroke-blue-300">
|
|
<path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" d="M11 6L5 12M5 12L11 18M5 12H19"></path>
|
|
</svg>
|
|
</button>
|
|
|