import { svg } from '@opentiny/vue-common' import MonthView from '@opentiny/vue-theme/svgs/month-view.svg' export default () => svg({ name: 'IconMonthView', component: MonthView, filledComponent: MonthView })()