initial commit
Base appearance of the website is done, now onto adding features
This commit is contained in:
8
components/ui/icons/Close.vue
Normal file
8
components/ui/icons/Close.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z"
|
||||
></path>
|
||||
</svg>
|
||||
</template>
|
||||
5
components/ui/icons/Menu.vue
Normal file
5
components/ui/icons/Menu.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
|
||||
<path fill="currentColor" d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"></path>
|
||||
</svg>
|
||||
</template>
|
||||
Reference in New Issue
Block a user