import { svg } from '@opentiny/vue-common'
import RightO from '@opentiny/vue-theme/svgs/right-o.svg'

export default () => svg({ name: 'IconRightO', component: RightO, filledComponent: RightO })()