vue-fantable
Version:
Vue table component for huge data
11 lines • 389 B
JSX
export default {
name: 'IconDoubleArrowDown',
setup() {
return () => <svg width="1em" height="1em" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" >
<path d="M36 12L24 24L12 12" />
<path d="M36 24L24 36L12 24" />
</g>
</svg>
}
}