@iconode/react 2.6.7 → 2.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1,4 +1,5 @@
1
- import React$1 from 'react';
1
+ import * as React$1 from 'react';
2
+ import React__default from 'react';
2
3
 
3
4
  type IconCategory = 'Programming' | 'Apps' | 'DesignTools' | 'AI' | 'Tools' | 'Frameworks' | 'Library' | 'Community' | 'Company' | 'Database' | 'OS' | 'Hardware' | 'Crypto';
4
5
  interface IconData {
@@ -17,7 +18,7 @@ interface IconComponentProps extends React.HTMLAttributes<HTMLSpanElement> {
17
18
  title?: string;
18
19
  }
19
20
 
20
- declare function createIcon(name: string, svgContent: string): React$1.FC<IconComponentProps>;
21
+ declare function createIcon(name: string, svgContent: string): React__default.FC<IconComponentProps>;
21
22
 
22
23
  declare const Categories: {
23
24
  Programming: IconData[];
@@ -39,17 +40,812 @@ type FilterTab = FilterCategory | 'All';
39
40
  declare function filterIconsByCategory(category: FilterTab): IconData[];
40
41
  declare const icons: Record<string, React$1.FC<IconComponentProps>>;
41
42
  declare const allIconsData: IconData[];
42
-
43
43
  type IconName = keyof typeof icons;
44
- interface DynamicIconProps {
44
+
45
+ type IconFC = React__default.FC<IconComponentProps>;
46
+ declare const AdobeFirefly: IconFC;
47
+ declare const Anthropic_Dark: IconFC;
48
+ declare const Anthropic_Light: IconFC;
49
+ declare const AnthropicLogo_Dark: IconFC;
50
+ declare const AnthropicLogo_Light: IconFC;
51
+ declare const AtlassianRovo: IconFC;
52
+ declare const Bixby: IconFC;
53
+ declare const BixbyLogo_Dark: IconFC;
54
+ declare const BixbyLogo_Light: IconFC;
55
+ declare const Bolt_Dark: IconFC;
56
+ declare const Bolt_Light: IconFC;
57
+ declare const BoltLogo_Dark: IconFC;
58
+ declare const BoltLogo_Light: IconFC;
59
+ declare const Builder: IconFC;
60
+ declare const BurnCloud: IconFC;
61
+ declare const ChatGPTFill: IconFC;
62
+ declare const ChatGPT_Dark: IconFC;
63
+ declare const ChatGPT_Light: IconFC;
64
+ declare const ClaudeCode: IconFC;
65
+ declare const ClaudeAI: IconFC;
66
+ declare const ClineAI_Dark: IconFC;
67
+ declare const ClineAI_Light: IconFC;
68
+ declare const CodeBuddy: IconFC;
69
+ declare const CodeBuddyLogo_Dark: IconFC;
70
+ declare const CodeBuddyLogo_Light: IconFC;
71
+ declare const CodeRabbit: IconFC;
72
+ declare const Codex: IconFC;
73
+ declare const CopilotAI: IconFC;
74
+ declare const CursorAIFill: IconFC;
75
+ declare const CursorAI: IconFC;
76
+ declare const DaVinciAI: IconFC;
77
+ declare const DaVinciAILogo_Dark: IconFC;
78
+ declare const DaVinciAILogo_Light: IconFC;
79
+ declare const DeepAI_Dark: IconFC;
80
+ declare const DeepAI_Light: IconFC;
81
+ declare const DeepSeek: IconFC;
82
+ declare const DeepSeekLogo: IconFC;
83
+ declare const Devin_Dark: IconFC;
84
+ declare const Devin_Light: IconFC;
85
+ declare const ElevenLabsAI_Dark: IconFC;
86
+ declare const ElevenLabsAI_Light: IconFC;
87
+ declare const FireworksAI: IconFC;
88
+ declare const Gemini: IconFC;
89
+ declare const GitHubCopilot_Dark: IconFC;
90
+ declare const GitHubCopilot_Light: IconFC;
91
+ declare const GoogleAIStudio_Dark: IconFC;
92
+ declare const GoogleAIStudio_Light: IconFC;
93
+ declare const GoogleAssistant: IconFC;
94
+ declare const GoogleJules: IconFC;
95
+ declare const Grammarly: IconFC;
96
+ declare const GrokAIFill: IconFC;
97
+ declare const GrokAI_Dark: IconFC;
98
+ declare const GrokAI_Light: IconFC;
99
+ declare const InceptionLabs_Dark: IconFC;
100
+ declare const InceptionLabs_Light: IconFC;
101
+ declare const KimiAI_Dark: IconFC;
102
+ declare const KimiAI_Light: IconFC;
103
+ declare const KlingAI: IconFC;
104
+ declare const KlingLogo_Dark: IconFC;
105
+ declare const KlingLogo_Light: IconFC;
106
+ declare const KreaAI_Dark: IconFC;
107
+ declare const KreaAI_Light: IconFC;
108
+ declare const LovableAI: IconFC;
109
+ declare const ManusAI_Dark: IconFC;
110
+ declare const ManusAI_Light: IconFC;
111
+ declare const Mcp_Dark: IconFC;
112
+ declare const Mcp_Light: IconFC;
113
+ declare const MetaAI: IconFC;
114
+ declare const MistralAI: IconFC;
115
+ declare const Ollama_Dark: IconFC;
116
+ declare const Ollama_Light: IconFC;
117
+ declare const OpenRouter: IconFC;
118
+ declare const PaLM2: IconFC;
119
+ declare const PaneFlow: IconFC;
120
+ declare const Perplexity: IconFC;
121
+ declare const PikaAI_Dark: IconFC;
122
+ declare const PikaAI_Light: IconFC;
123
+ declare const Promptmetheus: IconFC;
124
+ declare const QwenAI: IconFC;
125
+ declare const Runway_Dark: IconFC;
126
+ declare const Runway_Light: IconFC;
127
+ declare const SQLiteAI: IconFC;
128
+ declare const SunoAI_Dark: IconFC;
129
+ declare const SunoAI_Light: IconFC;
130
+ declare const V0_Dark: IconFC;
131
+ declare const V0_Light: IconFC;
132
+ declare const WritesonicAI: IconFC;
133
+ declare const xAI_Dark: IconFC;
134
+ declare const xAI_Light: IconFC;
135
+ declare const ApplePay_Dark: IconFC;
136
+ declare const ApplePay_Light: IconFC;
137
+ declare const AppStore: IconFC;
138
+ declare const ArcBrowser: IconFC;
139
+ declare const AtlassianLoom: IconFC;
140
+ declare const Behance: IconFC;
141
+ declare const BehanceLogo_Dark: IconFC;
142
+ declare const BehanceLogo_Light: IconFC;
143
+ declare const Bilibili: IconFC;
144
+ declare const BilibiliLogo: IconFC;
145
+ declare const BilibiliTVLogo: IconFC;
146
+ declare const Bing: IconFC;
147
+ declare const Bluesky: IconFC;
148
+ declare const Brainly: IconFC;
149
+ declare const Brave: IconFC;
150
+ declare const BuyMeACoffeeFill: IconFC;
151
+ declare const BuyMeACoffee: IconFC;
152
+ declare const CampaignMonitor: IconFC;
153
+ declare const Chrome: IconFC;
154
+ declare const Chromium: IconFC;
155
+ declare const CyberGhostVPN: IconFC;
156
+ declare const Dailymotion_Light: IconFC;
157
+ declare const Dailymotion_Dark: IconFC;
158
+ declare const Discord: IconFC;
159
+ declare const Dropbox: IconFC;
160
+ declare const ExpressVPN: IconFC;
161
+ declare const FacebookSquare: IconFC;
162
+ declare const FacebookRound: IconFC;
163
+ declare const Fandom: IconFC;
164
+ declare const Filmora: IconFC;
165
+ declare const Gmail: IconFC;
166
+ declare const GoogleCalendar: IconFC;
167
+ declare const GoogleDocs: IconFC;
168
+ declare const GooglePhotos: IconFC;
169
+ declare const GoogleSheets: IconFC;
170
+ declare const GoogleTranslate: IconFC;
171
+ declare const HolaVPN: IconFC;
172
+ declare const ImprovMX: IconFC;
173
+ declare const Instagram: IconFC;
174
+ declare const Kwai: IconFC;
175
+ declare const Lemon8: IconFC;
176
+ declare const Lemon8Logo: IconFC;
177
+ declare const Line: IconFC;
178
+ declare const Linear: IconFC;
179
+ declare const LinearLogo_Dark: IconFC;
180
+ declare const LinearLogo_Light: IconFC;
181
+ declare const LinkedIn: IconFC;
182
+ declare const Mastodon: IconFC;
183
+ declare const MessengerBlue: IconFC;
184
+ declare const MessengerColor: IconFC;
185
+ declare const MicrosoftExcel: IconFC;
186
+ declare const MicrosoftOneNote: IconFC;
187
+ declare const MicrosoftPowerPoint: IconFC;
188
+ declare const MicrosoftWord: IconFC;
189
+ declare const Netflix: IconFC;
190
+ declare const NetflixLogo: IconFC;
191
+ declare const NordLocker: IconFC;
192
+ declare const NordPass: IconFC;
193
+ declare const NordVPN: IconFC;
194
+ declare const Notion: IconFC;
195
+ declare const PayPal: IconFC;
196
+ declare const PayPalLogo: IconFC;
197
+ declare const Pinterest: IconFC;
198
+ declare const Platzi: IconFC;
199
+ declare const PlayStore: IconFC;
200
+ declare const Proton: IconFC;
201
+ declare const ProtonVPN: IconFC;
202
+ declare const QQ: IconFC;
203
+ declare const RedNote: IconFC;
204
+ declare const SamsungBrowser: IconFC;
205
+ declare const Slack: IconFC;
206
+ declare const Snapchat: IconFC;
207
+ declare const Spotify: IconFC;
208
+ declare const SpotifyLogo: IconFC;
209
+ declare const Steam: IconFC;
210
+ declare const SurfsharkVPN: IconFC;
211
+ declare const Teamwork: IconFC;
212
+ declare const Telegram: IconFC;
213
+ declare const Threads_Dark: IconFC;
214
+ declare const Threads_Light: IconFC;
215
+ declare const TikTok: IconFC;
216
+ declare const TikTokFill: IconFC;
217
+ declare const Tor: IconFC;
218
+ declare const Trello: IconFC;
219
+ declare const Twitch: IconFC;
220
+ declare const Twitter: IconFC;
221
+ declare const Udemy_Dark: IconFC;
222
+ declare const Udemy_Light: IconFC;
223
+ declare const UdemyLogo_Dark: IconFC;
224
+ declare const UdemyLogo_Light: IconFC;
225
+ declare const Upwork_Basic: IconFC;
226
+ declare const Upwork: IconFC;
227
+ declare const Venmo: IconFC;
228
+ declare const Vimeo: IconFC;
229
+ declare const VimeoLogo: IconFC;
230
+ declare const Vivaldi: IconFC;
231
+ declare const VK: IconFC;
232
+ declare const VK_Dark: IconFC;
233
+ declare const VK_Light: IconFC;
234
+ declare const VlcMediaPlayer: IconFC;
235
+ declare const WeChat: IconFC;
236
+ declare const Weibo: IconFC;
237
+ declare const WhatsApp: IconFC;
238
+ declare const WhatsAppLogo: IconFC;
239
+ declare const Wikipedia: IconFC;
240
+ declare const Wise: IconFC;
241
+ declare const WiseLogo: IconFC;
242
+ declare const X_Dark: IconFC;
243
+ declare const X_Light: IconFC;
244
+ declare const Xbox: IconFC;
245
+ declare const XboxLogo: IconFC;
246
+ declare const YouTubeKids: IconFC;
247
+ declare const YouTubeMusic: IconFC;
248
+ declare const YouTubeStudio: IconFC;
249
+ declare const YouTube: IconFC;
250
+ declare const YouTubeLogo_Dark: IconFC;
251
+ declare const YouTubeLogo_Light: IconFC;
252
+ declare const YouTubeShorts: IconFC;
253
+ declare const Zoom: IconFC;
254
+ declare const ZoomLogo: IconFC;
255
+ declare const CinnamonSpices: IconFC;
256
+ declare const CodePen_Dark: IconFC;
257
+ declare const CodePen_Light: IconFC;
258
+ declare const Codeberg: IconFC;
259
+ declare const DataCamp: IconFC;
260
+ declare const DataCampLogo_Dark: IconFC;
261
+ declare const DataCampLogo_Light: IconFC;
262
+ declare const Dribbble: IconFC;
263
+ declare const HackerOne_Dark: IconFC;
264
+ declare const HackerOne_Light: IconFC;
265
+ declare const Hashnode: IconFC;
266
+ declare const InfinityFree: IconFC;
267
+ declare const Layers_Dark: IconFC;
268
+ declare const Layers_Light: IconFC;
269
+ declare const Medium: IconFC;
270
+ declare const Reddit: IconFC;
271
+ declare const SoundCloud: IconFC;
272
+ declare const StackOverflow_Dark: IconFC;
273
+ declare const StackOverflow_Light: IconFC;
274
+ declare const SuperUser: IconFC;
275
+ declare const TheAlgorithms: IconFC;
276
+ declare const WebcomponentsOrg: IconFC;
277
+ declare const Xing: IconFC;
278
+ declare const Adobe: IconFC;
279
+ declare const AdobeLogo: IconFC;
280
+ declare const Airwallex: IconFC;
281
+ declare const Akamai: IconFC;
282
+ declare const Alibaba: IconFC;
283
+ declare const AlibabaCloud: IconFC;
284
+ declare const Apple_Dark: IconFC;
285
+ declare const Apple_Light: IconFC;
286
+ declare const Asus: IconFC;
287
+ declare const AsusLogo_Dark: IconFC;
288
+ declare const AsusLogo_Light: IconFC;
289
+ declare const Atlassian: IconFC;
290
+ declare const Aws_Dark: IconFC;
291
+ declare const Aws_Light: IconFC;
292
+ declare const Azure: IconFC;
293
+ declare const BairesDev: IconFC;
294
+ declare const ByteDance: IconFC;
295
+ declare const ByteDanceLogo: IconFC;
296
+ declare const Cloudflare: IconFC;
297
+ declare const Cybozu: IconFC;
298
+ declare const DigitalOcean: IconFC;
299
+ declare const Envato: IconFC;
300
+ declare const GoDaddy: IconFC;
301
+ declare const GoDaddyLogo: IconFC;
302
+ declare const GoogleCloud: IconFC;
303
+ declare const Google: IconFC;
304
+ declare const GoogleLogo: IconFC;
305
+ declare const HeroDevs: IconFC;
306
+ declare const Ibm_Dark: IconFC;
307
+ declare const Ibm_Light: IconFC;
308
+ declare const MacStadium: IconFC;
309
+ declare const Meta: IconFC;
310
+ declare const Microsoft: IconFC;
311
+ declare const MicrosoftLogo: IconFC;
312
+ declare const NameCom: IconFC;
313
+ declare const NameComLogo_Dark: IconFC;
314
+ declare const NameComLogo_Light: IconFC;
315
+ declare const Namecheap: IconFC;
316
+ declare const NodeSource: IconFC;
317
+ declare const Oracle: IconFC;
318
+ declare const OracleLogo: IconFC;
319
+ declare const Qualcomm: IconFC;
320
+ declare const QualcommLogo: IconFC;
321
+ declare const Razer: IconFC;
322
+ declare const RedHat: IconFC;
323
+ declare const Rog: IconFC;
324
+ declare const Shopify: IconFC;
325
+ declare const Stripe: IconFC;
326
+ declare const StripeLogo: IconFC;
327
+ declare const Taobao: IconFC;
328
+ declare const TuxCare_Dark: IconFC;
329
+ declare const TuxCare_Light: IconFC;
330
+ declare const TuxCareLogo_Dark: IconFC;
331
+ declare const TuxCareLogo_Light: IconFC;
332
+ declare const Visa: IconFC;
333
+ declare const W3Schools: IconFC;
334
+ declare const WorkOS: IconFC;
335
+ declare const Xiaomi: IconFC;
336
+ declare const XiaomiLogo_Dark: IconFC;
337
+ declare const XiaomiLogo_Light: IconFC;
338
+ declare const Yahoo: IconFC;
339
+ declare const YahooLogo: IconFC;
340
+ declare const Binance: IconFC;
341
+ declare const Bitcoin: IconFC;
342
+ declare const Ethereum: IconFC;
343
+ declare const Ethereum_Dark: IconFC;
344
+ declare const Ethereum_Light: IconFC;
345
+ declare const Ton: IconFC;
346
+ declare const Drizzle: IconFC;
347
+ declare const DrizzleFill: IconFC;
348
+ declare const MicrosoftSQL: IconFC;
349
+ declare const MongoDB: IconFC;
350
+ declare const MySQL: IconFC;
351
+ declare const MySQLLogo: IconFC;
352
+ declare const Neon: IconFC;
353
+ declare const NeonLogo_Dark: IconFC;
354
+ declare const NeonLogo_Light: IconFC;
355
+ declare const PostgreSQL: IconFC;
356
+ declare const Prisma_Dark: IconFC;
357
+ declare const Prisma_Light: IconFC;
358
+ declare const Redis: IconFC;
359
+ declare const RedisLogo: IconFC;
360
+ declare const SQLite: IconFC;
361
+ declare const Supabase: IconFC;
362
+ declare const TiDB: IconFC;
363
+ declare const Turso: IconFC;
364
+ declare const Upstash: IconFC;
365
+ declare const Xata: IconFC;
366
+ declare const XataLogo_Dark: IconFC;
367
+ declare const XataLogo_Light: IconFC;
368
+ declare const AdobeAero: IconFC;
369
+ declare const AdobeAfterEffects: IconFC;
370
+ declare const AdobeAnimate: IconFC;
371
+ declare const AdobeAudition: IconFC;
372
+ declare const CharacterAnimator: IconFC;
373
+ declare const AdobeDimension: IconFC;
374
+ declare const AdobeDreamweaver: IconFC;
375
+ declare const AdobeFresco: IconFC;
376
+ declare const AdobeIllustrator: IconFC;
377
+ declare const AdobeInDesign: IconFC;
378
+ declare const AdobeLightroom: IconFC;
379
+ declare const AdobePhotoshop: IconFC;
380
+ declare const AdobePremierePro: IconFC;
381
+ declare const AdobePremiereRush: IconFC;
382
+ declare const AdobeStock: IconFC;
383
+ declare const Substance3DDesigner: IconFC;
384
+ declare const Substance3DSampler: IconFC;
385
+ declare const Substance3DStager: IconFC;
386
+ declare const AdobeXD: IconFC;
387
+ declare const Affinity: IconFC;
388
+ declare const AlightMotion: IconFC;
389
+ declare const Axure: IconFC;
390
+ declare const AxureLogo: IconFC;
391
+ declare const Blender: IconFC;
392
+ declare const Canva: IconFC;
393
+ declare const CapCut: IconFC;
394
+ declare const Elementor: IconFC;
395
+ declare const FigmaFill: IconFC;
396
+ declare const Figma: IconFC;
397
+ declare const Framer: IconFC;
398
+ declare const Framer_Dark: IconFC;
399
+ declare const Framer_Light: IconFC;
400
+ declare const Freepik: IconFC;
401
+ declare const InVision: IconFC;
402
+ declare const LottieFiles: IconFC;
403
+ declare const Lucide: IconFC;
404
+ declare const Lunacy: IconFC;
405
+ declare const Magnific_Dark: IconFC;
406
+ declare const Magnific_Light: IconFC;
407
+ declare const MicrosoftDesigner: IconFC;
408
+ declare const Miro: IconFC;
409
+ declare const Mobbin_Dark: IconFC;
410
+ declare const Mobbin_Light: IconFC;
411
+ declare const Photopea: IconFC;
412
+ declare const Photoroom: IconFC;
413
+ declare const Sketch_Dark: IconFC;
414
+ declare const Sketch_Light: IconFC;
415
+ declare const Webflow: IconFC;
416
+ declare const Zeroheight: IconFC;
417
+ declare const AlpineJS: IconFC;
418
+ declare const Amp: IconFC;
419
+ declare const AmpLogo: IconFC;
420
+ declare const Angular: IconFC;
421
+ declare const AnimeJS: IconFC;
422
+ declare const AnimeJSLogo_Dark: IconFC;
423
+ declare const AnimeJSLogo_Light: IconFC;
424
+ declare const AstroJS_Dark: IconFC;
425
+ declare const AstroJS_Light: IconFC;
426
+ declare const AstroJSLogo_Dark: IconFC;
427
+ declare const AstroJSLogo_Light: IconFC;
428
+ declare const Aurelia: IconFC;
429
+ declare const BackboneJS: IconFC;
430
+ declare const BlitzJS: IconFC;
431
+ declare const BulmaCSS: IconFC;
432
+ declare const CakePHP: IconFC;
433
+ declare const CodeIgniter: IconFC;
434
+ declare const Django: IconFC;
435
+ declare const DjangoLogo: IconFC;
436
+ declare const Docusaurus: IconFC;
437
+ declare const Dojo: IconFC;
438
+ declare const DotNet: IconFC;
439
+ declare const ElectronJS: IconFC;
440
+ declare const EmberJS: IconFC;
441
+ declare const EmberJSLogo: IconFC;
442
+ declare const Expo_Dark: IconFC;
443
+ declare const Expo_Light: IconFC;
444
+ declare const ExpressJS: IconFC;
445
+ declare const ExpressJSLogo_Dark: IconFC;
446
+ declare const ExpressJSLogo_Light: IconFC;
447
+ declare const FastApi: IconFC;
448
+ declare const Filament: IconFC;
449
+ declare const FilamentLogo: IconFC;
450
+ declare const Flask_Dark: IconFC;
451
+ declare const Flask_Light: IconFC;
452
+ declare const Flutter: IconFC;
453
+ declare const Framework7: IconFC;
454
+ declare const Fresh: IconFC;
455
+ declare const GatsbyJS: IconFC;
456
+ declare const GodotEngine: IconFC;
457
+ declare const GraphQL: IconFC;
458
+ declare const Hono: IconFC;
459
+ declare const InfernoJS: IconFC;
460
+ declare const Ionic: IconFC;
461
+ declare const IonicLogo: IconFC;
462
+ declare const KrakenJS: IconFC;
463
+ declare const Laminas: IconFC;
464
+ declare const LaminasLogo_Dark: IconFC;
465
+ declare const LaminasLogo_Light: IconFC;
466
+ declare const Laravel: IconFC;
467
+ declare const Livewire: IconFC;
468
+ declare const Lume: IconFC;
469
+ declare const Lumen: IconFC;
470
+ declare const Lxqt_Dark: IconFC;
471
+ declare const Lxqt_Light: IconFC;
472
+ declare const LxqtLogo_Dark: IconFC;
473
+ declare const LxqtLogo_Light: IconFC;
474
+ declare const MarkoJS: IconFC;
475
+ declare const MedusaJS_Dark: IconFC;
476
+ declare const MedusaJS_Light: IconFC;
477
+ declare const MeteorJS: IconFC;
478
+ declare const MithrilJS_Dark: IconFC;
479
+ declare const MithrilJS_Light: IconFC;
480
+ declare const NativePHP: IconFC;
481
+ declare const NativePHPLogo_Dark: IconFC;
482
+ declare const NativePHPLogo_Light: IconFC;
483
+ declare const NativeScript_Dark: IconFC;
484
+ declare const NativeScript_Light: IconFC;
485
+ declare const NestJS: IconFC;
486
+ declare const NextJS: IconFC;
487
+ declare const NextJSLogo_Dark: IconFC;
488
+ declare const NextJSLogo_Light: IconFC;
489
+ declare const NodeJS: IconFC;
490
+ declare const NodeJSLogo: IconFC;
491
+ declare const NuxtJS: IconFC;
492
+ declare const Odoo: IconFC;
493
+ declare const OdooLogo: IconFC;
494
+ declare const PayloadCms_Dark: IconFC;
495
+ declare const PayloadCms_Light: IconFC;
496
+ declare const Pest: IconFC;
497
+ declare const PestLogo_Dark: IconFC;
498
+ declare const PestLogo_Light: IconFC;
499
+ declare const PreactJS: IconFC;
500
+ declare const Qwik: IconFC;
501
+ declare const RaxJS: IconFC;
502
+ declare const ReactJS: IconFC;
503
+ declare const Remix_Dark: IconFC;
504
+ declare const Remix_Light: IconFC;
505
+ declare const Remotion: IconFC;
506
+ declare const RiotJS: IconFC;
507
+ declare const RiotJSLogo: IconFC;
508
+ declare const RubyOnRails: IconFC;
509
+ declare const RubyOnRailsLogo: IconFC;
510
+ declare const SemanticUI: IconFC;
511
+ declare const ServiceStack_Dark: IconFC;
512
+ declare const ServiceStack_Light: IconFC;
513
+ declare const SolidJS: IconFC;
514
+ declare const SolidStart: IconFC;
515
+ declare const Spiral: IconFC;
516
+ declare const SpringBoot: IconFC;
517
+ declare const SpringBootLogo: IconFC;
518
+ declare const Svelte: IconFC;
519
+ declare const Symfony_Dark: IconFC;
520
+ declare const Symfony_Light: IconFC;
521
+ declare const TanStack_Dark: IconFC;
522
+ declare const TanStack_Light: IconFC;
523
+ declare const TanStackLogo_Dark: IconFC;
524
+ declare const TanStackLogo_Light: IconFC;
525
+ declare const Typo3: IconFC;
526
+ declare const VueJS: IconFC;
527
+ declare const WordPress: IconFC;
528
+ declare const Yii: IconFC;
529
+ declare const YiiLogo: IconFC;
530
+ declare const Amd_Dark: IconFC;
531
+ declare const Amd_Light: IconFC;
532
+ declare const AmdLogo_Dark: IconFC;
533
+ declare const AmdLogo_Light: IconFC;
534
+ declare const Arduino: IconFC;
535
+ declare const Intel: IconFC;
536
+ declare const Nvidia: IconFC;
537
+ declare const Nvidia_Dark: IconFC;
538
+ declare const Nvidia_Light: IconFC;
539
+ declare const RaspberryPi: IconFC;
540
+ declare const Ryzen_Dark: IconFC;
541
+ declare const Ryzen_Light: IconFC;
542
+ declare const RyzenLogo_Dark: IconFC;
543
+ declare const RyzenLogo_Light: IconFC;
544
+ declare const Snapdragon: IconFC;
545
+ declare const AceternityUI_Dark: IconFC;
546
+ declare const AceternityUI_Light: IconFC;
547
+ declare const AntDesign: IconFC;
548
+ declare const ArkUI: IconFC;
549
+ declare const Axios: IconFC;
550
+ declare const AxiosLogo_Dark: IconFC;
551
+ declare const AxiosLogo_Light: IconFC;
552
+ declare const Bootstrap4: IconFC;
553
+ declare const Bootstrap5: IconFC;
554
+ declare const ChakraUI: IconFC;
555
+ declare const Cladd_Dark: IconFC;
556
+ declare const Cladd_Light: IconFC;
557
+ declare const CycleOrm: IconFC;
558
+ declare const D3JS: IconFC;
559
+ declare const ElementUI: IconFC;
560
+ declare const HeadlessUI: IconFC;
561
+ declare const HeroUI_Dark: IconFC;
562
+ declare const HeroUI_Light: IconFC;
563
+ declare const JQuery: IconFC;
564
+ declare const KonstaUI: IconFC;
565
+ declare const Lit: IconFC;
566
+ declare const MagicUI: IconFC;
567
+ declare const MaterialUI: IconFC;
568
+ declare const Materialize: IconFC;
569
+ declare const Motion_Dark: IconFC;
570
+ declare const Motion_Light: IconFC;
571
+ declare const Numpy: IconFC;
572
+ declare const PandaCSS: IconFC;
573
+ declare const RadixUI_Dark: IconFC;
574
+ declare const RadixUI_Light: IconFC;
575
+ declare const ReactBits_Dark: IconFC;
576
+ declare const ReactBits_Light: IconFC;
577
+ declare const ReactQuery: IconFC;
578
+ declare const ReactRouter: IconFC;
579
+ declare const ReduxJS: IconFC;
580
+ declare const Shadcn_Dark: IconFC;
581
+ declare const Shadcn_Light: IconFC;
582
+ declare const SharkUI_Dark: IconFC;
583
+ declare const SharkUI_Light: IconFC;
584
+ declare const SkiperUI: IconFC;
585
+ declare const Storybook: IconFC;
586
+ declare const Swiper: IconFC;
587
+ declare const TailwindCSS: IconFC;
588
+ declare const TarkUI: IconFC;
589
+ declare const TensorFlow: IconFC;
590
+ declare const TensorFlowLogo: IconFC;
591
+ declare const ThreeJS_Dark: IconFC;
592
+ declare const ThreeJS_Light: IconFC;
593
+ declare const UnJS: IconFC;
594
+ declare const Vitest: IconFC;
595
+ declare const VitestLogo_Dark: IconFC;
596
+ declare const VitestLogo_Light: IconFC;
597
+ declare const VueUse: IconFC;
598
+ declare const Vuetify: IconFC;
599
+ declare const Vuex: IconFC;
600
+ declare const AlmaLinux: IconFC;
601
+ declare const AltLinux: IconFC;
602
+ declare const Android: IconFC;
603
+ declare const ArchLinux: IconFC;
604
+ declare const ArtixLinux: IconFC;
605
+ declare const Debian: IconFC;
606
+ declare const Devuan_Dark: IconFC;
607
+ declare const Devuan_Light: IconFC;
608
+ declare const EndeavourOS: IconFC;
609
+ declare const Fedora: IconFC;
610
+ declare const Gentoo: IconFC;
611
+ declare const Gnome: IconFC;
612
+ declare const KaliContainer: IconFC;
613
+ declare const KaliVM: IconFC;
614
+ declare const KaliLogo: IconFC;
615
+ declare const KaliFill: IconFC;
616
+ declare const Kali_Dark: IconFC;
617
+ declare const Kali_Light: IconFC;
618
+ declare const Lxde_Dark: IconFC;
619
+ declare const Lxde_Light: IconFC;
620
+ declare const MacOS: IconFC;
621
+ declare const Mageia_Dark: IconFC;
622
+ declare const Mageia_Light: IconFC;
623
+ declare const Manjaro: IconFC;
624
+ declare const OpenSuse: IconFC;
625
+ declare const Suse: IconFC;
626
+ declare const SuseLogo_Dark: IconFC;
627
+ declare const SuseLogo_Light: IconFC;
628
+ declare const Ubuntu: IconFC;
629
+ declare const VoidLinux: IconFC;
630
+ declare const Windows10: IconFC;
631
+ declare const Windows11: IconFC;
632
+ declare const Windows11Logo: IconFC;
633
+ declare const Xfce: IconFC;
634
+ declare const CSharp: IconFC;
635
+ declare const C: IconFC;
636
+ declare const Clojure: IconFC;
637
+ declare const Cpp: IconFC;
638
+ declare const Crystal_Dark: IconFC;
639
+ declare const Crystal_Light: IconFC;
640
+ declare const Css3: IconFC;
641
+ declare const Css: IconFC;
642
+ declare const Dart: IconFC;
643
+ declare const DartLogo_Dark: IconFC;
644
+ declare const DartLogo_Light: IconFC;
645
+ declare const Dlang: IconFC;
646
+ declare const Elixir: IconFC;
647
+ declare const ElixirLogo_Dark: IconFC;
648
+ declare const ElixirLogo_Light: IconFC;
649
+ declare const Erlang: IconFC;
650
+ declare const EtaLang: IconFC;
651
+ declare const FSharp: IconFC;
652
+ declare const Fortran: IconFC;
653
+ declare const Go: IconFC;
654
+ declare const Haskell: IconFC;
655
+ declare const Html5: IconFC;
656
+ declare const JavaDuke: IconFC;
657
+ declare const JavaScript: IconFC;
658
+ declare const Java: IconFC;
659
+ declare const JSON: IconFC;
660
+ declare const Julia: IconFC;
661
+ declare const JuliaLogo_Dark: IconFC;
662
+ declare const JuliaLogo_Light: IconFC;
663
+ declare const Kotlin: IconFC;
664
+ declare const Lua: IconFC;
665
+ declare const Markdown_Dark: IconFC;
666
+ declare const Markdown_Light: IconFC;
667
+ declare const Nim: IconFC;
668
+ declare const OCaml: IconFC;
669
+ declare const OCamlLogo_Dark: IconFC;
670
+ declare const OCamlLogo_Light: IconFC;
671
+ declare const ObjectiveC: IconFC;
672
+ declare const Odin: IconFC;
673
+ declare const OdinLogo_Dark: IconFC;
674
+ declare const OdinLogo_Light: IconFC;
675
+ declare const Perl: IconFC;
676
+ declare const PHP: IconFC;
677
+ declare const PLSQL: IconFC;
678
+ declare const Powershell: IconFC;
679
+ declare const Python: IconFC;
680
+ declare const R: IconFC;
681
+ declare const Racket: IconFC;
682
+ declare const Ruby: IconFC;
683
+ declare const Rust_Dark: IconFC;
684
+ declare const Rust_Light: IconFC;
685
+ declare const SASS: IconFC;
686
+ declare const Scala: IconFC;
687
+ declare const Solidity_Dark: IconFC;
688
+ declare const Solidity_Light: IconFC;
689
+ declare const Svg: IconFC;
690
+ declare const Swift: IconFC;
691
+ declare const TypeScript: IconFC;
692
+ declare const VLang: IconFC;
693
+ declare const VisualBasic: IconFC;
694
+ declare const Zig: IconFC;
695
+ declare const Airtable: IconFC;
696
+ declare const AndroidStudio: IconFC;
697
+ declare const ApacheKafka_Dark: IconFC;
698
+ declare const ApacheKafka_Light: IconFC;
699
+ declare const Apache: IconFC;
700
+ declare const ApacheLogo: IconFC;
701
+ declare const Apidog: IconFC;
702
+ declare const AtlassianBitbucket: IconFC;
703
+ declare const Atom: IconFC;
704
+ declare const Axiom_Dark: IconFC;
705
+ declare const Axiom_Light: IconFC;
706
+ declare const AzureDevOps: IconFC;
707
+ declare const Babel: IconFC;
708
+ declare const BabelLogo: IconFC;
709
+ declare const Basewell: IconFC;
710
+ declare const Bash: IconFC;
711
+ declare const Bitwarden: IconFC;
712
+ declare const Bun: IconFC;
713
+ declare const BurpSuite: IconFC;
714
+ declare const CMake: IconFC;
715
+ declare const CPanel: IconFC;
716
+ declare const CPanelLogo: IconFC;
717
+ declare const Clerk: IconFC;
718
+ declare const CodeSandbox_Dark: IconFC;
719
+ declare const CodeSandbox_Light: IconFC;
720
+ declare const Codecov: IconFC;
721
+ declare const Codemod: IconFC;
722
+ declare const Datadog: IconFC;
723
+ declare const DatadogLogo: IconFC;
724
+ declare const DenoDeploy: IconFC;
725
+ declare const Deno_Dark: IconFC;
726
+ declare const Deno_Light: IconFC;
727
+ declare const Depot_Dark: IconFC;
728
+ declare const Depot_Light: IconFC;
729
+ declare const Docker: IconFC;
730
+ declare const Dovetail_Dark: IconFC;
731
+ declare const Dovetail_Light: IconFC;
732
+ declare const ElectricSQL: IconFC;
733
+ declare const Eslint: IconFC;
734
+ declare const Ffuf: IconFC;
735
+ declare const FirebaseSDK: IconFC;
736
+ declare const FirebaseStudio: IconFC;
737
+ declare const Firebase: IconFC;
738
+ declare const FiveHundredPx_Dark: IconFC;
739
+ declare const FiveHundredPx_Light: IconFC;
740
+ declare const FlyIo: IconFC;
741
+ declare const GitLab: IconFC;
742
+ declare const Git: IconFC;
743
+ declare const GitHub_Dark: IconFC;
744
+ declare const GitHub_Light: IconFC;
745
+ declare const GNUEmacs: IconFC;
746
+ declare const Gradle: IconFC;
747
+ declare const Gravatar: IconFC;
748
+ declare const Homebrew: IconFC;
749
+ declare const HoundCI: IconFC;
750
+ declare const Huly_Dark: IconFC;
751
+ declare const Huly_Light: IconFC;
752
+ declare const i18next: IconFC;
753
+ declare const Intercom_Dark: IconFC;
754
+ declare const Intercom_Light: IconFC;
755
+ declare const Jest: IconFC;
756
+ declare const Jira: IconFC;
757
+ declare const JSOrg: IconFC;
758
+ declare const Kong_Dark: IconFC;
759
+ declare const Kong_Light: IconFC;
760
+ declare const LocalStack: IconFC;
761
+ declare const Locofy: IconFC;
762
+ declare const Maltego: IconFC;
763
+ declare const Metasploit: IconFC;
764
+ declare const MicrosoftOneDrive: IconFC;
765
+ declare const Moz: IconFC;
766
+ declare const N8N: IconFC;
767
+ declare const NetBeans: IconFC;
768
+ declare const Netexec: IconFC;
769
+ declare const Netlify: IconFC;
770
+ declare const NewRelic: IconFC;
771
+ declare const NewRelicLogo_Dark: IconFC;
772
+ declare const NewRelicLogo_Light: IconFC;
773
+ declare const Nginx: IconFC;
774
+ declare const NginxLogo: IconFC;
775
+ declare const Ngrok_Dark: IconFC;
776
+ declare const Ngrok_Light: IconFC;
777
+ declare const NgrokLogo_Dark: IconFC;
778
+ declare const NgrokLogo_Light: IconFC;
779
+ declare const Npm: IconFC;
780
+ declare const NpmLogo: IconFC;
781
+ declare const Nvm: IconFC;
782
+ declare const Nx_Dark: IconFC;
783
+ declare const Nx_Light: IconFC;
784
+ declare const Pdf: IconFC;
785
+ declare const Plausible: IconFC;
786
+ declare const Pnpm: IconFC;
787
+ declare const Postman: IconFC;
788
+ declare const PowershellEmpire: IconFC;
789
+ declare const Prettier: IconFC;
790
+ declare const Pwned_Dark: IconFC;
791
+ declare const Pwned_Light: IconFC;
792
+ declare const QUnit: IconFC;
793
+ declare const QUnitLogo_Dark: IconFC;
794
+ declare const QUnitLogo_Light: IconFC;
795
+ declare const RabbitMQ: IconFC;
796
+ declare const Railway_Dark: IconFC;
797
+ declare const Railway_Light: IconFC;
798
+ declare const Render_Dark: IconFC;
799
+ declare const Render_Light: IconFC;
800
+ declare const RenderLogo_Dark: IconFC;
801
+ declare const RenderLogo_Light: IconFC;
802
+ declare const Replit: IconFC;
803
+ declare const Responder: IconFC;
804
+ declare const RoadRunner: IconFC;
805
+ declare const Sanity_Dark: IconFC;
806
+ declare const Sanity_Light: IconFC;
807
+ declare const SerpApi: IconFC;
808
+ declare const Sevalla: IconFC;
809
+ declare const Sourcegraph: IconFC;
810
+ declare const SQLMap: IconFC;
811
+ declare const StackBlitz: IconFC;
812
+ declare const StartPageHQ: IconFC;
813
+ declare const Swagger: IconFC;
814
+ declare const Swc: IconFC;
815
+ declare const SwiperStudio: IconFC;
816
+ declare const T0ggles: IconFC;
817
+ declare const Terraform: IconFC;
818
+ declare const Turborepo: IconFC;
819
+ declare const Uml: IconFC;
820
+ declare const Unity: IconFC;
821
+ declare const Vercel_Dark: IconFC;
822
+ declare const Vercel_Light: IconFC;
823
+ declare const Verdaccio: IconFC;
824
+ declare const VisualStudio: IconFC;
825
+ declare const Vite: IconFC;
826
+ declare const VSCode: IconFC;
827
+ declare const Warp_Dark: IconFC;
828
+ declare const Warp_Light: IconFC;
829
+ declare const Webhint: IconFC;
830
+ declare const WebhintLogo: IconFC;
831
+ declare const Webpack: IconFC;
832
+ declare const Windhawk_Dark: IconFC;
833
+ declare const Windhawk_Light: IconFC;
834
+ declare const Wireshark: IconFC;
835
+ declare const Workato: IconFC;
836
+ declare const WorkatoLogo_Dark: IconFC;
837
+ declare const WorkatoLogo_Light: IconFC;
838
+ declare const Xampp: IconFC;
839
+ declare const Yarn: IconFC;
840
+ declare const Zeabur_Dark: IconFC;
841
+ declare const Zeabur_Light: IconFC;
842
+ declare const Zendesk_Dark: IconFC;
843
+ declare const Zendesk_Light: IconFC;
844
+
845
+ interface DynamicIconProps extends Omit<IconComponentProps, 'aria-label'> {
45
846
  name: IconName;
46
- size?: number;
47
- className?: string;
48
- style?: React$1.CSSProperties;
49
847
  'aria-label'?: string;
50
- onClick?: (e: React$1.MouseEvent) => void;
51
- title?: string;
52
848
  }
53
- declare function Icon({ name, ...rest }: DynamicIconProps): React$1.FunctionComponentElement<IconComponentProps>;
849
+ declare function Icon({ name, ...rest }: DynamicIconProps): React__default.FunctionComponentElement<IconComponentProps>;
54
850
 
55
- export { Categories, type DynamicIconProps, type FilterCategory, type FilterTab, Icon, type IconData, type IconName, allIconsData, createIcon, filterIconsByCategory, icons };
851
+ export { AceternityUI_Dark, AceternityUI_Light, Adobe, AdobeAero, AdobeAfterEffects, AdobeAnimate, AdobeAudition, AdobeDimension, AdobeDreamweaver, AdobeFirefly, AdobeFresco, AdobeIllustrator, AdobeInDesign, AdobeLightroom, AdobeLogo, AdobePhotoshop, AdobePremierePro, AdobePremiereRush, AdobeStock, AdobeXD, Affinity, Airtable, Airwallex, Akamai, Alibaba, AlibabaCloud, AlightMotion, AlmaLinux, AlpineJS, AltLinux, AmdLogo_Dark, AmdLogo_Light, Amd_Dark, Amd_Light, Amp, AmpLogo, Android, AndroidStudio, Angular, AnimeJS, AnimeJSLogo_Dark, AnimeJSLogo_Light, AntDesign, AnthropicLogo_Dark, AnthropicLogo_Light, Anthropic_Dark, Anthropic_Light, Apache, ApacheKafka_Dark, ApacheKafka_Light, ApacheLogo, Apidog, AppStore, ApplePay_Dark, ApplePay_Light, Apple_Dark, Apple_Light, ArcBrowser, ArchLinux, Arduino, ArkUI, ArtixLinux, AstroJSLogo_Dark, AstroJSLogo_Light, AstroJS_Dark, AstroJS_Light, Asus, AsusLogo_Dark, AsusLogo_Light, Atlassian, AtlassianBitbucket, AtlassianLoom, AtlassianRovo, Atom, Aurelia, Aws_Dark, Aws_Light, Axiom_Dark, Axiom_Light, Axios, AxiosLogo_Dark, AxiosLogo_Light, Axure, AxureLogo, Azure, AzureDevOps, Babel, BabelLogo, BackboneJS, BairesDev, Basewell, Bash, Behance, BehanceLogo_Dark, BehanceLogo_Light, Bilibili, BilibiliLogo, BilibiliTVLogo, Binance, Bing, Bitcoin, Bitwarden, Bixby, BixbyLogo_Dark, BixbyLogo_Light, Blender, BlitzJS, Bluesky, BoltLogo_Dark, BoltLogo_Light, Bolt_Dark, Bolt_Light, Bootstrap4, Bootstrap5, Brainly, Brave, Builder, BulmaCSS, Bun, BurnCloud, BurpSuite, BuyMeACoffee, BuyMeACoffeeFill, ByteDance, ByteDanceLogo, C, CMake, CPanel, CPanelLogo, CSharp, CakePHP, CampaignMonitor, Canva, CapCut, Categories, ChakraUI, CharacterAnimator, ChatGPTFill, ChatGPT_Dark, ChatGPT_Light, Chrome, Chromium, CinnamonSpices, Cladd_Dark, Cladd_Light, ClaudeAI, ClaudeCode, Clerk, ClineAI_Dark, ClineAI_Light, Clojure, Cloudflare, CodeBuddy, CodeBuddyLogo_Dark, CodeBuddyLogo_Light, CodeIgniter, CodePen_Dark, CodePen_Light, CodeRabbit, CodeSandbox_Dark, CodeSandbox_Light, Codeberg, Codecov, Codemod, Codex, CopilotAI, Cpp, Crystal_Dark, Crystal_Light, Css, Css3, CursorAI, CursorAIFill, CyberGhostVPN, Cybozu, CycleOrm, D3JS, DaVinciAI, DaVinciAILogo_Dark, DaVinciAILogo_Light, Dailymotion_Dark, Dailymotion_Light, Dart, DartLogo_Dark, DartLogo_Light, DataCamp, DataCampLogo_Dark, DataCampLogo_Light, Datadog, DatadogLogo, Debian, DeepAI_Dark, DeepAI_Light, DeepSeek, DeepSeekLogo, DenoDeploy, Deno_Dark, Deno_Light, Depot_Dark, Depot_Light, Devin_Dark, Devin_Light, Devuan_Dark, Devuan_Light, DigitalOcean, Discord, Django, DjangoLogo, Dlang, Docker, Docusaurus, Dojo, DotNet, Dovetail_Dark, Dovetail_Light, Dribbble, Drizzle, DrizzleFill, Dropbox, type DynamicIconProps, ElectricSQL, ElectronJS, ElementUI, Elementor, ElevenLabsAI_Dark, ElevenLabsAI_Light, Elixir, ElixirLogo_Dark, ElixirLogo_Light, EmberJS, EmberJSLogo, EndeavourOS, Envato, Erlang, Eslint, EtaLang, Ethereum, Ethereum_Dark, Ethereum_Light, Expo_Dark, Expo_Light, ExpressJS, ExpressJSLogo_Dark, ExpressJSLogo_Light, ExpressVPN, FSharp, FacebookRound, FacebookSquare, Fandom, FastApi, Fedora, Ffuf, Figma, FigmaFill, Filament, FilamentLogo, Filmora, type FilterCategory, type FilterTab, Firebase, FirebaseSDK, FirebaseStudio, FireworksAI, FiveHundredPx_Dark, FiveHundredPx_Light, Flask_Dark, Flask_Light, Flutter, FlyIo, Fortran, Framer, Framer_Dark, Framer_Light, Framework7, Freepik, Fresh, GNUEmacs, GatsbyJS, Gemini, Gentoo, Git, GitHubCopilot_Dark, GitHubCopilot_Light, GitHub_Dark, GitHub_Light, GitLab, Gmail, Gnome, Go, GoDaddy, GoDaddyLogo, GodotEngine, Google, GoogleAIStudio_Dark, GoogleAIStudio_Light, GoogleAssistant, GoogleCalendar, GoogleCloud, GoogleDocs, GoogleJules, GoogleLogo, GooglePhotos, GoogleSheets, GoogleTranslate, Gradle, Grammarly, GraphQL, Gravatar, GrokAIFill, GrokAI_Dark, GrokAI_Light, HackerOne_Dark, HackerOne_Light, Hashnode, Haskell, HeadlessUI, HeroDevs, HeroUI_Dark, HeroUI_Light, HolaVPN, Homebrew, Hono, HoundCI, Html5, Huly_Dark, Huly_Light, Ibm_Dark, Ibm_Light, Icon, type IconComponentProps, type IconData, type IconName, ImprovMX, InVision, InceptionLabs_Dark, InceptionLabs_Light, InfernoJS, InfinityFree, Instagram, Intel, Intercom_Dark, Intercom_Light, Ionic, IonicLogo, JQuery, JSON, JSOrg, Java, JavaDuke, JavaScript, Jest, Jira, Julia, JuliaLogo_Dark, JuliaLogo_Light, KaliContainer, KaliFill, KaliLogo, KaliVM, Kali_Dark, Kali_Light, KimiAI_Dark, KimiAI_Light, KlingAI, KlingLogo_Dark, KlingLogo_Light, Kong_Dark, Kong_Light, KonstaUI, Kotlin, KrakenJS, KreaAI_Dark, KreaAI_Light, Kwai, Laminas, LaminasLogo_Dark, LaminasLogo_Light, Laravel, Layers_Dark, Layers_Light, Lemon8, Lemon8Logo, Line, Linear, LinearLogo_Dark, LinearLogo_Light, LinkedIn, Lit, Livewire, LocalStack, Locofy, LottieFiles, LovableAI, Lua, Lucide, Lume, Lumen, Lunacy, Lxde_Dark, Lxde_Light, LxqtLogo_Dark, LxqtLogo_Light, Lxqt_Dark, Lxqt_Light, MacOS, MacStadium, Mageia_Dark, Mageia_Light, MagicUI, Magnific_Dark, Magnific_Light, Maltego, Manjaro, ManusAI_Dark, ManusAI_Light, Markdown_Dark, Markdown_Light, MarkoJS, Mastodon, MaterialUI, Materialize, Mcp_Dark, Mcp_Light, Medium, MedusaJS_Dark, MedusaJS_Light, MessengerBlue, MessengerColor, Meta, MetaAI, Metasploit, MeteorJS, Microsoft, MicrosoftDesigner, MicrosoftExcel, MicrosoftLogo, MicrosoftOneDrive, MicrosoftOneNote, MicrosoftPowerPoint, MicrosoftSQL, MicrosoftWord, Miro, MistralAI, MithrilJS_Dark, MithrilJS_Light, Mobbin_Dark, Mobbin_Light, MongoDB, Motion_Dark, Motion_Light, Moz, MySQL, MySQLLogo, N8N, NameCom, NameComLogo_Dark, NameComLogo_Light, Namecheap, NativePHP, NativePHPLogo_Dark, NativePHPLogo_Light, NativeScript_Dark, NativeScript_Light, Neon, NeonLogo_Dark, NeonLogo_Light, NestJS, NetBeans, Netexec, Netflix, NetflixLogo, Netlify, NewRelic, NewRelicLogo_Dark, NewRelicLogo_Light, NextJS, NextJSLogo_Dark, NextJSLogo_Light, Nginx, NginxLogo, NgrokLogo_Dark, NgrokLogo_Light, Ngrok_Dark, Ngrok_Light, Nim, NodeJS, NodeJSLogo, NodeSource, NordLocker, NordPass, NordVPN, Notion, Npm, NpmLogo, Numpy, NuxtJS, Nvidia, Nvidia_Dark, Nvidia_Light, Nvm, Nx_Dark, Nx_Light, OCaml, OCamlLogo_Dark, OCamlLogo_Light, ObjectiveC, Odin, OdinLogo_Dark, OdinLogo_Light, Odoo, OdooLogo, Ollama_Dark, Ollama_Light, OpenRouter, OpenSuse, Oracle, OracleLogo, PHP, PLSQL, PaLM2, PandaCSS, PaneFlow, PayPal, PayPalLogo, PayloadCms_Dark, PayloadCms_Light, Pdf, Perl, Perplexity, Pest, PestLogo_Dark, PestLogo_Light, Photopea, Photoroom, PikaAI_Dark, PikaAI_Light, Pinterest, Platzi, Plausible, PlayStore, Pnpm, PostgreSQL, Postman, Powershell, PowershellEmpire, PreactJS, Prettier, Prisma_Dark, Prisma_Light, Promptmetheus, Proton, ProtonVPN, Pwned_Dark, Pwned_Light, Python, QQ, QUnit, QUnitLogo_Dark, QUnitLogo_Light, Qualcomm, QualcommLogo, QwenAI, Qwik, R, RabbitMQ, Racket, RadixUI_Dark, RadixUI_Light, Railway_Dark, Railway_Light, RaspberryPi, RaxJS, Razer, ReactBits_Dark, ReactBits_Light, ReactJS, ReactQuery, ReactRouter, RedHat, RedNote, Reddit, Redis, RedisLogo, ReduxJS, Remix_Dark, Remix_Light, Remotion, RenderLogo_Dark, RenderLogo_Light, Render_Dark, Render_Light, Replit, Responder, RiotJS, RiotJSLogo, RoadRunner, Rog, Ruby, RubyOnRails, RubyOnRailsLogo, Runway_Dark, Runway_Light, Rust_Dark, Rust_Light, RyzenLogo_Dark, RyzenLogo_Light, Ryzen_Dark, Ryzen_Light, SASS, SQLMap, SQLite, SQLiteAI, SamsungBrowser, Sanity_Dark, Sanity_Light, Scala, SemanticUI, SerpApi, ServiceStack_Dark, ServiceStack_Light, Sevalla, Shadcn_Dark, Shadcn_Light, SharkUI_Dark, SharkUI_Light, Shopify, Sketch_Dark, Sketch_Light, SkiperUI, Slack, Snapchat, Snapdragon, SolidJS, SolidStart, Solidity_Dark, Solidity_Light, SoundCloud, Sourcegraph, Spiral, Spotify, SpotifyLogo, SpringBoot, SpringBootLogo, StackBlitz, StackOverflow_Dark, StackOverflow_Light, StartPageHQ, Steam, Storybook, Stripe, StripeLogo, Substance3DDesigner, Substance3DSampler, Substance3DStager, SunoAI_Dark, SunoAI_Light, Supabase, SuperUser, SurfsharkVPN, Suse, SuseLogo_Dark, SuseLogo_Light, Svelte, Svg, Swagger, Swc, Swift, Swiper, SwiperStudio, Symfony_Dark, Symfony_Light, T0ggles, TailwindCSS, TanStackLogo_Dark, TanStackLogo_Light, TanStack_Dark, TanStack_Light, Taobao, TarkUI, Teamwork, Telegram, TensorFlow, TensorFlowLogo, Terraform, TheAlgorithms, Threads_Dark, Threads_Light, ThreeJS_Dark, ThreeJS_Light, TiDB, TikTok, TikTokFill, Ton, Tor, Trello, Turborepo, Turso, TuxCareLogo_Dark, TuxCareLogo_Light, TuxCare_Dark, TuxCare_Light, Twitch, Twitter, TypeScript, Typo3, Ubuntu, UdemyLogo_Dark, UdemyLogo_Light, Udemy_Dark, Udemy_Light, Uml, UnJS, Unity, Upstash, Upwork, Upwork_Basic, V0_Dark, V0_Light, VK, VK_Dark, VK_Light, VLang, VSCode, Venmo, Vercel_Dark, Vercel_Light, Verdaccio, Vimeo, VimeoLogo, Visa, VisualBasic, VisualStudio, Vite, Vitest, VitestLogo_Dark, VitestLogo_Light, Vivaldi, VlcMediaPlayer, VoidLinux, VueJS, VueUse, Vuetify, Vuex, W3Schools, Warp_Dark, Warp_Light, WeChat, WebcomponentsOrg, Webflow, Webhint, WebhintLogo, Webpack, Weibo, WhatsApp, WhatsAppLogo, Wikipedia, Windhawk_Dark, Windhawk_Light, Windows10, Windows11, Windows11Logo, Wireshark, Wise, WiseLogo, WordPress, WorkOS, Workato, WorkatoLogo_Dark, WorkatoLogo_Light, WritesonicAI, X_Dark, X_Light, Xampp, Xata, XataLogo_Dark, XataLogo_Light, Xbox, XboxLogo, Xfce, Xiaomi, XiaomiLogo_Dark, XiaomiLogo_Light, Xing, Yahoo, YahooLogo, Yarn, Yii, YiiLogo, YouTube, YouTubeKids, YouTubeLogo_Dark, YouTubeLogo_Light, YouTubeMusic, YouTubeShorts, YouTubeStudio, Zeabur_Dark, Zeabur_Light, Zendesk_Dark, Zendesk_Light, Zeroheight, Zig, Zoom, ZoomLogo, allIconsData, createIcon, filterIconsByCategory, i18next, icons, xAI_Dark, xAI_Light };