import { StyledComponent } from 'types/Styles'; /** * Render the icon in the styled drop-down. */ export function IconDropdown(props: StyledComponent): JSX.Element { return ( ); }