// Mirror of ArrowRightIcon.tsx — same reasoning applies here: the Unicode // "←" (U+2190) previously used inline in CartContent.tsx's "Weiter // einkaufen" links isn't covered by the site's custom web fonts, so it // fell back to a system font whose vertical metrics sit visibly low on // mobile relative to the label text next to it. An SVG has no // font-fallback path — renders identically everywhere. export function ArrowLeftIcon() { return ( ); }