:host {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  tui-svg {
    width: var(--icon-size);
    height: var(--icon-size);
    font-size: var(--icon-size);

    //Fix for support Safari
    ::ng-deep svg:not([width]):not([height]) {
      width: inherit;
      height: inherit;
    }
  }
}
