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