import { svg } from '@opentiny/vue-common'
import Repeat from '@opentiny/vue-theme/svgs/repeat.svg'

export default () => svg({ name: 'IconRepeat', component: Repeat, filledComponent: Repeat })()