UNPKG

vue-fantable

Version:
9 lines 448 B
export default { name: 'IconDoubleArrowRight', setup() { return () => <svg width="1em" height="1em" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 12L24 24L12 36" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M24 12L36 24L24 36" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> } }