feat: add new button style, update nav
This commit is contained in:
parent
4b58c53060
commit
72b80f7e8f
14 changed files with 132 additions and 60 deletions
3
src/_includes/svgs/book.svg
Normal file
3
src/_includes/svgs/book.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5 0C3.34315 0 2 1.34315 2 3V13C2 14.6569 3.34315 16 5 16H14V14H4V12H14V0H5Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 212 B |
3
src/_includes/svgs/circle-info.svg
Normal file
3
src/_includes/svgs/circle-info.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM7 8H6V6H9V11H10V13H7V8ZM9 5V3H7V5H9Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 321 B |
3
src/_includes/svgs/frame.svg
Normal file
3
src/_includes/svgs/frame.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 15V12H10V15H12V12H15V10H12V6H15V4H12V1H10V4H6V1H4V4H1V6H4V10H1V12H4V15H6ZM10 10H6V6H10V10Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 269 B |
3
src/_includes/svgs/game-controller.svg
Normal file
3
src/_includes/svgs/game-controller.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 13L3 14L6 11H10L13 14L16 13L15.248 4.7284C15.1076 3.18316 13.812 2 12.2604 2H3.73964C2.18803 2 0.89244 3.18316 0.751964 4.72839L0 13ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6ZM12 8C12 8.55228 11.5523 9 11 9C10.4477 9 10 8.55228 10 8C10 7.44772 10.4477 7 11 7C11.5523 7 12 7.44772 12 8ZM5 8C6.10457 8 7 7.10457 7 6C7 4.89543 6.10457 4 5 4C3.89543 4 3 4.89543 3 6C3 7.10457 3.89543 8 5 8Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 633 B |
10
src/_includes/svgs/list.svg
Normal file
10
src/_includes/svgs/list.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3 1H1V3H3V1Z" fill="currentColor"/>
|
||||
<path d="M3 5H1V7H3V5Z" fill="currentColor"/>
|
||||
<path d="M1 9H3V11H1V9Z" fill="currentColor"/>
|
||||
<path d="M3 13H1V15H3V13Z" fill="currentColor"/>
|
||||
<path d="M15 1H5V3H15V1Z" fill="currentColor"/>
|
||||
<path d="M15 5H5V7H15V5Z" fill="currentColor"/>
|
||||
<path d="M5 9H15V11H5V9Z" fill="currentColor"/>
|
||||
<path d="M15 13H5V15H15V13Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 486 B |
4
src/_includes/svgs/user.svg
Normal file
4
src/_includes/svgs/user.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 7C9.65685 7 11 5.65685 11 4C11 2.34315 9.65685 1 8 1C6.34315 1 5 2.34315 5 4C5 5.65685 6.34315 7 8 7Z" fill="currentColor"/>
|
||||
<path d="M14 12C14 10.3431 12.6569 9 11 9H5C3.34315 9 2 10.3431 2 12V15H14V12Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 342 B |
Loading…
Add table
Add a link
Reference in a new issue