import { svg } from '@opentiny/vue-common'
import ZoomIn from '@opentiny/vue-theme/svgs/zoom-in.svg'

export default () => svg({ name: 'IconZoomIn', component: ZoomIn, filledComponent: ZoomIn })()