import { svg } from '@opentiny/vue-common' import TabletView from '@opentiny/vue-theme/svgs/tablet-view.svg' export default () => svg({ name: 'IconTabletView', component: TabletView, filledComponent: TabletView })()