import { svg } from '@opentiny/vue-common'
import End from '@opentiny/vue-theme/svgs/end.svg'

export default () => svg({ name: 'IconEnd', component: End, filledComponent: End })()