import { svg } from '@opentiny/vue-common'
import Audit from '@opentiny/vue-theme/svgs/audit.svg'

export default () => svg({ name: 'IconAudit', component: Audit, filledComponent: Audit })()