import { svg } from '@opentiny/vue-common' import OnGoing from '@opentiny/vue-theme/svgs/on-going.svg' export default () => svg({ name: 'IconOnGoing', component: OnGoing, filledComponent: OnGoing })()