import { svg } from '@opentiny/vue-common' import Add from '@opentiny/vue-theme/svgs/add.svg' export default () => svg({ name: 'IconAdd', component: Add, filledComponent: Add })()