type LineHeightIncreaseIconProps = { strokeColor: string } export function LineHeightIncreaseIcon( props: LineHeightIncreaseIconProps ): JSX.Element { return ( ) }