Arrows Up/Down icon component.
The props for the icon.
The Arrow Left icon.
// Icon is correctly hidden from screen readers<p> <IconArrowsUpDown /> Swap</p>// Icon with screen-reader accessible label only<p> <IconArrowsUpDown aria-label="Swap" /></p> Copy
// Icon is correctly hidden from screen readers<p> <IconArrowsUpDown /> Swap</p>// Icon with screen-reader accessible label only<p> <IconArrowsUpDown aria-label="Swap" /></p>
Arrows Up/Down icon component.