yale-user-access/packages/frontend/components/icon/x-mark.vue

6 lines
264 B
Vue
Raw Normal View History

2025-01-10 08:37:18 +11:00
<template>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
</svg>
</template>