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