rn-iconify 2.2.1 → 3.0.1

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.
Files changed (1134) hide show
  1. package/README.md +125 -1
  2. package/lib/commonjs/IconRenderer.js +274 -140
  3. package/lib/commonjs/accessibility/AccessibilityProvider.js +5 -6
  4. package/lib/commonjs/alias/createIconAliases.js +12 -53
  5. package/lib/commonjs/animated/useIconAnimation.js +21 -12
  6. package/lib/commonjs/babel/plugin.js +53 -13
  7. package/lib/commonjs/babel/scanner.js +28 -47
  8. package/lib/commonjs/cache/CacheManager.js +58 -31
  9. package/lib/commonjs/cache/MemoryCache.js +25 -24
  10. package/lib/commonjs/cli/index.js +22 -2
  11. package/lib/commonjs/cli/parser.js +3 -28
  12. package/lib/commonjs/createIconSet.js +66 -92
  13. package/lib/commonjs/dev/index.js +116 -0
  14. package/lib/commonjs/errors.js +20 -0
  15. package/lib/commonjs/index.js +11 -127
  16. package/lib/commonjs/network/IconifyAPI.js +33 -9
  17. package/lib/commonjs/placeholder/Shimmer.js +56 -23
  18. package/lib/commonjs/theme/IconThemeProvider.js +26 -26
  19. package/lib/module/IconRenderer.js +275 -140
  20. package/lib/module/accessibility/AccessibilityProvider.js +5 -6
  21. package/lib/module/alias/createIconAliases.js +13 -52
  22. package/lib/module/animated/useIconAnimation.js +21 -12
  23. package/lib/module/babel/plugin.js +53 -14
  24. package/lib/module/babel/scanner.js +28 -47
  25. package/lib/module/cache/CacheManager.js +58 -31
  26. package/lib/module/cache/MemoryCache.js +25 -24
  27. package/lib/module/cli/index.js +21 -2
  28. package/lib/module/cli/parser.js +2 -26
  29. package/lib/module/createIconSet.js +67 -91
  30. package/lib/module/dev/index.js +16 -0
  31. package/lib/module/errors.js +13 -0
  32. package/lib/module/index.js +11 -4
  33. package/lib/module/network/IconifyAPI.js +33 -9
  34. package/lib/module/placeholder/Shimmer.js +57 -24
  35. package/lib/module/theme/IconThemeProvider.js +26 -26
  36. package/lib/typescript/IconRenderer.d.ts +11 -2
  37. package/lib/typescript/babel/plugin.d.ts +6 -1
  38. package/lib/typescript/cache/CacheManager.d.ts +12 -1
  39. package/lib/typescript/cache/MemoryCache.d.ts +8 -3
  40. package/lib/typescript/components/Academicons.d.ts +1 -4
  41. package/lib/typescript/components/AkarIcons.d.ts +1 -4
  42. package/lib/typescript/components/AntDesign.d.ts +1 -4
  43. package/lib/typescript/components/Arcticons.d.ts +1 -4
  44. package/lib/typescript/components/Basil.d.ts +1 -4
  45. package/lib/typescript/components/Bi.d.ts +1 -4
  46. package/lib/typescript/components/BitcoinIcons.d.ts +1 -4
  47. package/lib/typescript/components/Bpmn.d.ts +1 -4
  48. package/lib/typescript/components/Brandico.d.ts +1 -4
  49. package/lib/typescript/components/Bx.d.ts +1 -4
  50. package/lib/typescript/components/Bxl.d.ts +1 -4
  51. package/lib/typescript/components/Bxs.d.ts +1 -4
  52. package/lib/typescript/components/Bytesize.d.ts +1 -4
  53. package/lib/typescript/components/Carbon.d.ts +1 -4
  54. package/lib/typescript/components/Catppuccin.d.ts +1 -4
  55. package/lib/typescript/components/Cbi.d.ts +1 -4
  56. package/lib/typescript/components/Charm.d.ts +1 -4
  57. package/lib/typescript/components/Ci.d.ts +1 -4
  58. package/lib/typescript/components/Cib.d.ts +1 -4
  59. package/lib/typescript/components/Cif.d.ts +1 -4
  60. package/lib/typescript/components/Cil.d.ts +1 -4
  61. package/lib/typescript/components/CircleFlags.d.ts +1 -4
  62. package/lib/typescript/components/Circum.d.ts +1 -4
  63. package/lib/typescript/components/Clarity.d.ts +1 -4
  64. package/lib/typescript/components/Codex.d.ts +1 -4
  65. package/lib/typescript/components/Codicon.d.ts +1 -4
  66. package/lib/typescript/components/Covid.d.ts +1 -4
  67. package/lib/typescript/components/Cryptocurrency.d.ts +1 -4
  68. package/lib/typescript/components/CryptocurrencyColor.d.ts +1 -4
  69. package/lib/typescript/components/Cuida.d.ts +1 -4
  70. package/lib/typescript/components/Dashicons.d.ts +1 -4
  71. package/lib/typescript/components/Devicon.d.ts +1 -4
  72. package/lib/typescript/components/DeviconPlain.d.ts +1 -4
  73. package/lib/typescript/components/DinkieIcons.d.ts +1 -4
  74. package/lib/typescript/components/DuoIcons.d.ts +1 -4
  75. package/lib/typescript/components/Ei.d.ts +1 -4
  76. package/lib/typescript/components/El.d.ts +1 -4
  77. package/lib/typescript/components/EmojioneMonotone.d.ts +1 -4
  78. package/lib/typescript/components/Entypo.d.ts +1 -4
  79. package/lib/typescript/components/EntypoSocial.d.ts +1 -4
  80. package/lib/typescript/components/EosIcons.d.ts +1 -4
  81. package/lib/typescript/components/Ep.d.ts +1 -4
  82. package/lib/typescript/components/Et.d.ts +1 -4
  83. package/lib/typescript/components/Eva.d.ts +1 -4
  84. package/lib/typescript/components/F7.d.ts +1 -4
  85. package/lib/typescript/components/Fa.d.ts +1 -4
  86. package/lib/typescript/components/Fa6Brands.d.ts +1 -4
  87. package/lib/typescript/components/Fa6Regular.d.ts +1 -4
  88. package/lib/typescript/components/Fa6Solid.d.ts +1 -4
  89. package/lib/typescript/components/Fa7Brands.d.ts +1 -4
  90. package/lib/typescript/components/Fa7Regular.d.ts +1 -4
  91. package/lib/typescript/components/Fa7Solid.d.ts +1 -4
  92. package/lib/typescript/components/FaBrands.d.ts +1 -4
  93. package/lib/typescript/components/FaRegular.d.ts +1 -4
  94. package/lib/typescript/components/FaSolid.d.ts +1 -4
  95. package/lib/typescript/components/Fad.d.ts +1 -4
  96. package/lib/typescript/components/Famicons.d.ts +1 -4
  97. package/lib/typescript/components/Fe.d.ts +1 -4
  98. package/lib/typescript/components/Feather.d.ts +1 -4
  99. package/lib/typescript/components/FileIcons.d.ts +1 -4
  100. package/lib/typescript/components/Flag.d.ts +1 -4
  101. package/lib/typescript/components/Flagpack.d.ts +1 -4
  102. package/lib/typescript/components/FlatUi.d.ts +1 -4
  103. package/lib/typescript/components/Flowbite.d.ts +1 -4
  104. package/lib/typescript/components/Fluent.d.ts +1 -4
  105. package/lib/typescript/components/FluentColor.d.ts +1 -4
  106. package/lib/typescript/components/FluentEmoji.d.ts +1 -4
  107. package/lib/typescript/components/FluentEmojiFlat.d.ts +1 -4
  108. package/lib/typescript/components/FluentEmojiHighContrast.d.ts +1 -4
  109. package/lib/typescript/components/FluentMdl2.d.ts +1 -4
  110. package/lib/typescript/components/Fontelico.d.ts +1 -4
  111. package/lib/typescript/components/Fontisto.d.ts +1 -4
  112. package/lib/typescript/components/Formkit.d.ts +1 -4
  113. package/lib/typescript/components/Foundation.d.ts +1 -4
  114. package/lib/typescript/components/Gala.d.ts +1 -4
  115. package/lib/typescript/components/GameIcons.d.ts +1 -4
  116. package/lib/typescript/components/Garden.d.ts +1 -4
  117. package/lib/typescript/components/Geo.d.ts +1 -4
  118. package/lib/typescript/components/Gg.d.ts +1 -4
  119. package/lib/typescript/components/Gis.d.ts +1 -4
  120. package/lib/typescript/components/GravityUi.d.ts +1 -4
  121. package/lib/typescript/components/Gridicons.d.ts +1 -4
  122. package/lib/typescript/components/GrommetIcons.d.ts +1 -4
  123. package/lib/typescript/components/Guidance.d.ts +1 -4
  124. package/lib/typescript/components/Healthicons.d.ts +1 -4
  125. package/lib/typescript/components/Heroicons.d.ts +1 -4
  126. package/lib/typescript/components/HeroiconsOutline.d.ts +1 -4
  127. package/lib/typescript/components/HeroiconsSolid.d.ts +1 -4
  128. package/lib/typescript/components/Hugeicons.d.ts +1 -4
  129. package/lib/typescript/components/Humbleicons.d.ts +1 -4
  130. package/lib/typescript/components/Ic.d.ts +1 -4
  131. package/lib/typescript/components/IcomoonFree.d.ts +1 -4
  132. package/lib/typescript/components/IconPark.d.ts +1 -4
  133. package/lib/typescript/components/IconParkOutline.d.ts +1 -4
  134. package/lib/typescript/components/IconParkSolid.d.ts +1 -4
  135. package/lib/typescript/components/IconParkTwotone.d.ts +1 -4
  136. package/lib/typescript/components/Iconamoon.d.ts +1 -4
  137. package/lib/typescript/components/Iconoir.d.ts +1 -4
  138. package/lib/typescript/components/Icons8.d.ts +1 -4
  139. package/lib/typescript/components/Il.d.ts +1 -4
  140. package/lib/typescript/components/Ion.d.ts +1 -4
  141. package/lib/typescript/components/Iwwa.d.ts +1 -4
  142. package/lib/typescript/components/Ix.d.ts +1 -4
  143. package/lib/typescript/components/Jam.d.ts +1 -4
  144. package/lib/typescript/components/La.d.ts +1 -4
  145. package/lib/typescript/components/LetsIcons.d.ts +1 -4
  146. package/lib/typescript/components/LineMd.d.ts +1 -4
  147. package/lib/typescript/components/Lineicons.d.ts +1 -4
  148. package/lib/typescript/components/Logos.d.ts +1 -4
  149. package/lib/typescript/components/Ls.d.ts +1 -4
  150. package/lib/typescript/components/Lsicon.d.ts +1 -4
  151. package/lib/typescript/components/Lucide.d.ts +1 -4
  152. package/lib/typescript/components/LucideLab.d.ts +1 -4
  153. package/lib/typescript/components/Mage.d.ts +1 -4
  154. package/lib/typescript/components/Majesticons.d.ts +1 -4
  155. package/lib/typescript/components/Maki.d.ts +1 -4
  156. package/lib/typescript/components/Map.d.ts +1 -4
  157. package/lib/typescript/components/Marketeq.d.ts +1 -4
  158. package/lib/typescript/components/MaterialIconTheme.d.ts +1 -4
  159. package/lib/typescript/components/MaterialSymbols.d.ts +1 -4
  160. package/lib/typescript/components/MaterialSymbolsLight.d.ts +1 -4
  161. package/lib/typescript/components/Mdi.d.ts +1 -4
  162. package/lib/typescript/components/MdiLight.d.ts +1 -4
  163. package/lib/typescript/components/MedicalIcon.d.ts +1 -4
  164. package/lib/typescript/components/Memory.d.ts +1 -4
  165. package/lib/typescript/components/Meteocons.d.ts +1 -4
  166. package/lib/typescript/components/MeteorIcons.d.ts +1 -4
  167. package/lib/typescript/components/Mi.d.ts +1 -4
  168. package/lib/typescript/components/Mingcute.d.ts +1 -4
  169. package/lib/typescript/components/MonoIcons.d.ts +1 -4
  170. package/lib/typescript/components/Mynaui.d.ts +1 -4
  171. package/lib/typescript/components/Nimbus.d.ts +1 -4
  172. package/lib/typescript/components/Nonicons.d.ts +1 -4
  173. package/lib/typescript/components/Nrk.d.ts +1 -4
  174. package/lib/typescript/components/Octicon.d.ts +1 -4
  175. package/lib/typescript/components/Oi.d.ts +1 -4
  176. package/lib/typescript/components/Ooui.d.ts +1 -4
  177. package/lib/typescript/components/Oui.d.ts +1 -4
  178. package/lib/typescript/components/Pajamas.d.ts +1 -4
  179. package/lib/typescript/components/Pepicons.d.ts +1 -4
  180. package/lib/typescript/components/PepiconsPencil.d.ts +1 -4
  181. package/lib/typescript/components/PepiconsPop.d.ts +1 -4
  182. package/lib/typescript/components/PepiconsPrint.d.ts +1 -4
  183. package/lib/typescript/components/Ph.d.ts +1 -4
  184. package/lib/typescript/components/Picon.d.ts +1 -4
  185. package/lib/typescript/components/Pixel.d.ts +1 -4
  186. package/lib/typescript/components/Pixelarticons.d.ts +1 -4
  187. package/lib/typescript/components/Prime.d.ts +1 -4
  188. package/lib/typescript/components/Proicons.d.ts +1 -4
  189. package/lib/typescript/components/Ps.d.ts +1 -4
  190. package/lib/typescript/components/QlementineIcons.d.ts +1 -4
  191. package/lib/typescript/components/Quill.d.ts +1 -4
  192. package/lib/typescript/components/RadixIcons.d.ts +1 -4
  193. package/lib/typescript/components/Raphael.d.ts +1 -4
  194. package/lib/typescript/components/Ri.d.ts +1 -4
  195. package/lib/typescript/components/RivetIcons.d.ts +1 -4
  196. package/lib/typescript/components/Roentgen.d.ts +1 -4
  197. package/lib/typescript/components/Si.d.ts +1 -4
  198. package/lib/typescript/components/SiGlyph.d.ts +1 -4
  199. package/lib/typescript/components/Sidekickicons.d.ts +1 -4
  200. package/lib/typescript/components/SimpleIcons.d.ts +1 -4
  201. package/lib/typescript/components/SimpleLineIcons.d.ts +1 -4
  202. package/lib/typescript/components/SkillIcons.d.ts +1 -4
  203. package/lib/typescript/components/Solar.d.ts +1 -4
  204. package/lib/typescript/components/Stash.d.ts +1 -4
  205. package/lib/typescript/components/Streamline.d.ts +1 -4
  206. package/lib/typescript/components/StreamlineBlock.d.ts +1 -4
  207. package/lib/typescript/components/StreamlineColor.d.ts +1 -4
  208. package/lib/typescript/components/StreamlineCyber.d.ts +1 -4
  209. package/lib/typescript/components/StreamlineCyberColor.d.ts +1 -4
  210. package/lib/typescript/components/StreamlineEmojis.d.ts +1 -4
  211. package/lib/typescript/components/StreamlineFlex.d.ts +1 -4
  212. package/lib/typescript/components/StreamlineFlexColor.d.ts +1 -4
  213. package/lib/typescript/components/StreamlineFreehand.d.ts +1 -4
  214. package/lib/typescript/components/StreamlineFreehandColor.d.ts +1 -4
  215. package/lib/typescript/components/StreamlineKameleonColor.d.ts +1 -4
  216. package/lib/typescript/components/StreamlineLogos.d.ts +1 -4
  217. package/lib/typescript/components/StreamlinePixel.d.ts +1 -4
  218. package/lib/typescript/components/StreamlinePlump.d.ts +1 -4
  219. package/lib/typescript/components/StreamlinePlumpColor.d.ts +1 -4
  220. package/lib/typescript/components/StreamlineSharp.d.ts +1 -4
  221. package/lib/typescript/components/StreamlineSharpColor.d.ts +1 -4
  222. package/lib/typescript/components/StreamlineStickiesColor.d.ts +1 -4
  223. package/lib/typescript/components/StreamlineUltimate.d.ts +1 -4
  224. package/lib/typescript/components/StreamlineUltimateColor.d.ts +1 -4
  225. package/lib/typescript/components/Subway.d.ts +1 -4
  226. package/lib/typescript/components/SvgSpinners.d.ts +1 -4
  227. package/lib/typescript/components/SystemUicons.d.ts +1 -4
  228. package/lib/typescript/components/Tabler.d.ts +1 -4
  229. package/lib/typescript/components/Tdesign.d.ts +1 -4
  230. package/lib/typescript/components/Teenyicons.d.ts +1 -4
  231. package/lib/typescript/components/Temaki.d.ts +1 -4
  232. package/lib/typescript/components/Token.d.ts +1 -4
  233. package/lib/typescript/components/TokenBranded.d.ts +1 -4
  234. package/lib/typescript/components/Topcoat.d.ts +1 -4
  235. package/lib/typescript/components/Typcn.d.ts +1 -4
  236. package/lib/typescript/components/Uil.d.ts +1 -4
  237. package/lib/typescript/components/Uim.d.ts +1 -4
  238. package/lib/typescript/components/Uis.d.ts +1 -4
  239. package/lib/typescript/components/Uit.d.ts +1 -4
  240. package/lib/typescript/components/Uiw.d.ts +1 -4
  241. package/lib/typescript/components/Unjs.d.ts +1 -4
  242. package/lib/typescript/components/Vaadin.d.ts +1 -4
  243. package/lib/typescript/components/Vs.d.ts +1 -4
  244. package/lib/typescript/components/VscodeIcons.d.ts +1 -4
  245. package/lib/typescript/components/Websymbol.d.ts +1 -4
  246. package/lib/typescript/components/Weui.d.ts +1 -4
  247. package/lib/typescript/components/Whh.d.ts +1 -4
  248. package/lib/typescript/components/Wi.d.ts +1 -4
  249. package/lib/typescript/components/Wpf.d.ts +1 -4
  250. package/lib/typescript/components/Zmdi.d.ts +1 -4
  251. package/lib/typescript/components/Zondicons.d.ts +1 -4
  252. package/lib/typescript/createIconSet.d.ts +8 -4
  253. package/lib/typescript/dev/index.d.ts +15 -0
  254. package/lib/typescript/errors.d.ts +11 -0
  255. package/lib/typescript/index.d.ts +2 -2
  256. package/lib/typescript/network/IconifyAPI.d.ts +2 -1
  257. package/lib/typescript/placeholder/Shimmer.d.ts +7 -4
  258. package/lib/typescript/theme/IconThemeProvider.d.ts +4 -14
  259. package/lib/typescript/types/index.d.ts +3 -2
  260. package/package.json +92 -21
  261. package/src/IconRenderer.tsx +500 -320
  262. package/src/accessibility/AccessibilityProvider.tsx +8 -6
  263. package/src/alias/createIconAliases.tsx +24 -62
  264. package/src/animated/useIconAnimation.ts +18 -7
  265. package/src/babel/cache-writer.ts +10 -6
  266. package/src/babel/plugin.ts +52 -14
  267. package/src/babel/scanner.ts +28 -53
  268. package/src/cache/CacheManager.ts +59 -28
  269. package/src/cache/MemoryCache.ts +26 -29
  270. package/src/cli/index.ts +22 -2
  271. package/src/cli/parser.ts +1 -26
  272. package/src/createIconSet.tsx +94 -105
  273. package/src/dev/index.ts +59 -0
  274. package/src/errors.ts +17 -0
  275. package/src/index.ts +8 -24
  276. package/src/network/IconifyAPI.ts +52 -11
  277. package/src/placeholder/Shimmer.tsx +64 -33
  278. package/src/theme/IconThemeProvider.tsx +32 -28
  279. package/src/types/index.ts +3 -2
  280. package/lib/commonjs/IconRenderer.js.map +0 -1
  281. package/lib/commonjs/accessibility/AccessibilityProvider.js.map +0 -1
  282. package/lib/commonjs/accessibility/index.js.map +0 -1
  283. package/lib/commonjs/accessibility/types.js.map +0 -1
  284. package/lib/commonjs/accessibility/useAccessibleIcon.js.map +0 -1
  285. package/lib/commonjs/accessibility/utils.js.map +0 -1
  286. package/lib/commonjs/alias/Icon.js.map +0 -1
  287. package/lib/commonjs/alias/IconAliasContext.js.map +0 -1
  288. package/lib/commonjs/alias/createIconAliases.js.map +0 -1
  289. package/lib/commonjs/alias/index.js.map +0 -1
  290. package/lib/commonjs/alias/types.js.map +0 -1
  291. package/lib/commonjs/animated/AnimatedIcon.js.map +0 -1
  292. package/lib/commonjs/animated/index.js.map +0 -1
  293. package/lib/commonjs/animated/presets.js.map +0 -1
  294. package/lib/commonjs/animated/types.js.map +0 -1
  295. package/lib/commonjs/animated/useIconAnimation.js.map +0 -1
  296. package/lib/commonjs/babel/ast-utils.js.map +0 -1
  297. package/lib/commonjs/babel/cache-writer.js.map +0 -1
  298. package/lib/commonjs/babel/collector.js.map +0 -1
  299. package/lib/commonjs/babel/index.js.map +0 -1
  300. package/lib/commonjs/babel/plugin.js.map +0 -1
  301. package/lib/commonjs/babel/scanner.js.map +0 -1
  302. package/lib/commonjs/babel/types.js.map +0 -1
  303. package/lib/commonjs/bundle/index.js.map +0 -1
  304. package/lib/commonjs/cache/CacheManager.js.map +0 -1
  305. package/lib/commonjs/cache/DiskCache.js.map +0 -1
  306. package/lib/commonjs/cache/MemoryCache.js.map +0 -1
  307. package/lib/commonjs/cache/index.js.map +0 -1
  308. package/lib/commonjs/cli/commands/analyze.js.map +0 -1
  309. package/lib/commonjs/cli/commands/bundle.js.map +0 -1
  310. package/lib/commonjs/cli/index.js.map +0 -1
  311. package/lib/commonjs/cli/parser.js.map +0 -1
  312. package/lib/commonjs/cli/types.js.map +0 -1
  313. package/lib/commonjs/components/Academicons.js.map +0 -1
  314. package/lib/commonjs/components/AkarIcons.js.map +0 -1
  315. package/lib/commonjs/components/AntDesign.js.map +0 -1
  316. package/lib/commonjs/components/Arcticons.js.map +0 -1
  317. package/lib/commonjs/components/Basil.js.map +0 -1
  318. package/lib/commonjs/components/Bi.js.map +0 -1
  319. package/lib/commonjs/components/BitcoinIcons.js.map +0 -1
  320. package/lib/commonjs/components/Bpmn.js.map +0 -1
  321. package/lib/commonjs/components/Brandico.js.map +0 -1
  322. package/lib/commonjs/components/Bx.js.map +0 -1
  323. package/lib/commonjs/components/Bxl.js.map +0 -1
  324. package/lib/commonjs/components/Bxs.js.map +0 -1
  325. package/lib/commonjs/components/Bytesize.js.map +0 -1
  326. package/lib/commonjs/components/Carbon.js.map +0 -1
  327. package/lib/commonjs/components/Catppuccin.js.map +0 -1
  328. package/lib/commonjs/components/Cbi.js.map +0 -1
  329. package/lib/commonjs/components/Charm.js.map +0 -1
  330. package/lib/commonjs/components/Ci.js.map +0 -1
  331. package/lib/commonjs/components/Cib.js.map +0 -1
  332. package/lib/commonjs/components/Cif.js.map +0 -1
  333. package/lib/commonjs/components/Cil.js.map +0 -1
  334. package/lib/commonjs/components/CircleFlags.js.map +0 -1
  335. package/lib/commonjs/components/Circum.js.map +0 -1
  336. package/lib/commonjs/components/Clarity.js.map +0 -1
  337. package/lib/commonjs/components/Codex.js.map +0 -1
  338. package/lib/commonjs/components/Codicon.js.map +0 -1
  339. package/lib/commonjs/components/Covid.js.map +0 -1
  340. package/lib/commonjs/components/Cryptocurrency.js.map +0 -1
  341. package/lib/commonjs/components/CryptocurrencyColor.js.map +0 -1
  342. package/lib/commonjs/components/Cuida.js.map +0 -1
  343. package/lib/commonjs/components/Dashicons.js.map +0 -1
  344. package/lib/commonjs/components/Devicon.js.map +0 -1
  345. package/lib/commonjs/components/DeviconPlain.js.map +0 -1
  346. package/lib/commonjs/components/DinkieIcons.js.map +0 -1
  347. package/lib/commonjs/components/DuoIcons.js.map +0 -1
  348. package/lib/commonjs/components/Ei.js.map +0 -1
  349. package/lib/commonjs/components/El.js.map +0 -1
  350. package/lib/commonjs/components/EmojioneMonotone.js.map +0 -1
  351. package/lib/commonjs/components/Entypo.js.map +0 -1
  352. package/lib/commonjs/components/EntypoSocial.js.map +0 -1
  353. package/lib/commonjs/components/EosIcons.js.map +0 -1
  354. package/lib/commonjs/components/Ep.js.map +0 -1
  355. package/lib/commonjs/components/Et.js.map +0 -1
  356. package/lib/commonjs/components/Eva.js.map +0 -1
  357. package/lib/commonjs/components/F7.js.map +0 -1
  358. package/lib/commonjs/components/Fa.js.map +0 -1
  359. package/lib/commonjs/components/Fa6Brands.js.map +0 -1
  360. package/lib/commonjs/components/Fa6Regular.js.map +0 -1
  361. package/lib/commonjs/components/Fa6Solid.js.map +0 -1
  362. package/lib/commonjs/components/Fa7Brands.js.map +0 -1
  363. package/lib/commonjs/components/Fa7Regular.js.map +0 -1
  364. package/lib/commonjs/components/Fa7Solid.js.map +0 -1
  365. package/lib/commonjs/components/FaBrands.js.map +0 -1
  366. package/lib/commonjs/components/FaRegular.js.map +0 -1
  367. package/lib/commonjs/components/FaSolid.js.map +0 -1
  368. package/lib/commonjs/components/Fad.js.map +0 -1
  369. package/lib/commonjs/components/Famicons.js.map +0 -1
  370. package/lib/commonjs/components/Fe.js.map +0 -1
  371. package/lib/commonjs/components/Feather.js.map +0 -1
  372. package/lib/commonjs/components/FileIcons.js.map +0 -1
  373. package/lib/commonjs/components/Flag.js.map +0 -1
  374. package/lib/commonjs/components/Flagpack.js.map +0 -1
  375. package/lib/commonjs/components/FlatUi.js.map +0 -1
  376. package/lib/commonjs/components/Flowbite.js.map +0 -1
  377. package/lib/commonjs/components/Fluent.js.map +0 -1
  378. package/lib/commonjs/components/FluentColor.js.map +0 -1
  379. package/lib/commonjs/components/FluentEmoji.js.map +0 -1
  380. package/lib/commonjs/components/FluentEmojiFlat.js.map +0 -1
  381. package/lib/commonjs/components/FluentEmojiHighContrast.js.map +0 -1
  382. package/lib/commonjs/components/FluentMdl2.js.map +0 -1
  383. package/lib/commonjs/components/Fontelico.js.map +0 -1
  384. package/lib/commonjs/components/Fontisto.js.map +0 -1
  385. package/lib/commonjs/components/Formkit.js.map +0 -1
  386. package/lib/commonjs/components/Foundation.js.map +0 -1
  387. package/lib/commonjs/components/Gala.js.map +0 -1
  388. package/lib/commonjs/components/GameIcons.js.map +0 -1
  389. package/lib/commonjs/components/Garden.js.map +0 -1
  390. package/lib/commonjs/components/Geo.js.map +0 -1
  391. package/lib/commonjs/components/Gg.js.map +0 -1
  392. package/lib/commonjs/components/Gis.js.map +0 -1
  393. package/lib/commonjs/components/GravityUi.js.map +0 -1
  394. package/lib/commonjs/components/Gridicons.js.map +0 -1
  395. package/lib/commonjs/components/GrommetIcons.js.map +0 -1
  396. package/lib/commonjs/components/Guidance.js.map +0 -1
  397. package/lib/commonjs/components/Healthicons.js.map +0 -1
  398. package/lib/commonjs/components/Heroicons.js.map +0 -1
  399. package/lib/commonjs/components/HeroiconsOutline.js.map +0 -1
  400. package/lib/commonjs/components/HeroiconsSolid.js.map +0 -1
  401. package/lib/commonjs/components/Hugeicons.js.map +0 -1
  402. package/lib/commonjs/components/Humbleicons.js.map +0 -1
  403. package/lib/commonjs/components/Ic.js.map +0 -1
  404. package/lib/commonjs/components/IcomoonFree.js.map +0 -1
  405. package/lib/commonjs/components/IconPark.js.map +0 -1
  406. package/lib/commonjs/components/IconParkOutline.js.map +0 -1
  407. package/lib/commonjs/components/IconParkSolid.js.map +0 -1
  408. package/lib/commonjs/components/IconParkTwotone.js.map +0 -1
  409. package/lib/commonjs/components/Iconamoon.js.map +0 -1
  410. package/lib/commonjs/components/Iconoir.js.map +0 -1
  411. package/lib/commonjs/components/Icons8.js.map +0 -1
  412. package/lib/commonjs/components/Il.js.map +0 -1
  413. package/lib/commonjs/components/Ion.js.map +0 -1
  414. package/lib/commonjs/components/Iwwa.js.map +0 -1
  415. package/lib/commonjs/components/Ix.js.map +0 -1
  416. package/lib/commonjs/components/Jam.js.map +0 -1
  417. package/lib/commonjs/components/La.js.map +0 -1
  418. package/lib/commonjs/components/LetsIcons.js.map +0 -1
  419. package/lib/commonjs/components/LineMd.js.map +0 -1
  420. package/lib/commonjs/components/Lineicons.js.map +0 -1
  421. package/lib/commonjs/components/Logos.js.map +0 -1
  422. package/lib/commonjs/components/Ls.js.map +0 -1
  423. package/lib/commonjs/components/Lsicon.js.map +0 -1
  424. package/lib/commonjs/components/Lucide.js.map +0 -1
  425. package/lib/commonjs/components/LucideLab.js.map +0 -1
  426. package/lib/commonjs/components/Mage.js.map +0 -1
  427. package/lib/commonjs/components/Majesticons.js.map +0 -1
  428. package/lib/commonjs/components/Maki.js.map +0 -1
  429. package/lib/commonjs/components/Map.js.map +0 -1
  430. package/lib/commonjs/components/Marketeq.js.map +0 -1
  431. package/lib/commonjs/components/MaterialIconTheme.js.map +0 -1
  432. package/lib/commonjs/components/MaterialSymbols.js.map +0 -1
  433. package/lib/commonjs/components/MaterialSymbolsLight.js.map +0 -1
  434. package/lib/commonjs/components/Mdi.js.map +0 -1
  435. package/lib/commonjs/components/MdiLight.js.map +0 -1
  436. package/lib/commonjs/components/MedicalIcon.js.map +0 -1
  437. package/lib/commonjs/components/Memory.js.map +0 -1
  438. package/lib/commonjs/components/Meteocons.js.map +0 -1
  439. package/lib/commonjs/components/MeteorIcons.js.map +0 -1
  440. package/lib/commonjs/components/Mi.js.map +0 -1
  441. package/lib/commonjs/components/Mingcute.js.map +0 -1
  442. package/lib/commonjs/components/MonoIcons.js.map +0 -1
  443. package/lib/commonjs/components/Mynaui.js.map +0 -1
  444. package/lib/commonjs/components/Nimbus.js.map +0 -1
  445. package/lib/commonjs/components/Nonicons.js.map +0 -1
  446. package/lib/commonjs/components/Nrk.js.map +0 -1
  447. package/lib/commonjs/components/Octicon.js.map +0 -1
  448. package/lib/commonjs/components/Oi.js.map +0 -1
  449. package/lib/commonjs/components/Ooui.js.map +0 -1
  450. package/lib/commonjs/components/Oui.js.map +0 -1
  451. package/lib/commonjs/components/Pajamas.js.map +0 -1
  452. package/lib/commonjs/components/Pepicons.js.map +0 -1
  453. package/lib/commonjs/components/PepiconsPencil.js.map +0 -1
  454. package/lib/commonjs/components/PepiconsPop.js.map +0 -1
  455. package/lib/commonjs/components/PepiconsPrint.js.map +0 -1
  456. package/lib/commonjs/components/Ph.js.map +0 -1
  457. package/lib/commonjs/components/Picon.js.map +0 -1
  458. package/lib/commonjs/components/Pixel.js.map +0 -1
  459. package/lib/commonjs/components/Pixelarticons.js.map +0 -1
  460. package/lib/commonjs/components/Prime.js.map +0 -1
  461. package/lib/commonjs/components/Proicons.js.map +0 -1
  462. package/lib/commonjs/components/Ps.js.map +0 -1
  463. package/lib/commonjs/components/QlementineIcons.js.map +0 -1
  464. package/lib/commonjs/components/Quill.js.map +0 -1
  465. package/lib/commonjs/components/RadixIcons.js.map +0 -1
  466. package/lib/commonjs/components/Raphael.js.map +0 -1
  467. package/lib/commonjs/components/Ri.js.map +0 -1
  468. package/lib/commonjs/components/RivetIcons.js.map +0 -1
  469. package/lib/commonjs/components/Roentgen.js.map +0 -1
  470. package/lib/commonjs/components/Si.js.map +0 -1
  471. package/lib/commonjs/components/SiGlyph.js.map +0 -1
  472. package/lib/commonjs/components/Sidekickicons.js.map +0 -1
  473. package/lib/commonjs/components/SimpleIcons.js.map +0 -1
  474. package/lib/commonjs/components/SimpleLineIcons.js.map +0 -1
  475. package/lib/commonjs/components/SkillIcons.js.map +0 -1
  476. package/lib/commonjs/components/Solar.js.map +0 -1
  477. package/lib/commonjs/components/Stash.js.map +0 -1
  478. package/lib/commonjs/components/Streamline.js.map +0 -1
  479. package/lib/commonjs/components/StreamlineBlock.js.map +0 -1
  480. package/lib/commonjs/components/StreamlineColor.js.map +0 -1
  481. package/lib/commonjs/components/StreamlineCyber.js.map +0 -1
  482. package/lib/commonjs/components/StreamlineCyberColor.js.map +0 -1
  483. package/lib/commonjs/components/StreamlineEmojis.js.map +0 -1
  484. package/lib/commonjs/components/StreamlineFlex.js.map +0 -1
  485. package/lib/commonjs/components/StreamlineFlexColor.js.map +0 -1
  486. package/lib/commonjs/components/StreamlineFreehand.js.map +0 -1
  487. package/lib/commonjs/components/StreamlineFreehandColor.js.map +0 -1
  488. package/lib/commonjs/components/StreamlineKameleonColor.js.map +0 -1
  489. package/lib/commonjs/components/StreamlineLogos.js.map +0 -1
  490. package/lib/commonjs/components/StreamlinePixel.js.map +0 -1
  491. package/lib/commonjs/components/StreamlinePlump.js.map +0 -1
  492. package/lib/commonjs/components/StreamlinePlumpColor.js.map +0 -1
  493. package/lib/commonjs/components/StreamlineSharp.js.map +0 -1
  494. package/lib/commonjs/components/StreamlineSharpColor.js.map +0 -1
  495. package/lib/commonjs/components/StreamlineStickiesColor.js.map +0 -1
  496. package/lib/commonjs/components/StreamlineUltimate.js.map +0 -1
  497. package/lib/commonjs/components/StreamlineUltimateColor.js.map +0 -1
  498. package/lib/commonjs/components/Subway.js.map +0 -1
  499. package/lib/commonjs/components/SvgSpinners.js.map +0 -1
  500. package/lib/commonjs/components/SystemUicons.js.map +0 -1
  501. package/lib/commonjs/components/Tabler.js.map +0 -1
  502. package/lib/commonjs/components/Tdesign.js.map +0 -1
  503. package/lib/commonjs/components/Teenyicons.js.map +0 -1
  504. package/lib/commonjs/components/Temaki.js.map +0 -1
  505. package/lib/commonjs/components/Token.js.map +0 -1
  506. package/lib/commonjs/components/TokenBranded.js.map +0 -1
  507. package/lib/commonjs/components/Topcoat.js.map +0 -1
  508. package/lib/commonjs/components/Typcn.js.map +0 -1
  509. package/lib/commonjs/components/Uil.js.map +0 -1
  510. package/lib/commonjs/components/Uim.js.map +0 -1
  511. package/lib/commonjs/components/Uis.js.map +0 -1
  512. package/lib/commonjs/components/Uit.js.map +0 -1
  513. package/lib/commonjs/components/Uiw.js.map +0 -1
  514. package/lib/commonjs/components/Unjs.js.map +0 -1
  515. package/lib/commonjs/components/Vaadin.js.map +0 -1
  516. package/lib/commonjs/components/Vs.js.map +0 -1
  517. package/lib/commonjs/components/VscodeIcons.js.map +0 -1
  518. package/lib/commonjs/components/Websymbol.js.map +0 -1
  519. package/lib/commonjs/components/Weui.js.map +0 -1
  520. package/lib/commonjs/components/Whh.js.map +0 -1
  521. package/lib/commonjs/components/Wi.js.map +0 -1
  522. package/lib/commonjs/components/Wpf.js.map +0 -1
  523. package/lib/commonjs/components/Zmdi.js.map +0 -1
  524. package/lib/commonjs/components/Zondicons.js.map +0 -1
  525. package/lib/commonjs/components/index.js.map +0 -1
  526. package/lib/commonjs/config/ConfigManager.js.map +0 -1
  527. package/lib/commonjs/config/index.js.map +0 -1
  528. package/lib/commonjs/config/types.js.map +0 -1
  529. package/lib/commonjs/createIconSet.js.map +0 -1
  530. package/lib/commonjs/explorer/IconExplorer.js.map +0 -1
  531. package/lib/commonjs/explorer/iconSets.js.map +0 -1
  532. package/lib/commonjs/explorer/index.js.map +0 -1
  533. package/lib/commonjs/explorer/types.js.map +0 -1
  534. package/lib/commonjs/explorer/useExplorer.js.map +0 -1
  535. package/lib/commonjs/index.js.map +0 -1
  536. package/lib/commonjs/metro/devServerMiddleware.js.map +0 -1
  537. package/lib/commonjs/metro/index.js.map +0 -1
  538. package/lib/commonjs/metro/types.js.map +0 -1
  539. package/lib/commonjs/metro/withRnIconify.js.map +0 -1
  540. package/lib/commonjs/native/NativeIconifyModule.js.map +0 -1
  541. package/lib/commonjs/native/index.js.map +0 -1
  542. package/lib/commonjs/navigation/createDrawerIcon.js.map +0 -1
  543. package/lib/commonjs/navigation/createHeaderIcon.js.map +0 -1
  544. package/lib/commonjs/navigation/createTabBarIcon.js.map +0 -1
  545. package/lib/commonjs/navigation/index.js.map +0 -1
  546. package/lib/commonjs/navigation/types.js.map +0 -1
  547. package/lib/commonjs/navigation/useNavigationIcon.js.map +0 -1
  548. package/lib/commonjs/network/IconifyAPI.js.map +0 -1
  549. package/lib/commonjs/network/index.js.map +0 -1
  550. package/lib/commonjs/performance/PerformanceMonitor.js.map +0 -1
  551. package/lib/commonjs/performance/index.js.map +0 -1
  552. package/lib/commonjs/performance/types.js.map +0 -1
  553. package/lib/commonjs/placeholder/PlaceholderFactory.js.map +0 -1
  554. package/lib/commonjs/placeholder/Pulse.js.map +0 -1
  555. package/lib/commonjs/placeholder/Shimmer.js.map +0 -1
  556. package/lib/commonjs/placeholder/Skeleton.js.map +0 -1
  557. package/lib/commonjs/placeholder/index.js.map +0 -1
  558. package/lib/commonjs/placeholder/types.js.map +0 -1
  559. package/lib/commonjs/theme/IconThemeProvider.js.map +0 -1
  560. package/lib/commonjs/theme/context.js.map +0 -1
  561. package/lib/commonjs/theme/index.js.map +0 -1
  562. package/lib/commonjs/theme/types.js.map +0 -1
  563. package/lib/commonjs/theme/useIconTheme.js.map +0 -1
  564. package/lib/commonjs/types/index.js.map +0 -1
  565. package/lib/module/IconRenderer.js.map +0 -1
  566. package/lib/module/accessibility/AccessibilityProvider.js.map +0 -1
  567. package/lib/module/accessibility/index.js.map +0 -1
  568. package/lib/module/accessibility/types.js.map +0 -1
  569. package/lib/module/accessibility/useAccessibleIcon.js.map +0 -1
  570. package/lib/module/accessibility/utils.js.map +0 -1
  571. package/lib/module/alias/Icon.js.map +0 -1
  572. package/lib/module/alias/IconAliasContext.js.map +0 -1
  573. package/lib/module/alias/createIconAliases.js.map +0 -1
  574. package/lib/module/alias/index.js.map +0 -1
  575. package/lib/module/alias/types.js.map +0 -1
  576. package/lib/module/animated/AnimatedIcon.js.map +0 -1
  577. package/lib/module/animated/index.js.map +0 -1
  578. package/lib/module/animated/presets.js.map +0 -1
  579. package/lib/module/animated/types.js.map +0 -1
  580. package/lib/module/animated/useIconAnimation.js.map +0 -1
  581. package/lib/module/babel/ast-utils.js.map +0 -1
  582. package/lib/module/babel/cache-writer.js.map +0 -1
  583. package/lib/module/babel/collector.js.map +0 -1
  584. package/lib/module/babel/index.js.map +0 -1
  585. package/lib/module/babel/plugin.js.map +0 -1
  586. package/lib/module/babel/scanner.js.map +0 -1
  587. package/lib/module/babel/types.js.map +0 -1
  588. package/lib/module/bundle/index.js.map +0 -1
  589. package/lib/module/cache/CacheManager.js.map +0 -1
  590. package/lib/module/cache/DiskCache.js.map +0 -1
  591. package/lib/module/cache/MemoryCache.js.map +0 -1
  592. package/lib/module/cache/index.js.map +0 -1
  593. package/lib/module/cli/commands/analyze.js.map +0 -1
  594. package/lib/module/cli/commands/bundle.js.map +0 -1
  595. package/lib/module/cli/index.js.map +0 -1
  596. package/lib/module/cli/parser.js.map +0 -1
  597. package/lib/module/cli/types.js.map +0 -1
  598. package/lib/module/components/Academicons.js.map +0 -1
  599. package/lib/module/components/AkarIcons.js.map +0 -1
  600. package/lib/module/components/AntDesign.js.map +0 -1
  601. package/lib/module/components/Arcticons.js.map +0 -1
  602. package/lib/module/components/Basil.js.map +0 -1
  603. package/lib/module/components/Bi.js.map +0 -1
  604. package/lib/module/components/BitcoinIcons.js.map +0 -1
  605. package/lib/module/components/Bpmn.js.map +0 -1
  606. package/lib/module/components/Brandico.js.map +0 -1
  607. package/lib/module/components/Bx.js.map +0 -1
  608. package/lib/module/components/Bxl.js.map +0 -1
  609. package/lib/module/components/Bxs.js.map +0 -1
  610. package/lib/module/components/Bytesize.js.map +0 -1
  611. package/lib/module/components/Carbon.js.map +0 -1
  612. package/lib/module/components/Catppuccin.js.map +0 -1
  613. package/lib/module/components/Cbi.js.map +0 -1
  614. package/lib/module/components/Charm.js.map +0 -1
  615. package/lib/module/components/Ci.js.map +0 -1
  616. package/lib/module/components/Cib.js.map +0 -1
  617. package/lib/module/components/Cif.js.map +0 -1
  618. package/lib/module/components/Cil.js.map +0 -1
  619. package/lib/module/components/CircleFlags.js.map +0 -1
  620. package/lib/module/components/Circum.js.map +0 -1
  621. package/lib/module/components/Clarity.js.map +0 -1
  622. package/lib/module/components/Codex.js.map +0 -1
  623. package/lib/module/components/Codicon.js.map +0 -1
  624. package/lib/module/components/Covid.js.map +0 -1
  625. package/lib/module/components/Cryptocurrency.js.map +0 -1
  626. package/lib/module/components/CryptocurrencyColor.js.map +0 -1
  627. package/lib/module/components/Cuida.js.map +0 -1
  628. package/lib/module/components/Dashicons.js.map +0 -1
  629. package/lib/module/components/Devicon.js.map +0 -1
  630. package/lib/module/components/DeviconPlain.js.map +0 -1
  631. package/lib/module/components/DinkieIcons.js.map +0 -1
  632. package/lib/module/components/DuoIcons.js.map +0 -1
  633. package/lib/module/components/Ei.js.map +0 -1
  634. package/lib/module/components/El.js.map +0 -1
  635. package/lib/module/components/EmojioneMonotone.js.map +0 -1
  636. package/lib/module/components/Entypo.js.map +0 -1
  637. package/lib/module/components/EntypoSocial.js.map +0 -1
  638. package/lib/module/components/EosIcons.js.map +0 -1
  639. package/lib/module/components/Ep.js.map +0 -1
  640. package/lib/module/components/Et.js.map +0 -1
  641. package/lib/module/components/Eva.js.map +0 -1
  642. package/lib/module/components/F7.js.map +0 -1
  643. package/lib/module/components/Fa.js.map +0 -1
  644. package/lib/module/components/Fa6Brands.js.map +0 -1
  645. package/lib/module/components/Fa6Regular.js.map +0 -1
  646. package/lib/module/components/Fa6Solid.js.map +0 -1
  647. package/lib/module/components/Fa7Brands.js.map +0 -1
  648. package/lib/module/components/Fa7Regular.js.map +0 -1
  649. package/lib/module/components/Fa7Solid.js.map +0 -1
  650. package/lib/module/components/FaBrands.js.map +0 -1
  651. package/lib/module/components/FaRegular.js.map +0 -1
  652. package/lib/module/components/FaSolid.js.map +0 -1
  653. package/lib/module/components/Fad.js.map +0 -1
  654. package/lib/module/components/Famicons.js.map +0 -1
  655. package/lib/module/components/Fe.js.map +0 -1
  656. package/lib/module/components/Feather.js.map +0 -1
  657. package/lib/module/components/FileIcons.js.map +0 -1
  658. package/lib/module/components/Flag.js.map +0 -1
  659. package/lib/module/components/Flagpack.js.map +0 -1
  660. package/lib/module/components/FlatUi.js.map +0 -1
  661. package/lib/module/components/Flowbite.js.map +0 -1
  662. package/lib/module/components/Fluent.js.map +0 -1
  663. package/lib/module/components/FluentColor.js.map +0 -1
  664. package/lib/module/components/FluentEmoji.js.map +0 -1
  665. package/lib/module/components/FluentEmojiFlat.js.map +0 -1
  666. package/lib/module/components/FluentEmojiHighContrast.js.map +0 -1
  667. package/lib/module/components/FluentMdl2.js.map +0 -1
  668. package/lib/module/components/Fontelico.js.map +0 -1
  669. package/lib/module/components/Fontisto.js.map +0 -1
  670. package/lib/module/components/Formkit.js.map +0 -1
  671. package/lib/module/components/Foundation.js.map +0 -1
  672. package/lib/module/components/Gala.js.map +0 -1
  673. package/lib/module/components/GameIcons.js.map +0 -1
  674. package/lib/module/components/Garden.js.map +0 -1
  675. package/lib/module/components/Geo.js.map +0 -1
  676. package/lib/module/components/Gg.js.map +0 -1
  677. package/lib/module/components/Gis.js.map +0 -1
  678. package/lib/module/components/GravityUi.js.map +0 -1
  679. package/lib/module/components/Gridicons.js.map +0 -1
  680. package/lib/module/components/GrommetIcons.js.map +0 -1
  681. package/lib/module/components/Guidance.js.map +0 -1
  682. package/lib/module/components/Healthicons.js.map +0 -1
  683. package/lib/module/components/Heroicons.js.map +0 -1
  684. package/lib/module/components/HeroiconsOutline.js.map +0 -1
  685. package/lib/module/components/HeroiconsSolid.js.map +0 -1
  686. package/lib/module/components/Hugeicons.js.map +0 -1
  687. package/lib/module/components/Humbleicons.js.map +0 -1
  688. package/lib/module/components/Ic.js.map +0 -1
  689. package/lib/module/components/IcomoonFree.js.map +0 -1
  690. package/lib/module/components/IconPark.js.map +0 -1
  691. package/lib/module/components/IconParkOutline.js.map +0 -1
  692. package/lib/module/components/IconParkSolid.js.map +0 -1
  693. package/lib/module/components/IconParkTwotone.js.map +0 -1
  694. package/lib/module/components/Iconamoon.js.map +0 -1
  695. package/lib/module/components/Iconoir.js.map +0 -1
  696. package/lib/module/components/Icons8.js.map +0 -1
  697. package/lib/module/components/Il.js.map +0 -1
  698. package/lib/module/components/Ion.js.map +0 -1
  699. package/lib/module/components/Iwwa.js.map +0 -1
  700. package/lib/module/components/Ix.js.map +0 -1
  701. package/lib/module/components/Jam.js.map +0 -1
  702. package/lib/module/components/La.js.map +0 -1
  703. package/lib/module/components/LetsIcons.js.map +0 -1
  704. package/lib/module/components/LineMd.js.map +0 -1
  705. package/lib/module/components/Lineicons.js.map +0 -1
  706. package/lib/module/components/Logos.js.map +0 -1
  707. package/lib/module/components/Ls.js.map +0 -1
  708. package/lib/module/components/Lsicon.js.map +0 -1
  709. package/lib/module/components/Lucide.js.map +0 -1
  710. package/lib/module/components/LucideLab.js.map +0 -1
  711. package/lib/module/components/Mage.js.map +0 -1
  712. package/lib/module/components/Majesticons.js.map +0 -1
  713. package/lib/module/components/Maki.js.map +0 -1
  714. package/lib/module/components/Map.js.map +0 -1
  715. package/lib/module/components/Marketeq.js.map +0 -1
  716. package/lib/module/components/MaterialIconTheme.js.map +0 -1
  717. package/lib/module/components/MaterialSymbols.js.map +0 -1
  718. package/lib/module/components/MaterialSymbolsLight.js.map +0 -1
  719. package/lib/module/components/Mdi.js.map +0 -1
  720. package/lib/module/components/MdiLight.js.map +0 -1
  721. package/lib/module/components/MedicalIcon.js.map +0 -1
  722. package/lib/module/components/Memory.js.map +0 -1
  723. package/lib/module/components/Meteocons.js.map +0 -1
  724. package/lib/module/components/MeteorIcons.js.map +0 -1
  725. package/lib/module/components/Mi.js.map +0 -1
  726. package/lib/module/components/Mingcute.js.map +0 -1
  727. package/lib/module/components/MonoIcons.js.map +0 -1
  728. package/lib/module/components/Mynaui.js.map +0 -1
  729. package/lib/module/components/Nimbus.js.map +0 -1
  730. package/lib/module/components/Nonicons.js.map +0 -1
  731. package/lib/module/components/Nrk.js.map +0 -1
  732. package/lib/module/components/Octicon.js.map +0 -1
  733. package/lib/module/components/Oi.js.map +0 -1
  734. package/lib/module/components/Ooui.js.map +0 -1
  735. package/lib/module/components/Oui.js.map +0 -1
  736. package/lib/module/components/Pajamas.js.map +0 -1
  737. package/lib/module/components/Pepicons.js.map +0 -1
  738. package/lib/module/components/PepiconsPencil.js.map +0 -1
  739. package/lib/module/components/PepiconsPop.js.map +0 -1
  740. package/lib/module/components/PepiconsPrint.js.map +0 -1
  741. package/lib/module/components/Ph.js.map +0 -1
  742. package/lib/module/components/Picon.js.map +0 -1
  743. package/lib/module/components/Pixel.js.map +0 -1
  744. package/lib/module/components/Pixelarticons.js.map +0 -1
  745. package/lib/module/components/Prime.js.map +0 -1
  746. package/lib/module/components/Proicons.js.map +0 -1
  747. package/lib/module/components/Ps.js.map +0 -1
  748. package/lib/module/components/QlementineIcons.js.map +0 -1
  749. package/lib/module/components/Quill.js.map +0 -1
  750. package/lib/module/components/RadixIcons.js.map +0 -1
  751. package/lib/module/components/Raphael.js.map +0 -1
  752. package/lib/module/components/Ri.js.map +0 -1
  753. package/lib/module/components/RivetIcons.js.map +0 -1
  754. package/lib/module/components/Roentgen.js.map +0 -1
  755. package/lib/module/components/Si.js.map +0 -1
  756. package/lib/module/components/SiGlyph.js.map +0 -1
  757. package/lib/module/components/Sidekickicons.js.map +0 -1
  758. package/lib/module/components/SimpleIcons.js.map +0 -1
  759. package/lib/module/components/SimpleLineIcons.js.map +0 -1
  760. package/lib/module/components/SkillIcons.js.map +0 -1
  761. package/lib/module/components/Solar.js.map +0 -1
  762. package/lib/module/components/Stash.js.map +0 -1
  763. package/lib/module/components/Streamline.js.map +0 -1
  764. package/lib/module/components/StreamlineBlock.js.map +0 -1
  765. package/lib/module/components/StreamlineColor.js.map +0 -1
  766. package/lib/module/components/StreamlineCyber.js.map +0 -1
  767. package/lib/module/components/StreamlineCyberColor.js.map +0 -1
  768. package/lib/module/components/StreamlineEmojis.js.map +0 -1
  769. package/lib/module/components/StreamlineFlex.js.map +0 -1
  770. package/lib/module/components/StreamlineFlexColor.js.map +0 -1
  771. package/lib/module/components/StreamlineFreehand.js.map +0 -1
  772. package/lib/module/components/StreamlineFreehandColor.js.map +0 -1
  773. package/lib/module/components/StreamlineKameleonColor.js.map +0 -1
  774. package/lib/module/components/StreamlineLogos.js.map +0 -1
  775. package/lib/module/components/StreamlinePixel.js.map +0 -1
  776. package/lib/module/components/StreamlinePlump.js.map +0 -1
  777. package/lib/module/components/StreamlinePlumpColor.js.map +0 -1
  778. package/lib/module/components/StreamlineSharp.js.map +0 -1
  779. package/lib/module/components/StreamlineSharpColor.js.map +0 -1
  780. package/lib/module/components/StreamlineStickiesColor.js.map +0 -1
  781. package/lib/module/components/StreamlineUltimate.js.map +0 -1
  782. package/lib/module/components/StreamlineUltimateColor.js.map +0 -1
  783. package/lib/module/components/Subway.js.map +0 -1
  784. package/lib/module/components/SvgSpinners.js.map +0 -1
  785. package/lib/module/components/SystemUicons.js.map +0 -1
  786. package/lib/module/components/Tabler.js.map +0 -1
  787. package/lib/module/components/Tdesign.js.map +0 -1
  788. package/lib/module/components/Teenyicons.js.map +0 -1
  789. package/lib/module/components/Temaki.js.map +0 -1
  790. package/lib/module/components/Token.js.map +0 -1
  791. package/lib/module/components/TokenBranded.js.map +0 -1
  792. package/lib/module/components/Topcoat.js.map +0 -1
  793. package/lib/module/components/Typcn.js.map +0 -1
  794. package/lib/module/components/Uil.js.map +0 -1
  795. package/lib/module/components/Uim.js.map +0 -1
  796. package/lib/module/components/Uis.js.map +0 -1
  797. package/lib/module/components/Uit.js.map +0 -1
  798. package/lib/module/components/Uiw.js.map +0 -1
  799. package/lib/module/components/Unjs.js.map +0 -1
  800. package/lib/module/components/Vaadin.js.map +0 -1
  801. package/lib/module/components/Vs.js.map +0 -1
  802. package/lib/module/components/VscodeIcons.js.map +0 -1
  803. package/lib/module/components/Websymbol.js.map +0 -1
  804. package/lib/module/components/Weui.js.map +0 -1
  805. package/lib/module/components/Whh.js.map +0 -1
  806. package/lib/module/components/Wi.js.map +0 -1
  807. package/lib/module/components/Wpf.js.map +0 -1
  808. package/lib/module/components/Zmdi.js.map +0 -1
  809. package/lib/module/components/Zondicons.js.map +0 -1
  810. package/lib/module/components/index.js.map +0 -1
  811. package/lib/module/config/ConfigManager.js.map +0 -1
  812. package/lib/module/config/index.js.map +0 -1
  813. package/lib/module/config/types.js.map +0 -1
  814. package/lib/module/createIconSet.js.map +0 -1
  815. package/lib/module/explorer/IconExplorer.js.map +0 -1
  816. package/lib/module/explorer/iconSets.js.map +0 -1
  817. package/lib/module/explorer/index.js.map +0 -1
  818. package/lib/module/explorer/types.js.map +0 -1
  819. package/lib/module/explorer/useExplorer.js.map +0 -1
  820. package/lib/module/index.js.map +0 -1
  821. package/lib/module/metro/devServerMiddleware.js.map +0 -1
  822. package/lib/module/metro/index.js.map +0 -1
  823. package/lib/module/metro/types.js.map +0 -1
  824. package/lib/module/metro/withRnIconify.js.map +0 -1
  825. package/lib/module/native/NativeIconifyModule.js.map +0 -1
  826. package/lib/module/native/index.js.map +0 -1
  827. package/lib/module/navigation/createDrawerIcon.js.map +0 -1
  828. package/lib/module/navigation/createHeaderIcon.js.map +0 -1
  829. package/lib/module/navigation/createTabBarIcon.js.map +0 -1
  830. package/lib/module/navigation/index.js.map +0 -1
  831. package/lib/module/navigation/types.js.map +0 -1
  832. package/lib/module/navigation/useNavigationIcon.js.map +0 -1
  833. package/lib/module/network/IconifyAPI.js.map +0 -1
  834. package/lib/module/network/index.js.map +0 -1
  835. package/lib/module/performance/PerformanceMonitor.js.map +0 -1
  836. package/lib/module/performance/index.js.map +0 -1
  837. package/lib/module/performance/types.js.map +0 -1
  838. package/lib/module/placeholder/PlaceholderFactory.js.map +0 -1
  839. package/lib/module/placeholder/Pulse.js.map +0 -1
  840. package/lib/module/placeholder/Shimmer.js.map +0 -1
  841. package/lib/module/placeholder/Skeleton.js.map +0 -1
  842. package/lib/module/placeholder/index.js.map +0 -1
  843. package/lib/module/placeholder/types.js.map +0 -1
  844. package/lib/module/theme/IconThemeProvider.js.map +0 -1
  845. package/lib/module/theme/context.js.map +0 -1
  846. package/lib/module/theme/index.js.map +0 -1
  847. package/lib/module/theme/types.js.map +0 -1
  848. package/lib/module/theme/useIconTheme.js.map +0 -1
  849. package/lib/module/types/index.js.map +0 -1
  850. package/lib/typescript/IconRenderer.d.ts.map +0 -1
  851. package/lib/typescript/accessibility/AccessibilityProvider.d.ts.map +0 -1
  852. package/lib/typescript/accessibility/index.d.ts.map +0 -1
  853. package/lib/typescript/accessibility/types.d.ts.map +0 -1
  854. package/lib/typescript/accessibility/useAccessibleIcon.d.ts.map +0 -1
  855. package/lib/typescript/accessibility/utils.d.ts.map +0 -1
  856. package/lib/typescript/alias/Icon.d.ts.map +0 -1
  857. package/lib/typescript/alias/IconAliasContext.d.ts.map +0 -1
  858. package/lib/typescript/alias/createIconAliases.d.ts.map +0 -1
  859. package/lib/typescript/alias/index.d.ts.map +0 -1
  860. package/lib/typescript/alias/types.d.ts.map +0 -1
  861. package/lib/typescript/animated/AnimatedIcon.d.ts.map +0 -1
  862. package/lib/typescript/animated/index.d.ts.map +0 -1
  863. package/lib/typescript/animated/presets.d.ts.map +0 -1
  864. package/lib/typescript/animated/types.d.ts.map +0 -1
  865. package/lib/typescript/animated/useIconAnimation.d.ts.map +0 -1
  866. package/lib/typescript/babel/ast-utils.d.ts.map +0 -1
  867. package/lib/typescript/babel/cache-writer.d.ts.map +0 -1
  868. package/lib/typescript/babel/collector.d.ts.map +0 -1
  869. package/lib/typescript/babel/index.d.ts.map +0 -1
  870. package/lib/typescript/babel/plugin.d.ts.map +0 -1
  871. package/lib/typescript/babel/scanner.d.ts.map +0 -1
  872. package/lib/typescript/babel/types.d.ts.map +0 -1
  873. package/lib/typescript/bundle/index.d.ts.map +0 -1
  874. package/lib/typescript/cache/CacheManager.d.ts.map +0 -1
  875. package/lib/typescript/cache/DiskCache.d.ts.map +0 -1
  876. package/lib/typescript/cache/MemoryCache.d.ts.map +0 -1
  877. package/lib/typescript/cache/index.d.ts.map +0 -1
  878. package/lib/typescript/cli/commands/analyze.d.ts.map +0 -1
  879. package/lib/typescript/cli/commands/bundle.d.ts.map +0 -1
  880. package/lib/typescript/cli/index.d.ts.map +0 -1
  881. package/lib/typescript/cli/parser.d.ts.map +0 -1
  882. package/lib/typescript/cli/types.d.ts.map +0 -1
  883. package/lib/typescript/components/Academicons.d.ts.map +0 -1
  884. package/lib/typescript/components/AkarIcons.d.ts.map +0 -1
  885. package/lib/typescript/components/AntDesign.d.ts.map +0 -1
  886. package/lib/typescript/components/Arcticons.d.ts.map +0 -1
  887. package/lib/typescript/components/Basil.d.ts.map +0 -1
  888. package/lib/typescript/components/Bi.d.ts.map +0 -1
  889. package/lib/typescript/components/BitcoinIcons.d.ts.map +0 -1
  890. package/lib/typescript/components/Bpmn.d.ts.map +0 -1
  891. package/lib/typescript/components/Brandico.d.ts.map +0 -1
  892. package/lib/typescript/components/Bx.d.ts.map +0 -1
  893. package/lib/typescript/components/Bxl.d.ts.map +0 -1
  894. package/lib/typescript/components/Bxs.d.ts.map +0 -1
  895. package/lib/typescript/components/Bytesize.d.ts.map +0 -1
  896. package/lib/typescript/components/Carbon.d.ts.map +0 -1
  897. package/lib/typescript/components/Catppuccin.d.ts.map +0 -1
  898. package/lib/typescript/components/Cbi.d.ts.map +0 -1
  899. package/lib/typescript/components/Charm.d.ts.map +0 -1
  900. package/lib/typescript/components/Ci.d.ts.map +0 -1
  901. package/lib/typescript/components/Cib.d.ts.map +0 -1
  902. package/lib/typescript/components/Cif.d.ts.map +0 -1
  903. package/lib/typescript/components/Cil.d.ts.map +0 -1
  904. package/lib/typescript/components/CircleFlags.d.ts.map +0 -1
  905. package/lib/typescript/components/Circum.d.ts.map +0 -1
  906. package/lib/typescript/components/Clarity.d.ts.map +0 -1
  907. package/lib/typescript/components/Codex.d.ts.map +0 -1
  908. package/lib/typescript/components/Codicon.d.ts.map +0 -1
  909. package/lib/typescript/components/Covid.d.ts.map +0 -1
  910. package/lib/typescript/components/Cryptocurrency.d.ts.map +0 -1
  911. package/lib/typescript/components/CryptocurrencyColor.d.ts.map +0 -1
  912. package/lib/typescript/components/Cuida.d.ts.map +0 -1
  913. package/lib/typescript/components/Dashicons.d.ts.map +0 -1
  914. package/lib/typescript/components/Devicon.d.ts.map +0 -1
  915. package/lib/typescript/components/DeviconPlain.d.ts.map +0 -1
  916. package/lib/typescript/components/DinkieIcons.d.ts.map +0 -1
  917. package/lib/typescript/components/DuoIcons.d.ts.map +0 -1
  918. package/lib/typescript/components/Ei.d.ts.map +0 -1
  919. package/lib/typescript/components/El.d.ts.map +0 -1
  920. package/lib/typescript/components/EmojioneMonotone.d.ts.map +0 -1
  921. package/lib/typescript/components/Entypo.d.ts.map +0 -1
  922. package/lib/typescript/components/EntypoSocial.d.ts.map +0 -1
  923. package/lib/typescript/components/EosIcons.d.ts.map +0 -1
  924. package/lib/typescript/components/Ep.d.ts.map +0 -1
  925. package/lib/typescript/components/Et.d.ts.map +0 -1
  926. package/lib/typescript/components/Eva.d.ts.map +0 -1
  927. package/lib/typescript/components/F7.d.ts.map +0 -1
  928. package/lib/typescript/components/Fa.d.ts.map +0 -1
  929. package/lib/typescript/components/Fa6Brands.d.ts.map +0 -1
  930. package/lib/typescript/components/Fa6Regular.d.ts.map +0 -1
  931. package/lib/typescript/components/Fa6Solid.d.ts.map +0 -1
  932. package/lib/typescript/components/Fa7Brands.d.ts.map +0 -1
  933. package/lib/typescript/components/Fa7Regular.d.ts.map +0 -1
  934. package/lib/typescript/components/Fa7Solid.d.ts.map +0 -1
  935. package/lib/typescript/components/FaBrands.d.ts.map +0 -1
  936. package/lib/typescript/components/FaRegular.d.ts.map +0 -1
  937. package/lib/typescript/components/FaSolid.d.ts.map +0 -1
  938. package/lib/typescript/components/Fad.d.ts.map +0 -1
  939. package/lib/typescript/components/Famicons.d.ts.map +0 -1
  940. package/lib/typescript/components/Fe.d.ts.map +0 -1
  941. package/lib/typescript/components/Feather.d.ts.map +0 -1
  942. package/lib/typescript/components/FileIcons.d.ts.map +0 -1
  943. package/lib/typescript/components/Flag.d.ts.map +0 -1
  944. package/lib/typescript/components/Flagpack.d.ts.map +0 -1
  945. package/lib/typescript/components/FlatUi.d.ts.map +0 -1
  946. package/lib/typescript/components/Flowbite.d.ts.map +0 -1
  947. package/lib/typescript/components/Fluent.d.ts.map +0 -1
  948. package/lib/typescript/components/FluentColor.d.ts.map +0 -1
  949. package/lib/typescript/components/FluentEmoji.d.ts.map +0 -1
  950. package/lib/typescript/components/FluentEmojiFlat.d.ts.map +0 -1
  951. package/lib/typescript/components/FluentEmojiHighContrast.d.ts.map +0 -1
  952. package/lib/typescript/components/FluentMdl2.d.ts.map +0 -1
  953. package/lib/typescript/components/Fontelico.d.ts.map +0 -1
  954. package/lib/typescript/components/Fontisto.d.ts.map +0 -1
  955. package/lib/typescript/components/Formkit.d.ts.map +0 -1
  956. package/lib/typescript/components/Foundation.d.ts.map +0 -1
  957. package/lib/typescript/components/Gala.d.ts.map +0 -1
  958. package/lib/typescript/components/GameIcons.d.ts.map +0 -1
  959. package/lib/typescript/components/Garden.d.ts.map +0 -1
  960. package/lib/typescript/components/Geo.d.ts.map +0 -1
  961. package/lib/typescript/components/Gg.d.ts.map +0 -1
  962. package/lib/typescript/components/Gis.d.ts.map +0 -1
  963. package/lib/typescript/components/GravityUi.d.ts.map +0 -1
  964. package/lib/typescript/components/Gridicons.d.ts.map +0 -1
  965. package/lib/typescript/components/GrommetIcons.d.ts.map +0 -1
  966. package/lib/typescript/components/Guidance.d.ts.map +0 -1
  967. package/lib/typescript/components/Healthicons.d.ts.map +0 -1
  968. package/lib/typescript/components/Heroicons.d.ts.map +0 -1
  969. package/lib/typescript/components/HeroiconsOutline.d.ts.map +0 -1
  970. package/lib/typescript/components/HeroiconsSolid.d.ts.map +0 -1
  971. package/lib/typescript/components/Hugeicons.d.ts.map +0 -1
  972. package/lib/typescript/components/Humbleicons.d.ts.map +0 -1
  973. package/lib/typescript/components/Ic.d.ts.map +0 -1
  974. package/lib/typescript/components/IcomoonFree.d.ts.map +0 -1
  975. package/lib/typescript/components/IconPark.d.ts.map +0 -1
  976. package/lib/typescript/components/IconParkOutline.d.ts.map +0 -1
  977. package/lib/typescript/components/IconParkSolid.d.ts.map +0 -1
  978. package/lib/typescript/components/IconParkTwotone.d.ts.map +0 -1
  979. package/lib/typescript/components/Iconamoon.d.ts.map +0 -1
  980. package/lib/typescript/components/Iconoir.d.ts.map +0 -1
  981. package/lib/typescript/components/Icons8.d.ts.map +0 -1
  982. package/lib/typescript/components/Il.d.ts.map +0 -1
  983. package/lib/typescript/components/Ion.d.ts.map +0 -1
  984. package/lib/typescript/components/Iwwa.d.ts.map +0 -1
  985. package/lib/typescript/components/Ix.d.ts.map +0 -1
  986. package/lib/typescript/components/Jam.d.ts.map +0 -1
  987. package/lib/typescript/components/La.d.ts.map +0 -1
  988. package/lib/typescript/components/LetsIcons.d.ts.map +0 -1
  989. package/lib/typescript/components/LineMd.d.ts.map +0 -1
  990. package/lib/typescript/components/Lineicons.d.ts.map +0 -1
  991. package/lib/typescript/components/Logos.d.ts.map +0 -1
  992. package/lib/typescript/components/Ls.d.ts.map +0 -1
  993. package/lib/typescript/components/Lsicon.d.ts.map +0 -1
  994. package/lib/typescript/components/Lucide.d.ts.map +0 -1
  995. package/lib/typescript/components/LucideLab.d.ts.map +0 -1
  996. package/lib/typescript/components/Mage.d.ts.map +0 -1
  997. package/lib/typescript/components/Majesticons.d.ts.map +0 -1
  998. package/lib/typescript/components/Maki.d.ts.map +0 -1
  999. package/lib/typescript/components/Map.d.ts.map +0 -1
  1000. package/lib/typescript/components/Marketeq.d.ts.map +0 -1
  1001. package/lib/typescript/components/MaterialIconTheme.d.ts.map +0 -1
  1002. package/lib/typescript/components/MaterialSymbols.d.ts.map +0 -1
  1003. package/lib/typescript/components/MaterialSymbolsLight.d.ts.map +0 -1
  1004. package/lib/typescript/components/Mdi.d.ts.map +0 -1
  1005. package/lib/typescript/components/MdiLight.d.ts.map +0 -1
  1006. package/lib/typescript/components/MedicalIcon.d.ts.map +0 -1
  1007. package/lib/typescript/components/Memory.d.ts.map +0 -1
  1008. package/lib/typescript/components/Meteocons.d.ts.map +0 -1
  1009. package/lib/typescript/components/MeteorIcons.d.ts.map +0 -1
  1010. package/lib/typescript/components/Mi.d.ts.map +0 -1
  1011. package/lib/typescript/components/Mingcute.d.ts.map +0 -1
  1012. package/lib/typescript/components/MonoIcons.d.ts.map +0 -1
  1013. package/lib/typescript/components/Mynaui.d.ts.map +0 -1
  1014. package/lib/typescript/components/Nimbus.d.ts.map +0 -1
  1015. package/lib/typescript/components/Nonicons.d.ts.map +0 -1
  1016. package/lib/typescript/components/Nrk.d.ts.map +0 -1
  1017. package/lib/typescript/components/Octicon.d.ts.map +0 -1
  1018. package/lib/typescript/components/Oi.d.ts.map +0 -1
  1019. package/lib/typescript/components/Ooui.d.ts.map +0 -1
  1020. package/lib/typescript/components/Oui.d.ts.map +0 -1
  1021. package/lib/typescript/components/Pajamas.d.ts.map +0 -1
  1022. package/lib/typescript/components/Pepicons.d.ts.map +0 -1
  1023. package/lib/typescript/components/PepiconsPencil.d.ts.map +0 -1
  1024. package/lib/typescript/components/PepiconsPop.d.ts.map +0 -1
  1025. package/lib/typescript/components/PepiconsPrint.d.ts.map +0 -1
  1026. package/lib/typescript/components/Ph.d.ts.map +0 -1
  1027. package/lib/typescript/components/Picon.d.ts.map +0 -1
  1028. package/lib/typescript/components/Pixel.d.ts.map +0 -1
  1029. package/lib/typescript/components/Pixelarticons.d.ts.map +0 -1
  1030. package/lib/typescript/components/Prime.d.ts.map +0 -1
  1031. package/lib/typescript/components/Proicons.d.ts.map +0 -1
  1032. package/lib/typescript/components/Ps.d.ts.map +0 -1
  1033. package/lib/typescript/components/QlementineIcons.d.ts.map +0 -1
  1034. package/lib/typescript/components/Quill.d.ts.map +0 -1
  1035. package/lib/typescript/components/RadixIcons.d.ts.map +0 -1
  1036. package/lib/typescript/components/Raphael.d.ts.map +0 -1
  1037. package/lib/typescript/components/Ri.d.ts.map +0 -1
  1038. package/lib/typescript/components/RivetIcons.d.ts.map +0 -1
  1039. package/lib/typescript/components/Roentgen.d.ts.map +0 -1
  1040. package/lib/typescript/components/Si.d.ts.map +0 -1
  1041. package/lib/typescript/components/SiGlyph.d.ts.map +0 -1
  1042. package/lib/typescript/components/Sidekickicons.d.ts.map +0 -1
  1043. package/lib/typescript/components/SimpleIcons.d.ts.map +0 -1
  1044. package/lib/typescript/components/SimpleLineIcons.d.ts.map +0 -1
  1045. package/lib/typescript/components/SkillIcons.d.ts.map +0 -1
  1046. package/lib/typescript/components/Solar.d.ts.map +0 -1
  1047. package/lib/typescript/components/Stash.d.ts.map +0 -1
  1048. package/lib/typescript/components/Streamline.d.ts.map +0 -1
  1049. package/lib/typescript/components/StreamlineBlock.d.ts.map +0 -1
  1050. package/lib/typescript/components/StreamlineColor.d.ts.map +0 -1
  1051. package/lib/typescript/components/StreamlineCyber.d.ts.map +0 -1
  1052. package/lib/typescript/components/StreamlineCyberColor.d.ts.map +0 -1
  1053. package/lib/typescript/components/StreamlineEmojis.d.ts.map +0 -1
  1054. package/lib/typescript/components/StreamlineFlex.d.ts.map +0 -1
  1055. package/lib/typescript/components/StreamlineFlexColor.d.ts.map +0 -1
  1056. package/lib/typescript/components/StreamlineFreehand.d.ts.map +0 -1
  1057. package/lib/typescript/components/StreamlineFreehandColor.d.ts.map +0 -1
  1058. package/lib/typescript/components/StreamlineKameleonColor.d.ts.map +0 -1
  1059. package/lib/typescript/components/StreamlineLogos.d.ts.map +0 -1
  1060. package/lib/typescript/components/StreamlinePixel.d.ts.map +0 -1
  1061. package/lib/typescript/components/StreamlinePlump.d.ts.map +0 -1
  1062. package/lib/typescript/components/StreamlinePlumpColor.d.ts.map +0 -1
  1063. package/lib/typescript/components/StreamlineSharp.d.ts.map +0 -1
  1064. package/lib/typescript/components/StreamlineSharpColor.d.ts.map +0 -1
  1065. package/lib/typescript/components/StreamlineStickiesColor.d.ts.map +0 -1
  1066. package/lib/typescript/components/StreamlineUltimate.d.ts.map +0 -1
  1067. package/lib/typescript/components/StreamlineUltimateColor.d.ts.map +0 -1
  1068. package/lib/typescript/components/Subway.d.ts.map +0 -1
  1069. package/lib/typescript/components/SvgSpinners.d.ts.map +0 -1
  1070. package/lib/typescript/components/SystemUicons.d.ts.map +0 -1
  1071. package/lib/typescript/components/Tabler.d.ts.map +0 -1
  1072. package/lib/typescript/components/Tdesign.d.ts.map +0 -1
  1073. package/lib/typescript/components/Teenyicons.d.ts.map +0 -1
  1074. package/lib/typescript/components/Temaki.d.ts.map +0 -1
  1075. package/lib/typescript/components/Token.d.ts.map +0 -1
  1076. package/lib/typescript/components/TokenBranded.d.ts.map +0 -1
  1077. package/lib/typescript/components/Topcoat.d.ts.map +0 -1
  1078. package/lib/typescript/components/Typcn.d.ts.map +0 -1
  1079. package/lib/typescript/components/Uil.d.ts.map +0 -1
  1080. package/lib/typescript/components/Uim.d.ts.map +0 -1
  1081. package/lib/typescript/components/Uis.d.ts.map +0 -1
  1082. package/lib/typescript/components/Uit.d.ts.map +0 -1
  1083. package/lib/typescript/components/Uiw.d.ts.map +0 -1
  1084. package/lib/typescript/components/Unjs.d.ts.map +0 -1
  1085. package/lib/typescript/components/Vaadin.d.ts.map +0 -1
  1086. package/lib/typescript/components/Vs.d.ts.map +0 -1
  1087. package/lib/typescript/components/VscodeIcons.d.ts.map +0 -1
  1088. package/lib/typescript/components/Websymbol.d.ts.map +0 -1
  1089. package/lib/typescript/components/Weui.d.ts.map +0 -1
  1090. package/lib/typescript/components/Whh.d.ts.map +0 -1
  1091. package/lib/typescript/components/Wi.d.ts.map +0 -1
  1092. package/lib/typescript/components/Wpf.d.ts.map +0 -1
  1093. package/lib/typescript/components/Zmdi.d.ts.map +0 -1
  1094. package/lib/typescript/components/Zondicons.d.ts.map +0 -1
  1095. package/lib/typescript/components/index.d.ts.map +0 -1
  1096. package/lib/typescript/config/ConfigManager.d.ts.map +0 -1
  1097. package/lib/typescript/config/index.d.ts.map +0 -1
  1098. package/lib/typescript/config/types.d.ts.map +0 -1
  1099. package/lib/typescript/createIconSet.d.ts.map +0 -1
  1100. package/lib/typescript/explorer/IconExplorer.d.ts.map +0 -1
  1101. package/lib/typescript/explorer/iconSets.d.ts.map +0 -1
  1102. package/lib/typescript/explorer/index.d.ts.map +0 -1
  1103. package/lib/typescript/explorer/types.d.ts.map +0 -1
  1104. package/lib/typescript/explorer/useExplorer.d.ts.map +0 -1
  1105. package/lib/typescript/index.d.ts.map +0 -1
  1106. package/lib/typescript/metro/devServerMiddleware.d.ts.map +0 -1
  1107. package/lib/typescript/metro/index.d.ts.map +0 -1
  1108. package/lib/typescript/metro/types.d.ts.map +0 -1
  1109. package/lib/typescript/metro/withRnIconify.d.ts.map +0 -1
  1110. package/lib/typescript/native/NativeIconifyModule.d.ts.map +0 -1
  1111. package/lib/typescript/native/index.d.ts.map +0 -1
  1112. package/lib/typescript/navigation/createDrawerIcon.d.ts.map +0 -1
  1113. package/lib/typescript/navigation/createHeaderIcon.d.ts.map +0 -1
  1114. package/lib/typescript/navigation/createTabBarIcon.d.ts.map +0 -1
  1115. package/lib/typescript/navigation/index.d.ts.map +0 -1
  1116. package/lib/typescript/navigation/types.d.ts.map +0 -1
  1117. package/lib/typescript/navigation/useNavigationIcon.d.ts.map +0 -1
  1118. package/lib/typescript/network/IconifyAPI.d.ts.map +0 -1
  1119. package/lib/typescript/network/index.d.ts.map +0 -1
  1120. package/lib/typescript/performance/PerformanceMonitor.d.ts.map +0 -1
  1121. package/lib/typescript/performance/index.d.ts.map +0 -1
  1122. package/lib/typescript/performance/types.d.ts.map +0 -1
  1123. package/lib/typescript/placeholder/PlaceholderFactory.d.ts.map +0 -1
  1124. package/lib/typescript/placeholder/Pulse.d.ts.map +0 -1
  1125. package/lib/typescript/placeholder/Shimmer.d.ts.map +0 -1
  1126. package/lib/typescript/placeholder/Skeleton.d.ts.map +0 -1
  1127. package/lib/typescript/placeholder/index.d.ts.map +0 -1
  1128. package/lib/typescript/placeholder/types.d.ts.map +0 -1
  1129. package/lib/typescript/theme/IconThemeProvider.d.ts.map +0 -1
  1130. package/lib/typescript/theme/context.d.ts.map +0 -1
  1131. package/lib/typescript/theme/index.d.ts.map +0 -1
  1132. package/lib/typescript/theme/types.d.ts.map +0 -1
  1133. package/lib/typescript/theme/useIconTheme.d.ts.map +0 -1
  1134. package/lib/typescript/types/index.d.ts.map +0 -1
