import { svg } from '@opentiny/vue-common' import DotChart from '@opentiny/vue-theme/svgs/dot-chart.svg' export default () => svg({ name: 'IconDotChart', component: DotChart, filledComponent: DotChart })()