@import "../../styles/themes.scss";

.icon_component {
  position: relative;

  &:before {
    text-decoration: none !important;
  }
  &--no-focus-style {
    &:focus {
      outline: none;
    }
  }
  &--clickable {
    cursor: pointer;
  }
}
