import { svg } from '@opentiny/vue-common'
import CloseCircle from '@opentiny/vue-theme/svgs/close-circle.svg'

export default () => svg({ name: 'IconCloseCircle', component: CloseCircle, filledComponent: CloseCircle })()