more code cleanup
This commit is contained in:
5
webapp/frontend/src/icons/MobileCloseIcon.vue
Normal file
5
webapp/frontend/src/icons/MobileCloseIcon.vue
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" />
|
||||
</svg>
|
||||
</template>
|
Reference in New Issue
Block a user