Skip to content

Commit

Permalink
fkx(icon): add missing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Dec 14, 2024
1 parent 707208c commit ba7ddc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {TranslocoPipe} from '@ngneat/transloco';
import {AsyncPipe} from '@angular/common';
import {MatTooltipModule} from '@angular/material/tooltip';
import {addIcons} from 'ionicons';
import {downloadOutline, shareOutline} from 'ionicons/icons';
import {downloadOutline, shareOutline, shareSocialOutline} from 'ionicons/icons';

@Component({
selector: 'app-signed-language-output',
Expand Down Expand Up @@ -61,7 +61,7 @@ export class SignedLanguageOutputComponent extends BaseComponent implements OnIn

this.isSharingSupported = Capacitor.isNativePlatform() || ('navigator' in globalThis && 'share' in navigator);

addIcons({downloadOutline, shareOutline});
addIcons({downloadOutline, shareOutline, shareSocialOutline});
}

ngOnInit(): void {
Expand Down

0 comments on commit ba7ddc0

Please sign in to comment.