import { svg } from '@opentiny/vue-common'
import AreaChart from '@opentiny/vue-theme/svgs/area-chart.svg'

export default () => svg({ name: 'IconAreaChart', component: AreaChart, filledComponent: AreaChart })()