export const ChevronRight = () => (
    <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="m7.5 15 5-5-5-5" stroke="#060C1A" strokeWidth="1.667" strokeLinecap="round"
              strokeLinejoin="round" />
    </svg>
)

export const ChevronLeft = () => (
    <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fillRule="evenodd" clipRule="evenodd"
              d="M13.0906 4.41205C13.416 4.73748 13.416 5.26512 13.0906 5.59056L8.67981 10.0013L13.0906 14.412C13.416 14.7375 13.416 15.2651 13.0906 15.5906C12.7651 15.916 12.2375 15.916 11.912 15.5906L6.91205 10.5906C6.58661 10.2651 6.58661 9.73748 6.91205 9.41205L11.912 4.41205C12.2375 4.08661 12.7651 4.08661 13.0906 4.41205Z"
              fill="#060C1A" />
    </svg>
)
