.base {
  height: var(--lib_icon_size,13px);
  width:  var(--lib_icon_size,13px);
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  cursor: pointer;

} 
.base :global(svg){
  width: inherit;
  height: inherit;
  fill: currentColor;
}


/* .size_xsmall{
  height: 11px;
  width: 11px;
}
.size_small{
  height: 12px;
  width: 12px;
}
.size_medium{
  height: 13px;
  width: 13px;
}
.size_large{
  height: 14px;
  width: 14px;
}
.size_xlarge{
  height: 15px;
  width: 15px;
}
.size_xxlarge{
  height: 16px;
  width: 16px;
}
.size_xxxlarge{
  height: 18px;
  width: 18px;
}
.size_xxxxlarge{
  height: 20px;
  width: 20px;
} */