icon-button.component.html 100 B

123
  1. <button matRipple>
  2. <img [src]="'assets/icons/UIIcons/' + icon + '.svg'" [alt]="icon" />
  3. </button>