💫 (button) add animation

This commit is contained in:
2020-07-15 00:45:50 +02:00
parent 5a4acf39e8
commit 965ce9f1cb
7 changed files with 103 additions and 67 deletions

15
src/assets/play.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-caret-right"
width="44"
height="44"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="#2c3a47"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" />
<path d="M18 15l-6-6l-6 6h12" transform="rotate(90 12 12)" />
</svg>

After

Width:  |  Height:  |  Size: 363 B