1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 12:40:26 +00:00

update type Icon --> BitSvg

This commit is contained in:
Will Martin
2026-01-26 23:47:37 -05:00
parent 64fbb8dca2
commit 1d2a8e5f19
73 changed files with 179 additions and 179 deletions

View File

@@ -3,7 +3,7 @@
import { Component, Input } from "@angular/core";
import {
Icon,
BitSvg,
TwoFactorAuthAuthenticatorIcon,
TwoFactorAuthEmailIcon,
TwoFactorAuthWebAuthnIcon,
@@ -24,7 +24,7 @@ export class TwoFactorIconComponent {
// eslint-disable-next-line @angular-eslint/prefer-signals
@Input() name: string;
protected readonly IconProviderMap: { [key: number | string]: Icon } = {
protected readonly IconProviderMap: { [key: number | string]: BitSvg } = {
0: TwoFactorAuthAuthenticatorIcon,
1: TwoFactorAuthEmailIcon,
7: TwoFactorAuthWebAuthnIcon,