1
0
forked from test/crm
jcrm/frontend/src/components/Icons/IndicatorIcon.vue

12 lines
279 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
>
<rect width="16" height="16" rx="4.5" class="fill-current currentColor" />
<circle cx="8" cy="8" r="3" fill="white" />
</svg>
</template>