import React from 'react'; import cn from 'classnames'; import { Icon, Popup } from 'UI'; import styles from './textLabel.module.css'; export default function TextLabel({ icon, label, minWidth = 0, maxWidth = false, popupLabel = false, textTransform = '', color = 'gray-medium', iconColor = color, }) { return (