Chevron down icon component.
The props for the icon.
The chevron down icon.
// Icon is correctly hidden from screen readers<p> <IconChevronDown /> Expand</p>// Icon with screen-reader accessible label only<p> <IconChevronDown aria-label="Expand" /></p> Copy
// Icon is correctly hidden from screen readers<p> <IconChevronDown /> Expand</p>// Icon with screen-reader accessible label only<p> <IconChevronDown aria-label="Expand" /></p>
Chevron down icon component.