mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-26 21:33:43 +08:00
fix bugs
This commit is contained in:
7
frontend/src/components/icons/SchedulerIcon.vue
Normal file
7
frontend/src/components/icons/SchedulerIcon.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24"
|
||||
height="24" fill="none" viewBox="0 0 24 24">
|
||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M12 8v4l3 3m6-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
|
||||
</svg>
|
||||
</template>
|
||||
Reference in New Issue
Block a user