
        .icon-xxs {
  width: 12px !important;
  height: 12px !important;
  stroke-width: 1.25px;
  
  fill:none;
}

.icon-xs {
  width: 16px !important;
  height: 16px !important;
  stroke-width: 1.5px;
  
  fill:none;
}

.icon-s {
  width: 24px !important;
  height: 24px !important;
  stroke-width: 2px;
  
  fill:none;
}

.icon-m {
  width: 32px !important;
  height: 32px !important;
  stroke-width: 2.1px;
  
  fill:none;
}

.icon-l {
  width: 48px !important;
  height: 48px !important;
  stroke-width: 2.5px !important;
  
  fill:none;
}

.icon-xl {
  width: 64px !important;
  height: 64px !important;
  stroke-width: 3px;
  
  fill:none;
}

.icon-xxl {
  width: 72px !important;
  height: 72px !important;
  stroke-width: 3.5px;
  
  fill:none;
}

.icon-xxxl {
  width: 100px !important;
  height: 100px !important;
  stroke-width: 4px;
  
  fill:none;
}

.icon-fill{
    fill: currentColor !important;
}