import { svg } from '@opentiny/vue-common'
import Performance from '@opentiny/vue-theme/svgs/performance.svg'

export default () => svg({ name: 'IconPerformance', component: Performance, filledComponent: Performance })()