import { svg } from '@opentiny/vue-common'
import Heartempty from '@opentiny/vue-theme/svgs/heartempty.svg'

export default () => svg({ name: 'IconHeartempty', component: Heartempty, filledComponent: Heartempty })()