import { svg } from '@opentiny/vue-common'
import ArrowBottom from '@opentiny/vue-theme/svgs/arrow-bottom.svg'

export default () => svg({ name: 'IconArrowBottom', component: ArrowBottom, filledComponent: ArrowBottom })()