.x-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  .svg-icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    fill: currentColor;
  }
  // .svg-close {
  //   width: 16px !important;
  //   height: 24px !important;
  // }
}
