import { StyledComponent } from 'types/Styles'; /** * Render the "previous month" button in the navigation. */ export function IconLeft(props: StyledComponent): JSX.Element { return ( ); }