@@ -3390,9 +3390,6 @@ declare const simple_iconsIconNames: {
3390
3390
  readonly zyte: true;
3391
3391
  };
3392
3392
  export type SimpleIconsIconName = keyof typeof simple_iconsIconNames;
3393
- export declare const SimpleIcons: {
3394
- ({ name, size, color, width, height, style, className, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, onPress, onLongPress, onPressIn, onPressOut, disabled, pressedStyle, animate, animationDuration, animationLoop, animationEasing, animationDelay, autoPlay, onAnimationComplete, }: import("..").IconProps<"flat" | "ios" | "android" | "macos" | "skeleton" | "linear" | "signal" | "solid" | "cursor" | "rtl" | "matrix" | "canvas" | "h3" | "meta" | "progress" | "ruby" | "circle" | "line" | "polygon" | "svg" | "x" | "loop" | "xml" | "asterisk" | "billboard" | "bluetooth" | "comma" | "eraser" | "handshake" | "hubspot" | "lighthouse" | "note" | "nuke" | "passport" | "pocket" | "quora" | "radar" | "ring" | "rss" | "satellite" | "target" | "greenhouse" | "delta" | "bat" | "dolphin" | "linux" | "dolby" | "snowflake" | "bitcoin" | "litecoin" | "angular" | "ansible" | "apple" | "artstation" | "atlassian" | "babel" | "bitbucket" | "bootstrap" | "box" | "bulma" | "centos" | "codepen" | "cryengine" | "debian" | "deviantart" | "disqus" | "dlna" | "docker" | "dropbox" | "drupal" | "emby" | "eslint" | "ethereum" | "evernote" | "facebook" | "fedora" | "firebase" | "firefox" | "freebsd" | "gatsby" | "gentoo" | "git" | "github" | "gitlab" | "gmail" | "gnome" | "goodreads" | "google" | "graphql" | "instagram" | "iobroker" | "jabber" | "jira" | "jquery" | "jsfiddle" | "kickstarter" | "kodi" | "kubernetes" | "laravel" | "lastpass" | "manjaro" | "mapbox" | "mastodon" | "meteor" | "midi" | "nativescript" | "netflix" | "nfc" | "npm" | "nuxt" | "odnoklassniki" | "openid" | "opera" | "origin" | "pandora" | "patreon" | "pinterest" | "plex" | "qi" | "react" | "reddit" | "redhat" | "salesforce" | "sass" | "slack" | "snapchat" | "soundcloud" | "spotify" | "steam" | "symfony" | "teamviewer" | "terraform" | "trello" | "twitch" | "ubisoft" | "ubuntu" | "umbraco" | "unicode" | "unity" | "vimeo" | "vuetify" | "waze" | "webpack" | "webrtc" | "wechat" | "whatsapp" | "wikipedia" | "wordpress" | "xmpp" | "youtube" | "zend" | "zigbee" | "blender" | "pretzel" | "flask" | "ghost" | "seat" | "spotlight" | "valve" | "rocket" | "square" | "drone" | "codesandbox" | "dribbble" | "figma" | "files" | "framer" | "shell" | "sunrise" | "vault" | "wine" | "zap" | "lucide" | "ce" | "json" | "man" | "markdown" | "planet" | "ripple" | "shadow" | "toml" | "tower" | "zoom" | "alipay" | "amd" | "anthropic" | "behance" | "bluesky" | "bricks" | "claude" | "css" | "dash" | "discord" | "javascript" | "lightning" | "magic" | "medium" | "messenger" | "nvidia" | "openai" | "opencollective" | "paypal" | "perplexity" | "playstation" | "sourceforge" | "strava" | "stripe" | "substack" | "telegram" | "threads" | "tiktok" | "typescript" | "yelp" | "c" | "d" | "e" | "r" | "v" | "thumbtack" | "replicate" | "sap" | "monster" | "mysql" | "qiskit" | "task" | "flood" | "harbor" | "boat" | "_1001tracklists" | "_1and1" | "_1dot1dot1dot1" | "_1panel" | "_1password" | "_2fas" | "_2k" | "_30secondsofcode" | "_365datascience" | "_3m" | "_42" | "_4chan" | "_4d" | "_500px" | "_7zip" | "_99designs" | "_9gag" | "abb" | "abbott" | "abbvie" | "abdownloadmanager" | "aboutdotme" | "abstract" | "abusedotch" | "academia" | "accenture" | "accusoft" | "accuweather" | "acer" | "acm" | "acode" | "actigraph" | "activeloop" | "activision" | "activitypub" | "actix" | "actualbudget" | "acura" | "ada" | "adafruit" | "adaway" | "adblock" | "adblockplus" | "addydotio" | "adguard" | "adidas" | "adminer" | "adonisjs" | "adp" | "adroll" | "adventofcode" | "adyen" | "aegisauthenticator" | "aerlingus" | "aeroflot" | "aeromexico" | "aerospike" | "aew" | "afdian" | "affine" | "affinity" | "affinitydesigner" | "affinityphoto" | "affinitypublisher" | "aframe" | "afterpay" | "aftership" | "agora" | "aib" | "aidungeon" | "aiohttp" | "aiqfome" | "airasia" | "airbnb" | "airbrake" | "airbus" | "airbyte" | "aircall" | "aircanada" | "airchina" | "airfrance" | "airindia" | "airplayaudio" | "airplayvideo" | "airserbia" | "airtable" | "airtel" | "airtransat" | "ajv" | "akamai" | "akasaair" | "akaunting" | "akiflow" | "alacritty" | "alamy" | "albertheijn" | "alby" | "alchemy" | "aldinord" | "aldisud" | "alfaromeo" | "alfred" | "algolia" | "algorand" | "alibabacloud" | "alibabadotcom" | "alienware" | "aliexpress" | "alist" | "allegro" | "alliedmodders" | "allocine" | "alltrails" | "almalinux" | "alpinedotjs" | "alpinelinux" | "alternativeto" | "alteryx" | "altiumdesigner" | "alwaysdata" | "alx" | "ameba" | "americanairlines" | "americanexpress" | "amg" | "amp" | "amul" | "ana" | "anaconda" | "analogue" | "andela" | "androidauto" | "androidstudio" | "anilist" | "animalplanet" | "animedotjs" | "ankermake" | "anki" | "answer" | "ansys" | "anta" | "antdesign" | "antena3" | "antennapod" | "antv" | "anycubic" | "anydesk" | "anytype" | "apache" | "apacheairflow" | "apacheant" | "apacheavro" | "apachecassandra" | "apachecloudstack" | "apachecordova" | "apachecouchdb" | "apachedolphinscheduler" | "apachedoris" | "apachedruid" | "apacheecharts" | "apacheflink" | "apachefreemarker" | "apachegroovy" | "apacheguacamole" | "apachehadoop" | "apachehbase" | "apachehive" | "apachejmeter" | "apachekafka" | "apachekylin" | "apachelucene" | "apachemaven" | "apachenetbeanside" | "apachenifi" | "apacheopenoffice" | "apacheparquet" | "apachepulsar" | "apacherocketmq" | "apachesolr" | "apachespark" | "apachestorm" | "apachesuperset" | "apachetomcat" | "aparat" | "apifox" | "apmterminals" | "apollographql" | "apostrophe" | "appgallery" | "appian" | "appium" | "applearcade" | "applemusic" | "applenews" | "applepay" | "applepodcasts" | "appletv" | "appmanager" | "appsignal" | "appsmith" | "appstore" | "appveyor" | "appwrite" | "aqua" | "aral" | "arangodb" | "arc" | "arcgis" | "archicad" | "archiveofourown" | "archlinux" | "ardour" | "arduino" | "argo" | "argos" | "ariakit" | "arkecosystem" | "arlo" | "arm" | "armkeil" | "arstechnica" | "artifacthub" | "artixlinux" | "arxiv" | "asahilinux" | "asana" | "asciidoctor" | "asciinema" | "asda" | "aseprite" | "assemblyscript" | "astonmartin" | "astra" | "astral" | "astro" | "asus" | "atandt" | "atari" | "atlasos" | "auchan" | "audacity" | "audi" | "audible" | "audiobookshelf" | "audioboom" | "audiomack" | "audiotechnica" | "aurelia" | "autentique" | "auth0" | "authelia" | "authentik" | "authy" | "autocad" | "autocannon" | "autodesk" | "autodeskmaya" | "autodeskrevit" | "autohotkey" | "autoit" | "automattic" | "autoprefixer" | "autozone" | "avajs" | "avaloniaui" | "avast" | "avianca" | "avira" | "avm" | "awesomelists" | "awesomewm" | "awwwards" | "axios" | "axisbank" | "babelio" | "babylondotjs" | "backblaze" | "backbone" | "backbonedotjs" | "backendless" | "backstage" | "backstage-casting" | "badoo" | "baidu" | "bakalari" | "bamboo" | "bambulab" | "bandcamp" | "bandlab" | "bandrautomation" | "bandsintown" | "bankofamerica" | "barclays" | "baremetrics" | "barmenia" | "basecamp" | "baserow" | "basicattentiontoken" | "bastyon" | "bata" | "battledotnet" | "bazel" | "beatport" | "beats" | "beatsbydre" | "beatstars" | "beekeeperstudio" | "beijingsubway" | "bem" | "bentley" | "bento" | "bentobox" | "bentoml" | "bereal" | "betfair" | "betterauth" | "betterdiscord" | "betterstack" | "bevy" | "bigbasket" | "bigbluebutton" | "bigcartel" | "bigcommerce" | "bilibili" | "bim" | "binance" | "biolink" | "biome" | "bisecthosting" | "bit" | "bitcoincash" | "bitcoinsv" | "bitcomet" | "bitdefender" | "bitly" | "bitrise" | "bittorrent" | "bitwarden" | "bitwig" | "black" | "blackberry" | "blackmagicdesign" | "blazemeter" | "blazor" | "blibli" | "blockbench" | "blockchaindotcom" | "blogger" | "bloglovin" | "blueprint" | "bluesound" | "bmcsoftware" | "bmw" | "bnbchain" | "boardgamegeek" | "boehringeringelheim" | "boeing" | "bohemiainteractive" | "bombardier" | "bookalope" | "bookbub" | "bookingdotcom" | "bookmeter" | "bookmyshow" | "bookstack" | "boost" | "boosty" | "boots" | "borgbackup" | "bosch" | "bose" | "botblecms" | "boulanger" | "bower" | "boxysvg" | "braintree" | "braintrust" | "brandfetch" | "brandfolder" | "brave" | "breaker" | "brenntag" | "brevo" | "brex" | "britishairways" | "broadcom" | "bruno" | "bsd" | "bspwm" | "bt" | "buddy" | "budibase" | "buefy" | "buffer" | "bugatti" | "bugcrowd" | "buhl" | "buildkite" | "builtbybit" | "bukalapak" | "bun" | "bungie" | "bunnydotnet" | "bunq" | "burgerking" | "burpsuite" | "burton" | "buymeacoffee" | "buysellads" | "buzzfeed" | "bvg" | "byjus" | "bytedance" | "cachet" | "caddy" | "cadillac" | "cafepress" | "cairographics" | "cairometro" | "caixabank" | "cakephp" | "caldotcom" | "calendly" | "calibreweb" | "campaignmonitor" | "camunda" | "canonical" | "canva" | "capacitor" | "caprover" | "cardano" | "cardmarket" | "carlsberggroup" | "carrd" | "carrefour" | "carthrottle" | "carto" | "cashapp" | "castbox" | "castorama" | "castro" | "caterpillar" | "cbc" | "cbs" | "ccc" | "ccleaner" | "cdprojekt" | "celery" | "celestron" | "ceph" | "cesium" | "chai" | "chainguard" | "chainlink" | "chakraui" | "changedetection" | "channel4" | "charles" | "chartdotjs" | "chartmogul" | "chase" | "chatbot" | "chatwoot" | "checkio" | "checkmarx" | "checkmk" | "chedraui" | "cheerio" | "chef" | "chemex" | "chessdotcom" | "chevrolet" | "chianetwork" | "chinaeasternairlines" | "chinasouthernairlines" | "chocolatey" | "chromatic" | "chromewebstore" | "chrysler" | "chupachups" | "cilium" | "cinema4d" | "cinnamon" | "circleci" | "circuitverse" | "cirrusci" | "cisco" | "citrix" | "citroen" | "civicrm" | "civo" | "clarifai" | "claris" | "clarivate" | "clerk" | "clevercloud" | "clickhouse" | "clickup" | "clion" | "clockify" | "clojure" | "cloud66" | "cloudbees" | "cloudcannon" | "cloudera" | "cloudflare" | "cloudflarepages" | "cloudflareworkers" | "cloudfoundry" | "cloudinary" | "cloudnativebuild" | "cloudron" | "cloudsmith" | "cloudways" | "clubforce" | "clubhouse" | "clyp" | "cmake" | "cncf" | "cnes" | "cnet" | "cnn" | "cobalt" | "cocacola" | "cockpit" | "cockroachlabs" | "cocoapods" | "cocos" | "coda" | "codacy" | "codeberg" | "codeblocks" | "codecademy" | "codeceptjs" | "codechef" | "codeclimate" | "codecov" | "codecrafters" | "codefactor" | "codeforces" | "codefresh" | "codeigniter" | "codemagic" | "codementor" | "codemirror" | "codenewbie" | "codeproject" | "coder" | "coderabbit" | "codersrank" | "coderwall" | "codeship" | "codesignal" | "codestream" | "codewars" | "codingame" | "codingninjas" | "codio" | "coffeescript" | "coggle" | "cognizant" | "coinbase" | "coinmarketcap" | "collaboraonline" | "comicfury" | "commerzbank" | "commitlint" | "commodore" | "commonlisp" | "commonworkflowlanguage" | "compilerexplorer" | "composer" | "comptia" | "comsol" | "conan" | "concourse" | "condaforge" | "conekta" | "confluence" | "construct3" | "consul" | "contabo" | "contactlesspayment" | "containerd" | "contao" | "contentful" | "contentstack" | "continente" | "contributorcovenant" | "conventionalcommits" | "convertio" | "cookiecutter" | "coolermaster" | "coolify" | "coop" | "copaairlines" | "coppel" | "cora" | "coreldraw" | "coronaengine" | "coronarenderer" | "corsair" | "couchbase" | "counterstrike" | "countingworkspro" | "coursera" | "coveralls" | "coze" | "cpanel" | "cplusplus" | "cplusplusbuilder" | "craftcms" | "craftsman" | "cratedb" | "crayon" | "creality" | "createreactapp" | "creativecommons" | "creativetechnology" | "credly" | "crehana" | "crewai" | "crewunited" | "criticalrole" | "crowdin" | "crowdsource" | "crunchbase" | "crunchyroll" | "cryptomator" | "cryptpad" | "crystal" | "csdn" | "cssdesignawards" | "cssmodules" | "csswizardry" | "cts" | "cucumber" | "cultura" | "curl" | "curseforge" | "customink" | "cyberdefenders" | "cycling74" | "cypress" | "cytoscapedotjs" | "d3" | "dacia" | "daf" | "dailydotdev" | "dailymotion" | "daisyui" | "dapr" | "darkreader" | "dart" | "darty" | "daserste" | "dash0" | "dashlane" | "dask" | "dassaultsystemes" | "databricks" | "datacamp" | "datadog" | "datadotai" | "datagrip" | "dataiku" | "datastax" | "datefns" | "datev" | "datocms" | "datto" | "davinciresolve" | "dazhongdianping" | "dazn" | "dbeaver" | "dblp" | "dbt" | "dcentertainment" | "debridlink" | "decapcms" | "decentraland" | "dedge" | "deepcool" | "deepgram" | "deepin" | "deepl" | "deepmind" | "deepnote" | "deliveroo" | "dell" | "delonghi" | "delphi" | "deluge" | "deno" | "denon" | "dependabot" | "dependencycheck" | "depositphotos" | "derspiegel" | "deutschebahn" | "deutschebank" | "deutschepost" | "deutschetelekom" | "deutschewelle" | "devbox" | "devdotto" | "devexpress" | "devpost" | "devrant" | "dgraph" | "dhl" | "diagramsdotnet" | "dialogflow" | "diaspora" | "dictionarydotcom" | "digg" | "digikeyelectronics" | "digitalocean" | "dinersclub" | "dior" | "directus" | "discogs" | "discorddotjs" | "discourse" | "discover" | "disroot" | "distrobox" | "distrokid" | "django" | "dji" | "dlib" | "dm" | "dmm" | "docsdotrs" | "docsify" | "doctrine" | "docusaurus" | "dodopayments" | "dogecoin" | "doi" | "dolibarr" | "doordash" | "dota2" | "dotenv" | "dotnet" | "douban" | "doubanread" | "dovecot" | "dovetail" | "downdetector" | "doxygen" | "dpd" | "dragonframe" | "draugiemdotlv" | "dreamstime" | "drizzle" | "drooble" | "dsautomobiles" | "dts" | "dtube" | "ducati" | "duckdb" | "duckduckgo" | "dungeonsanddragons" | "dunked" | "dunzo" | "duolingo" | "duplicati" | "dvc" | "dwavesystems" | "dwm" | "dynatrace" | "e3" | "ea" | "eac" | "eagle" | "easyeda" | "easyjet" | "ebay" | "ebox" | "eclipseadoptium" | "eclipseche" | "eclipseide" | "eclipsejetty" | "eclipsemosquitto" | "eclipsevertdotx" | "ecosia" | "ecovacs" | "edeka" | "edgeimpulse" | "editorconfig" | "edotleclerc" | "educative" | "edx" | "egghead" | "egnyte" | "eight" | "eightsleep" | "ejs" | "elastic" | "elasticcloud" | "elasticsearch" | "elasticstack" | "elavon" | "electron" | "electronbuilder" | "electronfiddle" | "elegoo" | "element" | "elementary" | "elementor" | "elevenlabs" | "eleventy" | "elgato" | "elixir" | "elm" | "elsevier" | "embarcadero" | "embark" | "emberdotjs" | "emirates" | "emlakjet" | "endeavouros" | "enpass" | "ens" | "ente" | "enterprisedb" | "envato" | "envoyproxy" | "epel" | "epicgames" | "epson" | "equinixmetal" | "ericsson" | "erlang" | "erpnext" | "esbuild" | "esea" | "eslgaming" | "esotericsoftware" | "esphome" | "espressif" | "esri" | "etcd" | "ethers" | "ethiopianairlines" | "etihadairways" | "etsy" | "europeanunion" | "eventstore" | "everydotorg" | "excalidraw" | "exercism" | "exordo" | "exoscale" | "expedia" | "expensify" | "expertsexchange" | "expo" | "express" | "expressdotcom" | "expressvpn" | "eyeem" | "f1" | "f5" | "facebookgaming" | "facebooklive" | "faceit" | "facepunch" | "fairphone" | "falco" | "falcon" | "fampay" | "fandango" | "fandom" | "fanfou" | "fantom" | "farcaster" | "fareharbor" | "farfetch" | "fastapi" | "fastify" | "fastlane" | "fastly" | "fathom" | "fauna" | "favro" | "fcc" | "fdroid" | "fedex" | "feedly" | "ferrari" | "ferrarinv" | "ferretdb" | "ffmpeg" | "fi" | "fiat" | "fidoalliance" | "fifa" | "fig" | "figshare" | "fila" | "filament" | "filedotio" | "filen" | "filezilla" | "fineco" | "fing" | "firefish" | "fireflyiii" | "firefoxbrowser" | "fireship" | "firewalla" | "first" | "fishaudio" | "fishshell" | "fitbit" | "fivem" | "fiverr" | "fizz" | "flashforge" | "flathub" | "flatpak" | "flickr" | "flightaware" | "flipboard" | "flipkart" | "floatplane" | "floorp" | "fluentbit" | "fluentd" | "fluke" | "flutter" | "flux" | "flydotio" | "flyway" | "fmod" | "fnac" | "folium" | "folo" | "fonoma" | "fontawesome" | "fontbase" | "fontforge" | "foobar2000" | "foodpanda" | "ford" | "forgejo" | "formbricks" | "formik" | "formspree" | "formstack" | "fortinet" | "fortnite" | "fortran" | "fossa" | "fossilscm" | "foundryvirtualtabletop" | "foursquare" | "fox" | "foxtel" | "fozzy" | "framework" | "framework7" | "franprix" | "frappe" | "fraunhofergesellschaft" | "freecad" | "freecodecamp" | "freedesktopdotorg" | "freelancer" | "freelancermap" | "freenas" | "freenet" | "freepik" | "freetube" | "fresh" | "freshrss" | "frigate" | "fritz" | "frontendmentor" | "frontify" | "fsharp" | "fubo" | "fueler" | "fugacloud" | "fujifilm" | "fujitsu" | "furaffinity" | "furrynetwork" | "fusionauth" | "futurelearn" | "fyle" | "g2" | "g2a" | "g2g" | "galaxus" | "gamebanana" | "gamedeveloper" | "gamejolt" | "gameloft" | "gamemaker" | "gamescience" | "gandi" | "garmin" | "garudalinux" | "gatling" | "gcore" | "gdal" | "geeksforgeeks" | "generalelectric" | "generalmotors" | "genius" | "geocaching" | "geode" | "geopandas" | "gerrit" | "getx" | "ghostery" | "gimp" | "gin" | "giphy" | "gitbook" | "gitcode" | "gitconnected" | "gitea" | "gitee" | "gitextensions" | "gitforwindows" | "githubactions" | "githubcopilot" | "githubpages" | "githubsponsors" | "gitignoredotio" | "gitkraken" | "gitlfs" | "gitpod" | "gitter" | "glance" | "glassdoor" | "gldotinet" | "gleam" | "glide" | "glitch" | "globus" | "glovo" | "gltf" | "gmx" | "gnometerminal" | "gnu" | "gnubash" | "gnuemacs" | "gnuicecat" | "gnuprivacyguard" | "gnusocial" | "go" | "gocd" | "godaddy" | "godotengine" | "gofundme" | "gogdotcom" | "gojek" | "goland" | "goldmansachs" | "googleadmob" | "googleads" | "googleadsense" | "googleanalytics" | "googleappsscript" | "googleassistant" | "googleauthenticator" | "googlebigquery" | "googlebigtable" | "googlecalendar" | "googlecampaignmanager360" | "googlecardboard" | "googlecast" | "googlechat" | "googlechrome" | "googlechronicle" | "googleclassroom" | "googlecloud" | "googlecloudcomposer" | "googlecloudspanner" | "googlecloudstorage" | "googlecolab" | "googlecontaineroptimizedos" | "googledataflow" | "googledataproc" | "googledisplayandvideo360" | "googledocs" | "googledrive" | "googleearth" | "googleearthengine" | "googlefit" | "googlefonts" | "googleforms" | "googlegemini" | "googlehome" | "googlekeep" | "googlelens" | "googlemaps" | "googlemarketingplatform" | "googlemeet" | "googlemessages" | "googlenearby" | "googlenews" | "googlepay" | "googlephotos" | "googleplay" | "googlepubsub" | "googlescholar" | "googlesearchconsole" | "googlesheets" | "googleslides" | "googlestreetview" | "googlesummerofcode" | "googletagmanager" | "googletasks" | "googletranslate" | "googletv" | "gotomeeting" | "gplv3" | "grab" | "gradio" | "gradle" | "gradleplaypublisher" | "grafana" | "grammarly" | "grandfrais" | "grapheneos" | "graphite" | "grav" | "gravatar" | "graylog" | "greasyfork" | "greatlearning" | "greensock" | "greptimedb" | "griddotai" | "gridsome" | "grocy" | "groupme" | "groupon" | "grunt" | "gsap" | "gsk" | "gsma" | "gsmarenadotcom" | "gstreamer" | "gtk" | "guangzhoumetro" | "guilded" | "guitarpro" | "gulp" | "gumroad" | "gumtree" | "gunicorn" | "gurobi" | "gusto" | "gutenberg" | "h2database" | "habr" | "hackaday" | "hackclub" | "hackerearth" | "hackernoon" | "hackerone" | "hackerrank" | "hackster" | "hackthebox" | "hal" | "handlebarsdotjs" | "handm" | "handshake-protocol" | "happycow" | "harmonyos" | "hashcat" | "hashicorp" | "hashnode" | "haskell" | "hasura" | "hatenabookmark" | "haveibeenpwned" | "havells" | "haxe" | "haystack" | "hbo" | "hbomax" | "hcl" | "hdfcbank" | "headlessui" | "headphonezone" | "headspace" | "hearth" | "hearthisdotat" | "hedera" | "hedgedoc" | "helium" | "helix" | "hellofresh" | "hellyhansen" | "helm" | "helpdesk" | "helpscout" | "hepsiemlak" | "here" | "hermes" | "heroicgameslauncher" | "heroku" | "heroui" | "hetzner" | "hevy" | "hexlet" | "hexo" | "hey" | "hibernate" | "hibob" | "hilton" | "hiltonhotelsandresorts" | "hitachi" | "hive" | "hive-blockchain" | "hivemq" | "homarr" | "homeadvisor" | "homeassistant" | "homeassistantcommunitystore" | "homebrew" | "homebridge" | "homepage" | "homify" | "honda" | "honey" | "honeybadger" | "honeygain" | "hono" | "honor" | "hootsuite" | "hoppscotch" | "hostinger" | "hotelsdotcom" | "hotjar" | "hotwire" | "houdini" | "houzz" | "hp" | "hsbc" | "htc" | "htcvive" | "html5" | "htmlacademy" | "htmx" | "htop" | "httpie" | "huawei" | "huggingface" | "hugo" | "humblebundle" | "humhub" | "hungryjacks" | "husqvarna" | "hyper" | "hyperskill" | "hyperx" | "hypothesis" | "hyprland" | "hyundai" | "i18next" | "i3" | "iata" | "ibeacon" | "iberia" | "iced" | "iceland" | "icicibank" | "icinga" | "icloud" | "icomoon" | "icon" | "iconfinder" | "iconify" | "iconjar" | "icons8" | "icq" | "ieee" | "ifixit" | "ifood" | "ifttt" | "igdb" | "ign" | "iheartradio" | "ikea" | "iledefrancemobilites" | "ilovepdf" | "imagedotsc" | "imagej" | "imdb" | "imessage" | "imgur" | "immer" | "immersivetranslate" | "immich" | "imou" | "improvmx" | "indeed" | "indiansuperleague" | "indiehackers" | "indigo" | "inductiveautomation" | "inertia" | "infiniti" | "infinityfree" | "influxdb" | "infomaniak" | "infoq" | "informatica" | "infosys" | "infracost" | "ingress" | "inkdrop" | "inkscape" | "inoreader" | "inquirer" | "insomnia" | "inspire" | "insta360" | "instacart" | "instapaper" | "instatus" | "instructables" | "instructure" | "intel" | "intellijidea" | "interactiondesignfoundation" | "interactjs" | "interbase" | "intercom" | "intermarche" | "internetarchive" | "internetcomputer" | "intigriti" | "intuit" | "invidious" | "invision" | "invoiceninja" | "ionic" | "ionos" | "iota" | "ipfs" | "iris" | "irobot" | "isc2" | "isro" | "issuu" | "istio" | "itchdotio" | "iterm2" | "itunes" | "itvx" | "iveco" | "jaeger" | "jaguar" | "jameson" | "jamstack" | "japanairlines" | "jasmine" | "jbl" | "jcb" | "jdoodle" | "jeep" | "jekyll" | "jellyfin" | "jenkins" | "jest" | "jet" | "jetblue" | "jetbrains" | "jetpackcompose" | "jfrog" | "jfrogpipelines" | "jhipster" | "jinja" | "jio" | "jirasoftware" | "jitpack" | "jitsi" | "johndeere" | "joomla" | "joplin" | "jordan" | "jouav" | "jovian" | "jpeg" | "jrgroup" | "jsdelivr" | "jsonwebtokens" | "jsr" | "jss" | "juce" | "juejin" | "juke" | "julia" | "junipernetworks" | "junit5" | "jupyter" | "justeat" | "justgiving" | "k3s" | "k6" | "kaggle" | "kagi" | "kahoot" | "kaios" | "kakao" | "kakaotalk" | "kalilinux" | "kamailio" | "kando" | "kaniko" | "karlsruherverkehrsverbund" | "kasasmart" | "kashflow" | "kaspersky" | "katana" | "kaufland" | "kde" | "kdeneon" | "kdenlive" | "kdeplasma" | "kedro" | "keenetic" | "keepachangelog" | "keepassxc" | "keeper" | "keeweb" | "kenmei" | "kentico" | "keploy" | "keras" | "keybase" | "keycdn" | "keycloak" | "keystone" | "kfc" | "khanacademy" | "khronosgroup" | "kia" | "kibana" | "kicad" | "kick" | "kik" | "kingstontechnology" | "kinopoisk" | "kinsta" | "kirby" | "kit" | "kitsu" | "kiwix" | "klarna" | "kleinanzeigen" | "klm" | "klook" | "knative" | "knexdotjs" | "knime" | "knip" | "knowledgebase" | "known" | "koa" | "koc" | "kodak" | "koenigsegg" | "kofax" | "kofi" | "komoot" | "konami" | "kong" | "kongregate" | "konva" | "koreader" | "kotlin" | "koyeb" | "kred" | "krita" | "ktm" | "ktor" | "kuaishou" | "kubespray" | "kubuntu" | "kucoin" | "kueski" | "kuma" | "kununu" | "kuula" | "kx" | "kyocera" | "labex" | "labview" | "lada" | "lamborghini" | "landrover" | "langchain" | "langflow" | "langgraph" | "languagetool" | "lapce" | "laragon" | "laravelhorizon" | "laravelnova" | "lastdotfm" | "latex" | "launchpad" | "lazarus" | "lazyvim" | "lbry" | "leaderprice" | "leaflet" | "leagueoflegends" | "leanpub" | "leetcode" | "lefthook" | "legacygames" | "leica" | "lemmy" | "lemonsqueezy" | "lenovo" | "lens" | "leptos" | "lequipe" | "lerna" | "leroymerlin" | "leslibraires" | "less" | "letsencrypt" | "letterboxd" | "levelsdotfyi" | "lg" | "liberadotchat" | "liberapay" | "librariesdotio" | "librarything" | "libreoffice" | "libreofficebase" | "libreofficecalc" | "libreofficedraw" | "libreofficeimpress" | "libreofficemath" | "libreofficewriter" | "libretranslate" | "libretube" | "librewolf" | "libuv" | "lichess" | "lidl" | "lifx" | "lightburn" | "limesurvey" | "lineageos" | "lining" | "linkerd" | "linkfire" | "linksys" | "linktree" | "linphone" | "lintcode" | "linuxcontainers" | "linuxfoundation" | "linuxmint" | "linuxprofessionalinstitute" | "linuxserver" | "lionair" | "liquibase" | "listenhub" | "listmonk" | "lit" | "literal" | "litiengine" | "livechat" | "livejournal" | "livekit" | "livewire" | "llvm" | "lmms" | "lobsters" | "local" | "localsend" | "localxpose" | "lodash" | "logitech" | "logitechg" | "logmein" | "logseq" | "logstash" | "looker" | "loom" | "loopback" | "lootcrate" | "lospec" | "lotpolishairlines" | "lottiefiles" | "ltspice" | "lua" | "luau" | "lubuntu" | "lucia" | "lucid" | "ludwig" | "lufthansa" | "lumen" | "lunacy" | "luogu" | "lutris" | "lvgl" | "lydia" | "lyft" | "maas" | "macpaw" | "macports" | "macys" | "magasinsu" | "magisk" | "mahindra" | "mailboxdotorg" | "mailchimp" | "maildotcom" | "maildotru" | "mailgun" | "mailtrap" | "mainwp" | "majorleaguehacking" | "make" | "makerbot" | "malt" | "malwarebytes" | "mambaui" | "mamp" | "manageiq" | "mangaupdates" | "mantine" | "mapillary" | "maplibre" | "maptiler" | "mariadb" | "mariadbfoundation" | "marko" | "marriott" | "marvelapp" | "maserati" | "mastercard" | "mastercomfig" | "materialdesign" | "materialdesignicons" | "materialformkdocs" | "matillion" | "matomo" | "matterdotjs" | "mattermost" | "matternet" | "mautic" | "max" | "maxplanckgesellschaft" | "maytag" | "mazda" | "maze" | "mcafee" | "mcdonalds" | "mclaren" | "mdbook" | "mdnwebdocs" | "mdx" | "mealie" | "mediafire" | "mediamarkt" | "mediapipe" | "mediatek" | "medibangpaint" | "medusa" | "meetup" | "mega" | "meilisearch" | "meituan" | "meizu" | "mendeley" | "mentorcruise" | "mercadopago" | "merck" | "mercurial" | "mermaid" | "metabase" | "metacritic" | "metafilter" | "metager" | "metasploit" | "metro" | "metrodelaciudaddemexico" | "metrodemadrid" | "metrodeparis" | "mewe" | "mezmo" | "mg" | "microbit" | "microdotblog" | "microeditor" | "micropython" | "microstation" | "microstrategy" | "migadu" | "mihon" | "mihoyo" | "mikrotik" | "milanote" | "milvus" | "minds" | "minetest" | "mingww64" | "mini" | "minimax" | "minio" | "mintlify" | "minutemailer" | "miraheze" | "miro" | "misskey" | "mistralai" | "mitsubishi" | "mix" | "mixcloud" | "mixpanel" | "mlb" | "mlflow" | "mobx" | "mobxstatetree" | "mocha" | "mockserviceworker" | "modal" | "modelcontextprotocol" | "modin" | "modrinth" | "modx" | "mojeek" | "moleculer" | "momenteo" | "monero" | "moneygram" | "mongodb" | "mongoose" | "mongoosedotws" | "monica" | "monkeytie" | "monkeytype" | "monogame" | "monoprix" | "monzo" | "moo" | "moodle" | "moonrepo" | "moq" | "moqups" | "morrisons" | "moscowmetro" | "motorola" | "movistar" | "mozilla" | "mpv" | "mqtt" | "msi" | "msibusiness" | "mta" | "mtr" | "mubi" | "mui" | "mulesoft" | "muller" | "mullvad" | "multisim" | "mumble" | "muo" | "mural" | "musescore" | "musicbrainz" | "mxlinux" | "myanimelist" | "myget" | "myob" | "myshows" | "myspace" | "n26" | "n8n" | "namebase" | "namecheap" | "namemc" | "namesilo" | "namuwiki" | "nano" | "nanostores" | "napster" | "nasa" | "nationalgrid" | "nationalrail" | "natsdotio" | "naver" | "nba" | "nbb" | "nbc" | "ndr" | "near" | "nebula" | "nec" | "nederlandsespoorwegen" | "neo4j" | "neovim" | "neptune" | "nestjs" | "netapp" | "netbsd" | "netcup" | "netdata" | "neteasecloudmusic" | "netgear" | "netim" | "netlify" | "nette" | "netto" | "neutralinojs" | "newbalance" | "newegg" | "newjapanprowrestling" | "newpipe" | "newrelic" | "newyorktimes" | "nexon" | "nextbike" | "nextbilliondotai" | "nextcloud" | "nextdns" | "nextdoor" | "nextdotjs" | "nextflow" | "nextra" | "nexusmods" | "nfcore" | "nginx" | "nginxproxymanager" | "ngrok" | "ngrx" | "nhl" | "nhost" | "nicehash" | "niconico" | "nike" | "nikon" | "nim" | "nissan" | "nixos" | "nobaralinux" | "nodebb" | "nodedotjs" | "nodemon" | "nodered" | "nokia" | "nomad" | "norco" | "nordicsemiconductor" | "nordvpn" | "normalizedotcss" | "norton" | "norwegian" | "notebooklm" | "notepadplusplus" | "notion" | "notist" | "nounproject" | "novu" | "now" | "nrwl" | "nsis" | "ntfy" | "nubank" | "nucleo" | "nuget" | "numba" | "numpy" | "nunjucks" | "nushell" | "nutanix" | "nvm" | "nx" | "nxp" | "nzxt" | "o2" | "obb" | "observable" | "obsidian" | "obsstudio" | "obtainium" | "ocaml" | "oclc" | "oclif" | "octanerender" | "octave" | "octobercms" | "octoprint" | "octopusdeploy" | "oculus" | "odin" | "odoo" | "odysee" | "ohdear" | "okcupid" | "okta" | "okx" | "ollama" | "omadacloud" | "oneplus" | "onestream" | "onlyfans" | "onlyoffice" | "onnx" | "onstar" | "opel" | "open3d" | "openaccess" | "openaigym" | "openapiinitiative" | "openbadges" | "openbsd" | "openbugbounty" | "opencontainersinitiative" | "opencritic" | "opencv" | "openfaas" | "opengl" | "openhab" | "openjdk" | "openjsfoundation" | "openlayers" | "openmediavault" | "openmined" | "opennebula" | "openproject" | "openrouter" | "openscad" | "opensea" | "opensearch" | "opensourcehardware" | "opensourceinitiative" | "openssl" | "openstack" | "openstreetmap" | "opensuse" | "opentelemetry" | "opentext" | "opentofu" | "openverse" | "openvpn" | "openwrt" | "openzeppelin" | "openzfs" | "operagx" | "opnsense" | "oppo" | "opsgenie" | "opslevel" | "optimism" | "optuna" | "orange" | "orcid" | "oreilly" | "org" | "organicmaps" | "osano" | "osf" | "osgeo" | "oshkosh" | "osmand" | "osmc" | "osu" | "otto" | "outline" | "overcast" | "overleaf" | "ovh" | "owasp" | "owncloud" | "oxc" | "oxygen" | "oyo" | "p5dotjs" | "packagist" | "packer" | "packt" | "paddle" | "paddlepaddle" | "paddypower" | "padlet" | "pagekit" | "pagerduty" | "pagespeedinsights" | "pagseguro" | "palantir" | "paloaltonetworks" | "paloaltosoftware" | "panasonic" | "pandas" | "pantheon" | "paperlessngx" | "paperspace" | "paperswithcode" | "paradoxinteractive" | "paramountplus" | "paritysubstrate" | "parrotsecurity" | "parsedotly" | "pastebin" | "payback" | "paychex" | "payhip" | "payloadcms" | "payoneer" | "paysafe" | "paytm" | "pcgamingwiki" | "pdm" | "pdq" | "peakdesign" | "pearson" | "peerlist" | "peertube" | "pegasusairlines" | "pelican" | "peloton" | "penny" | "penpot" | "percy" | "perforce" | "perl" | "persistent" | "personio" | "petsathome" | "peugeot" | "pexels" | "pfsense" | "phabricator" | "philipshue" | "phoenixframework" | "phonepe" | "phosphoricons" | "photobucket" | "photocrowd" | "photon" | "photopea" | "php" | "phpbb" | "phpmyadmin" | "phpstorm" | "piaggiogroup" | "piapro" | "picardsurgeles" | "picartodottv" | "picnic" | "picpay" | "picrew" | "picsart" | "picxy" | "pihole" | "pimcore" | "pinboard" | "pinescript" | "pinetwork" | "pingdom" | "pinia" | "pino" | "pioneerdj" | "piped" | "pipx" | "pivotaltracker" | "piwigo" | "pix" | "pixabay" | "pixelfed" | "pixiv" | "pixlr" | "pkgsrc" | "planetscale" | "plangrid" | "platformdotsh" | "platformio" | "platzi" | "plausibleanalytics" | "playcanvas" | "playerdotme" | "playerfm" | "playstation2" | "playstation3" | "playstation4" | "playstation5" | "playstationportable" | "playstationvita" | "pleroma" | "plesk" | "plotly" | "plume" | "pluralsight" | "plurk" | "pm2" | "pnpm" | "pocketbase" | "pocketcasts" | "podcastaddict" | "podcastindex" | "podman" | "poe" | "poetry" | "polars" | "polestar" | "polkadot" | "poly" | "polymerproject" | "polywork" | "pond5" | "popos" | "porkbun" | "porsche" | "portableappsdotcom" | "portainer" | "portswigger" | "posit" | "postcss" | "postgresql" | "posthog" | "postman" | "postmates" | "powers" | "prdotco" | "preact" | "precommit" | "prefect" | "premid" | "premierleague" | "prepbytes" | "prestashop" | "presto" | "prettier" | "prevention" | "prezi" | "primefaces" | "primeng" | "primereact" | "primevue" | "printables" | "prisma" | "prismic" | "privatedivision" | "privateinternetaccess" | "probot" | "processingfoundation" | "processon" | "processwire" | "producthunt" | "progate" | "prometheus" | "pronounsdotpage" | "prosieben" | "proteus" | "protocolsdotio" | "protodotio" | "proton" | "protoncalendar" | "protondb" | "protondrive" | "protonmail" | "protonvpn" | "protools" | "protractor" | "proxmox" | "pterodactyl" | "pubg" | "publons" | "pubmed" | "pug" | "pulumi" | "puma" | "puppet" | "puppeteer" | "purescript" | "purgecss" | "purism" | "pushbullet" | "pusher" | "pwa" | "pycharm" | "pycqa" | "pydantic" | "pyg" | "pypi" | "pypy" | "pyscaffold" | "pysyft" | "pytest" | "python" | "pythonanywhere" | "pytorch" | "pyup" | "qantas" | "qase" | "qatarairways" | "qbittorrent" | "qemu" | "qgis" | "qiita" | "qiwi" | "qlik" | "qmk" | "qnap" | "qodo" | "qq" | "qt" | "quad9" | "qualcomm" | "qualtrics" | "qualys" | "quantcast" | "quantconnect" | "quarkus" | "quarto" | "quasar" | "qubesos" | "quest" | "quickbooks" | "quicklook" | "quicktime" | "quicktype" | "quip" | "quizlet" | "qwant" | "qwik" | "qwiklabs" | "qzone" | "r3" | "rabbitmq" | "racket" | "radarr" | "radiofrance" | "radixui" | "radstudio" | "railway" | "rainmeter" | "rainyun" | "rakuten" | "rakutenkobo" | "ram" | "rancher" | "rapid" | "rarible" | "rasa" | "raspberrypi" | "ratatui" | "ravelry" | "ray" | "raycast" | "raylib" | "razer" | "razorpay" | "rclone" | "reactbootstrap" | "reacthookform" | "reactiveresume" | "reactivex" | "reactos" | "reactquery" | "reactrouter" | "reacttable" | "readdotcv" | "readme" | "readthedocs" | "reason" | "reasonstudios" | "recoil" | "red" | "redash" | "redbubble" | "redbull" | "redcandlegames" | "redhatopenshift" | "redis" | "redmine" | "redox" | "redragon" | "redsys" | "redux" | "reduxsaga" | "redwoodjs" | "reebok" | "refine" | "refinedgithub" | "relay" | "relianceindustrieslimited" | "remark" | "remedyentertainment" | "remix" | "removedotbg" | "renault" | "render" | "renovate" | "renpy" | "renren" | "replit" | "republicofgamers" | "rescript" | "rescuetime" | "researchgate" | "resend" | "resharper" | "resurrectionremixos" | "retool" | "retroachievements" | "retroarch" | "retropie" | "revanced" | "revealdotjs" | "revenuecat" | "reverbnation" | "revoltdotchat" | "revolut" | "rewe" | "rezgo" | "rhinoceros" | "rich" | "rider" | "rimacautomobili" | "rime" | "riotgames" | "riscv" | "riseup" | "ritzcarlton" | "rive" | "roadmapdotsh" | "roamresearch" | "robinhood" | "roblox" | "robloxstudio" | "roboflow" | "robotframework" | "rocketdotchat" | "rocksdb" | "rockstargames" | "rockwellautomation" | "rockylinux" | "roku" | "roll20" | "rollbar" | "rolldown" | "rollsroyce" | "rollupdotjs" | "rook" | "roon" | "root" | "rootme" | "roots" | "rootsbedrock" | "rootssage" | "ros" | "rossmann" | "rotaryinternational" | "rottentomatoes" | "roundcube" | "rsocket" | "rstudioide" | "rte" | "rtlzwei" | "rtm" | "rubocop" | "rubygems" | "rubymine" | "rubyonrails" | "rubysinatra" | "ruff" | "rumahweb" | "rumble" | "rundeck" | "runkeeper" | "runkit" | "runrundotit" | "rust" | "rustdesk" | "rxdb" | "ryanair" | "rye" | "s7airlines" | "sabanci" | "safari" | "sage" | "sagemath" | "sahibinden" | "sailfishos" | "sailsdotjs" | "salla" | "saltproject" | "samsclub" | "samsung" | "samsungpay" | "sanfranciscomunicipalrailway" | "sanic" | "sanity" | "saopaulometro" | "sartorius" | "sat1" | "saturn" | "saucelabs" | "saudia" | "scala" | "scalar" | "scaleway" | "scania" | "schneiderelectric" | "scikitlearn" | "scilab" | "scipy" | "scopus" | "scpfoundation" | "scrapbox" | "scrapy" | "scratch" | "screencastify" | "scribd" | "scrimba" | "scrollreveal" | "scrumalliance" | "scrutinizerci" | "scylladb" | "seafile" | "seagate" | "searxng" | "seatgeek" | "securityscorecard" | "sefaria" | "sega" | "selenium" | "sellfy" | "semanticrelease" | "semanticscholar" | "semanticui" | "semanticuireact" | "semanticweb" | "semaphoreci" | "semrush" | "semver" | "sencha" | "sendgrid" | "sennheiser" | "sensu" | "sentry" | "sepa" | "sequelize" | "servbay" | "serverfault" | "serverless" | "session" | "sessionize" | "setapp" | "sfml" | "shadcnui" | "shanghaimetro" | "sharex" | "sharp" | "shazam" | "shelly" | "shenzhenmetro" | "shieldsdotio" | "shikimori" | "shopee" | "shopify" | "shopware" | "shortcut" | "showpad" | "showtime" | "showwcase" | "shutterstock" | "sidekiq" | "sidequest" | "siemens" | "sifive" | "silverairways" | "similarweb" | "simkl" | "simpleanalytics" | "simpleicons" | "simplelocalize" | "simplelogin" | "simplenote" | "simplex" | "sinaweibo" | "singaporeairlines" | "singlestore" | "sitecore" | "sitepoint" | "siyuan" | "skaffold" | "sketch" | "sketchfab" | "sketchup" | "skillshare" | "skoda" | "sky" | "skypack" | "slackware" | "slashdot" | "slickpic" | "slides" | "slideshare" | "slint" | "smart" | "smartthings" | "smashingmagazine" | "smoothcomp" | "smrt" | "smugmug" | "snapcraft" | "snapdragon" | "sncf" | "snort" | "snowpack" | "snyk" | "socialblade" | "society6" | "socket" | "socketdotio" | "softcatala" | "softpedia" | "sogou" | "solana" | "solidity" | "sololearn" | "solus" | "sonar" | "sonarqubecloud" | "sonarqubeforide" | "sonarqubeserver" | "sonarr" | "sonatype" | "songkick" | "songoda" | "sonicwall" | "sonos" | "sony" | "soriana" | "soundcharts" | "sourceengine" | "sourcehut" | "sourcetree" | "southwestairlines" | "spacemacs" | "spaceship" | "spacex" | "spacy" | "sparkar" | "sparkasse" | "sparkfun" | "sparkpost" | "spdx" | "speakerdeck" | "spectrum" | "speedtest" | "speedypage" | "sphinx" | "spigotmc" | "spine" | "spinnaker" | "splunk" | "spoj" | "spond" | "spreadshirt" | "spreaker" | "spring" | "spring-creators" | "springboot" | "springsecurity" | "spyderide" | "sqlalchemy" | "sqlite" | "squareenix" | "squarespace" | "srgssr" | "ssrn" | "sst" | "stackbit" | "stackblitz" | "stackedit" | "stackexchange" | "stackhawk" | "stackoverflow" | "stackshare" | "stadia" | "staffbase" | "stagetimer" | "standardjs" | "standardresume" | "starbucks" | "stardock" | "starlingbank" | "starship" | "startdotgg" | "startpage" | "startrek" | "starz" | "statamic" | "statista" | "statuspage" | "statuspal" | "steamdb" | "steamdeck" | "steamworks" | "steelseries" | "steem" | "steemit" | "steinberg" | "stellar" | "stencil" | "stencyl" | "stimulus" | "stmicroelectronics" | "stockx" | "stopstalk" | "storyblok" | "storybook" | "strapi" | "streamlabs" | "streamlit" | "streamrunners" | "stremio" | "strongswan" | "stryker" | "stubhub" | "studio3t" | "styledcomponents" | "stylelint" | "styleshare" | "stylus" | "subaru" | "sublimetext" | "subtitleedit" | "subversion" | "suckless" | "sui" | "suitest" | "sumologic" | "suno" | "supabase" | "supercrease" | "supermicro" | "superuser" | "surfshark" | "surrealdb" | "surveymonkey" | "suse" | "suzuki" | "svelte" | "svgdotjs" | "svgo" | "svgtrace" | "swagger" | "swarm" | "sway" | "swc" | "swift" | "swiggy" | "swiper" | "swisscows" | "swr" | "symantec" | "symbolab" | "symphony" | "sympy" | "syncthing" | "synology" | "system76" | "tabelog" | "tablecheck" | "tacobell" | "tado" | "taichigraphics" | "taichilang" | "tails" | "tailscale" | "tailwindcss" | "taipy" | "taketwointeractivesoftware" | "talend" | "talenthouse" | "talos" | "tamiya" | "tampermonkey" | "taobao" | "tapas" | "tarom" | "tasmota" | "tata" | "tauri" | "taxbuzz" | "tcs" | "teal" | "teamcity" | "teamspeak" | "techcrunch" | "ted" | "teepublic" | "teespring" | "tekton" | "tele5" | "telefonica" | "telegraph" | "telenor" | "telequebec" | "temporal" | "tensorflow" | "teradata" | "teratail" | "termius" | "tesco" | "tesla" | "testcafe" | "testin" | "testinglibrary" | "testrail" | "tether" | "textpattern" | "tga" | "thangs" | "thanos" | "thealgorithms" | "theboringcompany" | "theconversation" | "thefinals" | "theguardian" | "theirishtimes" | "themighty" | "themodelsresource" | "themoviedatabase" | "thenorthface" | "theodinproject" | "theplanetarysociety" | "theregister" | "thesoundsresource" | "thespritersresource" | "thestorygraph" | "thewashingtonpost" | "theweatherchannel" | "thingiverse" | "thinkpad" | "thirdweb" | "threadless" | "threedotjs" | "threema" | "thunderbird" | "thunderstore" | "thurgauerkantonalbank" | "thymeleaf" | "ticketmaster" | "ticktick" | "tidal" | "tiddlywiki" | "tide" | "tidyverse" | "tietoevry" | "tildapublishing" | "tile" | "timescale" | "tina" | "tinder" | "tindie" | "tinkercad" | "tinygrad" | "tinyletter" | "tistory" | "tldraw" | "tmux" | "todoist" | "toggl" | "toggltrack" | "tokio" | "tokyometro" | "toll" | "tomorrowland" | "tomtom" | "ton" | "topcoder" | "topdotgg" | "toptal" | "torbrowser" | "torizon" | "torproject" | "toshiba" | "totvs" | "tourbox" | "toyota" | "tplink" | "tqdm" | "traccar" | "tradingview" | "traefikmesh" | "traefikproxy" | "trailforks" | "trainerroad" | "trakt" | "transifex" | "transmission" | "transportforireland" | "transportforlondon" | "travisci" | "treehouse" | "trendmicro" | "tresorit" | "treyarch" | "tricentis" | "trilium" | "triller" | "trillertv" | "trimble" | "trino" | "tripadvisor" | "tripdotcom" | "trivago" | "trivy" | "trove" | "trpc" | "truenas" | "trueup" | "trulia" | "trustedshops" | "trustpilot" | "tryhackme" | "tryitonline" | "tsnode" | "tubi" | "tui" | "tumblr" | "tunein" | "turbo" | "turborepo" | "turbosquid" | "turkishairlines" | "turso" | "tuta" | "tuxedocomputers" | "tv4play" | "tvtime" | "twenty" | "twilio" | "twinkly" | "twinmotion" | "typeform" | "typeorm" | "typer" | "typo3" | "typst" | "uber" | "ubereats" | "ubiquiti" | "ublockorigin" | "ubuntumate" | "udacity" | "udemy" | "udotsdotnews" | "ufc" | "uikit" | "uipath" | "ukca" | "ultralytics" | "ulule" | "umami" | "umbrel" | "uml" | "unacademy" | "underarmour" | "underscoredotjs" | "undertale" | "unilever" | "uniqlo" | "uniqlo-ja" | "unitedairlines" | "unitednations" | "unjs" | "unlicense" | "unocss" | "unpkg" | "unraid" | "unrealengine" | "unsplash" | "unstop" | "untappd" | "upcloud" | "uphold" | "uplabs" | "upptime" | "ups" | "upstash" | "uptimekuma" | "upwork" | "uservoice" | "usps" | "utorrent" | "uv" | "v0" | "v2ex" | "v8" | "vaadin" | "vagrant" | "vala" | "valorant" | "vanillaextract" | "vapor" | "vaultwarden" | "vauxhall" | "vbulletin" | "vectary" | "vectorlogozone" | "vectorworks" | "veeam" | "veed" | "veepee" | "vega" | "vegas" | "velocity" | "velog" | "vencord" | "venmo" | "vercel" | "verdaccio" | "veritas" | "verizon" | "vespa" | "vestel" | "vexxhost" | "vfairs" | "viadeo" | "viaplay" | "viber" | "viblo" | "victoriametrics" | "victronenergy" | "vikunja" | "vim" | "vimeolivestream" | "vinted" | "virgin" | "virginatlantic" | "virginmedia" | "virtualbox" | "virustotal" | "visa" | "visualparadigm" | "visx" | "vite" | "vitepress" | "vitess" | "vitest" | "vivaldi" | "vivawallet" | "vivino" | "vivint" | "vivo" | "vk" | "vlcmediaplayer" | "vmware" | "vodafone" | "voelkner" | "voidlinux" | "voipdotms" | "volkswagen" | "volvo" | "vonage" | "vorondesign" | "vowpalwabbit" | "vox" | "vrchat" | "vsco" | "vscodium" | "vtex" | "vuedotjs" | "vueuse" | "vulkan" | "vultr" | "vyond" | "w3schools" | "wacom" | "wagmi" | "wagtail" | "wails" | "wakatime" | "walkman" | "wallabag" | "walletconnect" | "walmart" | "wantedly" | "wappalyzer" | "warnerbros" | "warp" | "wasabi" | "wasmcloud" | "wasmer" | "watchtower" | "wattpad" | "wayland" | "wazirx" | "wearos" | "weasyl" | "web3dotjs" | "webassembly" | "webauthn" | "webcomponentsdotorg" | "webdotde" | "webdriverio" | "webex" | "webflow" | "webgl" | "webgpu" | "weblate" | "webmin" | "webmoney" | "webstorm" | "webtoon" | "webtrees" | "wegame" | "weightsandbiases" | "welcometothejungle" | "wellfound" | "wellsfargo" | "wemo" | "weread" | "westerndigital" | "westernunion" | "wetransfer" | "wezterm" | "wgpu" | "what3words" | "wheniwork" | "wikibooks" | "wikidata" | "wikidotgg" | "wikidotjs" | "wikimediacommons" | "wikimediafoundation" | "wikiquote" | "wikisource" | "wikiversity" | "wikivoyage" | "winamp" | "windsurf" | "wipro" | "wire" | "wireguard" | "wireshark" | "wise" | "wish" | "wistia" | "wix" | "wizzair" | "wolfram" | "wolframlanguage" | "wolframmathematica" | "wondershare" | "wondersharefilmora" | "woo" | "woocommerce" | "workplace" | "worldhealthorganization" | "wpengine" | "wpexplorer" | "wprocket" | "writedotas" | "wwe" | "wwise" | "wxt" | "wykop" | "wyze" | "xampp" | "xcode" | "xdadevelopers" | "xdotorg" | "xendit" | "xero" | "xfce" | "xiaohongshu" | "xiaomi" | "xing" | "xo" | "xrp" | "xsplit" | "xstate" | "xubuntu" | "xyflow" | "yaak" | "yabai" | "yale" | "yamahacorporation" | "yamahamotorcorporation" | "yaml" | "yandexcloud" | "yarn" | "ycombinator" | "yeti" | "yii" | "yoast" | "yolo" | "youhodler" | "youtubegaming" | "youtubekids" | "youtubemusic" | "youtubeshorts" | "youtubestudio" | "youtubetv" | "yr" | "yubico" | "yunohost" | "zabka" | "zaim" | "zalando" | "zalo" | "zapier" | "zara" | "zazzle" | "zcash" | "zcool" | "zdf" | "zebpay" | "zebratechnologies" | "zedindustries" | "zelle" | "zenbrowser" | "zendesk" | "zenn" | "zenodo" | "zensar" | "zerodha" | "zerotier" | "zettlr" | "zhihu" | "zig" | "zigbee2mqtt" | "ziggo" | "zilch" | "zillow" | "zincsearch" | "zingat" | "zod" | "zoho" | "zoiper" | "zola" | "zomato" | "zorin" | "zotero" | "zsh" | "zulip" | "zyte">): import("react").JSX.Element;
3395
- displayName: string;
3396
- };
3393
+ export declare const SimpleIcons: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"flat" | "ios" | "android" | "macos" | "skeleton" | "linear" | "signal" | "solid" | "cursor" | "rtl" | "matrix" | "canvas" | "h3" | "meta" | "progress" | "ruby" | "circle" | "line" | "polygon" | "svg" | "x" | "loop" | "black" | "red" | "orange" | "xml" | "asterisk" | "billboard" | "bluetooth" | "comma" | "eraser" | "handshake" | "hubspot" | "lighthouse" | "note" | "nuke" | "passport" | "pocket" | "quora" | "radar" | "ring" | "rss" | "satellite" | "target" | "greenhouse" | "delta" | "bat" | "dolphin" | "linux" | "dolby" | "snowflake" | "bitcoin" | "litecoin" | "angular" | "ansible" | "apple" | "artstation" | "atlassian" | "babel" | "bitbucket" | "bootstrap" | "box" | "bulma" | "centos" | "codepen" | "cryengine" | "debian" | "deviantart" | "disqus" | "dlna" | "docker" | "dropbox" | "drupal" | "emby" | "eslint" | "ethereum" | "evernote" | "facebook" | "fedora" | "firebase" | "firefox" | "freebsd" | "gatsby" | "gentoo" | "git" | "github" | "gitlab" | "gmail" | "gnome" | "goodreads" | "google" | "graphql" | "instagram" | "iobroker" | "jabber" | "jira" | "jquery" | "jsfiddle" | "kickstarter" | "kodi" | "kubernetes" | "laravel" | "lastpass" | "manjaro" | "mapbox" | "mastodon" | "meteor" | "midi" | "nativescript" | "netflix" | "nfc" | "npm" | "nuxt" | "odnoklassniki" | "openid" | "opera" | "origin" | "pandora" | "patreon" | "pinterest" | "plex" | "qi" | "react" | "reddit" | "redhat" | "salesforce" | "sass" | "slack" | "snapchat" | "soundcloud" | "spotify" | "steam" | "symfony" | "teamviewer" | "terraform" | "trello" | "twitch" | "ubisoft" | "ubuntu" | "umbraco" | "unicode" | "unity" | "vimeo" | "vuetify" | "waze" | "webpack" | "webrtc" | "wechat" | "whatsapp" | "wikipedia" | "wordpress" | "xmpp" | "youtube" | "zend" | "zigbee" | "blender" | "pretzel" | "flask" | "ghost" | "seat" | "spotlight" | "valve" | "rocket" | "square" | "drone" | "codesandbox" | "dribbble" | "figma" | "files" | "framer" | "shell" | "sunrise" | "vault" | "wine" | "zap" | "lucide" | "ce" | "json" | "man" | "markdown" | "planet" | "ripple" | "shadow" | "toml" | "tower" | "zoom" | "alipay" | "amd" | "anthropic" | "behance" | "bluesky" | "bricks" | "claude" | "css" | "dash" | "discord" | "javascript" | "lightning" | "magic" | "medium" | "messenger" | "nvidia" | "openai" | "opencollective" | "paypal" | "perplexity" | "playstation" | "sourceforge" | "strava" | "stripe" | "substack" | "telegram" | "threads" | "tiktok" | "typescript" | "yelp" | "c" | "d" | "e" | "r" | "v" | "thumbtack" | "replicate" | "sap" | "monster" | "mysql" | "qiskit" | "task" | "flood" | "harbor" | "boat" | "_1001tracklists" | "_1and1" | "_1dot1dot1dot1" | "_1panel" | "_1password" | "_2fas" | "_2k" | "_30secondsofcode" | "_365datascience" | "_3m" | "_42" | "_4chan" | "_4d" | "_500px" | "_7zip" | "_99designs" | "_9gag" | "abb" | "abbott" | "abbvie" | "abdownloadmanager" | "aboutdotme" | "abstract" | "abusedotch" | "academia" | "accenture" | "accusoft" | "accuweather" | "acer" | "acm" | "acode" | "actigraph" | "activeloop" | "activision" | "activitypub" | "actix" | "actualbudget" | "acura" | "ada" | "adafruit" | "adaway" | "adblock" | "adblockplus" | "addydotio" | "adguard" | "adidas" | "adminer" | "adonisjs" | "adp" | "adroll" | "adventofcode" | "adyen" | "aegisauthenticator" | "aerlingus" | "aeroflot" | "aeromexico" | "aerospike" | "aew" | "afdian" | "affine" | "affinity" | "affinitydesigner" | "affinityphoto" | "affinitypublisher" | "aframe" | "afterpay" | "aftership" | "agora" | "aib" | "aidungeon" | "aiohttp" | "aiqfome" | "airasia" | "airbnb" | "airbrake" | "airbus" | "airbyte" | "aircall" | "aircanada" | "airchina" | "airfrance" | "airindia" | "airplayaudio" | "airplayvideo" | "airserbia" | "airtable" | "airtel" | "airtransat" | "ajv" | "akamai" | "akasaair" | "akaunting" | "akiflow" | "alacritty" | "alamy" | "albertheijn" | "alby" | "alchemy" | "aldinord" | "aldisud" | "alfaromeo" | "alfred" | "algolia" | "algorand" | "alibabacloud" | "alibabadotcom" | "alienware" | "aliexpress" | "alist" | "allegro" | "alliedmodders" | "allocine" | "alltrails" | "almalinux" | "alpinedotjs" | "alpinelinux" | "alternativeto" | "alteryx" | "altiumdesigner" | "alwaysdata" | "alx" | "ameba" | "americanairlines" | "americanexpress" | "amg" | "amp" | "amul" | "ana" | "anaconda" | "analogue" | "andela" | "androidauto" | "androidstudio" | "anilist" | "animalplanet" | "animedotjs" | "ankermake" | "anki" | "answer" | "ansys" | "anta" | "antdesign" | "antena3" | "antennapod" | "antv" | "anycubic" | "anydesk" | "anytype" | "apache" | "apacheairflow" | "apacheant" | "apacheavro" | "apachecassandra" | "apachecloudstack" | "apachecordova" | "apachecouchdb" | "apachedolphinscheduler" | "apachedoris" | "apachedruid" | "apacheecharts" | "apacheflink" | "apachefreemarker" | "apachegroovy" | "apacheguacamole" | "apachehadoop" | "apachehbase" | "apachehive" | "apachejmeter" | "apachekafka" | "apachekylin" | "apachelucene" | "apachemaven" | "apachenetbeanside" | "apachenifi" | "apacheopenoffice" | "apacheparquet" | "apachepulsar" | "apacherocketmq" | "apachesolr" | "apachespark" | "apachestorm" | "apachesuperset" | "apachetomcat" | "aparat" | "apifox" | "apmterminals" | "apollographql" | "apostrophe" | "appgallery" | "appian" | "appium" | "applearcade" | "applemusic" | "applenews" | "applepay" | "applepodcasts" | "appletv" | "appmanager" | "appsignal" | "appsmith" | "appstore" | "appveyor" | "appwrite" | "aqua" | "aral" | "arangodb" | "arc" | "arcgis" | "archicad" | "archiveofourown" | "archlinux" | "ardour" | "arduino" | "argo" | "argos" | "ariakit" | "arkecosystem" | "arlo" | "arm" | "armkeil" | "arstechnica" | "artifacthub" | "artixlinux" | "arxiv" | "asahilinux" | "asana" | "asciidoctor" | "asciinema" | "asda" | "aseprite" | "assemblyscript" | "astonmartin" | "astra" | "astral" | "astro" | "asus" | "atandt" | "atari" | "atlasos" | "auchan" | "audacity" | "audi" | "audible" | "audiobookshelf" | "audioboom" | "audiomack" | "audiotechnica" | "aurelia" | "autentique" | "auth0" | "authelia" | "authentik" | "authy" | "autocad" | "autocannon" | "autodesk" | "autodeskmaya" | "autodeskrevit" | "autohotkey" | "autoit" | "automattic" | "autoprefixer" | "autozone" | "avajs" | "avaloniaui" | "avast" | "avianca" | "avira" | "avm" | "awesomelists" | "awesomewm" | "awwwards" | "axios" | "axisbank" | "babelio" | "babylondotjs" | "backblaze" | "backbone" | "backbonedotjs" | "backendless" | "backstage" | "backstage-casting" | "badoo" | "baidu" | "bakalari" | "bamboo" | "bambulab" | "bandcamp" | "bandlab" | "bandrautomation" | "bandsintown" | "bankofamerica" | "barclays" | "baremetrics" | "barmenia" | "basecamp" | "baserow" | "basicattentiontoken" | "bastyon" | "bata" | "battledotnet" | "bazel" | "beatport" | "beats" | "beatsbydre" | "beatstars" | "beekeeperstudio" | "beijingsubway" | "bem" | "bentley" | "bento" | "bentobox" | "bentoml" | "bereal" | "betfair" | "betterauth" | "betterdiscord" | "betterstack" | "bevy" | "bigbasket" | "bigbluebutton" | "bigcartel" | "bigcommerce" | "bilibili" | "bim" | "binance" | "biolink" | "biome" | "bisecthosting" | "bit" | "bitcoincash" | "bitcoinsv" | "bitcomet" | "bitdefender" | "bitly" | "bitrise" | "bittorrent" | "bitwarden" | "bitwig" | "blackberry" | "blackmagicdesign" | "blazemeter" | "blazor" | "blibli" | "blockbench" | "blockchaindotcom" | "blogger" | "bloglovin" | "blueprint" | "bluesound" | "bmcsoftware" | "bmw" | "bnbchain" | "boardgamegeek" | "boehringeringelheim" | "boeing" | "bohemiainteractive" | "bombardier" | "bookalope" | "bookbub" | "bookingdotcom" | "bookmeter" | "bookmyshow" | "bookstack" | "boost" | "boosty" | "boots" | "borgbackup" | "bosch" | "bose" | "botblecms" | "boulanger" | "bower" | "boxysvg" | "braintree" | "braintrust" | "brandfetch" | "brandfolder" | "brave" | "breaker" | "brenntag" | "brevo" | "brex" | "britishairways" | "broadcom" | "bruno" | "bsd" | "bspwm" | "bt" | "buddy" | "budibase" | "buefy" | "buffer" | "bugatti" | "bugcrowd" | "buhl" | "buildkite" | "builtbybit" | "bukalapak" | "bun" | "bungie" | "bunnydotnet" | "bunq" | "burgerking" | "burpsuite" | "burton" | "buymeacoffee" | "buysellads" | "buzzfeed" | "bvg" | "byjus" | "bytedance" | "cachet" | "caddy" | "cadillac" | "cafepress" | "cairographics" | "cairometro" | "caixabank" | "cakephp" | "caldotcom" | "calendly" | "calibreweb" | "campaignmonitor" | "camunda" | "canonical" | "canva" | "capacitor" | "caprover" | "cardano" | "cardmarket" | "carlsberggroup" | "carrd" | "carrefour" | "carthrottle" | "carto" | "cashapp" | "castbox" | "castorama" | "castro" | "caterpillar" | "cbc" | "cbs" | "ccc" | "ccleaner" | "cdprojekt" | "celery" | "celestron" | "ceph" | "cesium" | "chai" | "chainguard" | "chainlink" | "chakraui" | "changedetection" | "channel4" | "charles" | "chartdotjs" | "chartmogul" | "chase" | "chatbot" | "chatwoot" | "checkio" | "checkmarx" | "checkmk" | "chedraui" | "cheerio" | "chef" | "chemex" | "chessdotcom" | "chevrolet" | "chianetwork" | "chinaeasternairlines" | "chinasouthernairlines" | "chocolatey" | "chromatic" | "chromewebstore" | "chrysler" | "chupachups" | "cilium" | "cinema4d" | "cinnamon" | "circleci" | "circuitverse" | "cirrusci" | "cisco" | "citrix" | "citroen" | "civicrm" | "civo" | "clarifai" | "claris" | "clarivate" | "clerk" | "clevercloud" | "clickhouse" | "clickup" | "clion" | "clockify" | "clojure" | "cloud66" | "cloudbees" | "cloudcannon" | "cloudera" | "cloudflare" | "cloudflarepages" | "cloudflareworkers" | "cloudfoundry" | "cloudinary" | "cloudnativebuild" | "cloudron" | "cloudsmith" | "cloudways" | "clubforce" | "clubhouse" | "clyp" | "cmake" | "cncf" | "cnes" | "cnet" | "cnn" | "cobalt" | "cocacola" | "cockpit" | "cockroachlabs" | "cocoapods" | "cocos" | "coda" | "codacy" | "codeberg" | "codeblocks" | "codecademy" | "codeceptjs" | "codechef" | "codeclimate" | "codecov" | "codecrafters" | "codefactor" | "codeforces" | "codefresh" | "codeigniter" | "codemagic" | "codementor" | "codemirror" | "codenewbie" | "codeproject" | "coder" | "coderabbit" | "codersrank" | "coderwall" | "codeship" | "codesignal" | "codestream" | "codewars" | "codingame" | "codingninjas" | "codio" | "coffeescript" | "coggle" | "cognizant" | "coinbase" | "coinmarketcap" | "collaboraonline" | "comicfury" | "commerzbank" | "commitlint" | "commodore" | "commonlisp" | "commonworkflowlanguage" | "compilerexplorer" | "composer" | "comptia" | "comsol" | "conan" | "concourse" | "condaforge" | "conekta" | "confluence" | "construct3" | "consul" | "contabo" | "contactlesspayment" | "containerd" | "contao" | "contentful" | "contentstack" | "continente" | "contributorcovenant" | "conventionalcommits" | "convertio" | "cookiecutter" | "coolermaster" | "coolify" | "coop" | "copaairlines" | "coppel" | "cora" | "coreldraw" | "coronaengine" | "coronarenderer" | "corsair" | "couchbase" | "counterstrike" | "countingworkspro" | "coursera" | "coveralls" | "coze" | "cpanel" | "cplusplus" | "cplusplusbuilder" | "craftcms" | "craftsman" | "cratedb" | "crayon" | "creality" | "createreactapp" | "creativecommons" | "creativetechnology" | "credly" | "crehana" | "crewai" | "crewunited" | "criticalrole" | "crowdin" | "crowdsource" | "crunchbase" | "crunchyroll" | "cryptomator" | "cryptpad" | "crystal" | "csdn" | "cssdesignawards" | "cssmodules" | "csswizardry" | "cts" | "cucumber" | "cultura" | "curl" | "curseforge" | "customink" | "cyberdefenders" | "cycling74" | "cypress" | "cytoscapedotjs" | "d3" | "dacia" | "daf" | "dailydotdev" | "dailymotion" | "daisyui" | "dapr" | "darkreader" | "dart" | "darty" | "daserste" | "dash0" | "dashlane" | "dask" | "dassaultsystemes" | "databricks" | "datacamp" | "datadog" | "datadotai" | "datagrip" | "dataiku" | "datastax" | "datefns" | "datev" | "datocms" | "datto" | "davinciresolve" | "dazhongdianping" | "dazn" | "dbeaver" | "dblp" | "dbt" | "dcentertainment" | "debridlink" | "decapcms" | "decentraland" | "dedge" | "deepcool" | "deepgram" | "deepin" | "deepl" | "deepmind" | "deepnote" | "deliveroo" | "dell" | "delonghi" | "delphi" | "deluge" | "deno" | "denon" | "dependabot" | "dependencycheck" | "depositphotos" | "derspiegel" | "deutschebahn" | "deutschebank" | "deutschepost" | "deutschetelekom" | "deutschewelle" | "devbox" | "devdotto" | "devexpress" | "devpost" | "devrant" | "dgraph" | "dhl" | "diagramsdotnet" | "dialogflow" | "diaspora" | "dictionarydotcom" | "digg" | "digikeyelectronics" | "digitalocean" | "dinersclub" | "dior" | "directus" | "discogs" | "discorddotjs" | "discourse" | "discover" | "disroot" | "distrobox" | "distrokid" | "django" | "dji" | "dlib" | "dm" | "dmm" | "docsdotrs" | "docsify" | "doctrine" | "docusaurus" | "dodopayments" | "dogecoin" | "doi" | "dolibarr" | "doordash" | "dota2" | "dotenv" | "dotnet" | "douban" | "doubanread" | "dovecot" | "dovetail" | "downdetector" | "doxygen" | "dpd" | "dragonframe" | "draugiemdotlv" | "dreamstime" | "drizzle" | "drooble" | "dsautomobiles" | "dts" | "dtube" | "ducati" | "duckdb" | "duckduckgo" | "dungeonsanddragons" | "dunked" | "dunzo" | "duolingo" | "duplicati" | "dvc" | "dwavesystems" | "dwm" | "dynatrace" | "e3" | "ea" | "eac" | "eagle" | "easyeda" | "easyjet" | "ebay" | "ebox" | "eclipseadoptium" | "eclipseche" | "eclipseide" | "eclipsejetty" | "eclipsemosquitto" | "eclipsevertdotx" | "ecosia" | "ecovacs" | "edeka" | "edgeimpulse" | "editorconfig" | "edotleclerc" | "educative" | "edx" | "egghead" | "egnyte" | "eight" | "eightsleep" | "ejs" | "elastic" | "elasticcloud" | "elasticsearch" | "elasticstack" | "elavon" | "electron" | "electronbuilder" | "electronfiddle" | "elegoo" | "element" | "elementary" | "elementor" | "elevenlabs" | "eleventy" | "elgato" | "elixir" | "elm" | "elsevier" | "embarcadero" | "embark" | "emberdotjs" | "emirates" | "emlakjet" | "endeavouros" | "enpass" | "ens" | "ente" | "enterprisedb" | "envato" | "envoyproxy" | "epel" | "epicgames" | "epson" | "equinixmetal" | "ericsson" | "erlang" | "erpnext" | "esbuild" | "esea" | "eslgaming" | "esotericsoftware" | "esphome" | "espressif" | "esri" | "etcd" | "ethers" | "ethiopianairlines" | "etihadairways" | "etsy" | "europeanunion" | "eventstore" | "everydotorg" | "excalidraw" | "exercism" | "exordo" | "exoscale" | "expedia" | "expensify" | "expertsexchange" | "expo" | "express" | "expressdotcom" | "expressvpn" | "eyeem" | "f1" | "f5" | "facebookgaming" | "facebooklive" | "faceit" | "facepunch" | "fairphone" | "falco" | "falcon" | "fampay" | "fandango" | "fandom" | "fanfou" | "fantom" | "farcaster" | "fareharbor" | "farfetch" | "fastapi" | "fastify" | "fastlane" | "fastly" | "fathom" | "fauna" | "favro" | "fcc" | "fdroid" | "fedex" | "feedly" | "ferrari" | "ferrarinv" | "ferretdb" | "ffmpeg" | "fi" | "fiat" | "fidoalliance" | "fifa" | "fig" | "figshare" | "fila" | "filament" | "filedotio" | "filen" | "filezilla" | "fineco" | "fing" | "firefish" | "fireflyiii" | "firefoxbrowser" | "fireship" | "firewalla" | "first" | "fishaudio" | "fishshell" | "fitbit" | "fivem" | "fiverr" | "fizz" | "flashforge" | "flathub" | "flatpak" | "flickr" | "flightaware" | "flipboard" | "flipkart" | "floatplane" | "floorp" | "fluentbit" | "fluentd" | "fluke" | "flutter" | "flux" | "flydotio" | "flyway" | "fmod" | "fnac" | "folium" | "folo" | "fonoma" | "fontawesome" | "fontbase" | "fontforge" | "foobar2000" | "foodpanda" | "ford" | "forgejo" | "formbricks" | "formik" | "formspree" | "formstack" | "fortinet" | "fortnite" | "fortran" | "fossa" | "fossilscm" | "foundryvirtualtabletop" | "foursquare" | "fox" | "foxtel" | "fozzy" | "framework" | "framework7" | "franprix" | "frappe" | "fraunhofergesellschaft" | "freecad" | "freecodecamp" | "freedesktopdotorg" | "freelancer" | "freelancermap" | "freenas" | "freenet" | "freepik" | "freetube" | "fresh" | "freshrss" | "frigate" | "fritz" | "frontendmentor" | "frontify" | "fsharp" | "fubo" | "fueler" | "fugacloud" | "fujifilm" | "fujitsu" | "furaffinity" | "furrynetwork" | "fusionauth" | "futurelearn" | "fyle" | "g2" | "g2a" | "g2g" | "galaxus" | "gamebanana" | "gamedeveloper" | "gamejolt" | "gameloft" | "gamemaker" | "gamescience" | "gandi" | "garmin" | "garudalinux" | "gatling" | "gcore" | "gdal" | "geeksforgeeks" | "generalelectric" | "generalmotors" | "genius" | "geocaching" | "geode" | "geopandas" | "gerrit" | "getx" | "ghostery" | "gimp" | "gin" | "giphy" | "gitbook" | "gitcode" | "gitconnected" | "gitea" | "gitee" | "gitextensions" | "gitforwindows" | "githubactions" | "githubcopilot" | "githubpages" | "githubsponsors" | "gitignoredotio" | "gitkraken" | "gitlfs" | "gitpod" | "gitter" | "glance" | "glassdoor" | "gldotinet" | "gleam" | "glide" | "glitch" | "globus" | "glovo" | "gltf" | "gmx" | "gnometerminal" | "gnu" | "gnubash" | "gnuemacs" | "gnuicecat" | "gnuprivacyguard" | "gnusocial" | "go" | "gocd" | "godaddy" | "godotengine" | "gofundme" | "gogdotcom" | "gojek" | "goland" | "goldmansachs" | "googleadmob" | "googleads" | "googleadsense" | "googleanalytics" | "googleappsscript" | "googleassistant" | "googleauthenticator" | "googlebigquery" | "googlebigtable" | "googlecalendar" | "googlecampaignmanager360" | "googlecardboard" | "googlecast" | "googlechat" | "googlechrome" | "googlechronicle" | "googleclassroom" | "googlecloud" | "googlecloudcomposer" | "googlecloudspanner" | "googlecloudstorage" | "googlecolab" | "googlecontaineroptimizedos" | "googledataflow" | "googledataproc" | "googledisplayandvideo360" | "googledocs" | "googledrive" | "googleearth" | "googleearthengine" | "googlefit" | "googlefonts" | "googleforms" | "googlegemini" | "googlehome" | "googlekeep" | "googlelens" | "googlemaps" | "googlemarketingplatform" | "googlemeet" | "googlemessages" | "googlenearby" | "googlenews" | "googlepay" | "googlephotos" | "googleplay" | "googlepubsub" | "googlescholar" | "googlesearchconsole" | "googlesheets" | "googleslides" | "googlestreetview" | "googlesummerofcode" | "googletagmanager" | "googletasks" | "googletranslate" | "googletv" | "gotomeeting" | "gplv3" | "grab" | "gradio" | "gradle" | "gradleplaypublisher" | "grafana" | "grammarly" | "grandfrais" | "grapheneos" | "graphite" | "grav" | "gravatar" | "graylog" | "greasyfork" | "greatlearning" | "greensock" | "greptimedb" | "griddotai" | "gridsome" | "grocy" | "groupme" | "groupon" | "grunt" | "gsap" | "gsk" | "gsma" | "gsmarenadotcom" | "gstreamer" | "gtk" | "guangzhoumetro" | "guilded" | "guitarpro" | "gulp" | "gumroad" | "gumtree" | "gunicorn" | "gurobi" | "gusto" | "gutenberg" | "h2database" | "habr" | "hackaday" | "hackclub" | "hackerearth" | "hackernoon" | "hackerone" | "hackerrank" | "hackster" | "hackthebox" | "hal" | "handlebarsdotjs" | "handm" | "handshake-protocol" | "happycow" | "harmonyos" | "hashcat" | "hashicorp" | "hashnode" | "haskell" | "hasura" | "hatenabookmark" | "haveibeenpwned" | "havells" | "haxe" | "haystack" | "hbo" | "hbomax" | "hcl" | "hdfcbank" | "headlessui" | "headphonezone" | "headspace" | "hearth" | "hearthisdotat" | "hedera" | "hedgedoc" | "helium" | "helix" | "hellofresh" | "hellyhansen" | "helm" | "helpdesk" | "helpscout" | "hepsiemlak" | "here" | "hermes" | "heroicgameslauncher" | "heroku" | "heroui" | "hetzner" | "hevy" | "hexlet" | "hexo" | "hey" | "hibernate" | "hibob" | "hilton" | "hiltonhotelsandresorts" | "hitachi" | "hive" | "hive-blockchain" | "hivemq" | "homarr" | "homeadvisor" | "homeassistant" | "homeassistantcommunitystore" | "homebrew" | "homebridge" | "homepage" | "homify" | "honda" | "honey" | "honeybadger" | "honeygain" | "hono" | "honor" | "hootsuite" | "hoppscotch" | "hostinger" | "hotelsdotcom" | "hotjar" | "hotwire" | "houdini" | "houzz" | "hp" | "hsbc" | "htc" | "htcvive" | "html5" | "htmlacademy" | "htmx" | "htop" | "httpie" | "huawei" | "huggingface" | "hugo" | "humblebundle" | "humhub" | "hungryjacks" | "husqvarna" | "hyper" | "hyperskill" | "hyperx" | "hypothesis" | "hyprland" | "hyundai" | "i18next" | "i3" | "iata" | "ibeacon" | "iberia" | "iced" | "iceland" | "icicibank" | "icinga" | "icloud" | "icomoon" | "icon" | "iconfinder" | "iconify" | "iconjar" | "icons8" | "icq" | "ieee" | "ifixit" | "ifood" | "ifttt" | "igdb" | "ign" | "iheartradio" | "ikea" | "iledefrancemobilites" | "ilovepdf" | "imagedotsc" | "imagej" | "imdb" | "imessage" | "imgur" | "immer" | "immersivetranslate" | "immich" | "imou" | "improvmx" | "indeed" | "indiansuperleague" | "indiehackers" | "indigo" | "inductiveautomation" | "inertia" | "infiniti" | "infinityfree" | "influxdb" | "infomaniak" | "infoq" | "informatica" | "infosys" | "infracost" | "ingress" | "inkdrop" | "inkscape" | "inoreader" | "inquirer" | "insomnia" | "inspire" | "insta360" | "instacart" | "instapaper" | "instatus" | "instructables" | "instructure" | "intel" | "intellijidea" | "interactiondesignfoundation" | "interactjs" | "interbase" | "intercom" | "intermarche" | "internetarchive" | "internetcomputer" | "intigriti" | "intuit" | "invidious" | "invision" | "invoiceninja" | "ionic" | "ionos" | "iota" | "ipfs" | "iris" | "irobot" | "isc2" | "isro" | "issuu" | "istio" | "itchdotio" | "iterm2" | "itunes" | "itvx" | "iveco" | "jaeger" | "jaguar" | "jameson" | "jamstack" | "japanairlines" | "jasmine" | "jbl" | "jcb" | "jdoodle" | "jeep" | "jekyll" | "jellyfin" | "jenkins" | "jest" | "jet" | "jetblue" | "jetbrains" | "jetpackcompose" | "jfrog" | "jfrogpipelines" | "jhipster" | "jinja" | "jio" | "jirasoftware" | "jitpack" | "jitsi" | "johndeere" | "joomla" | "joplin" | "jordan" | "jouav" | "jovian" | "jpeg" | "jrgroup" | "jsdelivr" | "jsonwebtokens" | "jsr" | "jss" | "juce" | "juejin" | "juke" | "julia" | "junipernetworks" | "junit5" | "jupyter" | "justeat" | "justgiving" | "k3s" | "k6" | "kaggle" | "kagi" | "kahoot" | "kaios" | "kakao" | "kakaotalk" | "kalilinux" | "kamailio" | "kando" | "kaniko" | "karlsruherverkehrsverbund" | "kasasmart" | "kashflow" | "kaspersky" | "katana" | "kaufland" | "kde" | "kdeneon" | "kdenlive" | "kdeplasma" | "kedro" | "keenetic" | "keepachangelog" | "keepassxc" | "keeper" | "keeweb" | "kenmei" | "kentico" | "keploy" | "keras" | "keybase" | "keycdn" | "keycloak" | "keystone" | "kfc" | "khanacademy" | "khronosgroup" | "kia" | "kibana" | "kicad" | "kick" | "kik" | "kingstontechnology" | "kinopoisk" | "kinsta" | "kirby" | "kit" | "kitsu" | "kiwix" | "klarna" | "kleinanzeigen" | "klm" | "klook" | "knative" | "knexdotjs" | "knime" | "knip" | "knowledgebase" | "known" | "koa" | "koc" | "kodak" | "koenigsegg" | "kofax" | "kofi" | "komoot" | "konami" | "kong" | "kongregate" | "konva" | "koreader" | "kotlin" | "koyeb" | "kred" | "krita" | "ktm" | "ktor" | "kuaishou" | "kubespray" | "kubuntu" | "kucoin" | "kueski" | "kuma" | "kununu" | "kuula" | "kx" | "kyocera" | "labex" | "labview" | "lada" | "lamborghini" | "landrover" | "langchain" | "langflow" | "langgraph" | "languagetool" | "lapce" | "laragon" | "laravelhorizon" | "laravelnova" | "lastdotfm" | "latex" | "launchpad" | "lazarus" | "lazyvim" | "lbry" | "leaderprice" | "leaflet" | "leagueoflegends" | "leanpub" | "leetcode" | "lefthook" | "legacygames" | "leica" | "lemmy" | "lemonsqueezy" | "lenovo" | "lens" | "leptos" | "lequipe" | "lerna" | "leroymerlin" | "leslibraires" | "less" | "letsencrypt" | "letterboxd" | "levelsdotfyi" | "lg" | "liberadotchat" | "liberapay" | "librariesdotio" | "librarything" | "libreoffice" | "libreofficebase" | "libreofficecalc" | "libreofficedraw" | "libreofficeimpress" | "libreofficemath" | "libreofficewriter" | "libretranslate" | "libretube" | "librewolf" | "libuv" | "lichess" | "lidl" | "lifx" | "lightburn" | "limesurvey" | "lineageos" | "lining" | "linkerd" | "linkfire" | "linksys" | "linktree" | "linphone" | "lintcode" | "linuxcontainers" | "linuxfoundation" | "linuxmint" | "linuxprofessionalinstitute" | "linuxserver" | "lionair" | "liquibase" | "listenhub" | "listmonk" | "lit" | "literal" | "litiengine" | "livechat" | "livejournal" | "livekit" | "livewire" | "llvm" | "lmms" | "lobsters" | "local" | "localsend" | "localxpose" | "lodash" | "logitech" | "logitechg" | "logmein" | "logseq" | "logstash" | "looker" | "loom" | "loopback" | "lootcrate" | "lospec" | "lotpolishairlines" | "lottiefiles" | "ltspice" | "lua" | "luau" | "lubuntu" | "lucia" | "lucid" | "ludwig" | "lufthansa" | "lumen" | "lunacy" | "luogu" | "lutris" | "lvgl" | "lydia" | "lyft" | "maas" | "macpaw" | "macports" | "macys" | "magasinsu" | "magisk" | "mahindra" | "mailboxdotorg" | "mailchimp" | "maildotcom" | "maildotru" | "mailgun" | "mailtrap" | "mainwp" | "majorleaguehacking" | "make" | "makerbot" | "malt" | "malwarebytes" | "mambaui" | "mamp" | "manageiq" | "mangaupdates" | "mantine" | "mapillary" | "maplibre" | "maptiler" | "mariadb" | "mariadbfoundation" | "marko" | "marriott" | "marvelapp" | "maserati" | "mastercard" | "mastercomfig" | "materialdesign" | "materialdesignicons" | "materialformkdocs" | "matillion" | "matomo" | "matterdotjs" | "mattermost" | "matternet" | "mautic" | "max" | "maxplanckgesellschaft" | "maytag" | "mazda" | "maze" | "mcafee" | "mcdonalds" | "mclaren" | "mdbook" | "mdnwebdocs" | "mdx" | "mealie" | "mediafire" | "mediamarkt" | "mediapipe" | "mediatek" | "medibangpaint" | "medusa" | "meetup" | "mega" | "meilisearch" | "meituan" | "meizu" | "mendeley" | "mentorcruise" | "mercadopago" | "merck" | "mercurial" | "mermaid" | "metabase" | "metacritic" | "metafilter" | "metager" | "metasploit" | "metro" | "metrodelaciudaddemexico" | "metrodemadrid" | "metrodeparis" | "mewe" | "mezmo" | "mg" | "microbit" | "microdotblog" | "microeditor" | "micropython" | "microstation" | "microstrategy" | "migadu" | "mihon" | "mihoyo" | "mikrotik" | "milanote" | "milvus" | "minds" | "minetest" | "mingww64" | "mini" | "minimax" | "minio" | "mintlify" | "minutemailer" | "miraheze" | "miro" | "misskey" | "mistralai" | "mitsubishi" | "mix" | "mixcloud" | "mixpanel" | "mlb" | "mlflow" | "mobx" | "mobxstatetree" | "mocha" | "mockserviceworker" | "modal" | "modelcontextprotocol" | "modin" | "modrinth" | "modx" | "mojeek" | "moleculer" | "momenteo" | "monero" | "moneygram" | "mongodb" | "mongoose" | "mongoosedotws" | "monica" | "monkeytie" | "monkeytype" | "monogame" | "monoprix" | "monzo" | "moo" | "moodle" | "moonrepo" | "moq" | "moqups" | "morrisons" | "moscowmetro" | "motorola" | "movistar" | "mozilla" | "mpv" | "mqtt" | "msi" | "msibusiness" | "mta" | "mtr" | "mubi" | "mui" | "mulesoft" | "muller" | "mullvad" | "multisim" | "mumble" | "muo" | "mural" | "musescore" | "musicbrainz" | "mxlinux" | "myanimelist" | "myget" | "myob" | "myshows" | "myspace" | "n26" | "n8n" | "namebase" | "namecheap" | "namemc" | "namesilo" | "namuwiki" | "nano" | "nanostores" | "napster" | "nasa" | "nationalgrid" | "nationalrail" | "natsdotio" | "naver" | "nba" | "nbb" | "nbc" | "ndr" | "near" | "nebula" | "nec" | "nederlandsespoorwegen" | "neo4j" | "neovim" | "neptune" | "nestjs" | "netapp" | "netbsd" | "netcup" | "netdata" | "neteasecloudmusic" | "netgear" | "netim" | "netlify" | "nette" | "netto" | "neutralinojs" | "newbalance" | "newegg" | "newjapanprowrestling" | "newpipe" | "newrelic" | "newyorktimes" | "nexon" | "nextbike" | "nextbilliondotai" | "nextcloud" | "nextdns" | "nextdoor" | "nextdotjs" | "nextflow" | "nextra" | "nexusmods" | "nfcore" | "nginx" | "nginxproxymanager" | "ngrok" | "ngrx" | "nhl" | "nhost" | "nicehash" | "niconico" | "nike" | "nikon" | "nim" | "nissan" | "nixos" | "nobaralinux" | "nodebb" | "nodedotjs" | "nodemon" | "nodered" | "nokia" | "nomad" | "norco" | "nordicsemiconductor" | "nordvpn" | "normalizedotcss" | "norton" | "norwegian" | "notebooklm" | "notepadplusplus" | "notion" | "notist" | "nounproject" | "novu" | "now" | "nrwl" | "nsis" | "ntfy" | "nubank" | "nucleo" | "nuget" | "numba" | "numpy" | "nunjucks" | "nushell" | "nutanix" | "nvm" | "nx" | "nxp" | "nzxt" | "o2" | "obb" | "observable" | "obsidian" | "obsstudio" | "obtainium" | "ocaml" | "oclc" | "oclif" | "octanerender" | "octave" | "octobercms" | "octoprint" | "octopusdeploy" | "oculus" | "odin" | "odoo" | "odysee" | "ohdear" | "okcupid" | "okta" | "okx" | "ollama" | "omadacloud" | "oneplus" | "onestream" | "onlyfans" | "onlyoffice" | "onnx" | "onstar" | "opel" | "open3d" | "openaccess" | "openaigym" | "openapiinitiative" | "openbadges" | "openbsd" | "openbugbounty" | "opencontainersinitiative" | "opencritic" | "opencv" | "openfaas" | "opengl" | "openhab" | "openjdk" | "openjsfoundation" | "openlayers" | "openmediavault" | "openmined" | "opennebula" | "openproject" | "openrouter" | "openscad" | "opensea" | "opensearch" | "opensourcehardware" | "opensourceinitiative" | "openssl" | "openstack" | "openstreetmap" | "opensuse" | "opentelemetry" | "opentext" | "opentofu" | "openverse" | "openvpn" | "openwrt" | "openzeppelin" | "openzfs" | "operagx" | "opnsense" | "oppo" | "opsgenie" | "opslevel" | "optimism" | "optuna" | "orcid" | "oreilly" | "org" | "organicmaps" | "osano" | "osf" | "osgeo" | "oshkosh" | "osmand" | "osmc" | "osu" | "otto" | "outline" | "overcast" | "overleaf" | "ovh" | "owasp" | "owncloud" | "oxc" | "oxygen" | "oyo" | "p5dotjs" | "packagist" | "packer" | "packt" | "paddle" | "paddlepaddle" | "paddypower" | "padlet" | "pagekit" | "pagerduty" | "pagespeedinsights" | "pagseguro" | "palantir" | "paloaltonetworks" | "paloaltosoftware" | "panasonic" | "pandas" | "pantheon" | "paperlessngx" | "paperspace" | "paperswithcode" | "paradoxinteractive" | "paramountplus" | "paritysubstrate" | "parrotsecurity" | "parsedotly" | "pastebin" | "payback" | "paychex" | "payhip" | "payloadcms" | "payoneer" | "paysafe" | "paytm" | "pcgamingwiki" | "pdm" | "pdq" | "peakdesign" | "pearson" | "peerlist" | "peertube" | "pegasusairlines" | "pelican" | "peloton" | "penny" | "penpot" | "percy" | "perforce" | "perl" | "persistent" | "personio" | "petsathome" | "peugeot" | "pexels" | "pfsense" | "phabricator" | "philipshue" | "phoenixframework" | "phonepe" | "phosphoricons" | "photobucket" | "photocrowd" | "photon" | "photopea" | "php" | "phpbb" | "phpmyadmin" | "phpstorm" | "piaggiogroup" | "piapro" | "picardsurgeles" | "picartodottv" | "picnic" | "picpay" | "picrew" | "picsart" | "picxy" | "pihole" | "pimcore" | "pinboard" | "pinescript" | "pinetwork" | "pingdom" | "pinia" | "pino" | "pioneerdj" | "piped" | "pipx" | "pivotaltracker" | "piwigo" | "pix" | "pixabay" | "pixelfed" | "pixiv" | "pixlr" | "pkgsrc" | "planetscale" | "plangrid" | "platformdotsh" | "platformio" | "platzi" | "plausibleanalytics" | "playcanvas" | "playerdotme" | "playerfm" | "playstation2" | "playstation3" | "playstation4" | "playstation5" | "playstationportable" | "playstationvita" | "pleroma" | "plesk" | "plotly" | "plume" | "pluralsight" | "plurk" | "pm2" | "pnpm" | "pocketbase" | "pocketcasts" | "podcastaddict" | "podcastindex" | "podman" | "poe" | "poetry" | "polars" | "polestar" | "polkadot" | "poly" | "polymerproject" | "polywork" | "pond5" | "popos" | "porkbun" | "porsche" | "portableappsdotcom" | "portainer" | "portswigger" | "posit" | "postcss" | "postgresql" | "posthog" | "postman" | "postmates" | "powers" | "prdotco" | "preact" | "precommit" | "prefect" | "premid" | "premierleague" | "prepbytes" | "prestashop" | "presto" | "prettier" | "prevention" | "prezi" | "primefaces" | "primeng" | "primereact" | "primevue" | "printables" | "prisma" | "prismic" | "privatedivision" | "privateinternetaccess" | "probot" | "processingfoundation" | "processon" | "processwire" | "producthunt" | "progate" | "prometheus" | "pronounsdotpage" | "prosieben" | "proteus" | "protocolsdotio" | "protodotio" | "proton" | "protoncalendar" | "protondb" | "protondrive" | "protonmail" | "protonvpn" | "protools" | "protractor" | "proxmox" | "pterodactyl" | "pubg" | "publons" | "pubmed" | "pug" | "pulumi" | "puma" | "puppet" | "puppeteer" | "purescript" | "purgecss" | "purism" | "pushbullet" | "pusher" | "pwa" | "pycharm" | "pycqa" | "pydantic" | "pyg" | "pypi" | "pypy" | "pyscaffold" | "pysyft" | "pytest" | "python" | "pythonanywhere" | "pytorch" | "pyup" | "qantas" | "qase" | "qatarairways" | "qbittorrent" | "qemu" | "qgis" | "qiita" | "qiwi" | "qlik" | "qmk" | "qnap" | "qodo" | "qq" | "qt" | "quad9" | "qualcomm" | "qualtrics" | "qualys" | "quantcast" | "quantconnect" | "quarkus" | "quarto" | "quasar" | "qubesos" | "quest" | "quickbooks" | "quicklook" | "quicktime" | "quicktype" | "quip" | "quizlet" | "qwant" | "qwik" | "qwiklabs" | "qzone" | "r3" | "rabbitmq" | "racket" | "radarr" | "radiofrance" | "radixui" | "radstudio" | "railway" | "rainmeter" | "rainyun" | "rakuten" | "rakutenkobo" | "ram" | "rancher" | "rapid" | "rarible" | "rasa" | "raspberrypi" | "ratatui" | "ravelry" | "ray" | "raycast" | "raylib" | "razer" | "razorpay" | "rclone" | "reactbootstrap" | "reacthookform" | "reactiveresume" | "reactivex" | "reactos" | "reactquery" | "reactrouter" | "reacttable" | "readdotcv" | "readme" | "readthedocs" | "reason" | "reasonstudios" | "recoil" | "redash" | "redbubble" | "redbull" | "redcandlegames" | "redhatopenshift" | "redis" | "redmine" | "redox" | "redragon" | "redsys" | "redux" | "reduxsaga" | "redwoodjs" | "reebok" | "refine" | "refinedgithub" | "relay" | "relianceindustrieslimited" | "remark" | "remedyentertainment" | "remix" | "removedotbg" | "renault" | "render" | "renovate" | "renpy" | "renren" | "replit" | "republicofgamers" | "rescript" | "rescuetime" | "researchgate" | "resend" | "resharper" | "resurrectionremixos" | "retool" | "retroachievements" | "retroarch" | "retropie" | "revanced" | "revealdotjs" | "revenuecat" | "reverbnation" | "revoltdotchat" | "revolut" | "rewe" | "rezgo" | "rhinoceros" | "rich" | "rider" | "rimacautomobili" | "rime" | "riotgames" | "riscv" | "riseup" | "ritzcarlton" | "rive" | "roadmapdotsh" | "roamresearch" | "robinhood" | "roblox" | "robloxstudio" | "roboflow" | "robotframework" | "rocketdotchat" | "rocksdb" | "rockstargames" | "rockwellautomation" | "rockylinux" | "roku" | "roll20" | "rollbar" | "rolldown" | "rollsroyce" | "rollupdotjs" | "rook" | "roon" | "root" | "rootme" | "roots" | "rootsbedrock" | "rootssage" | "ros" | "rossmann" | "rotaryinternational" | "rottentomatoes" | "roundcube" | "rsocket" | "rstudioide" | "rte" | "rtlzwei" | "rtm" | "rubocop" | "rubygems" | "rubymine" | "rubyonrails" | "rubysinatra" | "ruff" | "rumahweb" | "rumble" | "rundeck" | "runkeeper" | "runkit" | "runrundotit" | "rust" | "rustdesk" | "rxdb" | "ryanair" | "rye" | "s7airlines" | "sabanci" | "safari" | "sage" | "sagemath" | "sahibinden" | "sailfishos" | "sailsdotjs" | "salla" | "saltproject" | "samsclub" | "samsung" | "samsungpay" | "sanfranciscomunicipalrailway" | "sanic" | "sanity" | "saopaulometro" | "sartorius" | "sat1" | "saturn" | "saucelabs" | "saudia" | "scala" | "scalar" | "scaleway" | "scania" | "schneiderelectric" | "scikitlearn" | "scilab" | "scipy" | "scopus" | "scpfoundation" | "scrapbox" | "scrapy" | "scratch" | "screencastify" | "scribd" | "scrimba" | "scrollreveal" | "scrumalliance" | "scrutinizerci" | "scylladb" | "seafile" | "seagate" | "searxng" | "seatgeek" | "securityscorecard" | "sefaria" | "sega" | "selenium" | "sellfy" | "semanticrelease" | "semanticscholar" | "semanticui" | "semanticuireact" | "semanticweb" | "semaphoreci" | "semrush" | "semver" | "sencha" | "sendgrid" | "sennheiser" | "sensu" | "sentry" | "sepa" | "sequelize" | "servbay" | "serverfault" | "serverless" | "session" | "sessionize" | "setapp" | "sfml" | "shadcnui" | "shanghaimetro" | "sharex" | "sharp" | "shazam" | "shelly" | "shenzhenmetro" | "shieldsdotio" | "shikimori" | "shopee" | "shopify" | "shopware" | "shortcut" | "showpad" | "showtime" | "showwcase" | "shutterstock" | "sidekiq" | "sidequest" | "siemens" | "sifive" | "silverairways" | "similarweb" | "simkl" | "simpleanalytics" | "simpleicons" | "simplelocalize" | "simplelogin" | "simplenote" | "simplex" | "sinaweibo" | "singaporeairlines" | "singlestore" | "sitecore" | "sitepoint" | "siyuan" | "skaffold" | "sketch" | "sketchfab" | "sketchup" | "skillshare" | "skoda" | "sky" | "skypack" | "slackware" | "slashdot" | "slickpic" | "slides" | "slideshare" | "slint" | "smart" | "smartthings" | "smashingmagazine" | "smoothcomp" | "smrt" | "smugmug" | "snapcraft" | "snapdragon" | "sncf" | "snort" | "snowpack" | "snyk" | "socialblade" | "society6" | "socket" | "socketdotio" | "softcatala" | "softpedia" | "sogou" | "solana" | "solidity" | "sololearn" | "solus" | "sonar" | "sonarqubecloud" | "sonarqubeforide" | "sonarqubeserver" | "sonarr" | "sonatype" | "songkick" | "songoda" | "sonicwall" | "sonos" | "sony" | "soriana" | "soundcharts" | "sourceengine" | "sourcehut" | "sourcetree" | "southwestairlines" | "spacemacs" | "spaceship" | "spacex" | "spacy" | "sparkar" | "sparkasse" | "sparkfun" | "sparkpost" | "spdx" | "speakerdeck" | "spectrum" | "speedtest" | "speedypage" | "sphinx" | "spigotmc" | "spine" | "spinnaker" | "splunk" | "spoj" | "spond" | "spreadshirt" | "spreaker" | "spring" | "spring-creators" | "springboot" | "springsecurity" | "spyderide" | "sqlalchemy" | "sqlite" | "squareenix" | "squarespace" | "srgssr" | "ssrn" | "sst" | "stackbit" | "stackblitz" | "stackedit" | "stackexchange" | "stackhawk" | "stackoverflow" | "stackshare" | "stadia" | "staffbase" | "stagetimer" | "standardjs" | "standardresume" | "starbucks" | "stardock" | "starlingbank" | "starship" | "startdotgg" | "startpage" | "startrek" | "starz" | "statamic" | "statista" | "statuspage" | "statuspal" | "steamdb" | "steamdeck" | "steamworks" | "steelseries" | "steem" | "steemit" | "steinberg" | "stellar" | "stencil" | "stencyl" | "stimulus" | "stmicroelectronics" | "stockx" | "stopstalk" | "storyblok" | "storybook" | "strapi" | "streamlabs" | "streamlit" | "streamrunners" | "stremio" | "strongswan" | "stryker" | "stubhub" | "studio3t" | "styledcomponents" | "stylelint" | "styleshare" | "stylus" | "subaru" | "sublimetext" | "subtitleedit" | "subversion" | "suckless" | "sui" | "suitest" | "sumologic" | "suno" | "supabase" | "supercrease" | "supermicro" | "superuser" | "surfshark" | "surrealdb" | "surveymonkey" | "suse" | "suzuki" | "svelte" | "svgdotjs" | "svgo" | "svgtrace" | "swagger" | "swarm" | "sway" | "swc" | "swift" | "swiggy" | "swiper" | "swisscows" | "swr" | "symantec" | "symbolab" | "symphony" | "sympy" | "syncthing" | "synology" | "system76" | "tabelog" | "tablecheck" | "tacobell" | "tado" | "taichigraphics" | "taichilang" | "tails" | "tailscale" | "tailwindcss" | "taipy" | "taketwointeractivesoftware" | "talend" | "talenthouse" | "talos" | "tamiya" | "tampermonkey" | "taobao" | "tapas" | "tarom" | "tasmota" | "tata" | "tauri" | "taxbuzz" | "tcs" | "teal" | "teamcity" | "teamspeak" | "techcrunch" | "ted" | "teepublic" | "teespring" | "tekton" | "tele5" | "telefonica" | "telegraph" | "telenor" | "telequebec" | "temporal" | "tensorflow" | "teradata" | "teratail" | "termius" | "tesco" | "tesla" | "testcafe" | "testin" | "testinglibrary" | "testrail" | "tether" | "textpattern" | "tga" | "thangs" | "thanos" | "thealgorithms" | "theboringcompany" | "theconversation" | "thefinals" | "theguardian" | "theirishtimes" | "themighty" | "themodelsresource" | "themoviedatabase" | "thenorthface" | "theodinproject" | "theplanetarysociety" | "theregister" | "thesoundsresource" | "thespritersresource" | "thestorygraph" | "thewashingtonpost" | "theweatherchannel" | "thingiverse" | "thinkpad" | "thirdweb" | "threadless" | "threedotjs" | "threema" | "thunderbird" | "thunderstore" | "thurgauerkantonalbank" | "thymeleaf" | "ticketmaster" | "ticktick" | "tidal" | "tiddlywiki" | "tide" | "tidyverse" | "tietoevry" | "tildapublishing" | "tile" | "timescale" | "tina" | "tinder" | "tindie" | "tinkercad" | "tinygrad" | "tinyletter" | "tistory" | "tldraw" | "tmux" | "todoist" | "toggl" | "toggltrack" | "tokio" | "tokyometro" | "toll" | "tomorrowland" | "tomtom" | "ton" | "topcoder" | "topdotgg" | "toptal" | "torbrowser" | "torizon" | "torproject" | "toshiba" | "totvs" | "tourbox" | "toyota" | "tplink" | "tqdm" | "traccar" | "tradingview" | "traefikmesh" | "traefikproxy" | "trailforks" | "trainerroad" | "trakt" | "transifex" | "transmission" | "transportforireland" | "transportforlondon" | "travisci" | "treehouse" | "trendmicro" | "tresorit" | "treyarch" | "tricentis" | "trilium" | "triller" | "trillertv" | "trimble" | "trino" | "tripadvisor" | "tripdotcom" | "trivago" | "trivy" | "trove" | "trpc" | "truenas" | "trueup" | "trulia" | "trustedshops" | "trustpilot" | "tryhackme" | "tryitonline" | "tsnode" | "tubi" | "tui" | "tumblr" | "tunein" | "turbo" | "turborepo" | "turbosquid" | "turkishairlines" | "turso" | "tuta" | "tuxedocomputers" | "tv4play" | "tvtime" | "twenty" | "twilio" | "twinkly" | "twinmotion" | "typeform" | "typeorm" | "typer" | "typo3" | "typst" | "uber" | "ubereats" | "ubiquiti" | "ublockorigin" | "ubuntumate" | "udacity" | "udemy" | "udotsdotnews" | "ufc" | "uikit" | "uipath" | "ukca" | "ultralytics" | "ulule" | "umami" | "umbrel" | "uml" | "unacademy" | "underarmour" | "underscoredotjs" | "undertale" | "unilever" | "uniqlo" | "uniqlo-ja" | "unitedairlines" | "unitednations" | "unjs" | "unlicense" | "unocss" | "unpkg" | "unraid" | "unrealengine" | "unsplash" | "unstop" | "untappd" | "upcloud" | "uphold" | "uplabs" | "upptime" | "ups" | "upstash" | "uptimekuma" | "upwork" | "uservoice" | "usps" | "utorrent" | "uv" | "v0" | "v2ex" | "v8" | "vaadin" | "vagrant" | "vala" | "valorant" | "vanillaextract" | "vapor" | "vaultwarden" | "vauxhall" | "vbulletin" | "vectary" | "vectorlogozone" | "vectorworks" | "veeam" | "veed" | "veepee" | "vega" | "vegas" | "velocity" | "velog" | "vencord" | "venmo" | "vercel" | "verdaccio" | "veritas" | "verizon" | "vespa" | "vestel" | "vexxhost" | "vfairs" | "viadeo" | "viaplay" | "viber" | "viblo" | "victoriametrics" | "victronenergy" | "vikunja" | "vim" | "vimeolivestream" | "vinted" | "virgin" | "virginatlantic" | "virginmedia" | "virtualbox" | "virustotal" | "visa" | "visualparadigm" | "visx" | "vite" | "vitepress" | "vitess" | "vitest" | "vivaldi" | "vivawallet" | "vivino" | "vivint" | "vivo" | "vk" | "vlcmediaplayer" | "vmware" | "vodafone" | "voelkner" | "voidlinux" | "voipdotms" | "volkswagen" | "volvo" | "vonage" | "vorondesign" | "vowpalwabbit" | "vox" | "vrchat" | "vsco" | "vscodium" | "vtex" | "vuedotjs" | "vueuse" | "vulkan" | "vultr" | "vyond" | "w3schools" | "wacom" | "wagmi" | "wagtail" | "wails" | "wakatime" | "walkman" | "wallabag" | "walletconnect" | "walmart" | "wantedly" | "wappalyzer" | "warnerbros" | "warp" | "wasabi" | "wasmcloud" | "wasmer" | "watchtower" | "wattpad" | "wayland" | "wazirx" | "wearos" | "weasyl" | "web3dotjs" | "webassembly" | "webauthn" | "webcomponentsdotorg" | "webdotde" | "webdriverio" | "webex" | "webflow" | "webgl" | "webgpu" | "weblate" | "webmin" | "webmoney" | "webstorm" | "webtoon" | "webtrees" | "wegame" | "weightsandbiases" | "welcometothejungle" | "wellfound" | "wellsfargo" | "wemo" | "weread" | "westerndigital" | "westernunion" | "wetransfer" | "wezterm" | "wgpu" | "what3words" | "wheniwork" | "wikibooks" | "wikidata" | "wikidotgg" | "wikidotjs" | "wikimediacommons" | "wikimediafoundation" | "wikiquote" | "wikisource" | "wikiversity" | "wikivoyage" | "winamp" | "windsurf" | "wipro" | "wire" | "wireguard" | "wireshark" | "wise" | "wish" | "wistia" | "wix" | "wizzair" | "wolfram" | "wolframlanguage" | "wolframmathematica" | "wondershare" | "wondersharefilmora" | "woo" | "woocommerce" | "workplace" | "worldhealthorganization" | "wpengine" | "wpexplorer" | "wprocket" | "writedotas" | "wwe" | "wwise" | "wxt" | "wykop" | "wyze" | "xampp" | "xcode" | "xdadevelopers" | "xdotorg" | "xendit" | "xero" | "xfce" | "xiaohongshu" | "xiaomi" | "xing" | "xo" | "xrp" | "xsplit" | "xstate" | "xubuntu" | "xyflow" | "yaak" | "yabai" | "yale" | "yamahacorporation" | "yamahamotorcorporation" | "yaml" | "yandexcloud" | "yarn" | "ycombinator" | "yeti" | "yii" | "yoast" | "yolo" | "youhodler" | "youtubegaming" | "youtubekids" | "youtubemusic" | "youtubeshorts" | "youtubestudio" | "youtubetv" | "yr" | "yubico" | "yunohost" | "zabka" | "zaim" | "zalando" | "zalo" | "zapier" | "zara" | "zazzle" | "zcash" | "zcool" | "zdf" | "zebpay" | "zebratechnologies" | "zedindustries" | "zelle" | "zenbrowser" | "zendesk" | "zenn" | "zenodo" | "zensar" | "zerodha" | "zerotier" | "zettlr" | "zhihu" | "zig" | "zigbee2mqtt" | "ziggo" | "zilch" | "zillow" | "zincsearch" | "zingat" | "zod" | "zoho" | "zoiper" | "zola" | "zomato" | "zorin" | "zotero" | "zsh" | "zulip" | "zyte"> & import("react").RefAttributes<import("react-native").View>>>;
3397
3394
  export {};
