$icon-size: $size-s;

.svg-icon {
  display: inline-flex;
  width: $icon-size;
  height: $icon-size;
  //max-width: 100%;
  //max-height: 100%;
  svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
}
