import { svg } from '@opentiny/vue-common'
import SandwichCollapse from '@opentiny/vue-theme/svgs/sandwich-collapse.svg'

export default () =>
  svg({ name: 'IconSandwichCollapse', component: SandwichCollapse, filledComponent: SandwichCollapse })()