Skip to content

FirstIcon

const FirstIcon: 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/FirstIcon.tsx:20

Skip to first icon — vertical bar plus a leftward chevron.

Used by Pagination’s “first page” button and similar jump-to-start controls.

Example

<IconButton aria-label="First page"><FirstIcon /></IconButton>