init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
9
components/icons/SettingsIcon.vue
Normal file
9
components/icons/SettingsIcon.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 40 34">
|
||||
<path
|
||||
fill="#94FEBF"
|
||||
fill-rule="evenodd"
|
||||
d="M38 7H22.859c-.447 1.722-1.997 3-3.859 3h-8c-1.862 0-3.412-1.278-3.859-3H2a2 2 0 1 1 0-4h5.141C7.588 1.278 9.138 0 11 0h8c1.862 0 3.412 1.278 3.859 3H38a2 2 0 1 1 0 4zM18 4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zM2 27h15.141c.447-1.722 1.997-3 3.859-3h8c1.862 0 3.412 1.278 3.859 3H38a2 2 0 1 1 0 4h-5.141c-.447 1.722-1.997 3-3.859 3h-8c-1.862 0-3.412-1.278-3.859-3H2a2 2 0 1 1 0-4zm20 3h6a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2z"
|
||||
/>
|
||||
</svg>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue