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