import { svg } from '@opentiny/vue-common'
import Rightward from '@opentiny/vue-theme/svgs/rightward.svg'

export default () => svg({ name: 'IconRightward', component: Rightward, filledComponent: Rightward })()