Files
map/webapp/frontend/src/icons/MobileCloseIcon.vue
2025-04-17 18:45:15 -04:00

5 lines
236 B
Vue

<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>