Skip to content

Commit c7b2ef8

Browse files
authored
fix: add missing icon types (#8100)
1 parent 064c2d1 commit c7b2ef8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/lib/api/api.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@ export interface PrimeIconsOptions {
13301330
readonly GLOBE: string;
13311331
readonly GOOGLE: string;
13321332
readonly HASHTAG: string;
1333+
readonly HEADPHONES: string;
13331334
readonly HEART: string;
13341335
readonly HEART_FILL: string;
13351336
readonly HISTORY: string;
@@ -1349,6 +1350,7 @@ export interface PrimeIconsOptions {
13491350
readonly LOCK_OPEN: string;
13501351
readonly MAP: string;
13511352
readonly MAP_MARKER: string;
1353+
readonly MARS: string;
13521354
readonly MICROSOFT: string;
13531355
readonly MINUS: string;
13541356
readonly MINUS_CIRCLE: string;
@@ -1441,12 +1443,14 @@ export interface PrimeIconsOptions {
14411443
readonly USER_MINUS: string;
14421444
readonly USER_PLUS: string;
14431445
readonly USERS: string;
1446+
readonly VENUS: string;
14441447
readonly VIDEO: string;
14451448
readonly VIMEO: string;
14461449
readonly VOLUME_DOWN: string;
14471450
readonly VOLUME_OFF: string;
14481451
readonly VOLUME_UP: string;
14491452
readonly WALLET: string;
1453+
readonly WAVE_PULSE: string;
14501454
readonly WHATSAPP: string;
14511455
readonly WIFI: string;
14521456
readonly WINDOW_MAXIMIZE: string;

0 commit comments

Comments
 (0)