import { svg } from '@opentiny/vue-common'
import Scan from '@opentiny/vue-theme/svgs/scan.svg'

export default () => svg({ name: 'IconScan', component: Scan, filledComponent: Scan })()