adding Feather icons
This commit is contained in:
7
src/resources/js/Icons/UserCheck.vue
Normal file
7
src/resources/js/Icons/UserCheck.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" preserveAspectRatio="xMidYMid meet">
|
||||
<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
|
||||
<circle cx="8.5" cy="7" r="4"></circle>
|
||||
<polyline points="17 11 19 13 23 9"></polyline>
|
||||
</svg>
|
||||
</template>
|
Reference in New Issue
Block a user