export type TratonIconNames =
  | 'arrow_diagonal'
  | 'arrow_down'
  | 'arrow_left'
  | 'arrow_right'
  | 'arrow_up'
  | 'bento'
  | 'burger'
  | 'calendar'
  | 'chevron_down'
  | 'chevron_left'
  | 'chevron_right'
  | 'chevron_up'
  | 'cross'
  | 'edit'
  | 'error'
  | 'info'
  | 'minus'
  | 'notification'
  | 'plus'
  | 'print'
  | 'refresh'
  | 'search'
  | 'share'
  | 'sorting'
  | 'star'
  | 'tick'
  | 'truck'
  | 'warning';
