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