3398
3395
  //# sourceMappingURL=SimpleIcons.d.ts.map
@@ -196,9 +196,6 @@ declare const simple_line_iconsIconNames: {
196
196
  readonly wrench: true;
197
197
  };
198
198
  export type SimpleLineIconsIconName = keyof typeof simple_line_iconsIconNames;
199
- export declare const SimpleLineIcons: {
200
- ({ name, size, color, width, height, style, className, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, onPress, onLongPress, onPressIn, onPressOut, disabled, pressedStyle, animate, animationDuration, animationLoop, animationEasing, animationDelay, autoPlay, onAnimationComplete, }: import("..").IconProps<"map" | "anchor" | "link" | "menu" | "list" | "key" | "cursor" | "direction" | "picture" | "loop" | "book-open" | "briefcase" | "crop" | "cursor-move" | "diamond" | "directions" | "eye" | "flag" | "graph" | "grid" | "login" | "logout" | "magnet" | "mouse" | "mustache" | "note" | "notebook" | "pin" | "tag" | "target" | "arrow-down" | "arrow-down-circle" | "arrow-left" | "arrow-left-circle" | "arrow-right" | "arrow-right-circle" | "arrow-up" | "arrow-up-circle" | "refresh" | "reload" | "share" | "shuffle" | "equalizer" | "volume-off" | "lock" | "lock-open" | "speedometer" | "credit-card" | "wallet" | "phone" | "cloud-download" | "cloud-upload" | "clock" | "pencil" | "folder" | "cup" | "check" | "close" | "ghost" | "heart" | "puzzle" | "shield" | "compass" | "layers" | "wrench" | "bell" | "camera" | "fire" | "home" | "power" | "printer" | "calculator" | "exclamation" | "minus" | "plus" | "disc" | "microphone" | "film" | "rocket" | "star" | "basket" | "trophy" | "umbrella" | "envelope-open" | "globe-alt" | "paper-clip" | "trash" | "user" | "badge" | "ban" | "bubbles" | "frame" | "globe" | "handbag" | "hourglass" | "info" | "plane" | "settings" | "speech" | "volume-1" | "volume-2" | "pie-chart" | "bubble" | "bulb" | "eyeglass" | "location-pin" | "playlist" | "vector" | "bag" | "paypal" | "people" | "question" | "paper-plane" | "magic-wand" | "chemistry" | "doc" | "user-follow" | "event" | "game-controller" | "options" | "support" | "energy" | "call-end" | "docs" | "drawer" | "chart" | "dislike" | "like" | "share-alt" | "graduation" | "feed" | "action-redo" | "action-undo" | "drop" | "screen-desktop" | "screen-smartphone" | "user-female" | "user-unfollow" | "organization" | "present" | "social-behance" | "social-dribbble" | "social-dropbox" | "social-facebook" | "social-github" | "social-instagram" | "social-linkedin" | "social-reddit" | "social-skype" | "social-spotify" | "social-steam" | "social-stumbleupon" | "social-tumblr" | "social-twitter" | "social-youtube" | "magnifier" | "folder-alt" | "options-vertical" | "calender" | "basket-loaded" | "call-in" | "call-out" | "camrecorder" | "control-end" | "control-forward" | "control-pause" | "control-play" | "control-rewind" | "control-start" | "earphones" | "earphones-alt" | "emotsmile" | "envolope" | "envolope-letter" | "magnifier-add" | "magnifier-remove" | "music-tone" | "music-tone-alt" | "screen-tablet" | "size-actual" | "size-fullscreen" | "social-foursqare" | "social-google" | "social-pintarest" | "social-soundcloud" | "social-vkontakte" | "symble-female" | "symbol-male" | "user-following">): import("react").JSX.Element;
201
- displayName: string;
202
- };
199
+ export declare const SimpleLineIcons: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"map" | "anchor" | "link" | "menu" | "list" | "key" | "cursor" | "direction" | "picture" | "loop" | "book-open" | "briefcase" | "crop" | "cursor-move" | "diamond" | "directions" | "eye" | "flag" | "graph" | "grid" | "login" | "logout" | "magnet" | "mouse" | "mustache" | "note" | "notebook" | "pin" | "tag" | "target" | "arrow-down" | "arrow-down-circle" | "arrow-left" | "arrow-left-circle" | "arrow-right" | "arrow-right-circle" | "arrow-up" | "arrow-up-circle" | "refresh" | "reload" | "share" | "shuffle" | "equalizer" | "volume-off" | "lock" | "lock-open" | "speedometer" | "credit-card" | "wallet" | "phone" | "cloud-download" | "cloud-upload" | "clock" | "pencil" | "folder" | "cup" | "check" | "close" | "ghost" | "heart" | "puzzle" | "shield" | "compass" | "layers" | "wrench" | "bell" | "camera" | "fire" | "home" | "power" | "printer" | "calculator" | "exclamation" | "minus" | "plus" | "disc" | "microphone" | "film" | "rocket" | "star" | "basket" | "trophy" | "umbrella" | "envelope-open" | "globe-alt" | "paper-clip" | "trash" | "user" | "badge" | "ban" | "bubbles" | "frame" | "globe" | "handbag" | "hourglass" | "info" | "plane" | "settings" | "speech" | "volume-1" | "volume-2" | "pie-chart" | "bubble" | "bulb" | "eyeglass" | "location-pin" | "playlist" | "vector" | "bag" | "paypal" | "people" | "question" | "paper-plane" | "magic-wand" | "chemistry" | "doc" | "user-follow" | "event" | "game-controller" | "options" | "support" | "energy" | "call-end" | "docs" | "drawer" | "chart" | "dislike" | "like" | "share-alt" | "graduation" | "feed" | "action-redo" | "action-undo" | "drop" | "screen-desktop" | "screen-smartphone" | "user-female" | "user-unfollow" | "organization" | "present" | "social-behance" | "social-dribbble" | "social-dropbox" | "social-facebook" | "social-github" | "social-instagram" | "social-linkedin" | "social-reddit" | "social-skype" | "social-spotify" | "social-steam" | "social-stumbleupon" | "social-tumblr" | "social-twitter" | "social-youtube" | "magnifier" | "folder-alt" | "options-vertical" | "calender" | "basket-loaded" | "call-in" | "call-out" | "camrecorder" | "control-end" | "control-forward" | "control-pause" | "control-play" | "control-rewind" | "control-start" | "earphones" | "earphones-alt" | "emotsmile" | "envolope" | "envolope-letter" | "magnifier-add" | "magnifier-remove" | "music-tone" | "music-tone-alt" | "screen-tablet" | "size-actual" | "size-fullscreen" | "social-foursqare" | "social-google" | "social-pintarest" | "social-soundcloud" | "social-vkontakte" | "symble-female" | "symbol-male" | "user-following"> & import("react").RefAttributes<import("react-native").View>>>;
203
200
  export {};
