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