import { svg } from '@opentiny/vue-common'
import Share from '@opentiny/vue-theme/svgs/share.svg'

export default () => svg({ name: 'IconShare', component: Share, filledComponent: Share })()