Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions components/lib/api/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Loading