const LeftArrow = () => ( <svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" fill="none"> <path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M6 11 1 6m0 0 5-5M1 6h12" /> </svg> ); export default LeftArrow;