adding Feather icons
This commit is contained in:
6
src/resources/js/Icons/Clipboard.vue
Normal file
6
src/resources/js/Icons/Clipboard.vue
Normal file
@ -0,0 +1,6 @@
|
||||
<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 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path>
|
||||
<rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>
|
||||
</svg>
|
||||
</template>
|
Reference in New Issue
Block a user