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