Files
zhilu-admin/frontend/src/components/icons/SchedulerIcon.vue
2025-06-04 10:23:19 +08:00

7 lines
305 B
Vue

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