.#{$CLASS_PREFIX}-icon {
  display: flex;
  justify-content: center;
  align-items: center;

  max-width: 18px;
  max-height: 18px;

  svg {
    width: 100%;
    height: 100%;
  }

  &.left {
    margin-right: 5px;
  }

  &.right {
    margin-left: 5px;
  }
}
