import { svg } from '@opentiny/vue-common' import Expand from '@opentiny/vue-theme/svgs/expand.svg' export default () => svg({ name: 'IconExpand', component: Expand, filledComponent: Expand })()