import { svg } from '@opentiny/vue-common' import StarActive from '@opentiny/vue-theme/svgs/star-active.svg' export default () => svg({ name: 'IconStarActive', component: StarActive, filledComponent: StarActive })()