refactor: change navigation

Signed-off-by: waterplea <alexander@inkin.ru>
This commit is contained in:
waterplea
2024-05-28 13:04:01 +01:00
parent 9510c92288
commit f0ae9e21ae
27 changed files with 737 additions and 1058 deletions

View File

@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" focusable="false" height="1em" width="1em">
<g id="tuiIconCheckCircle" xmlns="http://www.w3.org/2000/svg">
<svg x="50%" y="50%" fill="none" height="1em" overflow="visible" viewBox="0 0 16 16" width="1em">
<svg
x="-8"
y="-8"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
vector-effect="non-scaling-stroke"
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
/>
<path vector-effect="non-scaling-stroke" d="M15.5 9.5l-4.5 5-2.5-2.273" />
</svg>
</svg>
</g>
</svg>

After

Width:  |  Height:  |  Size: 988 B