@mixin theme() {
  xui-icon {
    display: inline-flex;
    line-height: 0;

    .mat-icon {
      flex: 1 1 auto;
      height: unset;
    }
  }
}
