mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
23 lines
No EOL
737 B
HTML
23 lines
No EOL
737 B
HTML
<!-- From Uiverse.io by catraco - Tags: icon, button, svg, add, create, plus, tailwind css, new -->
|
|
<button
|
|
title="Add New"
|
|
class="group cursor-pointer outline-none hover:rotate-90 duration-300"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="50px"
|
|
height="50px"
|
|
viewBox="0 0 24 24"
|
|
class="stroke-zinc-400 fill-none group-hover:fill-zinc-800 group-active:stroke-zinc-200 group-active:fill-zinc-600 group-active:duration-0 duration-300"
|
|
>
|
|
<path
|
|
d="M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z"
|
|
stroke-width="1.5"
|
|
></path>
|
|
<path d="M8 12H16" stroke-width="1.5"></path>
|
|
<path d="M12 16V8" stroke-width="1.5"></path>
|
|
</svg>
|
|
</button>
|
|
|
|
|
|
|