import { svg } from '@opentiny/vue-common'
import Undelete from '@opentiny/vue-theme/svgs/undelete.svg'

export default () => svg({ name: 'IconUndelete', component: Undelete, filledComponent: Undelete })()