204
201
  //# sourceMappingURL=SimpleLineIcons.d.ts.map
@@ -404,9 +404,6 @@ declare const skill_iconsIconNames: {
404
404
  readonly 'zig-light': true;
405
405
  };
406
406
  export type SkillIconsIconName = keyof typeof skill_iconsIconNames;
407
- export declare const SkillIcons: {
408
- ({ name, size, color, width, height, style, className, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, onPress, onLongPress, onPressIn, onPressOut, disabled, pressedStyle, animate, animationDuration, animationLoop, animationEasing, animationDelay, autoPlay, onAnimationComplete, }: import("..").IconProps<"html" | "ruby" | "ansible" | "babel" | "bootstrap" | "docker" | "ember" | "gatsby" | "git" | "instagram" | "jquery" | "kubernetes" | "linkedin" | "sass" | "twitter" | "wordpress" | "atom" | "rocket" | "xd" | "css" | "discord" | "javascript" | "typescript" | "c" | "appwrite" | "arduino" | "astro" | "django" | "dotnet" | "electron" | "fastapi" | "fortran" | "gulp" | "heroku" | "jest" | "mongodb" | "nginx" | "ocaml" | "perl" | "postman" | "prisma" | "prometheus" | "redux" | "robloxstudio" | "rust" | "selenium" | "sentry" | "solidity" | "sqlite" | "styledcomponents" | "svelte" | "swift" | "unrealengine" | "vala" | "webassembly" | "webflow" | "emacs" | "kafka" | "openshift" | "p5js" | "rails" | "apollo" | "adonis" | "cpp" | "cs" | "aftereffects" | "illustrator" | "photoshop" | "golang" | "flask-light" | "bun-light" | "crystal-light" | "deno-light" | "forth" | "netlify-light" | "pnpm-light" | "remix-light" | "vercel-light" | "yarn-light" | "ableton-dark" | "ableton-light" | "activitypub-dark" | "activitypub-light" | "actix-dark" | "actix-light" | "aiscript-dark" | "aiscript-light" | "alpinejs-dark" | "alpinejs-light" | "anaconda-dark" | "anaconda-light" | "androidstudio-dark" | "androidstudio-light" | "angular-dark" | "angular-light" | "apple-dark" | "apple-light" | "arch-dark" | "arch-light" | "audition" | "autocad-dark" | "autocad-light" | "aws-dark" | "aws-light" | "azul" | "azure-dark" | "azure-light" | "bash-dark" | "bash-light" | "bevy-dark" | "bevy-light" | "bitbucket-dark" | "bitbucket-light" | "blender-dark" | "blender-light" | "bsd-dark" | "bsd-light" | "bun-dark" | "cassandra-dark" | "cassandra-light" | "clion-dark" | "clion-light" | "clojure-dark" | "clojure-light" | "cloudflare-dark" | "cloudflare-light" | "cmake-dark" | "cmake-light" | "codepen-dark" | "codepen-light" | "coffeescript-dark" | "coffeescript-light" | "crystal-dark" | "cypress-dark" | "cypress-light" | "d3-dark" | "d3-light" | "dart-dark" | "dart-light" | "debian-dark" | "debian-light" | "deno-dark" | "devto-dark" | "devto-light" | "discordbots" | "discordjs-dark" | "discordjs-light" | "dynamodb-dark" | "dynamodb-light" | "eclipse-dark" | "eclipse-light" | "elasticsearch-dark" | "elasticsearch-light" | "elixir-dark" | "elixir-light" | "elysia-dark" | "elysia-light" | "emotion-dark" | "emotion-light" | "expressjs-dark" | "expressjs-light" | "fediverse-dark" | "fediverse-light" | "figma-dark" | "figma-light" | "flask-dark" | "flutter-dark" | "flutter-light" | "gamemakerstudio" | "gcp-dark" | "gcp-light" | "gherkin-dark" | "gherkin-light" | "github-dark" | "github-light" | "githubactions-dark" | "githubactions-light" | "gitlab-dark" | "gitlab-light" | "gmail-dark" | "gmail-light" | "godot-dark" | "godot-light" | "gradle-dark" | "gradle-light" | "grafana-dark" | "grafana-light" | "graphql-dark" | "graphql-light" | "gtk-dark" | "gtk-light" | "haskell-dark" | "haskell-light" | "haxe-dark" | "haxe-light" | "haxeflixel-dark" | "haxeflixel-light" | "hibernate-dark" | "hibernate-light" | "htmx-dark" | "htmx-light" | "idea-dark" | "idea-light" | "ipfs-dark" | "ipfs-light" | "java-dark" | "java-light" | "jenkins-dark" | "jenkins-light" | "julia-dark" | "julia-light" | "kali-dark" | "kali-light" | "kotlin-dark" | "kotlin-light" | "ktor-dark" | "ktor-light" | "laravel-dark" | "laravel-light" | "latex-dark" | "latex-light" | "less-dark" | "less-light" | "linux-dark" | "linux-light" | "lit-dark" | "lit-light" | "lua-dark" | "lua-light" | "markdown-dark" | "markdown-light" | "mastodon-dark" | "mastodon-light" | "materialui-dark" | "materialui-light" | "matlab-dark" | "matlab-light" | "maven-dark" | "maven-light" | "mint-dark" | "mint-light" | "misskey-dark" | "misskey-light" | "mysql-dark" | "mysql-light" | "neovim-dark" | "neovim-light" | "nestjs-dark" | "nestjs-light" | "netlify-dark" | "nextjs-dark" | "nextjs-light" | "nim-dark" | "nim-light" | "nix-dark" | "nix-light" | "nodejs-dark" | "nodejs-light" | "notion-dark" | "notion-light" | "npm-dark" | "npm-light" | "nuxtjs-dark" | "nuxtjs-light" | "obsidian-dark" | "obsidian-light" | "octave-dark" | "octave-light" | "opencv-dark" | "opencv-light" | "openstack-dark" | "openstack-light" | "php-dark" | "php-light" | "phpstorm-dark" | "phpstorm-light" | "pinia-dark" | "pinia-light" | "pkl-dark" | "pkl-light" | "plan9-dark" | "plan9-light" | "planetscale-dark" | "planetscale-light" | "pnpm-dark" | "postgresql-dark" | "postgresql-light" | "powershell-dark" | "powershell-light" | "premiere" | "processing-dark" | "processing-light" | "pug-dark" | "pug-light" | "pycharm-dark" | "pycharm-light" | "python-dark" | "python-light" | "pytorch-dark" | "pytorch-light" | "qt-dark" | "qt-light" | "r-dark" | "r-light" | "rabbitmq-dark" | "rabbitmq-light" | "raspberrypi-dark" | "raspberrypi-light" | "react-dark" | "react-light" | "reactivex-dark" | "reactivex-light" | "redhat-dark" | "redhat-light" | "redis-dark" | "redis-light" | "regex-dark" | "regex-light" | "remix-dark" | "replit-dark" | "replit-light" | "rider-dark" | "rider-light" | "rollupjs-dark" | "rollupjs-light" | "ros-dark" | "ros-light" | "scala-dark" | "scala-light" | "scikitlearn-dark" | "scikitlearn-light" | "sequelize-dark" | "sequelize-light" | "sketchup-dark" | "sketchup-light" | "solidjs-dark" | "solidjs-light" | "spring-dark" | "spring-light" | "stackoverflow-dark" | "stackoverflow-light" | "sublime-dark" | "sublime-light" | "supabase-dark" | "supabase-light" | "svg-dark" | "svg-light" | "symfony-dark" | "symfony-light" | "tailwindcss-dark" | "tailwindcss-light" | "tauri-dark" | "tauri-light" | "tensorflow-dark" | "tensorflow-light" | "terraform-dark" | "terraform-light" | "threejs-dark" | "threejs-light" | "ubuntu-dark" | "ubuntu-light" | "unity-dark" | "unity-light" | "v-dark" | "v-light" | "vercel-dark" | "vim-dark" | "vim-light" | "visualstudio-dark" | "visualstudio-light" | "vite-dark" | "vite-light" | "vitest-dark" | "vitest-light" | "vscode-dark" | "vscode-light" | "vscodium-dark" | "vscodium-light" | "vuejs-dark" | "vuejs-light" | "vuetify-dark" | "vuetify-light" | "webpack-dark" | "webpack-light" | "webstorm-dark" | "webstorm-light" | "windicss-dark" | "windicss-light" | "windows-dark" | "windows-light" | "workers-dark" | "workers-light" | "yarn-dark" | "yew-dark" | "yew-light" | "zig-dark" | "zig-light">): import("react").JSX.Element;
409
- displayName: string;
410
- };
407
+ export declare const SkillIcons: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"html" | "ruby" | "ansible" | "babel" | "bootstrap" | "docker" | "ember" | "gatsby" | "git" | "instagram" | "jquery" | "kubernetes" | "linkedin" | "sass" | "twitter" | "wordpress" | "atom" | "rocket" | "xd" | "css" | "discord" | "javascript" | "typescript" | "c" | "appwrite" | "arduino" | "astro" | "django" | "dotnet" | "electron" | "fastapi" | "fortran" | "gulp" | "heroku" | "jest" | "mongodb" | "nginx" | "ocaml" | "perl" | "postman" | "prisma" | "prometheus" | "redux" | "robloxstudio" | "rust" | "selenium" | "sentry" | "solidity" | "sqlite" | "styledcomponents" | "svelte" | "swift" | "unrealengine" | "vala" | "webassembly" | "webflow" | "emacs" | "kafka" | "openshift" | "p5js" | "rails" | "apollo" | "adonis" | "cpp" | "cs" | "aftereffects" | "illustrator" | "photoshop" | "golang" | "flask-light" | "bun-light" | "crystal-light" | "deno-light" | "forth" | "netlify-light" | "pnpm-light" | "remix-light" | "vercel-light" | "yarn-light" | "ableton-dark" | "ableton-light" | "activitypub-dark" | "activitypub-light" | "actix-dark" | "actix-light" | "aiscript-dark" | "aiscript-light" | "alpinejs-dark" | "alpinejs-light" | "anaconda-dark" | "anaconda-light" | "androidstudio-dark" | "androidstudio-light" | "angular-dark" | "angular-light" | "apple-dark" | "apple-light" | "arch-dark" | "arch-light" | "audition" | "autocad-dark" | "autocad-light" | "aws-dark" | "aws-light" | "azul" | "azure-dark" | "azure-light" | "bash-dark" | "bash-light" | "bevy-dark" | "bevy-light" | "bitbucket-dark" | "bitbucket-light" | "blender-dark" | "blender-light" | "bsd-dark" | "bsd-light" | "bun-dark" | "cassandra-dark" | "cassandra-light" | "clion-dark" | "clion-light" | "clojure-dark" | "clojure-light" | "cloudflare-dark" | "cloudflare-light" | "cmake-dark" | "cmake-light" | "codepen-dark" | "codepen-light" | "coffeescript-dark" | "coffeescript-light" | "crystal-dark" | "cypress-dark" | "cypress-light" | "d3-dark" | "d3-light" | "dart-dark" | "dart-light" | "debian-dark" | "debian-light" | "deno-dark" | "devto-dark" | "devto-light" | "discordbots" | "discordjs-dark" | "discordjs-light" | "dynamodb-dark" | "dynamodb-light" | "eclipse-dark" | "eclipse-light" | "elasticsearch-dark" | "elasticsearch-light" | "elixir-dark" | "elixir-light" | "elysia-dark" | "elysia-light" | "emotion-dark" | "emotion-light" | "expressjs-dark" | "expressjs-light" | "fediverse-dark" | "fediverse-light" | "figma-dark" | "figma-light" | "flask-dark" | "flutter-dark" | "flutter-light" | "gamemakerstudio" | "gcp-dark" | "gcp-light" | "gherkin-dark" | "gherkin-light" | "github-dark" | "github-light" | "githubactions-dark" | "githubactions-light" | "gitlab-dark" | "gitlab-light" | "gmail-dark" | "gmail-light" | "godot-dark" | "godot-light" | "gradle-dark" | "gradle-light" | "grafana-dark" | "grafana-light" | "graphql-dark" | "graphql-light" | "gtk-dark" | "gtk-light" | "haskell-dark" | "haskell-light" | "haxe-dark" | "haxe-light" | "haxeflixel-dark" | "haxeflixel-light" | "hibernate-dark" | "hibernate-light" | "htmx-dark" | "htmx-light" | "idea-dark" | "idea-light" | "ipfs-dark" | "ipfs-light" | "java-dark" | "java-light" | "jenkins-dark" | "jenkins-light" | "julia-dark" | "julia-light" | "kali-dark" | "kali-light" | "kotlin-dark" | "kotlin-light" | "ktor-dark" | "ktor-light" | "laravel-dark" | "laravel-light" | "latex-dark" | "latex-light" | "less-dark" | "less-light" | "linux-dark" | "linux-light" | "lit-dark" | "lit-light" | "lua-dark" | "lua-light" | "markdown-dark" | "markdown-light" | "mastodon-dark" | "mastodon-light" | "materialui-dark" | "materialui-light" | "matlab-dark" | "matlab-light" | "maven-dark" | "maven-light" | "mint-dark" | "mint-light" | "misskey-dark" | "misskey-light" | "mysql-dark" | "mysql-light" | "neovim-dark" | "neovim-light" | "nestjs-dark" | "nestjs-light" | "netlify-dark" | "nextjs-dark" | "nextjs-light" | "nim-dark" | "nim-light" | "nix-dark" | "nix-light" | "nodejs-dark" | "nodejs-light" | "notion-dark" | "notion-light" | "npm-dark" | "npm-light" | "nuxtjs-dark" | "nuxtjs-light" | "obsidian-dark" | "obsidian-light" | "octave-dark" | "octave-light" | "opencv-dark" | "opencv-light" | "openstack-dark" | "openstack-light" | "php-dark" | "php-light" | "phpstorm-dark" | "phpstorm-light" | "pinia-dark" | "pinia-light" | "pkl-dark" | "pkl-light" | "plan9-dark" | "plan9-light" | "planetscale-dark" | "planetscale-light" | "pnpm-dark" | "postgresql-dark" | "postgresql-light" | "powershell-dark" | "powershell-light" | "premiere" | "processing-dark" | "processing-light" | "pug-dark" | "pug-light" | "pycharm-dark" | "pycharm-light" | "python-dark" | "python-light" | "pytorch-dark" | "pytorch-light" | "qt-dark" | "qt-light" | "r-dark" | "r-light" | "rabbitmq-dark" | "rabbitmq-light" | "raspberrypi-dark" | "raspberrypi-light" | "react-dark" | "react-light" | "reactivex-dark" | "reactivex-light" | "redhat-dark" | "redhat-light" | "redis-dark" | "redis-light" | "regex-dark" | "regex-light" | "remix-dark" | "replit-dark" | "replit-light" | "rider-dark" | "rider-light" | "rollupjs-dark" | "rollupjs-light" | "ros-dark" | "ros-light" | "scala-dark" | "scala-light" | "scikitlearn-dark" | "scikitlearn-light" | "sequelize-dark" | "sequelize-light" | "sketchup-dark" | "sketchup-light" | "solidjs-dark" | "solidjs-light" | "spring-dark" | "spring-light" | "stackoverflow-dark" | "stackoverflow-light" | "sublime-dark" | "sublime-light" | "supabase-dark" | "supabase-light" | "svg-dark" | "svg-light" | "symfony-dark" | "symfony-light" | "tailwindcss-dark" | "tailwindcss-light" | "tauri-dark" | "tauri-light" | "tensorflow-dark" | "tensorflow-light" | "terraform-dark" | "terraform-light" | "threejs-dark" | "threejs-light" | "ubuntu-dark" | "ubuntu-light" | "unity-dark" | "unity-light" | "v-dark" | "v-light" | "vercel-dark" | "vim-dark" | "vim-light" | "visualstudio-dark" | "visualstudio-light" | "vite-dark" | "vite-light" | "vitest-dark" | "vitest-light" | "vscode-dark" | "vscode-light" | "vscodium-dark" | "vscodium-light" | "vuejs-dark" | "vuejs-light" | "vuetify-dark" | "vuetify-light" | "webpack-dark" | "webpack-light" | "webstorm-dark" | "webstorm-light" | "windicss-dark" | "windicss-light" | "windows-dark" | "windows-light" | "workers-dark" | "workers-light" | "yarn-dark" | "yew-dark" | "yew-light" | "zig-dark" | "zig-light"> & import("react").RefAttributes<import("react-native").View>>>;
411
408
  export {};
412
409
  //# sourceMappingURL=SkillIcons.d.ts.map