import { svg } from '@opentiny/vue-common' import BatchFill from '@opentiny/vue-theme/svgs/batch-fill.svg' export default () => svg({ name: 'IconBatchFill', component: BatchFill, filledComponent: BatchFill })()