// Extra icons import { defineComponent } from 'vue' export const EmptyCircleIcon = defineComponent({ name: 'EmptyCircleIcon', setup() { return () => ( ) }, })