LastIcon
constLastIcon:NamedExoticComponent<Omit<{children:ReactNode;className?:string;color?:IconColor;decorative?:boolean;ref?:Ref<SVGSVGElement>;size?:IconSize;testId?:string;title?:string; },"children">>
Defined in: src/components/Icons/LastIcon.tsx:20
Skip to last icon — rightward chevron plus a vertical bar.
Used by Pagination’s “last page” button and similar jump-to-end controls.
Example
<IconButton aria-label="Last page"><LastIcon /></IconButton>