export type Button = {
  label : string
  icon : string
  active ?: boolean
}