File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments