UNPKG

vue-fantable

Version:
8 lines 316 B
export default { name: 'IconArrowLeft', setup() { return () => <svg width="1em" height="1em" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M31 36L19 24L31 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> } }