Split navigation icons/header into more components, fixed svg transition

Split more out into `Hamburger` & `NavigationIcon` components.
This commit is contained in:
2022-01-13 00:17:43 +01:00
parent b021882013
commit d3a3160cf8
12 changed files with 318 additions and 317 deletions

View File

@@ -4,9 +4,12 @@
width="24"
height="24"
viewBox="0 0 24 24"
stroke-width="2"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
style="transition: stroke-width 0.5s ease"
>
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
</svg>