From f8b810900b3c5a466de1b413afa36b6d027553e9 Mon Sep 17 00:00:00 2001 From: navedqb <109583873+navedqb@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:08:19 +0530 Subject: [PATCH] fix: add missing icon types --- components/lib/api/api.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lib/api/api.d.ts b/components/lib/api/api.d.ts index c8943475a5..16b37feed3 100644 --- a/components/lib/api/api.d.ts +++ b/components/lib/api/api.d.ts @@ -1330,6 +1330,7 @@ export interface PrimeIconsOptions { readonly GLOBE: string; readonly GOOGLE: string; readonly HASHTAG: string; + readonly HEADPHONES: string; readonly HEART: string; readonly HEART_FILL: string; readonly HISTORY: string; @@ -1349,6 +1350,7 @@ export interface PrimeIconsOptions { readonly LOCK_OPEN: string; readonly MAP: string; readonly MAP_MARKER: string; + readonly MARS: string; readonly MICROSOFT: string; readonly MINUS: string; readonly MINUS_CIRCLE: string; @@ -1441,12 +1443,14 @@ export interface PrimeIconsOptions { readonly USER_MINUS: string; readonly USER_PLUS: string; readonly USERS: string; + readonly VENUS: string; readonly VIDEO: string; readonly VIMEO: string; readonly VOLUME_DOWN: string; readonly VOLUME_OFF: string; readonly VOLUME_UP: string; readonly WALLET: string; + readonly WAVE_PULSE: string; readonly WHATSAPP: string; readonly WIFI: string; readonly WINDOW_MAXIMIZE: string;