import { svg } from '@opentiny/vue-common'
import StretchCrosswise from '@opentiny/vue-theme/svgs/stretch-crosswise.svg'

export default () =>
  svg({ name: 'IconStretchCrosswise', component: StretchCrosswise, filledComponent: StretchCrosswise })()