freekake_webapp/components/icon/icon-wheel.vue
2025-06-29 22:23:57 +07:00

11 lines
647 B
Vue

<template>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5" />
<circle cx="12" cy="12" r="4" stroke="currentColor" stroke-width="1.5" />
<path opacity="0.5" d="M15 9L19 5" stroke="currentColor" stroke-width="1.5" />
<path opacity="0.5" d="M5 19L9 15" stroke="currentColor" stroke-width="1.5" />
<path opacity="0.5" d="M9 9L5 5" stroke="currentColor" stroke-width="1.5" />
<path opacity="0.5" d="M19 19L15 15" stroke="currentColor" stroke-width="1.5" />
</svg>
</template>