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
@@ -919,9 +919,6 @@ declare const gardenIconNames: {
919
919
  readonly 'zendesk-stroke-16': true;
920
920
  };
921
921
  export type GardenIconName = keyof typeof gardenIconNames;
922
- export declare const Garden: {
923
- ({ 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<"check-circle-fill-12" | "check-circle-fill-16" | "clock-fill-16" | "heart-fill-16" | "home-fill-16" | "inbox-fill-16" | "paperclip-16" | "sparkle-fill-16" | "star-fill-16" | "x-circle-fill-12" | "x-circle-fill-16" | "_123-fill-12" | "_123-fill-16" | "_123-stroke-12" | "_123-stroke-16" | "adjust-fill-12" | "adjust-fill-16" | "adjust-stroke-12" | "adjust-stroke-16" | "alert-error-fill-12" | "alert-error-fill-16" | "alert-error-stroke-12" | "alert-error-stroke-16" | "alert-warning-fill-12" | "alert-warning-fill-16" | "alert-warning-stroke-12" | "alert-warning-stroke-16" | "align-center-fill-12" | "align-center-fill-16" | "align-center-stroke-12" | "align-center-stroke-16" | "align-justify-fill-12" | "align-justify-fill-16" | "align-justify-stroke-12" | "align-justify-stroke-16" | "align-left-fill-12" | "align-left-fill-16" | "align-left-stroke-12" | "align-left-stroke-16" | "align-right-fill-12" | "align-right-fill-16" | "align-right-stroke-12" | "align-right-stroke-16" | "alt-text-fill-12" | "alt-text-fill-16" | "alt-text-stroke-12" | "alt-text-stroke-16" | "arrow-left-fill-12" | "arrow-left-fill-16" | "arrow-left-sm-fill-12" | "arrow-left-sm-fill-16" | "arrow-left-sm-stroke-12" | "arrow-left-sm-stroke-16" | "arrow-left-stroke-12" | "arrow-left-stroke-16" | "arrow-left-up-fill-12" | "arrow-left-up-fill-16" | "arrow-left-up-stroke-12" | "arrow-left-up-stroke-16" | "arrow-retweet-fill-12" | "arrow-retweet-fill-16" | "arrow-retweet-stroke-12" | "arrow-retweet-stroke-16" | "arrow-reverse-fill-12" | "arrow-reverse-fill-16" | "arrow-reverse-stroke-12" | "arrow-reverse-stroke-16" | "arrow-trending-fill-12" | "arrow-trending-fill-16" | "arrow-trending-stroke-12" | "arrow-trending-stroke-16" | "asterisk-fill-12" | "asterisk-fill-16" | "asterisk-stroke-12" | "asterisk-stroke-16" | "at-fill-12" | "at-fill-16" | "at-stroke-12" | "at-stroke-16" | "bar-chart-fill-12" | "bar-chart-fill-16" | "bar-chart-stroke-12" | "bar-chart-stroke-16" | "basketball-fill-12" | "basketball-fill-16" | "basketball-stroke-12" | "basketball-stroke-16" | "bold-fill-12" | "bold-fill-16" | "bold-stroke-12" | "bold-stroke-16" | "book-closed-fill-12" | "book-closed-fill-16" | "book-closed-stroke-12" | "book-closed-stroke-16" | "book-open-fill-12" | "book-open-fill-16" | "book-open-stroke-12" | "book-open-stroke-16" | "bookmark-fill-12" | "bookmark-fill-16" | "bookmark-stroke-12" | "bookmark-stroke-16" | "bot-sparkle-fill-12" | "bot-sparkle-fill-16" | "bot-sparkle-stroke-12" | "bot-sparkle-stroke-16" | "box-3d-fill-12" | "box-3d-fill-16" | "box-3d-stroke-12" | "box-3d-stroke-16" | "building-fill-12" | "building-fill-16" | "building-stroke-12" | "building-stroke-16" | "calendar-fill-12" | "calendar-fill-16" | "calendar-stroke-12" | "calendar-stroke-16" | "camera-fill-12" | "camera-fill-16" | "camera-stroke-12" | "camera-stroke-16" | "car-fill-12" | "car-fill-16" | "car-stroke-12" | "car-stroke-16" | "center-fill-12" | "center-fill-16" | "center-stroke-12" | "center-stroke-16" | "check-badge-fill-12" | "check-badge-fill-16" | "check-badge-stroke-12" | "check-badge-stroke-16" | "check-box-double-fill-12" | "check-box-double-fill-16" | "check-box-double-stroke-12" | "check-box-double-stroke-16" | "check-box-fill-12" | "check-box-fill-16" | "check-box-stroke-12" | "check-box-stroke-16" | "check-circle-stroke-12" | "check-circle-stroke-16" | "check-double-fill-12" | "check-double-fill-16" | "check-double-stroke-12" | "check-double-stroke-16" | "check-lg-fill-12" | "check-lg-fill-16" | "check-lg-stroke-12" | "check-lg-stroke-16" | "check-sm-fill-12" | "check-sm-fill-16" | "check-sm-stroke-12" | "check-sm-stroke-16" | "chevron-box-fill-12" | "chevron-box-fill-16" | "chevron-box-stroke-12" | "chevron-box-stroke-16" | "chevron-double-down-fill-12" | "chevron-double-down-fill-16" | "chevron-double-down-stroke-12" | "chevron-double-down-stroke-16" | "chevron-double-left-fill-12" | "chevron-double-left-fill-16" | "chevron-double-left-stroke-12" | "chevron-double-left-stroke-16" | "chevron-double-right-fill-12" | "chevron-double-right-fill-16" | "chevron-double-right-stroke-12" | "chevron-double-right-stroke-16" | "chevron-double-up-fill-12" | "chevron-double-up-fill-16" | "chevron-double-up-stroke-12" | "chevron-double-up-stroke-16" | "chevron-down-fill-12" | "chevron-down-fill-16" | "chevron-down-stroke-12" | "chevron-down-stroke-16" | "chevron-left-fill-12" | "chevron-left-fill-16" | "chevron-left-stroke-12" | "chevron-left-stroke-16" | "chevron-right-fill-12" | "chevron-right-fill-16" | "chevron-right-stroke-12" | "chevron-right-stroke-16" | "chevron-up-fill-12" | "chevron-up-fill-16" | "chevron-up-stroke-12" | "chevron-up-stroke-16" | "circle-fill-12" | "circle-fill-16" | "circle-full-fill-12" | "circle-full-fill-16" | "circle-full-stroke-12" | "circle-full-stroke-16" | "circle-line-fill-12" | "circle-line-fill-16" | "circle-line-stroke-12" | "circle-line-stroke-16" | "circle-sm-fill-12" | "circle-sm-fill-16" | "circle-sm-stroke-12" | "circle-sm-stroke-16" | "circle-stroke-12" | "circle-stroke-16" | "clipboard-blank-fill-12" | "clipboard-blank-fill-16" | "clipboard-blank-stroke-12" | "clipboard-blank-stroke-16" | "clipboard-check-fill-12" | "clipboard-check-fill-16" | "clipboard-check-stroke-12" | "clipboard-check-stroke-16" | "clipboard-list-fill-12" | "clipboard-list-fill-16" | "clipboard-list-stroke-12" | "clipboard-list-stroke-16" | "clock-cycle-fill-12" | "clock-cycle-fill-16" | "clock-cycle-stroke-12" | "clock-cycle-stroke-16" | "clock-fill-12" | "clock-in-fill-12" | "clock-in-fill-16" | "clock-in-stroke-12" | "clock-in-stroke-16" | "clock-out-fill-12" | "clock-out-fill-16" | "clock-out-stroke-12" | "clock-out-stroke-16" | "clock-stroke-12" | "clock-stroke-16" | "copy-fill-12" | "copy-fill-16" | "copy-stroke-12" | "copy-stroke-16" | "credit-card-fill-12" | "credit-card-fill-16" | "credit-card-stroke-12" | "credit-card-stroke-16" | "css-fill-12" | "css-fill-16" | "css-stroke-12" | "css-stroke-16" | "cursor-arrow-fill-12" | "cursor-arrow-fill-16" | "cursor-arrow-stroke-12" | "cursor-arrow-stroke-16" | "cutlery-fill-12" | "cutlery-fill-16" | "cutlery-stroke-12" | "cutlery-stroke-16" | "dash-fill-12" | "dash-fill-16" | "dash-stroke-12" | "dash-stroke-16" | "database-fill-12" | "database-fill-16" | "database-stroke-12" | "database-stroke-16" | "decimal-fill-12" | "decimal-fill-16" | "decimal-stroke-12" | "decimal-stroke-16" | "direction-ltr-fill-12" | "direction-ltr-fill-16" | "direction-ltr-stroke-12" | "direction-ltr-stroke-16" | "direction-rtl-fill-12" | "direction-rtl-fill-16" | "direction-rtl-stroke-12" | "direction-rtl-stroke-16" | "document-search-fill-12" | "document-search-fill-16" | "document-search-stroke-12" | "document-search-stroke-16" | "download-fill-12" | "download-fill-16" | "download-stroke-12" | "download-stroke-16" | "duplicate-fill-12" | "duplicate-fill-16" | "duplicate-stroke-12" | "duplicate-stroke-16" | "edit-redo-fill-12" | "edit-redo-fill-16" | "edit-redo-stroke-12" | "edit-redo-stroke-16" | "edit-undo-fill-12" | "edit-undo-fill-16" | "edit-undo-stroke-12" | "edit-undo-stroke-16" | "email-fill-12" | "email-fill-16" | "email-stroke-12" | "email-stroke-16" | "eraser-fill-12" | "eraser-fill-16" | "eraser-stroke-12" | "eraser-stroke-16" | "exit-fill-12" | "exit-fill-16" | "exit-stroke-12" | "exit-stroke-16" | "eye-fill-12" | "eye-fill-16" | "eye-hide-fill-12" | "eye-hide-fill-16" | "eye-hide-stroke-12" | "eye-hide-stroke-16" | "eye-stroke-12" | "eye-stroke-16" | "face-neutral-fill-12" | "face-neutral-fill-16" | "face-neutral-stroke-12" | "face-neutral-stroke-16" | "face-sad-fill-12" | "face-sad-fill-16" | "face-sad-stroke-12" | "face-sad-stroke-16" | "face-very-happy-fill-12" | "face-very-happy-fill-16" | "face-very-happy-stroke-12" | "face-very-happy-stroke-16" | "face-very-sad-fill-12" | "face-very-sad-fill-16" | "face-very-sad-stroke-12" | "face-very-sad-stroke-16" | "facebook-fill-12" | "facebook-fill-16" | "facebook-stroke-12" | "facebook-stroke-16" | "file-document-fill-12" | "file-document-fill-16" | "file-document-stroke-12" | "file-document-stroke-16" | "file-error-fill-12" | "file-error-fill-16" | "file-error-stroke-12" | "file-error-stroke-16" | "file-generic-fill-12" | "file-generic-fill-16" | "file-generic-stroke-12" | "file-generic-stroke-16" | "file-image-fill-12" | "file-image-fill-16" | "file-image-stroke-12" | "file-image-stroke-16" | "file-pdf-fill-12" | "file-pdf-fill-16" | "file-pdf-stroke-12" | "file-pdf-stroke-16" | "file-presentation-fill-12" | "file-presentation-fill-16" | "file-presentation-stroke-12" | "file-presentation-stroke-16" | "file-spreadsheet-fill-12" | "file-spreadsheet-fill-16" | "file-spreadsheet-stroke-12" | "file-spreadsheet-stroke-16" | "file-zip-fill-12" | "file-zip-fill-16" | "file-zip-stroke-12" | "file-zip-stroke-16" | "filter-fill-12" | "filter-fill-16" | "filter-stroke-12" | "filter-stroke-16" | "flag-fill-12" | "flag-fill-16" | "flag-stroke-12" | "flag-stroke-16" | "folder-closed-fill-12" | "folder-closed-fill-16" | "folder-closed-stroke-12" | "folder-closed-stroke-16" | "folder-open-fill-12" | "folder-open-fill-16" | "folder-open-stroke-12" | "folder-open-stroke-16" | "full-width-fill-12" | "full-width-fill-16" | "full-width-stroke-12" | "full-width-stroke-16" | "gear-fill-12" | "gear-fill-16" | "gear-stroke-12" | "gear-stroke-16" | "github-fill-12" | "github-fill-16" | "github-stroke-12" | "github-stroke-16" | "globe-fill-12" | "globe-fill-16" | "globe-stroke-12" | "globe-stroke-16" | "grid-2x2-fill-12" | "grid-2x2-fill-16" | "grid-2x2-stroke-12" | "grid-2x2-stroke-16" | "grid-3x3-fill-12" | "grid-3x3-fill-16" | "grid-3x3-stroke-12" | "grid-3x3-stroke-16" | "grip-12" | "grip-16" | "growth-chart-fill-12" | "growth-chart-fill-16" | "growth-chart-stroke-12" | "growth-chart-stroke-16" | "heading-fill-12" | "heading-fill-16" | "heading-stroke-12" | "heading-stroke-16" | "headset-fill-12" | "headset-fill-16" | "headset-sparkle-fill-12" | "headset-sparkle-fill-16" | "headset-sparkle-stroke-12" | "headset-sparkle-stroke-16" | "headset-stroke-12" | "headset-stroke-16" | "heart-fill-12" | "heart-stroke-12" | "heart-stroke-16" | "history-fill-12" | "history-fill-16" | "history-stroke-12" | "history-stroke-16" | "home-fill-12" | "home-stroke-12" | "home-stroke-16" | "horizontal-rule-fill-12" | "horizontal-rule-fill-16" | "horizontal-rule-stroke-12" | "horizontal-rule-stroke-16" | "image-fill-12" | "image-fill-16" | "image-stroke-12" | "image-stroke-16" | "inbox-fill-12" | "inbox-stroke-12" | "inbox-stroke-16" | "indent-decrease-fill-12" | "indent-decrease-fill-16" | "indent-decrease-stroke-12" | "indent-decrease-stroke-16" | "indent-increase-fill-12" | "indent-increase-fill-16" | "indent-increase-stroke-12" | "indent-increase-stroke-16" | "info-fill-12" | "info-fill-16" | "info-stroke-12" | "info-stroke-16" | "interlocking-rings-fill-12" | "interlocking-rings-fill-16" | "interlocking-rings-stroke-12" | "interlocking-rings-stroke-16" | "italic-fill-12" | "italic-fill-16" | "italic-stroke-12" | "italic-stroke-16" | "leaf-fill-12" | "leaf-fill-16" | "leaf-stroke-12" | "leaf-stroke-16" | "lifesaver-fill-12" | "lifesaver-fill-16" | "lifesaver-stroke-12" | "lifesaver-stroke-16" | "lightbulb-fill-12" | "lightbulb-fill-16" | "lightbulb-stroke-12" | "lightbulb-stroke-16" | "lightning-bolt-fill-12" | "lightning-bolt-fill-16" | "lightning-bolt-stroke-12" | "lightning-bolt-stroke-16" | "line-graph-fill-12" | "line-graph-fill-16" | "line-graph-stroke-12" | "line-graph-stroke-16" | "line-social-fill-12" | "line-social-fill-16" | "line-social-stroke-12" | "line-social-stroke-16" | "link-fill-12" | "link-fill-16" | "link-remove-fill-12" | "link-remove-fill-16" | "link-remove-stroke-12" | "link-remove-stroke-16" | "link-stroke-12" | "link-stroke-16" | "linkedin-fill-12" | "linkedin-fill-16" | "linkedin-stroke-12" | "linkedin-stroke-16" | "list-bullet-fill-12" | "list-bullet-fill-16" | "list-bullet-stroke-12" | "list-bullet-stroke-16" | "list-number-fill-12" | "list-number-fill-16" | "list-number-rtl-fill-12" | "list-number-rtl-fill-16" | "list-number-rtl-stroke-12" | "list-number-rtl-stroke-16" | "list-number-stroke-12" | "list-number-stroke-16" | "location-fill-12" | "location-fill-16" | "location-stroke-12" | "location-stroke-16" | "lock-locked-fill-12" | "lock-locked-fill-16" | "lock-locked-stroke-12" | "lock-locked-stroke-16" | "lock-unlocked-fill-12" | "lock-unlocked-fill-16" | "lock-unlocked-stroke-12" | "lock-unlocked-stroke-16" | "markup-fill-12" | "markup-fill-16" | "markup-stroke-12" | "markup-stroke-16" | "maximize-fill-12" | "maximize-fill-16" | "maximize-stroke-12" | "maximize-stroke-16" | "megaphone-fill-12" | "megaphone-fill-16" | "megaphone-stroke-12" | "megaphone-stroke-16" | "menu-fill-12" | "menu-fill-16" | "menu-stroke-12" | "menu-stroke-16" | "messenger-fill-12" | "messenger-fill-16" | "messenger-stroke-12" | "messenger-stroke-16" | "microphone-off-fill-12" | "microphone-off-fill-16" | "microphone-off-stroke-12" | "microphone-off-stroke-16" | "microphone-on-fill-12" | "microphone-on-fill-16" | "microphone-on-stroke-12" | "microphone-on-stroke-16" | "minimize-fill-12" | "minimize-fill-16" | "minimize-stroke-12" | "minimize-stroke-16" | "mobile-phone-fill-12" | "mobile-phone-fill-16" | "mobile-phone-stroke-12" | "mobile-phone-stroke-16" | "monitor-fill-12" | "monitor-fill-16" | "monitor-stroke-12" | "monitor-stroke-16" | "moon-fill-12" | "moon-fill-16" | "moon-stroke-12" | "moon-stroke-16" | "multiline-fill-12" | "multiline-fill-16" | "multiline-stroke-12" | "multiline-stroke-16" | "new-window-fill-12" | "new-window-fill-16" | "new-window-stroke-12" | "new-window-stroke-16" | "notes-fill-12" | "notes-fill-16" | "notes-stroke-12" | "notes-stroke-16" | "notification-fill-12" | "notification-fill-16" | "notification-stroke-12" | "notification-stroke-16" | "number-fill-12" | "number-fill-16" | "number-stroke-12" | "number-stroke-16" | "original-size-fill-12" | "original-size-fill-16" | "original-size-stroke-12" | "original-size-stroke-16" | "overflow-fill-12" | "overflow-fill-16" | "overflow-stroke-12" | "overflow-stroke-16" | "overflow-vertical-fill-12" | "overflow-vertical-fill-16" | "overflow-vertical-stroke-12" | "overflow-vertical-stroke-16" | "palette-fill-12" | "palette-fill-16" | "palette-stroke-12" | "palette-stroke-16" | "panels-fill-12" | "panels-fill-16" | "panels-stroke-12" | "panels-stroke-16" | "paperclip-12" | "parentheses-fill-12" | "parentheses-fill-16" | "parentheses-stroke-12" | "parentheses-stroke-16" | "pause-fill-12" | "pause-fill-16" | "pause-stroke-12" | "pause-stroke-16" | "pencil-fill-12" | "pencil-fill-16" | "pencil-stroke-12" | "pencil-stroke-16" | "phone-call-end-fill-12" | "phone-call-end-fill-16" | "phone-call-end-stroke-12" | "phone-call-end-stroke-16" | "phone-call-in-fill-12" | "phone-call-in-fill-16" | "phone-call-in-stroke-12" | "phone-call-in-stroke-16" | "phone-call-out-fill-12" | "phone-call-out-fill-16" | "phone-call-out-stroke-12" | "phone-call-out-stroke-16" | "phone-call-pause-fill-12" | "phone-call-pause-fill-16" | "phone-call-pause-stroke-12" | "phone-call-pause-stroke-16" | "phone-call-speaker-fill-12" | "phone-call-speaker-fill-16" | "phone-call-speaker-stroke-12" | "phone-call-speaker-stroke-16" | "phone-call-transfer-fill-12" | "phone-call-transfer-fill-16" | "phone-call-transfer-only-fill-12" | "phone-call-transfer-only-fill-16" | "phone-call-transfer-only-stroke-12" | "phone-call-transfer-only-stroke-16" | "phone-call-transfer-stroke-12" | "phone-call-transfer-stroke-16" | "phone-fill-12" | "phone-fill-16" | "phone-stroke-12" | "phone-stroke-16" | "pin-fill-12" | "pin-fill-16" | "pin-remove-fill-12" | "pin-remove-fill-16" | "pin-remove-stroke-12" | "pin-remove-stroke-16" | "pin-stroke-12" | "pin-stroke-16" | "play-circle-fill-12" | "play-circle-fill-16" | "play-circle-stroke-12" | "play-circle-stroke-16" | "play-fill-12" | "play-fill-16" | "play-stroke-12" | "play-stroke-16" | "plug-fill-12" | "plug-fill-16" | "plug-stroke-12" | "plug-stroke-16" | "plus-circle-fill-12" | "plus-circle-fill-16" | "plus-circle-stroke-12" | "plus-circle-stroke-16" | "plus-fill-12" | "plus-fill-16" | "plus-stroke-12" | "plus-stroke-16" | "puzzle-piece-fill-12" | "puzzle-piece-fill-16" | "puzzle-piece-stroke-12" | "puzzle-piece-stroke-16" | "question-mark-fill-12" | "question-mark-fill-16" | "question-mark-stroke-12" | "question-mark-stroke-16" | "quote-fill-12" | "quote-fill-16" | "quote-stroke-12" | "quote-stroke-16" | "rearrange-fill-12" | "rearrange-fill-16" | "rearrange-stroke-12" | "rearrange-stroke-16" | "record-fill-12" | "record-fill-16" | "record-stroke-12" | "record-stroke-16" | "reload-fill-12" | "reload-fill-16" | "reload-stroke-12" | "reload-stroke-16" | "sandbox-fill-12" | "sandbox-fill-16" | "sandbox-stroke-12" | "sandbox-stroke-16" | "search-fill-12" | "search-fill-16" | "search-stroke-12" | "search-stroke-16" | "shapes-fill-12" | "shapes-fill-16" | "shapes-stroke-12" | "shapes-stroke-16" | "share-fill-12" | "share-fill-16" | "share-stroke-12" | "share-stroke-16" | "shield-fill-12" | "shield-fill-16" | "shield-stroke-12" | "shield-stroke-16" | "shopping-cart-fill-12" | "shopping-cart-fill-16" | "shopping-cart-stroke-12" | "shopping-cart-stroke-16" | "signpost-fill-12" | "signpost-fill-16" | "signpost-stroke-12" | "signpost-stroke-16" | "slack-fill-12" | "slack-fill-16" | "slack-stroke-12" | "slack-stroke-16" | "smile-slight-fill-12" | "smile-slight-fill-16" | "smile-slight-stroke-12" | "smile-slight-stroke-16" | "smiley-fill-12" | "smiley-fill-16" | "smiley-stroke-12" | "smiley-stroke-16" | "sort-fill-12" | "sort-fill-16" | "sort-stroke-12" | "sort-stroke-16" | "sparkle-fill-12" | "sparkle-stroke-12" | "sparkle-stroke-16" | "speech-bubble-conversation-fill-12" | "speech-bubble-conversation-fill-16" | "speech-bubble-conversation-stroke-12" | "speech-bubble-conversation-stroke-16" | "speech-bubble-lightning-bolt-fill-12" | "speech-bubble-lightning-bolt-fill-16" | "speech-bubble-lightning-bolt-stroke-12" | "speech-bubble-lightning-bolt-stroke-16" | "speech-bubble-plain-fill-12" | "speech-bubble-plain-fill-16" | "speech-bubble-plain-stroke-12" | "speech-bubble-plain-stroke-16" | "speech-bubble-typing-fill-12" | "speech-bubble-typing-fill-16" | "speech-bubble-typing-stroke-12" | "speech-bubble-typing-stroke-16" | "stamp-fill-12" | "stamp-fill-16" | "stamp-stroke-12" | "stamp-stroke-16" | "star-fill-12" | "star-stroke-12" | "star-stroke-16" | "sun-fill-12" | "sun-fill-16" | "sun-stroke-12" | "sun-stroke-16" | "table-fill-12" | "table-fill-16" | "table-stroke-12" | "table-stroke-16" | "tag-fill-12" | "tag-fill-16" | "tag-stroke-12" | "tag-stroke-16" | "terminal-cli-fill-12" | "terminal-cli-fill-16" | "terminal-cli-stroke-12" | "terminal-cli-stroke-16" | "terminal-window-fill-12" | "terminal-window-fill-16" | "terminal-window-stroke-12" | "terminal-window-stroke-16" | "text-color-fill-12" | "text-color-fill-16" | "text-color-stroke-12" | "text-color-stroke-16" | "text-fill-12" | "text-fill-16" | "text-stroke-12" | "text-stroke-16" | "thumbs-down-fill-12" | "thumbs-down-fill-16" | "thumbs-down-stroke-12" | "thumbs-down-stroke-16" | "thumbs-up-fill-12" | "thumbs-up-fill-16" | "thumbs-up-stroke-12" | "thumbs-up-stroke-16" | "translation-created-fill-12" | "translation-created-fill-16" | "translation-created-stroke-12" | "translation-created-stroke-16" | "translation-deleted-fill-12" | "translation-deleted-fill-16" | "translation-deleted-stroke-12" | "translation-deleted-stroke-16" | "translation-exists-fill-12" | "translation-exists-fill-16" | "translation-exists-stroke-12" | "translation-exists-stroke-16" | "translation-outdated-fill-12" | "translation-outdated-fill-16" | "translation-outdated-stroke-12" | "translation-outdated-stroke-16" | "translation-updated-fill-12" | "translation-updated-fill-16" | "translation-updated-stroke-12" | "translation-updated-stroke-16" | "trash-fill-12" | "trash-fill-16" | "trash-stroke-12" | "trash-stroke-16" | "twitter-fill-12" | "twitter-fill-16" | "twitter-stroke-12" | "twitter-stroke-16" | "underline-fill-12" | "underline-fill-16" | "underline-stroke-12" | "underline-stroke-16" | "upload-fill-12" | "upload-fill-16" | "upload-stroke-12" | "upload-stroke-16" | "user-circle-fill-12" | "user-circle-fill-16" | "user-circle-stroke-12" | "user-circle-stroke-16" | "user-follow-fill-12" | "user-follow-fill-16" | "user-follow-stroke-12" | "user-follow-stroke-16" | "user-group-fill-12" | "user-group-fill-16" | "user-group-stroke-12" | "user-group-stroke-16" | "user-list-fill-12" | "user-list-fill-16" | "user-list-stroke-12" | "user-list-stroke-16" | "user-solo-fill-12" | "user-solo-fill-16" | "user-solo-stroke-12" | "user-solo-stroke-16" | "user-unfollow-fill-12" | "user-unfollow-fill-16" | "user-unfollow-stroke-12" | "user-unfollow-stroke-16" | "voicemail-fill-12" | "voicemail-fill-16" | "voicemail-stroke-12" | "voicemail-stroke-16" | "volume-muted-fill-12" | "volume-muted-fill-16" | "volume-muted-stroke-12" | "volume-muted-stroke-16" | "volume-unmuted-fill-12" | "volume-unmuted-fill-16" | "volume-unmuted-stroke-12" | "volume-unmuted-stroke-16" | "wechat-fill-12" | "wechat-fill-16" | "wechat-stroke-12" | "wechat-stroke-16" | "whatsapp-fill-12" | "whatsapp-fill-16" | "whatsapp-stroke-12" | "whatsapp-stroke-16" | "wrap-left-fill-12" | "wrap-left-fill-16" | "wrap-left-stroke-12" | "wrap-left-stroke-16" | "wrap-right-fill-12" | "wrap-right-fill-16" | "wrap-right-stroke-12" | "wrap-right-stroke-16" | "x-circle-stroke-12" | "x-circle-stroke-16" | "x-fill-12" | "x-fill-16" | "x-stroke-12" | "x-stroke-16" | "zendesk-fill-12" | "zendesk-fill-16" | "zendesk-stroke-12" | "zendesk-stroke-16">): import("react").JSX.Element;
924
- displayName: string;
925
- };
922
+ export declare const Garden: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"check-circle-fill-12" | "check-circle-fill-16" | "clock-fill-16" | "heart-fill-16" | "home-fill-16" | "inbox-fill-16" | "paperclip-16" | "sparkle-fill-16" | "star-fill-16" | "x-circle-fill-12" | "x-circle-fill-16" | "_123-fill-12" | "_123-fill-16" | "_123-stroke-12" | "_123-stroke-16" | "adjust-fill-12" | "adjust-fill-16" | "adjust-stroke-12" | "adjust-stroke-16" | "alert-error-fill-12" | "alert-error-fill-16" | "alert-error-stroke-12" | "alert-error-stroke-16" | "alert-warning-fill-12" | "alert-warning-fill-16" | "alert-warning-stroke-12" | "alert-warning-stroke-16" | "align-center-fill-12" | "align-center-fill-16" | "align-center-stroke-12" | "align-center-stroke-16" | "align-justify-fill-12" | "align-justify-fill-16" | "align-justify-stroke-12" | "align-justify-stroke-16" | "align-left-fill-12" | "align-left-fill-16" | "align-left-stroke-12" | "align-left-stroke-16" | "align-right-fill-12" | "align-right-fill-16" | "align-right-stroke-12" | "align-right-stroke-16" | "alt-text-fill-12" | "alt-text-fill-16" | "alt-text-stroke-12" | "alt-text-stroke-16" | "arrow-left-fill-12" | "arrow-left-fill-16" | "arrow-left-sm-fill-12" | "arrow-left-sm-fill-16" | "arrow-left-sm-stroke-12" | "arrow-left-sm-stroke-16" | "arrow-left-stroke-12" | "arrow-left-stroke-16" | "arrow-left-up-fill-12" | "arrow-left-up-fill-16" | "arrow-left-up-stroke-12" | "arrow-left-up-stroke-16" | "arrow-retweet-fill-12" | "arrow-retweet-fill-16" | "arrow-retweet-stroke-12" | "arrow-retweet-stroke-16" | "arrow-reverse-fill-12" | "arrow-reverse-fill-16" | "arrow-reverse-stroke-12" | "arrow-reverse-stroke-16" | "arrow-trending-fill-12" | "arrow-trending-fill-16" | "arrow-trending-stroke-12" | "arrow-trending-stroke-16" | "asterisk-fill-12" | "asterisk-fill-16" | "asterisk-stroke-12" | "asterisk-stroke-16" | "at-fill-12" | "at-fill-16" | "at-stroke-12" | "at-stroke-16" | "bar-chart-fill-12" | "bar-chart-fill-16" | "bar-chart-stroke-12" | "bar-chart-stroke-16" | "basketball-fill-12" | "basketball-fill-16" | "basketball-stroke-12" | "basketball-stroke-16" | "bold-fill-12" | "bold-fill-16" | "bold-stroke-12" | "bold-stroke-16" | "book-closed-fill-12" | "book-closed-fill-16" | "book-closed-stroke-12" | "book-closed-stroke-16" | "book-open-fill-12" | "book-open-fill-16" | "book-open-stroke-12" | "book-open-stroke-16" | "bookmark-fill-12" | "bookmark-fill-16" | "bookmark-stroke-12" | "bookmark-stroke-16" | "bot-sparkle-fill-12" | "bot-sparkle-fill-16" | "bot-sparkle-stroke-12" | "bot-sparkle-stroke-16" | "box-3d-fill-12" | "box-3d-fill-16" | "box-3d-stroke-12" | "box-3d-stroke-16" | "building-fill-12" | "building-fill-16" | "building-stroke-12" | "building-stroke-16" | "calendar-fill-12" | "calendar-fill-16" | "calendar-stroke-12" | "calendar-stroke-16" | "camera-fill-12" | "camera-fill-16" | "camera-stroke-12" | "camera-stroke-16" | "car-fill-12" | "car-fill-16" | "car-stroke-12" | "car-stroke-16" | "center-fill-12" | "center-fill-16" | "center-stroke-12" | "center-stroke-16" | "check-badge-fill-12" | "check-badge-fill-16" | "check-badge-stroke-12" | "check-badge-stroke-16" | "check-box-double-fill-12" | "check-box-double-fill-16" | "check-box-double-stroke-12" | "check-box-double-stroke-16" | "check-box-fill-12" | "check-box-fill-16" | "check-box-stroke-12" | "check-box-stroke-16" | "check-circle-stroke-12" | "check-circle-stroke-16" | "check-double-fill-12" | "check-double-fill-16" | "check-double-stroke-12" | "check-double-stroke-16" | "check-lg-fill-12" | "check-lg-fill-16" | "check-lg-stroke-12" | "check-lg-stroke-16" | "check-sm-fill-12" | "check-sm-fill-16" | "check-sm-stroke-12" | "check-sm-stroke-16" | "chevron-box-fill-12" | "chevron-box-fill-16" | "chevron-box-stroke-12" | "chevron-box-stroke-16" | "chevron-double-down-fill-12" | "chevron-double-down-fill-16" | "chevron-double-down-stroke-12" | "chevron-double-down-stroke-16" | "chevron-double-left-fill-12" | "chevron-double-left-fill-16" | "chevron-double-left-stroke-12" | "chevron-double-left-stroke-16" | "chevron-double-right-fill-12" | "chevron-double-right-fill-16" | "chevron-double-right-stroke-12" | "chevron-double-right-stroke-16" | "chevron-double-up-fill-12" | "chevron-double-up-fill-16" | "chevron-double-up-stroke-12" | "chevron-double-up-stroke-16" | "chevron-down-fill-12" | "chevron-down-fill-16" | "chevron-down-stroke-12" | "chevron-down-stroke-16" | "chevron-left-fill-12" | "chevron-left-fill-16" | "chevron-left-stroke-12" | "chevron-left-stroke-16" | "chevron-right-fill-12" | "chevron-right-fill-16" | "chevron-right-stroke-12" | "chevron-right-stroke-16" | "chevron-up-fill-12" | "chevron-up-fill-16" | "chevron-up-stroke-12" | "chevron-up-stroke-16" | "circle-fill-12" | "circle-fill-16" | "circle-full-fill-12" | "circle-full-fill-16" | "circle-full-stroke-12" | "circle-full-stroke-16" | "circle-line-fill-12" | "circle-line-fill-16" | "circle-line-stroke-12" | "circle-line-stroke-16" | "circle-sm-fill-12" | "circle-sm-fill-16" | "circle-sm-stroke-12" | "circle-sm-stroke-16" | "circle-stroke-12" | "circle-stroke-16" | "clipboard-blank-fill-12" | "clipboard-blank-fill-16" | "clipboard-blank-stroke-12" | "clipboard-blank-stroke-16" | "clipboard-check-fill-12" | "clipboard-check-fill-16" | "clipboard-check-stroke-12" | "clipboard-check-stroke-16" | "clipboard-list-fill-12" | "clipboard-list-fill-16" | "clipboard-list-stroke-12" | "clipboard-list-stroke-16" | "clock-cycle-fill-12" | "clock-cycle-fill-16" | "clock-cycle-stroke-12" | "clock-cycle-stroke-16" | "clock-fill-12" | "clock-in-fill-12" | "clock-in-fill-16" | "clock-in-stroke-12" | "clock-in-stroke-16" | "clock-out-fill-12" | "clock-out-fill-16" | "clock-out-stroke-12" | "clock-out-stroke-16" | "clock-stroke-12" | "clock-stroke-16" | "copy-fill-12" | "copy-fill-16" | "copy-stroke-12" | "copy-stroke-16" | "credit-card-fill-12" | "credit-card-fill-16" | "credit-card-stroke-12" | "credit-card-stroke-16" | "css-fill-12" | "css-fill-16" | "css-stroke-12" | "css-stroke-16" | "cursor-arrow-fill-12" | "cursor-arrow-fill-16" | "cursor-arrow-stroke-12" | "cursor-arrow-stroke-16" | "cutlery-fill-12" | "cutlery-fill-16" | "cutlery-stroke-12" | "cutlery-stroke-16" | "dash-fill-12" | "dash-fill-16" | "dash-stroke-12" | "dash-stroke-16" | "database-fill-12" | "database-fill-16" | "database-stroke-12" | "database-stroke-16" | "decimal-fill-12" | "decimal-fill-16" | "decimal-stroke-12" | "decimal-stroke-16" | "direction-ltr-fill-12" | "direction-ltr-fill-16" | "direction-ltr-stroke-12" | "direction-ltr-stroke-16" | "direction-rtl-fill-12" | "direction-rtl-fill-16" | "direction-rtl-stroke-12" | "direction-rtl-stroke-16" | "document-search-fill-12" | "document-search-fill-16" | "document-search-stroke-12" | "document-search-stroke-16" | "download-fill-12" | "download-fill-16" | "download-stroke-12" | "download-stroke-16" | "duplicate-fill-12" | "duplicate-fill-16" | "duplicate-stroke-12" | "duplicate-stroke-16" | "edit-redo-fill-12" | "edit-redo-fill-16" | "edit-redo-stroke-12" | "edit-redo-stroke-16" | "edit-undo-fill-12" | "edit-undo-fill-16" | "edit-undo-stroke-12" | "edit-undo-stroke-16" | "email-fill-12" | "email-fill-16" | "email-stroke-12" | "email-stroke-16" | "eraser-fill-12" | "eraser-fill-16" | "eraser-stroke-12" | "eraser-stroke-16" | "exit-fill-12" | "exit-fill-16" | "exit-stroke-12" | "exit-stroke-16" | "eye-fill-12" | "eye-fill-16" | "eye-hide-fill-12" | "eye-hide-fill-16" | "eye-hide-stroke-12" | "eye-hide-stroke-16" | "eye-stroke-12" | "eye-stroke-16" | "face-neutral-fill-12" | "face-neutral-fill-16" | "face-neutral-stroke-12" | "face-neutral-stroke-16" | "face-sad-fill-12" | "face-sad-fill-16" | "face-sad-stroke-12" | "face-sad-stroke-16" | "face-very-happy-fill-12" | "face-very-happy-fill-16" | "face-very-happy-stroke-12" | "face-very-happy-stroke-16" | "face-very-sad-fill-12" | "face-very-sad-fill-16" | "face-very-sad-stroke-12" | "face-very-sad-stroke-16" | "facebook-fill-12" | "facebook-fill-16" | "facebook-stroke-12" | "facebook-stroke-16" | "file-document-fill-12" | "file-document-fill-16" | "file-document-stroke-12" | "file-document-stroke-16" | "file-error-fill-12" | "file-error-fill-16" | "file-error-stroke-12" | "file-error-stroke-16" | "file-generic-fill-12" | "file-generic-fill-16" | "file-generic-stroke-12" | "file-generic-stroke-16" | "file-image-fill-12" | "file-image-fill-16" | "file-image-stroke-12" | "file-image-stroke-16" | "file-pdf-fill-12" | "file-pdf-fill-16" | "file-pdf-stroke-12" | "file-pdf-stroke-16" | "file-presentation-fill-12" | "file-presentation-fill-16" | "file-presentation-stroke-12" | "file-presentation-stroke-16" | "file-spreadsheet-fill-12" | "file-spreadsheet-fill-16" | "file-spreadsheet-stroke-12" | "file-spreadsheet-stroke-16" | "file-zip-fill-12" | "file-zip-fill-16" | "file-zip-stroke-12" | "file-zip-stroke-16" | "filter-fill-12" | "filter-fill-16" | "filter-stroke-12" | "filter-stroke-16" | "flag-fill-12" | "flag-fill-16" | "flag-stroke-12" | "flag-stroke-16" | "folder-closed-fill-12" | "folder-closed-fill-16" | "folder-closed-stroke-12" | "folder-closed-stroke-16" | "folder-open-fill-12" | "folder-open-fill-16" | "folder-open-stroke-12" | "folder-open-stroke-16" | "full-width-fill-12" | "full-width-fill-16" | "full-width-stroke-12" | "full-width-stroke-16" | "gear-fill-12" | "gear-fill-16" | "gear-stroke-12" | "gear-stroke-16" | "github-fill-12" | "github-fill-16" | "github-stroke-12" | "github-stroke-16" | "globe-fill-12" | "globe-fill-16" | "globe-stroke-12" | "globe-stroke-16" | "grid-2x2-fill-12" | "grid-2x2-fill-16" | "grid-2x2-stroke-12" | "grid-2x2-stroke-16" | "grid-3x3-fill-12" | "grid-3x3-fill-16" | "grid-3x3-stroke-12" | "grid-3x3-stroke-16" | "grip-12" | "grip-16" | "growth-chart-fill-12" | "growth-chart-fill-16" | "growth-chart-stroke-12" | "growth-chart-stroke-16" | "heading-fill-12" | "heading-fill-16" | "heading-stroke-12" | "heading-stroke-16" | "headset-fill-12" | "headset-fill-16" | "headset-sparkle-fill-12" | "headset-sparkle-fill-16" | "headset-sparkle-stroke-12" | "headset-sparkle-stroke-16" | "headset-stroke-12" | "headset-stroke-16" | "heart-fill-12" | "heart-stroke-12" | "heart-stroke-16" | "history-fill-12" | "history-fill-16" | "history-stroke-12" | "history-stroke-16" | "home-fill-12" | "home-stroke-12" | "home-stroke-16" | "horizontal-rule-fill-12" | "horizontal-rule-fill-16" | "horizontal-rule-stroke-12" | "horizontal-rule-stroke-16" | "image-fill-12" | "image-fill-16" | "image-stroke-12" | "image-stroke-16" | "inbox-fill-12" | "inbox-stroke-12" | "inbox-stroke-16" | "indent-decrease-fill-12" | "indent-decrease-fill-16" | "indent-decrease-stroke-12" | "indent-decrease-stroke-16" | "indent-increase-fill-12" | "indent-increase-fill-16" | "indent-increase-stroke-12" | "indent-increase-stroke-16" | "info-fill-12" | "info-fill-16" | "info-stroke-12" | "info-stroke-16" | "interlocking-rings-fill-12" | "interlocking-rings-fill-16" | "interlocking-rings-stroke-12" | "interlocking-rings-stroke-16" | "italic-fill-12" | "italic-fill-16" | "italic-stroke-12" | "italic-stroke-16" | "leaf-fill-12" | "leaf-fill-16" | "leaf-stroke-12" | "leaf-stroke-16" | "lifesaver-fill-12" | "lifesaver-fill-16" | "lifesaver-stroke-12" | "lifesaver-stroke-16" | "lightbulb-fill-12" | "lightbulb-fill-16" | "lightbulb-stroke-12" | "lightbulb-stroke-16" | "lightning-bolt-fill-12" | "lightning-bolt-fill-16" | "lightning-bolt-stroke-12" | "lightning-bolt-stroke-16" | "line-graph-fill-12" | "line-graph-fill-16" | "line-graph-stroke-12" | "line-graph-stroke-16" | "line-social-fill-12" | "line-social-fill-16" | "line-social-stroke-12" | "line-social-stroke-16" | "link-fill-12" | "link-fill-16" | "link-remove-fill-12" | "link-remove-fill-16" | "link-remove-stroke-12" | "link-remove-stroke-16" | "link-stroke-12" | "link-stroke-16" | "linkedin-fill-12" | "linkedin-fill-16" | "linkedin-stroke-12" | "linkedin-stroke-16" | "list-bullet-fill-12" | "list-bullet-fill-16" | "list-bullet-stroke-12" | "list-bullet-stroke-16" | "list-number-fill-12" | "list-number-fill-16" | "list-number-rtl-fill-12" | "list-number-rtl-fill-16" | "list-number-rtl-stroke-12" | "list-number-rtl-stroke-16" | "list-number-stroke-12" | "list-number-stroke-16" | "location-fill-12" | "location-fill-16" | "location-stroke-12" | "location-stroke-16" | "lock-locked-fill-12" | "lock-locked-fill-16" | "lock-locked-stroke-12" | "lock-locked-stroke-16" | "lock-unlocked-fill-12" | "lock-unlocked-fill-16" | "lock-unlocked-stroke-12" | "lock-unlocked-stroke-16" | "markup-fill-12" | "markup-fill-16" | "markup-stroke-12" | "markup-stroke-16" | "maximize-fill-12" | "maximize-fill-16" | "maximize-stroke-12" | "maximize-stroke-16" | "megaphone-fill-12" | "megaphone-fill-16" | "megaphone-stroke-12" | "megaphone-stroke-16" | "menu-fill-12" | "menu-fill-16" | "menu-stroke-12" | "menu-stroke-16" | "messenger-fill-12" | "messenger-fill-16" | "messenger-stroke-12" | "messenger-stroke-16" | "microphone-off-fill-12" | "microphone-off-fill-16" | "microphone-off-stroke-12" | "microphone-off-stroke-16" | "microphone-on-fill-12" | "microphone-on-fill-16" | "microphone-on-stroke-12" | "microphone-on-stroke-16" | "minimize-fill-12" | "minimize-fill-16" | "minimize-stroke-12" | "minimize-stroke-16" | "mobile-phone-fill-12" | "mobile-phone-fill-16" | "mobile-phone-stroke-12" | "mobile-phone-stroke-16" | "monitor-fill-12" | "monitor-fill-16" | "monitor-stroke-12" | "monitor-stroke-16" | "moon-fill-12" | "moon-fill-16" | "moon-stroke-12" | "moon-stroke-16" | "multiline-fill-12" | "multiline-fill-16" | "multiline-stroke-12" | "multiline-stroke-16" | "new-window-fill-12" | "new-window-fill-16" | "new-window-stroke-12" | "new-window-stroke-16" | "notes-fill-12" | "notes-fill-16" | "notes-stroke-12" | "notes-stroke-16" | "notification-fill-12" | "notification-fill-16" | "notification-stroke-12" | "notification-stroke-16" | "number-fill-12" | "number-fill-16" | "number-stroke-12" | "number-stroke-16" | "original-size-fill-12" | "original-size-fill-16" | "original-size-stroke-12" | "original-size-stroke-16" | "overflow-fill-12" | "overflow-fill-16" | "overflow-stroke-12" | "overflow-stroke-16" | "overflow-vertical-fill-12" | "overflow-vertical-fill-16" | "overflow-vertical-stroke-12" | "overflow-vertical-stroke-16" | "palette-fill-12" | "palette-fill-16" | "palette-stroke-12" | "palette-stroke-16" | "panels-fill-12" | "panels-fill-16" | "panels-stroke-12" | "panels-stroke-16" | "paperclip-12" | "parentheses-fill-12" | "parentheses-fill-16" | "parentheses-stroke-12" | "parentheses-stroke-16" | "pause-fill-12" | "pause-fill-16" | "pause-stroke-12" | "pause-stroke-16" | "pencil-fill-12" | "pencil-fill-16" | "pencil-stroke-12" | "pencil-stroke-16" | "phone-call-end-fill-12" | "phone-call-end-fill-16" | "phone-call-end-stroke-12" | "phone-call-end-stroke-16" | "phone-call-in-fill-12" | "phone-call-in-fill-16" | "phone-call-in-stroke-12" | "phone-call-in-stroke-16" | "phone-call-out-fill-12" | "phone-call-out-fill-16" | "phone-call-out-stroke-12" | "phone-call-out-stroke-16" | "phone-call-pause-fill-12" | "phone-call-pause-fill-16" | "phone-call-pause-stroke-12" | "phone-call-pause-stroke-16" | "phone-call-speaker-fill-12" | "phone-call-speaker-fill-16" | "phone-call-speaker-stroke-12" | "phone-call-speaker-stroke-16" | "phone-call-transfer-fill-12" | "phone-call-transfer-fill-16" | "phone-call-transfer-only-fill-12" | "phone-call-transfer-only-fill-16" | "phone-call-transfer-only-stroke-12" | "phone-call-transfer-only-stroke-16" | "phone-call-transfer-stroke-12" | "phone-call-transfer-stroke-16" | "phone-fill-12" | "phone-fill-16" | "phone-stroke-12" | "phone-stroke-16" | "pin-fill-12" | "pin-fill-16" | "pin-remove-fill-12" | "pin-remove-fill-16" | "pin-remove-stroke-12" | "pin-remove-stroke-16" | "pin-stroke-12" | "pin-stroke-16" | "play-circle-fill-12" | "play-circle-fill-16" | "play-circle-stroke-12" | "play-circle-stroke-16" | "play-fill-12" | "play-fill-16" | "play-stroke-12" | "play-stroke-16" | "plug-fill-12" | "plug-fill-16" | "plug-stroke-12" | "plug-stroke-16" | "plus-circle-fill-12" | "plus-circle-fill-16" | "plus-circle-stroke-12" | "plus-circle-stroke-16" | "plus-fill-12" | "plus-fill-16" | "plus-stroke-12" | "plus-stroke-16" | "puzzle-piece-fill-12" | "puzzle-piece-fill-16" | "puzzle-piece-stroke-12" | "puzzle-piece-stroke-16" | "question-mark-fill-12" | "question-mark-fill-16" | "question-mark-stroke-12" | "question-mark-stroke-16" | "quote-fill-12" | "quote-fill-16" | "quote-stroke-12" | "quote-stroke-16" | "rearrange-fill-12" | "rearrange-fill-16" | "rearrange-stroke-12" | "rearrange-stroke-16" | "record-fill-12" | "record-fill-16" | "record-stroke-12" | "record-stroke-16" | "reload-fill-12" | "reload-fill-16" | "reload-stroke-12" | "reload-stroke-16" | "sandbox-fill-12" | "sandbox-fill-16" | "sandbox-stroke-12" | "sandbox-stroke-16" | "search-fill-12" | "search-fill-16" | "search-stroke-12" | "search-stroke-16" | "shapes-fill-12" | "shapes-fill-16" | "shapes-stroke-12" | "shapes-stroke-16" | "share-fill-12" | "share-fill-16" | "share-stroke-12" | "share-stroke-16" | "shield-fill-12" | "shield-fill-16" | "shield-stroke-12" | "shield-stroke-16" | "shopping-cart-fill-12" | "shopping-cart-fill-16" | "shopping-cart-stroke-12" | "shopping-cart-stroke-16" | "signpost-fill-12" | "signpost-fill-16" | "signpost-stroke-12" | "signpost-stroke-16" | "slack-fill-12" | "slack-fill-16" | "slack-stroke-12" | "slack-stroke-16" | "smile-slight-fill-12" | "smile-slight-fill-16" | "smile-slight-stroke-12" | "smile-slight-stroke-16" | "smiley-fill-12" | "smiley-fill-16" | "smiley-stroke-12" | "smiley-stroke-16" | "sort-fill-12" | "sort-fill-16" | "sort-stroke-12" | "sort-stroke-16" | "sparkle-fill-12" | "sparkle-stroke-12" | "sparkle-stroke-16" | "speech-bubble-conversation-fill-12" | "speech-bubble-conversation-fill-16" | "speech-bubble-conversation-stroke-12" | "speech-bubble-conversation-stroke-16" | "speech-bubble-lightning-bolt-fill-12" | "speech-bubble-lightning-bolt-fill-16" | "speech-bubble-lightning-bolt-stroke-12" | "speech-bubble-lightning-bolt-stroke-16" | "speech-bubble-plain-fill-12" | "speech-bubble-plain-fill-16" | "speech-bubble-plain-stroke-12" | "speech-bubble-plain-stroke-16" | "speech-bubble-typing-fill-12" | "speech-bubble-typing-fill-16" | "speech-bubble-typing-stroke-12" | "speech-bubble-typing-stroke-16" | "stamp-fill-12" | "stamp-fill-16" | "stamp-stroke-12" | "stamp-stroke-16" | "star-fill-12" | "star-stroke-12" | "star-stroke-16" | "sun-fill-12" | "sun-fill-16" | "sun-stroke-12" | "sun-stroke-16" | "table-fill-12" | "table-fill-16" | "table-stroke-12" | "table-stroke-16" | "tag-fill-12" | "tag-fill-16" | "tag-stroke-12" | "tag-stroke-16" | "terminal-cli-fill-12" | "terminal-cli-fill-16" | "terminal-cli-stroke-12" | "terminal-cli-stroke-16" | "terminal-window-fill-12" | "terminal-window-fill-16" | "terminal-window-stroke-12" | "terminal-window-stroke-16" | "text-color-fill-12" | "text-color-fill-16" | "text-color-stroke-12" | "text-color-stroke-16" | "text-fill-12" | "text-fill-16" | "text-stroke-12" | "text-stroke-16" | "thumbs-down-fill-12" | "thumbs-down-fill-16" | "thumbs-down-stroke-12" | "thumbs-down-stroke-16" | "thumbs-up-fill-12" | "thumbs-up-fill-16" | "thumbs-up-stroke-12" | "thumbs-up-stroke-16" | "translation-created-fill-12" | "translation-created-fill-16" | "translation-created-stroke-12" | "translation-created-stroke-16" | "translation-deleted-fill-12" | "translation-deleted-fill-16" | "translation-deleted-stroke-12" | "translation-deleted-stroke-16" | "translation-exists-fill-12" | "translation-exists-fill-16" | "translation-exists-stroke-12" | "translation-exists-stroke-16" | "translation-outdated-fill-12" | "translation-outdated-fill-16" | "translation-outdated-stroke-12" | "translation-outdated-stroke-16" | "translation-updated-fill-12" | "translation-updated-fill-16" | "translation-updated-stroke-12" | "translation-updated-stroke-16" | "trash-fill-12" | "trash-fill-16" | "trash-stroke-12" | "trash-stroke-16" | "twitter-fill-12" | "twitter-fill-16" | "twitter-stroke-12" | "twitter-stroke-16" | "underline-fill-12" | "underline-fill-16" | "underline-stroke-12" | "underline-stroke-16" | "upload-fill-12" | "upload-fill-16" | "upload-stroke-12" | "upload-stroke-16" | "user-circle-fill-12" | "user-circle-fill-16" | "user-circle-stroke-12" | "user-circle-stroke-16" | "user-follow-fill-12" | "user-follow-fill-16" | "user-follow-stroke-12" | "user-follow-stroke-16" | "user-group-fill-12" | "user-group-fill-16" | "user-group-stroke-12" | "user-group-stroke-16" | "user-list-fill-12" | "user-list-fill-16" | "user-list-stroke-12" | "user-list-stroke-16" | "user-solo-fill-12" | "user-solo-fill-16" | "user-solo-stroke-12" | "user-solo-stroke-16" | "user-unfollow-fill-12" | "user-unfollow-fill-16" | "user-unfollow-stroke-12" | "user-unfollow-stroke-16" | "voicemail-fill-12" | "voicemail-fill-16" | "voicemail-stroke-12" | "voicemail-stroke-16" | "volume-muted-fill-12" | "volume-muted-fill-16" | "volume-muted-stroke-12" | "volume-muted-stroke-16" | "volume-unmuted-fill-12" | "volume-unmuted-fill-16" | "volume-unmuted-stroke-12" | "volume-unmuted-stroke-16" | "wechat-fill-12" | "wechat-fill-16" | "wechat-stroke-12" | "wechat-stroke-16" | "whatsapp-fill-12" | "whatsapp-fill-16" | "whatsapp-stroke-12" | "whatsapp-stroke-16" | "wrap-left-fill-12" | "wrap-left-fill-16" | "wrap-left-stroke-12" | "wrap-left-stroke-16" | "wrap-right-fill-12" | "wrap-right-fill-16" | "wrap-right-stroke-12" | "wrap-right-stroke-16" | "x-circle-stroke-12" | "x-circle-stroke-16" | "x-fill-12" | "x-fill-16" | "x-stroke-12" | "x-stroke-16" | "zendesk-fill-12" | "zendesk-fill-16" | "zendesk-stroke-12" | "zendesk-stroke-16"> & import("react").RefAttributes<import("react-native").View>>>;
926
923
  export {};
927
924
  //# sourceMappingURL=Garden.d.ts.map
@@ -37,9 +37,6 @@ declare const geoIconNames: {
37
37
  readonly 'ui-earth-west': true;
38
38
  };
39
39
  export type GeoIconName = keyof typeof geoIconNames;
40
- export declare const Geo: {
41
- ({ 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<"turf-along" | "turf-bbox-polygon" | "turf-bezier" | "turf-buffer" | "turf-center" | "turf-centroid" | "turf-concave" | "turf-convex" | "turf-destination" | "turf-envelope" | "turf-erased" | "turf-explode" | "turf-extent" | "turf-intersect" | "turf-kinks" | "turf-line-slice" | "turf-merge" | "turf-midpoint" | "turf-point-grid" | "turf-point-on-line" | "turf-point-on-surface" | "turf-simplify" | "turf-size" | "turf-square" | "turf-square-grid" | "turf-tin" | "turf-triangle-grid" | "turf-union" | "ui-earth-east" | "ui-earth-west">): import("react").JSX.Element;
42
- displayName: string;
43
- };
40
+ export declare const Geo: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"turf-along" | "turf-bbox-polygon" | "turf-bezier" | "turf-buffer" | "turf-center" | "turf-centroid" | "turf-concave" | "turf-convex" | "turf-destination" | "turf-envelope" | "turf-erased" | "turf-explode" | "turf-extent" | "turf-intersect" | "turf-kinks" | "turf-line-slice" | "turf-merge" | "turf-midpoint" | "turf-point-grid" | "turf-point-on-line" | "turf-point-on-surface" | "turf-simplify" | "turf-size" | "turf-square" | "turf-square-grid" | "turf-tin" | "turf-triangle-grid" | "turf-union" | "ui-earth-east" | "ui-earth-west"> & import("react").RefAttributes<import("react-native").View>>>;
44
41
  export {};
45
42
  //# sourceMappingURL=Geo.d.ts.map
@@ -711,9 +711,6 @@ declare const ggIconNames: {
711
711
  readonly 'zoom-out': true;
712
712
  };
713
713
  export type GgIconName = keyof typeof ggIconNames;
714
- export declare const Gg: {
715
- ({ 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<"windows" | "data" | "linear" | "size" | "style" | "search" | "repeat" | "anchor" | "link" | "signal" | "image" | "menu" | "tab" | "timer" | "list" | "overflow" | "key" | "space-between" | "code" | "select" | "template" | "time" | "track" | "asterisk" | "attachment" | "backspace" | "bookmark" | "briefcase" | "clipboard" | "collage" | "comment" | "copyright" | "crop" | "crown" | "dialpad" | "dock-bottom" | "dock-left" | "dock-right" | "dock-window" | "eject" | "ethernet" | "export" | "eye" | "flag" | "gender-female" | "gender-male" | "import" | "inbox" | "keyboard" | "loupe" | "magnet" | "mail" | "more" | "mouse" | "pin" | "pocket" | "polaroid" | "poll" | "presentation" | "read" | "redo" | "ring" | "server" | "sleep" | "sync" | "tag" | "trending-down" | "undo" | "usb" | "voicemail" | "bee" | "tree" | "arrow-bottom-left" | "arrow-bottom-right" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-top-left" | "arrow-top-right" | "arrow-up" | "chevron-double-down" | "chevron-double-left" | "chevron-double-right" | "chevron-double-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "menu-left" | "menu-right" | "share" | "swap-vertical" | "album" | "dolby" | "headset" | "music" | "music-note" | "battery" | "lock" | "thermometer" | "credit-card" | "bitbucket" | "box" | "facebook" | "google" | "instagram" | "lastpass" | "microsoft" | "npm" | "patreon" | "slack" | "trello" | "twitter" | "youtube" | "phone" | "cloud" | "database" | "alarm" | "calendar" | "calendar-today" | "timelapse" | "laptop" | "thermostat" | "brush" | "pen" | "ruler" | "rename" | "file" | "file-document" | "file-remove" | "folder" | "folder-remove" | "bowl" | "coffee" | "check" | "close" | "controller" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "ghost" | "heart" | "shield" | "bolt" | "toolbox" | "cross" | "gift" | "bell" | "camera" | "cast" | "home" | "play-pause" | "printer" | "record" | "remote" | "webcam" | "calculator" | "infinity" | "pill" | "disc" | "piano" | "terrain" | "airplane" | "film" | "square" | "tennis" | "trophy" | "border-all" | "border-bottom" | "border-left" | "border-right" | "border-top" | "format-bold" | "format-indent-decrease" | "format-indent-increase" | "format-italic" | "format-line-height" | "format-text" | "format-underline" | "view-day" | "view-grid" | "view-list" | "umbrella" | "arrow-long-down" | "arrow-long-left" | "arrow-long-right" | "arrow-long-up" | "globe-alt" | "hashtag" | "moon" | "shopping-bag" | "shopping-cart" | "sun" | "trash" | "tv" | "user" | "battery-full" | "bot" | "brackets" | "captions" | "copy" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "dribbble" | "euro" | "expand" | "figma" | "framer" | "git-branch" | "git-fork" | "globe" | "info" | "layout-grid" | "layout-list" | "list-tree" | "log-in" | "log-out" | "mail-open" | "maximize" | "mic" | "minimize" | "move-down" | "move-left" | "move-right" | "move-up" | "plug" | "quote" | "ratio" | "scan" | "smartphone" | "smile" | "terminal" | "touchpad" | "trees" | "volume" | "zoom-in" | "zoom-out" | "align-center" | "align-left" | "align-right" | "git-commit" | "more-vertical" | "sidebar" | "arrows-exchange" | "browser" | "bulb" | "calendar-due" | "color-picker" | "components" | "filters" | "glass" | "live-photo" | "mail-forward" | "notes" | "pacman" | "password" | "reorder" | "stack" | "stopwatch" | "vinyl" | "align-bottom" | "align-middle" | "align-top" | "code-slash" | "distribute-horizontal" | "distribute-vertical" | "modem" | "paypal" | "toggle-off" | "toggle-on" | "usb-c" | "compress" | "desktop" | "battery-empty" | "spinner" | "add" | "erase" | "screen" | "folder-add" | "calibrate" | "debug" | "mail-reply" | "duplicate" | "enter" | "notifications" | "options" | "remove" | "today" | "abstract" | "adidas" | "bmw" | "circleci" | "digitalocean" | "ericsson" | "gitter" | "maze" | "microbit" | "oculus" | "pexels" | "readme" | "serverless" | "shortcut" | "shutterstock" | "sketch" | "spectrum" | "twilio" | "unsplash" | "vercel" | "eventbrite" | "monday" | "browse" | "extension" | "support" | "dark-mode" | "attribution" | "boy" | "girl" | "icecream" | "block" | "gym" | "dollar" | "home-alt" | "community" | "sidebar-right" | "drive" | "games" | "google-tasks" | "photoscan" | "product-hunt" | "qr" | "studio" | "band-aid" | "carousel" | "chart" | "shape-circle" | "shape-square" | "shape-triangle" | "c-plus-plus" | "flag-alt" | "external" | "feed" | "code-climate" | "apple-watch" | "organisation" | "file-add" | "trash-empty" | "user-add" | "user-remove" | "open-collective" | "drop" | "unfold" | "awards" | "insert-after" | "insert-before" | "nametag" | "performance" | "clapper-board" | "close-o" | "website" | "play-button" | "swap" | "sweden" | "arrows-h" | "arrows-v" | "yinyang" | "assign" | "insights" | "play-list" | "add-r" | "arrange-back" | "arrange-front" | "arrow-align-h" | "arrow-align-v" | "arrow-bottom-left-o" | "arrow-bottom-left-r" | "arrow-bottom-right-o" | "arrow-bottom-right-r" | "arrow-down-o" | "arrow-down-r" | "arrow-left-o" | "arrow-left-r" | "arrow-long-down-c" | "arrow-long-down-e" | "arrow-long-down-l" | "arrow-long-down-r" | "arrow-long-left-c" | "arrow-long-left-e" | "arrow-long-left-l" | "arrow-long-left-r" | "arrow-long-right-c" | "arrow-long-right-e" | "arrow-long-right-l" | "arrow-long-right-r" | "arrow-long-up-c" | "arrow-long-up-e" | "arrow-long-up-l" | "arrow-long-up-r" | "arrow-right-o" | "arrow-right-r" | "arrow-top-left-o" | "arrow-top-left-r" | "arrow-top-right-o" | "arrow-top-right-r" | "arrow-up-o" | "arrow-up-r" | "arrows-breake-h" | "arrows-breake-v" | "arrows-exchange-alt" | "arrows-exchange-alt-v" | "arrows-exchange-v" | "arrows-expand-down-left" | "arrows-expand-down-right" | "arrows-expand-left" | "arrows-expand-left-alt" | "arrows-expand-right" | "arrows-expand-right-alt" | "arrows-expand-up-left" | "arrows-expand-up-right" | "arrows-h-alt" | "arrows-merge-alt-h" | "arrows-merge-alt-v" | "arrows-scroll-h" | "arrows-scroll-v" | "arrows-shrink-h" | "arrows-shrink-v" | "arrows-v-alt" | "atlasian" | "board" | "border-style-dashed" | "border-style-dotted" | "border-style-solid" | "calendar-dates" | "calendar-next" | "calendar-two" | "cap" | "card-clubs" | "card-diamonds" | "card-hearts" | "card-spades" | "chanel" | "check-o" | "check-r" | "chevron-double-down-o" | "chevron-double-down-r" | "chevron-double-left-o" | "chevron-double-left-r" | "chevron-double-right-o" | "chevron-double-right-r" | "chevron-double-up-o" | "chevron-double-up-r" | "chevron-down-o" | "chevron-down-r" | "chevron-left-o" | "chevron-left-r" | "chevron-right-o" | "chevron-right-r" | "chevron-up-o" | "chevron-up-r" | "close-r" | "color-bucket" | "comedy-central" | "compress-left" | "compress-right" | "compress-v" | "corner-double-down-left" | "corner-double-down-right" | "corner-double-left-down" | "corner-double-left-up" | "corner-double-right-down" | "corner-double-right-up" | "corner-double-up-left" | "corner-double-up-right" | "crowdfire" | "danger" | "designmodo" | "details-less" | "details-more" | "display-flex" | "display-fullwidth" | "display-grid" | "display-spacing" | "drop-invert" | "drop-opacity" | "edit-black-point" | "edit-contrast" | "edit-exposure" | "edit-fade" | "edit-flip-h" | "edit-flip-v" | "edit-highlight" | "edit-markup" | "edit-mask" | "edit-noise" | "edit-shadows" | "edit-straight" | "edit-unmask" | "ereader" | "extension-add" | "extension-alt" | "extension-remove" | "eye-alt" | "font-height" | "font-spacing" | "format-center" | "format-color" | "format-heading" | "format-justify" | "format-left" | "format-right" | "format-separator" | "format-slash" | "format-strike" | "format-uppercase" | "ghost-character" | "git-pull" | "glass-alt" | "hello" | "home-screen" | "if-design" | "indie-hackers" | "inpicture" | "insert-after-o" | "insert-after-r" | "insert-before-o" | "insert-before-r" | "internal" | "keyhole" | "layout-grid-small" | "layout-pin" | "loadbar" | "loadbar-alt" | "loadbar-doc" | "loadbar-sound" | "lock-unlock" | "log-off" | "math-divide" | "math-equal" | "math-minus" | "math-percent" | "math-plus" | "maximize-alt" | "media-live" | "media-podcast" | "menu-boxed" | "menu-cake" | "menu-cheese" | "menu-grid-o" | "menu-grid-r" | "menu-hotdog" | "menu-left-alt" | "menu-motion" | "menu-oreos" | "menu-right-alt" | "menu-round" | "merge-horizontal" | "merge-vertical" | "mini-player" | "minimize-alt" | "more-alt" | "more-o" | "more-r" | "more-vertical-alt" | "more-vertical-o" | "more-vertical-r" | "move-task" | "music-speaker" | "path-back" | "path-crop" | "path-divide" | "path-exclude" | "path-front" | "path-intersect" | "path-outline" | "path-trim" | "path-unite" | "pentagon-bottom-left" | "pentagon-bottom-right" | "pentagon-down" | "pentagon-left" | "pentagon-right" | "pentagon-top-left" | "pentagon-top-right" | "pentagon-up" | "pin-alt" | "pin-bottom" | "pin-top" | "play-backwards" | "play-button-o" | "play-button-r" | "play-forwards" | "play-list-add" | "play-list-check" | "play-list-remove" | "play-list-search" | "play-pause-o" | "play-pause-r" | "play-stop" | "play-stop-o" | "play-stop-r" | "play-track-next" | "play-track-next-o" | "play-track-next-r" | "play-track-prev" | "play-track-prev-o" | "play-track-prev-r" | "pokemon" | "profile" | "pull-clear" | "push-chevron-down" | "push-chevron-down-o" | "push-chevron-down-r" | "push-chevron-left" | "push-chevron-left-o" | "push-chevron-left-r" | "push-chevron-right" | "push-chevron-right-o" | "push-chevron-right-r" | "push-chevron-up" | "push-chevron-up-o" | "push-chevron-up-r" | "push-down" | "push-left" | "push-right" | "push-up" | "quote-o" | "radio-check" | "radio-checked" | "remove-r" | "row-first" | "row-last" | "sand-clock" | "screen-mirror" | "screen-shot" | "screen-wide" | "scroll-h" | "scroll-v" | "search-found" | "search-loading" | "select-o" | "select-r" | "shape-half-circle" | "shape-hexagon" | "shape-rhombus" | "shape-zigzag" | "sidebar-open" | "smart-home-boiler" | "smart-home-cooker" | "smart-home-heat" | "smart-home-light" | "smart-home-refrigerator" | "smart-home-wash-machine" | "smartphone-chip" | "smartphone-ram" | "smartphone-shake" | "smile-mouth-open" | "smile-neutral" | "smile-no-mouth" | "smile-none" | "smile-sad" | "smile-upside" | "software-download" | "software-upload" | "sort-az" | "sort-za" | "space-between-v" | "spinner-alt" | "spinner-two" | "spinner-two-alt" | "stark" | "stories" | "swiss" | "tally" | "tap-double" | "tap-single" | "tikcode" | "toggle-square" | "toggle-square-off" | "toolbar-bottom" | "toolbar-left" | "toolbar-right" | "toolbar-top" | "transcript" | "trending" | "ui-kit" | "unavailable" | "unblock" | "user-list" | "userlane" | "view-cols" | "view-comfortable" | "view-month" | "view-split" | "voicemail-o" | "voicemail-r" | "work-alt">): import("react").JSX.Element;
716
- displayName: string;
717
- };
714
+ export declare const Gg: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"windows" | "data" | "linear" | "size" | "style" | "search" | "repeat" | "anchor" | "link" | "signal" | "image" | "menu" | "tab" | "timer" | "list" | "overflow" | "key" | "space-between" | "code" | "select" | "template" | "time" | "track" | "asterisk" | "attachment" | "backspace" | "bookmark" | "briefcase" | "clipboard" | "collage" | "comment" | "copyright" | "crop" | "crown" | "dialpad" | "dock-bottom" | "dock-left" | "dock-right" | "dock-window" | "eject" | "ethernet" | "export" | "eye" | "flag" | "gender-female" | "gender-male" | "import" | "inbox" | "keyboard" | "loupe" | "magnet" | "mail" | "more" | "mouse" | "pin" | "pocket" | "polaroid" | "poll" | "presentation" | "read" | "redo" | "ring" | "server" | "sleep" | "sync" | "tag" | "trending-down" | "undo" | "usb" | "voicemail" | "bee" | "tree" | "arrow-bottom-left" | "arrow-bottom-right" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-top-left" | "arrow-top-right" | "arrow-up" | "chevron-double-down" | "chevron-double-left" | "chevron-double-right" | "chevron-double-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "menu-left" | "menu-right" | "share" | "swap-vertical" | "album" | "dolby" | "headset" | "music" | "music-note" | "battery" | "lock" | "thermometer" | "credit-card" | "bitbucket" | "box" | "facebook" | "google" | "instagram" | "lastpass" | "microsoft" | "npm" | "patreon" | "slack" | "trello" | "twitter" | "youtube" | "phone" | "cloud" | "database" | "alarm" | "calendar" | "calendar-today" | "timelapse" | "laptop" | "thermostat" | "brush" | "pen" | "ruler" | "rename" | "file" | "file-document" | "file-remove" | "folder" | "folder-remove" | "bowl" | "coffee" | "check" | "close" | "controller" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "ghost" | "heart" | "shield" | "bolt" | "toolbox" | "cross" | "gift" | "bell" | "camera" | "cast" | "home" | "play-pause" | "printer" | "record" | "remote" | "webcam" | "calculator" | "infinity" | "pill" | "disc" | "piano" | "terrain" | "airplane" | "film" | "square" | "tennis" | "trophy" | "border-all" | "border-bottom" | "border-left" | "border-right" | "border-top" | "format-bold" | "format-indent-decrease" | "format-indent-increase" | "format-italic" | "format-line-height" | "format-text" | "format-underline" | "view-day" | "view-grid" | "view-list" | "umbrella" | "arrow-long-down" | "arrow-long-left" | "arrow-long-right" | "arrow-long-up" | "globe-alt" | "hashtag" | "moon" | "shopping-bag" | "shopping-cart" | "sun" | "trash" | "tv" | "user" | "battery-full" | "bot" | "brackets" | "captions" | "copy" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "dribbble" | "euro" | "expand" | "figma" | "framer" | "git-branch" | "git-fork" | "globe" | "info" | "layout-grid" | "layout-list" | "list-tree" | "log-in" | "log-out" | "mail-open" | "maximize" | "mic" | "minimize" | "move-down" | "move-left" | "move-right" | "move-up" | "plug" | "quote" | "ratio" | "scan" | "smartphone" | "smile" | "terminal" | "touchpad" | "trees" | "volume" | "zoom-in" | "zoom-out" | "align-center" | "align-left" | "align-right" | "git-commit" | "more-vertical" | "sidebar" | "arrows-exchange" | "browser" | "bulb" | "calendar-due" | "color-picker" | "components" | "filters" | "glass" | "live-photo" | "mail-forward" | "notes" | "pacman" | "password" | "reorder" | "stack" | "stopwatch" | "vinyl" | "align-bottom" | "align-middle" | "align-top" | "code-slash" | "distribute-horizontal" | "distribute-vertical" | "modem" | "paypal" | "toggle-off" | "toggle-on" | "usb-c" | "compress" | "desktop" | "battery-empty" | "spinner" | "add" | "erase" | "screen" | "folder-add" | "calibrate" | "debug" | "mail-reply" | "duplicate" | "enter" | "notifications" | "options" | "remove" | "today" | "abstract" | "adidas" | "bmw" | "circleci" | "digitalocean" | "ericsson" | "gitter" | "maze" | "microbit" | "oculus" | "pexels" | "readme" | "serverless" | "shortcut" | "shutterstock" | "sketch" | "spectrum" | "twilio" | "unsplash" | "vercel" | "eventbrite" | "monday" | "browse" | "extension" | "support" | "dark-mode" | "attribution" | "boy" | "girl" | "icecream" | "block" | "gym" | "dollar" | "home-alt" | "community" | "sidebar-right" | "drive" | "games" | "google-tasks" | "photoscan" | "product-hunt" | "qr" | "studio" | "band-aid" | "carousel" | "chart" | "shape-circle" | "shape-square" | "shape-triangle" | "c-plus-plus" | "flag-alt" | "external" | "feed" | "code-climate" | "apple-watch" | "organisation" | "file-add" | "trash-empty" | "user-add" | "user-remove" | "open-collective" | "drop" | "unfold" | "awards" | "insert-after" | "insert-before" | "nametag" | "performance" | "clapper-board" | "close-o" | "website" | "play-button" | "swap" | "sweden" | "arrows-h" | "arrows-v" | "yinyang" | "assign" | "insights" | "play-list" | "add-r" | "arrange-back" | "arrange-front" | "arrow-align-h" | "arrow-align-v" | "arrow-bottom-left-o" | "arrow-bottom-left-r" | "arrow-bottom-right-o" | "arrow-bottom-right-r" | "arrow-down-o" | "arrow-down-r" | "arrow-left-o" | "arrow-left-r" | "arrow-long-down-c" | "arrow-long-down-e" | "arrow-long-down-l" | "arrow-long-down-r" | "arrow-long-left-c" | "arrow-long-left-e" | "arrow-long-left-l" | "arrow-long-left-r" | "arrow-long-right-c" | "arrow-long-right-e" | "arrow-long-right-l" | "arrow-long-right-r" | "arrow-long-up-c" | "arrow-long-up-e" | "arrow-long-up-l" | "arrow-long-up-r" | "arrow-right-o" | "arrow-right-r" | "arrow-top-left-o" | "arrow-top-left-r" | "arrow-top-right-o" | "arrow-top-right-r" | "arrow-up-o" | "arrow-up-r" | "arrows-breake-h" | "arrows-breake-v" | "arrows-exchange-alt" | "arrows-exchange-alt-v" | "arrows-exchange-v" | "arrows-expand-down-left" | "arrows-expand-down-right" | "arrows-expand-left" | "arrows-expand-left-alt" | "arrows-expand-right" | "arrows-expand-right-alt" | "arrows-expand-up-left" | "arrows-expand-up-right" | "arrows-h-alt" | "arrows-merge-alt-h" | "arrows-merge-alt-v" | "arrows-scroll-h" | "arrows-scroll-v" | "arrows-shrink-h" | "arrows-shrink-v" | "arrows-v-alt" | "atlasian" | "board" | "border-style-dashed" | "border-style-dotted" | "border-style-solid" | "calendar-dates" | "calendar-next" | "calendar-two" | "cap" | "card-clubs" | "card-diamonds" | "card-hearts" | "card-spades" | "chanel" | "check-o" | "check-r" | "chevron-double-down-o" | "chevron-double-down-r" | "chevron-double-left-o" | "chevron-double-left-r" | "chevron-double-right-o" | "chevron-double-right-r" | "chevron-double-up-o" | "chevron-double-up-r" | "chevron-down-o" | "chevron-down-r" | "chevron-left-o" | "chevron-left-r" | "chevron-right-o" | "chevron-right-r" | "chevron-up-o" | "chevron-up-r" | "close-r" | "color-bucket" | "comedy-central" | "compress-left" | "compress-right" | "compress-v" | "corner-double-down-left" | "corner-double-down-right" | "corner-double-left-down" | "corner-double-left-up" | "corner-double-right-down" | "corner-double-right-up" | "corner-double-up-left" | "corner-double-up-right" | "crowdfire" | "danger" | "designmodo" | "details-less" | "details-more" | "display-flex" | "display-fullwidth" | "display-grid" | "display-spacing" | "drop-invert" | "drop-opacity" | "edit-black-point" | "edit-contrast" | "edit-exposure" | "edit-fade" | "edit-flip-h" | "edit-flip-v" | "edit-highlight" | "edit-markup" | "edit-mask" | "edit-noise" | "edit-shadows" | "edit-straight" | "edit-unmask" | "ereader" | "extension-add" | "extension-alt" | "extension-remove" | "eye-alt" | "font-height" | "font-spacing" | "format-center" | "format-color" | "format-heading" | "format-justify" | "format-left" | "format-right" | "format-separator" | "format-slash" | "format-strike" | "format-uppercase" | "ghost-character" | "git-pull" | "glass-alt" | "hello" | "home-screen" | "if-design" | "indie-hackers" | "inpicture" | "insert-after-o" | "insert-after-r" | "insert-before-o" | "insert-before-r" | "internal" | "keyhole" | "layout-grid-small" | "layout-pin" | "loadbar" | "loadbar-alt" | "loadbar-doc" | "loadbar-sound" | "lock-unlock" | "log-off" | "math-divide" | "math-equal" | "math-minus" | "math-percent" | "math-plus" | "maximize-alt" | "media-live" | "media-podcast" | "menu-boxed" | "menu-cake" | "menu-cheese" | "menu-grid-o" | "menu-grid-r" | "menu-hotdog" | "menu-left-alt" | "menu-motion" | "menu-oreos" | "menu-right-alt" | "menu-round" | "merge-horizontal" | "merge-vertical" | "mini-player" | "minimize-alt" | "more-alt" | "more-o" | "more-r" | "more-vertical-alt" | "more-vertical-o" | "more-vertical-r" | "move-task" | "music-speaker" | "path-back" | "path-crop" | "path-divide" | "path-exclude" | "path-front" | "path-intersect" | "path-outline" | "path-trim" | "path-unite" | "pentagon-bottom-left" | "pentagon-bottom-right" | "pentagon-down" | "pentagon-left" | "pentagon-right" | "pentagon-top-left" | "pentagon-top-right" | "pentagon-up" | "pin-alt" | "pin-bottom" | "pin-top" | "play-backwards" | "play-button-o" | "play-button-r" | "play-forwards" | "play-list-add" | "play-list-check" | "play-list-remove" | "play-list-search" | "play-pause-o" | "play-pause-r" | "play-stop" | "play-stop-o" | "play-stop-r" | "play-track-next" | "play-track-next-o" | "play-track-next-r" | "play-track-prev" | "play-track-prev-o" | "play-track-prev-r" | "pokemon" | "profile" | "pull-clear" | "push-chevron-down" | "push-chevron-down-o" | "push-chevron-down-r" | "push-chevron-left" | "push-chevron-left-o" | "push-chevron-left-r" | "push-chevron-right" | "push-chevron-right-o" | "push-chevron-right-r" | "push-chevron-up" | "push-chevron-up-o" | "push-chevron-up-r" | "push-down" | "push-left" | "push-right" | "push-up" | "quote-o" | "radio-check" | "radio-checked" | "remove-r" | "row-first" | "row-last" | "sand-clock" | "screen-mirror" | "screen-shot" | "screen-wide" | "scroll-h" | "scroll-v" | "search-found" | "search-loading" | "select-o" | "select-r" | "shape-half-circle" | "shape-hexagon" | "shape-rhombus" | "shape-zigzag" | "sidebar-open" | "smart-home-boiler" | "smart-home-cooker" | "smart-home-heat" | "smart-home-light" | "smart-home-refrigerator" | "smart-home-wash-machine" | "smartphone-chip" | "smartphone-ram" | "smartphone-shake" | "smile-mouth-open" | "smile-neutral" | "smile-no-mouth" | "smile-none" | "smile-sad" | "smile-upside" | "software-download" | "software-upload" | "sort-az" | "sort-za" | "space-between-v" | "spinner-alt" | "spinner-two" | "spinner-two-alt" | "stark" | "stories" | "swiss" | "tally" | "tap-double" | "tap-single" | "tikcode" | "toggle-square" | "toggle-square-off" | "toolbar-bottom" | "toolbar-left" | "toolbar-right" | "toolbar-top" | "transcript" | "trending" | "ui-kit" | "unavailable" | "unblock" | "user-list" | "userlane" | "view-cols" | "view-comfortable" | "view-month" | "view-split" | "voicemail-o" | "voicemail-r" | "work-alt"> & import("react").RefAttributes<import("react-native").View>>>;
718
715
  export {};
719
716
  //# sourceMappingURL=Gg.d.ts.map
@@ -374,9 +374,6 @@ declare const gisIconNames: {
374
374
  readonly 'zoom-out': true;
375
375
  };
376
376
  export type GisIconName = keyof typeof gisIconNames;
377
- export declare const Gis: {
378
- ({ 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" | "color" | "rotate" | "scale" | "translate" | "split" | "timer" | "position" | "start" | "direction" | "circle" | "polygon" | "polyline" | "directions" | "flag" | "grid" | "network" | "pin" | "satellite" | "tag" | "car" | "compass" | "earth" | "layers" | "map-legend" | "map-search" | "home" | "compass-rose" | "pyramid" | "rectangle" | "square" | "bicycle" | "drone" | "globe-alt" | "globe" | "move" | "route" | "signpost" | "tags" | "zoom-in" | "zoom-out" | "location" | "map-route" | "map-share" | "map-star" | "point" | "sos" | "union" | "earth-asia" | "location-arrow" | "pedestrian" | "buffer" | "_360" | "location-on" | "difference" | "step" | "full-screen" | "folder-maps" | "measure" | "snap" | "layer" | "copy-line" | "pushpin" | "compass-alt" | "world-map" | "circle-o" | "flag-o" | "map-o" | "square-o" | "earth-america" | "arrow" | "globe-favorite" | "search-data" | "profile" | "_3dtiles-file" | "_3dtiles-web" | "arrow-o" | "azimuth" | "bbox" | "bbox-alt" | "bookmark-poi" | "bookmark-poi-b" | "bus-map" | "cadastre-map" | "compare-map" | "compass-alt-o" | "compass-needle" | "compass-rose-n" | "contour-map" | "convex-hull" | "coord-grid" | "coord-system" | "coord-system-3d" | "coord-system-3d-alt" | "coord-system-alt" | "copy-point" | "copy-poly" | "csw" | "cube-3d" | "dilatation" | "direct" | "earth-america-o" | "earth-asia-o" | "earth-atlantic" | "earth-atlantic-o" | "earth-australia" | "earth-australia-o" | "earth-euro-africa" | "earth-euro-africa-o" | "earth-gear" | "earth-net" | "earth-net-o" | "earth-network" | "earth-network-o" | "earth-north" | "earth-north-o" | "earth-o" | "earth-pacific" | "earth-pacific-o" | "earth-south" | "earth-south-o" | "erosion" | "esri-json-file" | "extent" | "extent-alt" | "finish" | "flab-b-o" | "flag-b" | "flag-finish" | "flag-finish-b-o" | "flag-start" | "flag-start-b" | "flag-start-b-o" | "flag-start-o" | "flip-h" | "flip-v" | "flow-map" | "folder-globe" | "folder-globe-o" | "folder-map" | "folder-poi" | "folder-poi-o" | "folder-pois" | "geojson-file" | "globe-alt-o" | "globe-earth" | "globe-earth-alt" | "globe-gear" | "globe-o" | "globe-options" | "globe-poi" | "globe-share" | "globe-shield" | "globe-smiley" | "globe-star" | "globe-user" | "globe-users" | "gnss" | "gnss-antenna" | "gpx-file" | "height-map" | "help-larrow" | "help-rarrow" | "hex-map" | "hiker" | "hydro-map" | "i3s-file" | "i3s-web" | "intersection" | "kml-file" | "landcover-map" | "layer-2-add-o" | "layer-2-rm-o" | "layer-add" | "layer-add-o" | "layer-alt" | "layer-alt-add-o" | "layer-alt-edit" | "layer-alt-o" | "layer-alt-poi" | "layer-alt-rm-o" | "layer-alt-x-o" | "layer-contour" | "layer-down" | "layer-download" | "layer-edit" | "layer-height" | "layer-hydro" | "layer-landcover" | "layer-o" | "layer-poi" | "layer-rm" | "layer-rm-o" | "layer-road" | "layer-stack" | "layer-stack-o" | "layer-stat" | "layer-stat-alt" | "layer-up" | "layer-upload" | "layers-o" | "layers-poi" | "location-arrow-o" | "location-man" | "location-man-alt" | "location-poi" | "location-poi-o" | "magnify-map" | "map-add" | "map-book" | "map-bookmark" | "map-control" | "map-edit" | "map-extent" | "map-favorite" | "map-legend-o" | "map-lock" | "map-options" | "map-options-alt" | "map-play" | "map-poi" | "map-print" | "map-rm" | "map-send" | "map-share-alt" | "map-smiley" | "map-stat" | "map-tag" | "map-tags" | "map-time" | "map-unlock" | "map-user" | "map-users" | "measure-area" | "measure-area-alt" | "measure-line" | "modify-line" | "modify-poly" | "modify-poly-o" | "mosaic" | "move-alt" | "multipoint" | "mvt" | "network-o" | "north-arrow" | "north-arrow-n" | "offset" | "openls" | "phone-map" | "phone-route" | "phone-route-alt" | "phone-route-alt-r" | "photogrammetry" | "pin-earth" | "pirate-map" | "pirate-poi" | "poi" | "poi-alt" | "poi-alt-o" | "poi-earth" | "poi-favorite" | "poi-favorite-o" | "poi-home" | "poi-home-o" | "poi-info" | "poi-info-o" | "poi-map" | "poi-map-o" | "poi-o" | "poi-slash" | "poi-slash-o" | "pois" | "pois-o" | "polygon-hole" | "polygon-hole-o" | "polygon-hole-pt" | "polygon-o" | "polygon-o-dash" | "polygon-pt" | "polyline-dash" | "polyline-pt" | "position-man" | "position-o" | "profile-o" | "proj-conic" | "proj-geo" | "proj-point" | "proj-square" | "proj-stereo" | "proj-utm" | "rectangle-o" | "rectangle-pt" | "regular-shape" | "regular-shape-o" | "regular-shape-pt" | "revers" | "road-map" | "route-end" | "route-start" | "satellite-earth" | "scale-poly" | "screen-dub" | "screen-dub-o" | "screen-dub1" | "screen-dub2" | "screen-mag" | "screen-mag-alt" | "screen-mag-o" | "screen-split-h" | "screen-split-v" | "search-address" | "search-attribtues" | "search-coord" | "search-country" | "search-feature" | "search-globe" | "search-globe-alt" | "search-home" | "search-layer" | "search-map" | "search-poi" | "search-propertie" | "select-extent" | "shape-file" | "simplify" | "skeletonize" | "sld" | "snap-ortho" | "split-line" | "split-polygon" | "sps" | "square-pt" | "start-o" | "statistic-map" | "step-o" | "story-map" | "story-map-o" | "story-maps" | "swipe-map-h" | "swipe-map-v" | "sym-difference" | "tacheometer" | "tag-o" | "tags-o" | "theodolite" | "time-map" | "tjs" | "topography" | "topojson-file" | "translate-x" | "translate-y" | "triangle-map" | "voronoi-map" | "wcps" | "wcs" | "weather-map" | "wfs" | "wfs-t" | "wmc" | "wms" | "wmts" | "world-folder" | "world-folder-o" | "world-map-alt" | "world-map-alt-o" | "wps" | "xyz">): import("react").JSX.Element;
379
- displayName: string;
380
- };
377
+ export declare const Gis: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"map" | "color" | "rotate" | "scale" | "translate" | "split" | "timer" | "position" | "start" | "direction" | "circle" | "polygon" | "polyline" | "directions" | "flag" | "grid" | "network" | "pin" | "satellite" | "tag" | "car" | "compass" | "earth" | "layers" | "map-legend" | "map-search" | "home" | "compass-rose" | "pyramid" | "rectangle" | "square" | "bicycle" | "drone" | "globe-alt" | "globe" | "move" | "route" | "signpost" | "tags" | "zoom-in" | "zoom-out" | "location" | "map-route" | "map-share" | "map-star" | "point" | "sos" | "union" | "earth-asia" | "location-arrow" | "pedestrian" | "buffer" | "_360" | "location-on" | "difference" | "step" | "full-screen" | "folder-maps" | "measure" | "snap" | "layer" | "copy-line" | "pushpin" | "compass-alt" | "world-map" | "circle-o" | "flag-o" | "map-o" | "square-o" | "earth-america" | "arrow" | "globe-favorite" | "search-data" | "profile" | "_3dtiles-file" | "_3dtiles-web" | "arrow-o" | "azimuth" | "bbox" | "bbox-alt" | "bookmark-poi" | "bookmark-poi-b" | "bus-map" | "cadastre-map" | "compare-map" | "compass-alt-o" | "compass-needle" | "compass-rose-n" | "contour-map" | "convex-hull" | "coord-grid" | "coord-system" | "coord-system-3d" | "coord-system-3d-alt" | "coord-system-alt" | "copy-point" | "copy-poly" | "csw" | "cube-3d" | "dilatation" | "direct" | "earth-america-o" | "earth-asia-o" | "earth-atlantic" | "earth-atlantic-o" | "earth-australia" | "earth-australia-o" | "earth-euro-africa" | "earth-euro-africa-o" | "earth-gear" | "earth-net" | "earth-net-o" | "earth-network" | "earth-network-o" | "earth-north" | "earth-north-o" | "earth-o" | "earth-pacific" | "earth-pacific-o" | "earth-south" | "earth-south-o" | "erosion" | "esri-json-file" | "extent" | "extent-alt" | "finish" | "flab-b-o" | "flag-b" | "flag-finish" | "flag-finish-b-o" | "flag-start" | "flag-start-b" | "flag-start-b-o" | "flag-start-o" | "flip-h" | "flip-v" | "flow-map" | "folder-globe" | "folder-globe-o" | "folder-map" | "folder-poi" | "folder-poi-o" | "folder-pois" | "geojson-file" | "globe-alt-o" | "globe-earth" | "globe-earth-alt" | "globe-gear" | "globe-o" | "globe-options" | "globe-poi" | "globe-share" | "globe-shield" | "globe-smiley" | "globe-star" | "globe-user" | "globe-users" | "gnss" | "gnss-antenna" | "gpx-file" | "height-map" | "help-larrow" | "help-rarrow" | "hex-map" | "hiker" | "hydro-map" | "i3s-file" | "i3s-web" | "intersection" | "kml-file" | "landcover-map" | "layer-2-add-o" | "layer-2-rm-o" | "layer-add" | "layer-add-o" | "layer-alt" | "layer-alt-add-o" | "layer-alt-edit" | "layer-alt-o" | "layer-alt-poi" | "layer-alt-rm-o" | "layer-alt-x-o" | "layer-contour" | "layer-down" | "layer-download" | "layer-edit" | "layer-height" | "layer-hydro" | "layer-landcover" | "layer-o" | "layer-poi" | "layer-rm" | "layer-rm-o" | "layer-road" | "layer-stack" | "layer-stack-o" | "layer-stat" | "layer-stat-alt" | "layer-up" | "layer-upload" | "layers-o" | "layers-poi" | "location-arrow-o" | "location-man" | "location-man-alt" | "location-poi" | "location-poi-o" | "magnify-map" | "map-add" | "map-book" | "map-bookmark" | "map-control" | "map-edit" | "map-extent" | "map-favorite" | "map-legend-o" | "map-lock" | "map-options" | "map-options-alt" | "map-play" | "map-poi" | "map-print" | "map-rm" | "map-send" | "map-share-alt" | "map-smiley" | "map-stat" | "map-tag" | "map-tags" | "map-time" | "map-unlock" | "map-user" | "map-users" | "measure-area" | "measure-area-alt" | "measure-line" | "modify-line" | "modify-poly" | "modify-poly-o" | "mosaic" | "move-alt" | "multipoint" | "mvt" | "network-o" | "north-arrow" | "north-arrow-n" | "offset" | "openls" | "phone-map" | "phone-route" | "phone-route-alt" | "phone-route-alt-r" | "photogrammetry" | "pin-earth" | "pirate-map" | "pirate-poi" | "poi" | "poi-alt" | "poi-alt-o" | "poi-earth" | "poi-favorite" | "poi-favorite-o" | "poi-home" | "poi-home-o" | "poi-info" | "poi-info-o" | "poi-map" | "poi-map-o" | "poi-o" | "poi-slash" | "poi-slash-o" | "pois" | "pois-o" | "polygon-hole" | "polygon-hole-o" | "polygon-hole-pt" | "polygon-o" | "polygon-o-dash" | "polygon-pt" | "polyline-dash" | "polyline-pt" | "position-man" | "position-o" | "profile-o" | "proj-conic" | "proj-geo" | "proj-point" | "proj-square" | "proj-stereo" | "proj-utm" | "rectangle-o" | "rectangle-pt" | "regular-shape" | "regular-shape-o" | "regular-shape-pt" | "revers" | "road-map" | "route-end" | "route-start" | "satellite-earth" | "scale-poly" | "screen-dub" | "screen-dub-o" | "screen-dub1" | "screen-dub2" | "screen-mag" | "screen-mag-alt" | "screen-mag-o" | "screen-split-h" | "screen-split-v" | "search-address" | "search-attribtues" | "search-coord" | "search-country" | "search-feature" | "search-globe" | "search-globe-alt" | "search-home" | "search-layer" | "search-map" | "search-poi" | "search-propertie" | "select-extent" | "shape-file" | "simplify" | "skeletonize" | "sld" | "snap-ortho" | "split-line" | "split-polygon" | "sps" | "square-pt" | "start-o" | "statistic-map" | "step-o" | "story-map" | "story-map-o" | "story-maps" | "swipe-map-h" | "swipe-map-v" | "sym-difference" | "tacheometer" | "tag-o" | "tags-o" | "theodolite" | "time-map" | "tjs" | "topography" | "topojson-file" | "translate-x" | "translate-y" | "triangle-map" | "voronoi-map" | "wcps" | "wcs" | "weather-map" | "wfs" | "wfs-t" | "wmc" | "wms" | "wmts" | "world-folder" | "world-folder-o" | "world-map-alt" | "world-map-alt-o" | "wps" | "xyz"> & import("react").RefAttributes<import("react-native").View>>>;
381
378
  export {};
382
379
  //# sourceMappingURL=Gis.d.ts.map
@@ -751,9 +751,6 @@ declare const gravity_uiIconNames: {
751
751
  readonly 'xmark-shape-fill': true;
752
752
  };
753
753
  export type GravityUiIconName = keyof typeof gravity_uiIconNames;
754
- export declare const GravityUi: {
755
- ({ 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<"function" | "pulse" | "bold" | "link" | "signal" | "text" | "key" | "display" | "code" | "picture" | "video" | "circle" | "stop" | "archive" | "at" | "binoculars" | "book" | "book-open" | "bookmark" | "briefcase" | "bucket" | "comment" | "comment-plus" | "crop" | "delete" | "diamond" | "eraser" | "eye" | "fingerprint" | "flag" | "keyboard" | "magnet" | "paperclip" | "passport" | "pin" | "server" | "sticker" | "tag" | "target" | "ticket" | "timeline" | "tray" | "shield-check" | "bug" | "snail" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "shuffle" | "headphones" | "music-note" | "volume-low" | "volume-off" | "car" | "lock" | "lock-open" | "snowflake" | "credit-card" | "receipt" | "box" | "cloud" | "cloud-check" | "clouds" | "palette" | "database" | "database-arrow-right" | "calendar" | "clock" | "file-code" | "brush" | "pencil" | "file" | "file-check" | "file-minus" | "file-plus" | "file-question" | "folder" | "folder-arrow-down" | "folder-arrow-left" | "folder-arrow-right" | "folder-arrow-up" | "folder-check" | "folder-lock" | "folder-open" | "folder-plus" | "cup" | "check" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "flask" | "ghost" | "heart" | "medal" | "puzzle" | "sack" | "shield" | "skull" | "compass" | "layers" | "vector-circle" | "vector-square" | "factory" | "hammer" | "wrench" | "gift" | "bell" | "camera" | "pause" | "play" | "power" | "printer" | "calculator" | "chart-bar" | "chart-bar-stacked" | "chart-donut" | "chart-line" | "chart-pie" | "equal" | "minus" | "percent" | "plus" | "heart-pulse" | "pill" | "stethoscope" | "microphone" | "molecule" | "rocket" | "cube" | "sphere" | "square" | "star" | "triangle-down" | "traffic-light" | "filmstrip" | "umbrella" | "bell-slash" | "ellipsis-vertical" | "envelope" | "envelope-open" | "eye-slash" | "face-smile" | "funnel" | "hashtag" | "italic" | "link-slash" | "map-pin" | "megaphone" | "moon" | "qr-code" | "scissors" | "shield-exclamation" | "shopping-bag" | "shopping-cart" | "sparkles" | "strikethrough" | "sun" | "tv" | "underline" | "aperture" | "arrow-down-from-line" | "arrow-down-to-line" | "arrow-left-from-line" | "arrow-left-to-line" | "arrow-right-from-line" | "arrow-right-to-line" | "arrow-up-from-line" | "arrow-up-to-line" | "ban" | "bell-dot" | "chart-column" | "chart-column-stacked" | "cherry" | "chevrons-down" | "chevrons-left" | "chevrons-right" | "chevrons-up" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "circle-check" | "circle-chevron-down" | "circle-chevron-left" | "circle-chevron-right" | "circle-chevron-up" | "circle-dashed" | "circle-minus" | "circle-pause" | "circle-play" | "circle-plus" | "circle-stop" | "copy" | "copy-check" | "copy-minus" | "copy-plus" | "cpu" | "droplet" | "ear" | "ellipsis" | "file-text" | "files" | "flame" | "folder-code" | "folder-tree" | "folders" | "frame" | "globe" | "gpu" | "graduation-cap" | "grip" | "grip-horizontal" | "hand" | "hard-drive" | "heading" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heart-crack" | "house" | "layout-list" | "list-check" | "map-pin-minus" | "map-pin-plus" | "route" | "shopping-basket" | "sliders-vertical" | "smartphone" | "square-check" | "square-dashed" | "square-dot" | "square-minus" | "square-plus" | "tags" | "terminal" | "text-align-center" | "text-align-justify" | "thumbs-down" | "thumbs-up" | "triangle-right" | "vault" | "volume" | "sliders" | "bulb" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "chart-treemap" | "circle-chevrons-down" | "circle-chevrons-left" | "circle-chevrons-right" | "circle-chevrons-up" | "circle-letter-a" | "circle-letter-b" | "circle-letter-c" | "circle-letter-d" | "circle-letter-e" | "circle-letter-f" | "circle-letter-g" | "circle-letter-h" | "circle-letter-i" | "circle-letter-j" | "circle-letter-k" | "circle-letter-l" | "circle-letter-m" | "circle-letter-n" | "circle-letter-o" | "circle-letter-p" | "circle-letter-q" | "circle-letter-r" | "circle-letter-s" | "circle-letter-t" | "circle-letter-u" | "circle-letter-v" | "circle-letter-w" | "circle-letter-x" | "circle-letter-y" | "circle-letter-z" | "circle-number-0" | "circle-number-1" | "circle-number-2" | "circle-number-3" | "circle-number-4" | "circle-number-5" | "circle-number-6" | "circle-number-7" | "circle-number-8" | "circle-number-9" | "file-arrow-left" | "file-arrow-right" | "file-dollar" | "folder-exclamation" | "hand-stop" | "hierarchy" | "layout-columns" | "layout-rows" | "letter-m" | "mug" | "square-letter-p" | "square-letter-t" | "stopwatch" | "trolley" | "arrows-expand" | "arrows-expand-vertical" | "bell-fill" | "bookmark-fill" | "circle-fill" | "clock-fill" | "cloud-slash" | "database-fill" | "diamond-fill" | "file-arrow-down" | "file-arrow-up" | "folder-fill" | "gear" | "geo" | "geo-fill" | "heart-fill" | "house-fill" | "list-ol" | "list-ul" | "pause-fill" | "person" | "person-fill" | "person-gear" | "person-plus" | "pin-fill" | "play-fill" | "square-fill" | "star-fill" | "stop-fill" | "suitcase" | "thunderbolt" | "thunderbolt-fill" | "toggle-off" | "toggle-on" | "volume-off-fill" | "arrow-right-arrow-left" | "arrow-rotate-left" | "arrow-rotate-right" | "arrow-up-right-from-square" | "backward-step" | "circle-exclamation" | "circle-info" | "circle-question" | "circle-xmark" | "code-commit" | "code-compare" | "code-fork" | "code-merge" | "code-pull-request" | "face-angry" | "face-surprise" | "file-zipper" | "floppy-disk" | "forward-step" | "square-xmark" | "triangle-exclamation" | "volume-xmark" | "weight-hanging" | "xmark" | "hand-point-down" | "hand-point-left" | "hand-point-right" | "hand-point-up" | "location-arrow" | "microphone-slash" | "comment-slash" | "comments" | "paper-plane" | "font" | "bars" | "check-double" | "life-ring" | "terminal-line" | "folder-open-fill" | "magic-wand" | "text-align-left" | "text-align-right" | "text-indent" | "logo-facebook" | "logo-gitlab" | "logo-python" | "face-neutral" | "logo-android" | "logo-docker" | "logo-markdown" | "logo-windows" | "trash-bin" | "arrow-shape-up" | "antenna-signal" | "pin-slash" | "circle-check-fill" | "circle-chevron-down-fill" | "circle-chevron-left-fill" | "circle-chevron-right-fill" | "circle-chevron-up-fill" | "circle-minus-fill" | "circle-plus-fill" | "face-sad" | "triangle-down-fill" | "triangle-left" | "triangle-left-fill" | "triangle-right-fill" | "triangle-up" | "triangle-up-fill" | "t-shirt" | "shield-keyhole" | "curly-brackets" | "pipeline" | "arrow-up-arrow-down" | "logo-macos" | "pin-slash-fill" | "persons" | "hand-ok" | "abbr-api" | "abbr-ml" | "abbr-ql" | "abbr-sql" | "abbr-zip" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-down-to-square" | "arrow-right-from-square" | "arrow-right-to-square" | "arrow-shape-down" | "arrow-shape-down-from-line" | "arrow-shape-down-to-line" | "arrow-shape-left" | "arrow-shape-left-from-line" | "arrow-shape-left-to-line" | "arrow-shape-right" | "arrow-shape-right-from-line" | "arrow-shape-right-to-line" | "arrow-shape-turn-up-left" | "arrow-shape-turn-up-right" | "arrow-shape-up-from-line" | "arrow-shape-up-to-line" | "arrow-up-from-square" | "arrow-up-from-square-slash" | "arrow-uturn-ccw-down" | "arrow-uturn-ccw-left" | "arrow-uturn-ccw-right" | "arrow-uturn-cw-down" | "arrow-uturn-cw-left" | "arrow-uturn-cw-right" | "arrows-3-rotate-left" | "arrows-3-rotate-left-letter-a" | "arrows-3-rotate-right" | "arrows-expand-horizontal" | "arrows-opposite-to-dots" | "arrows-rotate-left" | "arrows-rotate-left-slash" | "arrows-rotate-right" | "arrows-rotate-right-slash" | "backward-step-fill" | "bars-ascending-align-center" | "bars-ascending-align-left" | "bars-ascending-align-left-arrow-down" | "bars-ascending-align-left-arrow-up" | "bars-ascending-align-right" | "bars-descending-align-center" | "bars-descending-align-left" | "bars-descending-align-left-arrow-down" | "bars-descending-align-left-arrow-up" | "bars-descending-align-right" | "bars-play" | "bars-unaligned" | "boxes-3" | "branches-down" | "branches-right" | "branches-right-arrow-right" | "broadcast-signal" | "broom-motion" | "bucket-paint" | "card-club" | "card-diamond" | "card-heart" | "card-spade" | "carets-expand-vertical" | "chart-area-stacked" | "chart-area-stacked-normalized" | "chart-line-label" | "chart-mixed" | "check-shape" | "check-shape-fill" | "chevron-down-wide" | "chevron-up-wide" | "chevrons-collapse-from-lines" | "chevrons-collapse-horizontal" | "chevrons-collapse-to-line" | "chevrons-collapse-up-right" | "chevrons-collapse-vertical" | "chevrons-down-wide" | "chevrons-expand-from-line" | "chevrons-expand-horizontal" | "chevrons-expand-to-lines" | "chevrons-expand-up-right" | "chevrons-expand-vertical" | "chevrons-up-wide" | "circle-arrow-down-fill" | "circle-arrow-left-fill" | "circle-arrow-right-fill" | "circle-arrow-up-fill" | "circle-dollar" | "circle-exclamation-fill" | "circle-info-fill" | "circle-link" | "circle-pause-fill" | "circle-play-fill" | "circle-question-dot" | "circle-question-fill" | "circle-ruble" | "circle-stop-fill" | "circle-xmark-fill" | "circles-3-plus" | "circles-4-diamond" | "circles-4-square" | "circles-5-random" | "circles-concentric" | "circles-intersection" | "clock-arrow-rotate-left" | "cloud-arrow-up-in" | "cloud-gear" | "cloud-nut-hex" | "code-commit-horizontal" | "code-commits" | "code-pull-request-arrow-left" | "code-pull-request-arrow-right" | "code-pull-request-check" | "code-pull-request-xmark" | "code-trunk" | "comment-dot" | "comment-fill" | "copy-arrow-right" | "copy-check-xmark" | "copy-chevron-right" | "copy-picture" | "copy-transparent" | "copy-xmark" | "cpus" | "crown-diamond" | "cubes-3" | "cubes-3-overlap" | "curly-brackets-function" | "curly-brackets-lock" | "database-magnifier" | "databases" | "databases-fill" | "diamond-exclamation" | "diamond-exclamation-fill" | "display-pulse" | "dots-9" | "envelope-open-xmark" | "exclamation-shape" | "exclamation-shape-fill" | "eye-dashed" | "eyes-look-left" | "eyes-look-right" | "face-alien" | "face-fun" | "face-neutral-dashed" | "face-robot" | "file-arrow-right-out" | "file-exclamation" | "file-letter-p" | "file-letter-w" | "file-letter-x" | "file-magnifier" | "file-ruble" | "file-xmark" | "folder-arrow-up-in" | "folder-flows" | "folder-house" | "folder-keyhole" | "folder-magnifier" | "font-case" | "font-cursor" | "forward-step-fill" | "frames" | "funnel-xmark" | "gear-branches" | "gear-dot" | "gear-play" | "geo-dots" | "geo-pin" | "geo-polygons" | "graph-node" | "handset" | "handset-arrow-in" | "handset-arrow-out" | "layers-3-diagonal" | "layers-vertical" | "layout-cells" | "layout-cells-large" | "layout-columns-3" | "layout-footer" | "layout-header" | "layout-header-cells" | "layout-header-cells-large" | "layout-header-cells-large-fill" | "layout-header-cells-large-letter-d" | "layout-header-cells-large-thunderbolt" | "layout-header-columns" | "layout-header-cursor" | "layout-header-side-content" | "layout-rows-3" | "layout-side-content" | "layout-side-content-left" | "layout-side-content-right" | "layout-split-columns" | "layout-split-columns-3" | "layout-split-rows" | "layout-split-side-content-left" | "layout-split-side-content-right" | "layout-tabs" | "letter-a-underline" | "letter-group" | "list-check-lock" | "list-timeline" | "location-arrow-fill" | "logo-acrobat" | "logo-draw-io" | "logo-linux" | "logo-mcp" | "logo-mermaid" | "logo-notion" | "logo-osi" | "logo-stack-overflow" | "logo-telegram" | "logo-ubuntu" | "logo-yandex" | "logo-yandex-cloud" | "logo-yandex-messenger" | "logo-yandex-tracker" | "magnifier" | "magnifier-minus" | "magnifier-plus" | "math-intersection-shape" | "math-operations" | "math-union-shape" | "minus-shape" | "minus-shape-fill" | "nodes-down" | "nodes-left" | "nodes-right" | "nodes-up" | "nut-hex" | "object-align-bottom" | "object-align-center-horizontal" | "object-align-center-vertical" | "object-align-justify-horizontal" | "object-align-justify-vertical" | "object-align-left" | "object-align-right" | "object-align-top" | "objects-align-bottom" | "objects-align-center-horizontal" | "objects-align-center-vertical" | "objects-align-justify-horizontal" | "objects-align-justify-vertical" | "objects-align-left" | "objects-align-right" | "objects-align-top" | "octagon-xmark" | "office-badge" | "pencil-to-line" | "pencil-to-square" | "person-magnifier" | "person-nut-hex" | "person-pencil" | "person-planet-earth" | "person-speaker" | "person-worker" | "person-xmark" | "persons-lock" | "planet-earth" | "plug-connection" | "plug-wire" | "plus-shape" | "plus-shape-fill" | "quote-close" | "quote-open" | "rectangle-pulse" | "rectangles-4" | "round-brackets" | "scales-balanced" | "scales-unbalanced" | "seal-check" | "seal-percent" | "shapes-3" | "shapes-4" | "sparkles-fill" | "square-article" | "square-bars" | "square-bars-vertical" | "square-brackets" | "square-brackets-bars-vertical" | "square-brackets-letter-a" | "square-chart-bar" | "square-chart-column" | "square-dashed-circle" | "square-dashed-letter-a" | "square-dashed-letter-t" | "square-dashed-text" | "square-exclamation" | "square-hashtag" | "square-line-horizontal" | "square-line-vertical" | "square-list-ul" | "tag-dollar" | "tag-ruble" | "target-dart" | "text-outdent" | "thumbs-down-fill" | "thumbs-up-2" | "thumbs-up-fill" | "timestamps" | "trapezoid-left-line-horizontal" | "trapezoid-up-line-vertical" | "triangle-exclamation-fill" | "triangle-thunderbolt" | "tv-retro" | "volume-fill" | "volume-low-fill" | "volume-slash" | "volume-slash-fill" | "volume-xmark-fill" | "xmark-shape" | "xmark-shape-fill">): import("react").JSX.Element;
756
- displayName: string;
757
- };
754
+ export declare const GravityUi: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"function" | "pulse" | "bold" | "link" | "signal" | "text" | "key" | "display" | "code" | "picture" | "video" | "circle" | "stop" | "archive" | "at" | "binoculars" | "book" | "book-open" | "bookmark" | "briefcase" | "bucket" | "comment" | "comment-plus" | "crop" | "delete" | "diamond" | "eraser" | "eye" | "fingerprint" | "flag" | "keyboard" | "magnet" | "paperclip" | "passport" | "pin" | "server" | "sticker" | "tag" | "target" | "ticket" | "timeline" | "tray" | "shield-check" | "bug" | "snail" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "shuffle" | "headphones" | "music-note" | "volume-low" | "volume-off" | "car" | "lock" | "lock-open" | "snowflake" | "credit-card" | "receipt" | "box" | "cloud" | "cloud-check" | "clouds" | "palette" | "database" | "database-arrow-right" | "calendar" | "clock" | "file-code" | "brush" | "pencil" | "file" | "file-check" | "file-minus" | "file-plus" | "file-question" | "folder" | "folder-arrow-down" | "folder-arrow-left" | "folder-arrow-right" | "folder-arrow-up" | "folder-check" | "folder-lock" | "folder-open" | "folder-plus" | "cup" | "check" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "flask" | "ghost" | "heart" | "medal" | "puzzle" | "sack" | "shield" | "skull" | "compass" | "layers" | "vector-circle" | "vector-square" | "factory" | "hammer" | "wrench" | "gift" | "bell" | "camera" | "pause" | "play" | "power" | "printer" | "calculator" | "chart-bar" | "chart-bar-stacked" | "chart-donut" | "chart-line" | "chart-pie" | "equal" | "minus" | "percent" | "plus" | "heart-pulse" | "pill" | "stethoscope" | "microphone" | "molecule" | "rocket" | "cube" | "sphere" | "square" | "star" | "triangle-down" | "traffic-light" | "filmstrip" | "umbrella" | "bell-slash" | "ellipsis-vertical" | "envelope" | "envelope-open" | "eye-slash" | "face-smile" | "funnel" | "hashtag" | "italic" | "link-slash" | "map-pin" | "megaphone" | "moon" | "qr-code" | "scissors" | "shield-exclamation" | "shopping-bag" | "shopping-cart" | "sparkles" | "strikethrough" | "sun" | "tv" | "underline" | "aperture" | "arrow-down-from-line" | "arrow-down-to-line" | "arrow-left-from-line" | "arrow-left-to-line" | "arrow-right-from-line" | "arrow-right-to-line" | "arrow-up-from-line" | "arrow-up-to-line" | "ban" | "bell-dot" | "chart-column" | "chart-column-stacked" | "cherry" | "chevrons-down" | "chevrons-left" | "chevrons-right" | "chevrons-up" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "circle-check" | "circle-chevron-down" | "circle-chevron-left" | "circle-chevron-right" | "circle-chevron-up" | "circle-dashed" | "circle-minus" | "circle-pause" | "circle-play" | "circle-plus" | "circle-stop" | "copy" | "copy-check" | "copy-minus" | "copy-plus" | "cpu" | "droplet" | "ear" | "ellipsis" | "file-text" | "files" | "flame" | "folder-code" | "folder-tree" | "folders" | "frame" | "globe" | "gpu" | "graduation-cap" | "grip" | "grip-horizontal" | "hand" | "hard-drive" | "heading" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heart-crack" | "house" | "layout-list" | "list-check" | "map-pin-minus" | "map-pin-plus" | "route" | "shopping-basket" | "sliders-vertical" | "smartphone" | "square-check" | "square-dashed" | "square-dot" | "square-minus" | "square-plus" | "tags" | "terminal" | "text-align-center" | "text-align-justify" | "thumbs-down" | "thumbs-up" | "triangle-right" | "vault" | "volume" | "sliders" | "bulb" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "chart-treemap" | "circle-chevrons-down" | "circle-chevrons-left" | "circle-chevrons-right" | "circle-chevrons-up" | "circle-letter-a" | "circle-letter-b" | "circle-letter-c" | "circle-letter-d" | "circle-letter-e" | "circle-letter-f" | "circle-letter-g" | "circle-letter-h" | "circle-letter-i" | "circle-letter-j" | "circle-letter-k" | "circle-letter-l" | "circle-letter-m" | "circle-letter-n" | "circle-letter-o" | "circle-letter-p" | "circle-letter-q" | "circle-letter-r" | "circle-letter-s" | "circle-letter-t" | "circle-letter-u" | "circle-letter-v" | "circle-letter-w" | "circle-letter-x" | "circle-letter-y" | "circle-letter-z" | "circle-number-0" | "circle-number-1" | "circle-number-2" | "circle-number-3" | "circle-number-4" | "circle-number-5" | "circle-number-6" | "circle-number-7" | "circle-number-8" | "circle-number-9" | "file-arrow-left" | "file-arrow-right" | "file-dollar" | "folder-exclamation" | "hand-stop" | "hierarchy" | "layout-columns" | "layout-rows" | "letter-m" | "mug" | "square-letter-p" | "square-letter-t" | "stopwatch" | "trolley" | "arrows-expand" | "arrows-expand-vertical" | "bell-fill" | "bookmark-fill" | "circle-fill" | "clock-fill" | "cloud-slash" | "database-fill" | "diamond-fill" | "file-arrow-down" | "file-arrow-up" | "folder-fill" | "gear" | "geo" | "geo-fill" | "heart-fill" | "house-fill" | "list-ol" | "list-ul" | "pause-fill" | "person" | "person-fill" | "person-gear" | "person-plus" | "pin-fill" | "play-fill" | "square-fill" | "star-fill" | "stop-fill" | "suitcase" | "thunderbolt" | "thunderbolt-fill" | "toggle-off" | "toggle-on" | "volume-off-fill" | "arrow-right-arrow-left" | "arrow-rotate-left" | "arrow-rotate-right" | "arrow-up-right-from-square" | "backward-step" | "circle-exclamation" | "circle-info" | "circle-question" | "circle-xmark" | "code-commit" | "code-compare" | "code-fork" | "code-merge" | "code-pull-request" | "face-angry" | "face-surprise" | "file-zipper" | "floppy-disk" | "forward-step" | "square-xmark" | "triangle-exclamation" | "volume-xmark" | "weight-hanging" | "xmark" | "hand-point-down" | "hand-point-left" | "hand-point-right" | "hand-point-up" | "location-arrow" | "microphone-slash" | "comment-slash" | "comments" | "paper-plane" | "font" | "bars" | "check-double" | "life-ring" | "terminal-line" | "folder-open-fill" | "magic-wand" | "text-align-left" | "text-align-right" | "text-indent" | "logo-facebook" | "logo-gitlab" | "logo-python" | "face-neutral" | "logo-android" | "logo-docker" | "logo-markdown" | "logo-windows" | "trash-bin" | "arrow-shape-up" | "antenna-signal" | "pin-slash" | "circle-check-fill" | "circle-chevron-down-fill" | "circle-chevron-left-fill" | "circle-chevron-right-fill" | "circle-chevron-up-fill" | "circle-minus-fill" | "circle-plus-fill" | "face-sad" | "triangle-down-fill" | "triangle-left" | "triangle-left-fill" | "triangle-right-fill" | "triangle-up" | "triangle-up-fill" | "t-shirt" | "shield-keyhole" | "curly-brackets" | "pipeline" | "arrow-up-arrow-down" | "logo-macos" | "pin-slash-fill" | "persons" | "hand-ok" | "abbr-api" | "abbr-ml" | "abbr-ql" | "abbr-sql" | "abbr-zip" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-down-to-square" | "arrow-right-from-square" | "arrow-right-to-square" | "arrow-shape-down" | "arrow-shape-down-from-line" | "arrow-shape-down-to-line" | "arrow-shape-left" | "arrow-shape-left-from-line" | "arrow-shape-left-to-line" | "arrow-shape-right" | "arrow-shape-right-from-line" | "arrow-shape-right-to-line" | "arrow-shape-turn-up-left" | "arrow-shape-turn-up-right" | "arrow-shape-up-from-line" | "arrow-shape-up-to-line" | "arrow-up-from-square" | "arrow-up-from-square-slash" | "arrow-uturn-ccw-down" | "arrow-uturn-ccw-left" | "arrow-uturn-ccw-right" | "arrow-uturn-cw-down" | "arrow-uturn-cw-left" | "arrow-uturn-cw-right" | "arrows-3-rotate-left" | "arrows-3-rotate-left-letter-a" | "arrows-3-rotate-right" | "arrows-expand-horizontal" | "arrows-opposite-to-dots" | "arrows-rotate-left" | "arrows-rotate-left-slash" | "arrows-rotate-right" | "arrows-rotate-right-slash" | "backward-step-fill" | "bars-ascending-align-center" | "bars-ascending-align-left" | "bars-ascending-align-left-arrow-down" | "bars-ascending-align-left-arrow-up" | "bars-ascending-align-right" | "bars-descending-align-center" | "bars-descending-align-left" | "bars-descending-align-left-arrow-down" | "bars-descending-align-left-arrow-up" | "bars-descending-align-right" | "bars-play" | "bars-unaligned" | "boxes-3" | "branches-down" | "branches-right" | "branches-right-arrow-right" | "broadcast-signal" | "broom-motion" | "bucket-paint" | "card-club" | "card-diamond" | "card-heart" | "card-spade" | "carets-expand-vertical" | "chart-area-stacked" | "chart-area-stacked-normalized" | "chart-line-label" | "chart-mixed" | "check-shape" | "check-shape-fill" | "chevron-down-wide" | "chevron-up-wide" | "chevrons-collapse-from-lines" | "chevrons-collapse-horizontal" | "chevrons-collapse-to-line" | "chevrons-collapse-up-right" | "chevrons-collapse-vertical" | "chevrons-down-wide" | "chevrons-expand-from-line" | "chevrons-expand-horizontal" | "chevrons-expand-to-lines" | "chevrons-expand-up-right" | "chevrons-expand-vertical" | "chevrons-up-wide" | "circle-arrow-down-fill" | "circle-arrow-left-fill" | "circle-arrow-right-fill" | "circle-arrow-up-fill" | "circle-dollar" | "circle-exclamation-fill" | "circle-info-fill" | "circle-link" | "circle-pause-fill" | "circle-play-fill" | "circle-question-dot" | "circle-question-fill" | "circle-ruble" | "circle-stop-fill" | "circle-xmark-fill" | "circles-3-plus" | "circles-4-diamond" | "circles-4-square" | "circles-5-random" | "circles-concentric" | "circles-intersection" | "clock-arrow-rotate-left" | "cloud-arrow-up-in" | "cloud-gear" | "cloud-nut-hex" | "code-commit-horizontal" | "code-commits" | "code-pull-request-arrow-left" | "code-pull-request-arrow-right" | "code-pull-request-check" | "code-pull-request-xmark" | "code-trunk" | "comment-dot" | "comment-fill" | "copy-arrow-right" | "copy-check-xmark" | "copy-chevron-right" | "copy-picture" | "copy-transparent" | "copy-xmark" | "cpus" | "crown-diamond" | "cubes-3" | "cubes-3-overlap" | "curly-brackets-function" | "curly-brackets-lock" | "database-magnifier" | "databases" | "databases-fill" | "diamond-exclamation" | "diamond-exclamation-fill" | "display-pulse" | "dots-9" | "envelope-open-xmark" | "exclamation-shape" | "exclamation-shape-fill" | "eye-dashed" | "eyes-look-left" | "eyes-look-right" | "face-alien" | "face-fun" | "face-neutral-dashed" | "face-robot" | "file-arrow-right-out" | "file-exclamation" | "file-letter-p" | "file-letter-w" | "file-letter-x" | "file-magnifier" | "file-ruble" | "file-xmark" | "folder-arrow-up-in" | "folder-flows" | "folder-house" | "folder-keyhole" | "folder-magnifier" | "font-case" | "font-cursor" | "forward-step-fill" | "frames" | "funnel-xmark" | "gear-branches" | "gear-dot" | "gear-play" | "geo-dots" | "geo-pin" | "geo-polygons" | "graph-node" | "handset" | "handset-arrow-in" | "handset-arrow-out" | "layers-3-diagonal" | "layers-vertical" | "layout-cells" | "layout-cells-large" | "layout-columns-3" | "layout-footer" | "layout-header" | "layout-header-cells" | "layout-header-cells-large" | "layout-header-cells-large-fill" | "layout-header-cells-large-letter-d" | "layout-header-cells-large-thunderbolt" | "layout-header-columns" | "layout-header-cursor" | "layout-header-side-content" | "layout-rows-3" | "layout-side-content" | "layout-side-content-left" | "layout-side-content-right" | "layout-split-columns" | "layout-split-columns-3" | "layout-split-rows" | "layout-split-side-content-left" | "layout-split-side-content-right" | "layout-tabs" | "letter-a-underline" | "letter-group" | "list-check-lock" | "list-timeline" | "location-arrow-fill" | "logo-acrobat" | "logo-draw-io" | "logo-linux" | "logo-mcp" | "logo-mermaid" | "logo-notion" | "logo-osi" | "logo-stack-overflow" | "logo-telegram" | "logo-ubuntu" | "logo-yandex" | "logo-yandex-cloud" | "logo-yandex-messenger" | "logo-yandex-tracker" | "magnifier" | "magnifier-minus" | "magnifier-plus" | "math-intersection-shape" | "math-operations" | "math-union-shape" | "minus-shape" | "minus-shape-fill" | "nodes-down" | "nodes-left" | "nodes-right" | "nodes-up" | "nut-hex" | "object-align-bottom" | "object-align-center-horizontal" | "object-align-center-vertical" | "object-align-justify-horizontal" | "object-align-justify-vertical" | "object-align-left" | "object-align-right" | "object-align-top" | "objects-align-bottom" | "objects-align-center-horizontal" | "objects-align-center-vertical" | "objects-align-justify-horizontal" | "objects-align-justify-vertical" | "objects-align-left" | "objects-align-right" | "objects-align-top" | "octagon-xmark" | "office-badge" | "pencil-to-line" | "pencil-to-square" | "person-magnifier" | "person-nut-hex" | "person-pencil" | "person-planet-earth" | "person-speaker" | "person-worker" | "person-xmark" | "persons-lock" | "planet-earth" | "plug-connection" | "plug-wire" | "plus-shape" | "plus-shape-fill" | "quote-close" | "quote-open" | "rectangle-pulse" | "rectangles-4" | "round-brackets" | "scales-balanced" | "scales-unbalanced" | "seal-check" | "seal-percent" | "shapes-3" | "shapes-4" | "sparkles-fill" | "square-article" | "square-bars" | "square-bars-vertical" | "square-brackets" | "square-brackets-bars-vertical" | "square-brackets-letter-a" | "square-chart-bar" | "square-chart-column" | "square-dashed-circle" | "square-dashed-letter-a" | "square-dashed-letter-t" | "square-dashed-text" | "square-exclamation" | "square-hashtag" | "square-line-horizontal" | "square-line-vertical" | "square-list-ul" | "tag-dollar" | "tag-ruble" | "target-dart" | "text-outdent" | "thumbs-down-fill" | "thumbs-up-2" | "thumbs-up-fill" | "timestamps" | "trapezoid-left-line-horizontal" | "trapezoid-up-line-vertical" | "triangle-exclamation-fill" | "triangle-thunderbolt" | "tv-retro" | "volume-fill" | "volume-low-fill" | "volume-slash" | "volume-slash-fill" | "volume-xmark-fill" | "xmark-shape" | "xmark-shape-fill"> & import("react").RefAttributes<import("react-native").View>>>;
758
755
  export {};
759
756
  //# sourceMappingURL=GravityUi.d.ts.map
@@ -214,9 +214,6 @@ declare const gridiconsIconNames: {
214
214
  readonly 'zoom-out': true;
215
215
  };
216
216
  export type GridiconsIconName = keyof typeof gridiconsIconNames;
217
- export declare const Gridicons: {
218
- ({ 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<"filter" | "rotate" | "search" | "bold" | "link" | "visible" | "image" | "menu" | "aside" | "audio" | "caption" | "code" | "time" | "video" | "attachment" | "book" | "bookmark" | "bookmark-outline" | "briefcase" | "chat" | "clipboard" | "comment" | "crop" | "flag" | "fullscreen" | "fullscreen-exit" | "grid" | "help" | "image-multiple" | "image-remove" | "mail" | "pin" | "redo" | "resize" | "sync" | "tag" | "undo" | "bug" | "flip-horizontal" | "flip-vertical" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "refresh" | "reply" | "share" | "speaker" | "lock" | "credit-card" | "phone" | "cloud" | "cloud-download" | "cloud-outline" | "cloud-upload" | "calendar" | "history" | "tablet" | "pencil" | "folder" | "folder-multiple" | "heart" | "heart-outline" | "cross" | "gift" | "bell" | "camera" | "fire" | "pause" | "play" | "minus" | "plus" | "microphone" | "cog" | "star" | "star-outline" | "cart" | "trophy" | "italic" | "minus-small" | "plus-small" | "strikethrough" | "trash" | "underline" | "user" | "user-circle" | "video-camera" | "computer" | "ellipsis" | "globe" | "heading" | "house" | "info" | "list-ordered" | "quote" | "thumbs-up" | "zoom-in" | "zoom-out" | "align-center" | "align-justify" | "align-left" | "align-right" | "layout" | "clear-formatting" | "location" | "text-color" | "print" | "list-unordered" | "add" | "money" | "checkmark" | "product" | "types" | "add-outline" | "checkmark-circle" | "create" | "help-outline" | "reader" | "ink" | "mention" | "info-outline" | "science" | "pages" | "read-more" | "special-character" | "block" | "dropdown" | "share-ios" | "sign-out" | "status" | "themes" | "customize" | "stats" | "coupon" | "institution" | "external" | "heading-h1" | "heading-h2" | "heading-h3" | "heading-h4" | "heading-h5" | "heading-h6" | "link-break" | "user-add" | "nametag" | "indent-left" | "indent-right" | "line-graph" | "ellipsis-circle" | "recent" | "trending" | "add-image" | "align-image-center" | "align-image-left" | "align-image-none" | "align-image-right" | "cross-circle" | "cross-small" | "custom-post-type" | "domains" | "layout-blocks" | "list-checkmark" | "list-ordered-rtl" | "menus" | "multiple-users" | "my-sites" | "my-sites-horizon" | "next-page" | "not-visible" | "notice" | "notice-outline" | "offline" | "plans" | "plugins" | "popout" | "posts" | "product-downloadable" | "product-external" | "product-virtual" | "reader-comment" | "reader-external" | "reader-follow" | "reader-follow-conversation" | "reader-following" | "reader-following-conversation" | "reader-share" | "reader-star" | "reblog" | "refund" | "scheduled" | "share-computer" | "shipping" | "shutter" | "site" | "spam" | "stats-alt" | "stats-alt-2" | "stats-down" | "stats-down-alt" | "stats-up" | "stats-up-alt" | "story" | "video-remove">): import("react").JSX.Element;
219
- displayName: string;
220
- };
217
+ export declare const Gridicons: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"filter" | "rotate" | "search" | "bold" | "link" | "visible" | "image" | "menu" | "aside" | "audio" | "caption" | "code" | "time" | "video" | "attachment" | "book" | "bookmark" | "bookmark-outline" | "briefcase" | "chat" | "clipboard" | "comment" | "crop" | "flag" | "fullscreen" | "fullscreen-exit" | "grid" | "help" | "image-multiple" | "image-remove" | "mail" | "pin" | "redo" | "resize" | "sync" | "tag" | "undo" | "bug" | "flip-horizontal" | "flip-vertical" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "refresh" | "reply" | "share" | "speaker" | "lock" | "credit-card" | "phone" | "cloud" | "cloud-download" | "cloud-outline" | "cloud-upload" | "calendar" | "history" | "tablet" | "pencil" | "folder" | "folder-multiple" | "heart" | "heart-outline" | "cross" | "gift" | "bell" | "camera" | "fire" | "pause" | "play" | "minus" | "plus" | "microphone" | "cog" | "star" | "star-outline" | "cart" | "trophy" | "italic" | "minus-small" | "plus-small" | "strikethrough" | "trash" | "underline" | "user" | "user-circle" | "video-camera" | "computer" | "ellipsis" | "globe" | "heading" | "house" | "info" | "list-ordered" | "quote" | "thumbs-up" | "zoom-in" | "zoom-out" | "align-center" | "align-justify" | "align-left" | "align-right" | "layout" | "clear-formatting" | "location" | "text-color" | "print" | "list-unordered" | "add" | "money" | "checkmark" | "product" | "types" | "add-outline" | "checkmark-circle" | "create" | "help-outline" | "reader" | "ink" | "mention" | "info-outline" | "science" | "pages" | "read-more" | "special-character" | "block" | "dropdown" | "share-ios" | "sign-out" | "status" | "themes" | "customize" | "stats" | "coupon" | "institution" | "external" | "heading-h1" | "heading-h2" | "heading-h3" | "heading-h4" | "heading-h5" | "heading-h6" | "link-break" | "user-add" | "nametag" | "indent-left" | "indent-right" | "line-graph" | "ellipsis-circle" | "recent" | "trending" | "add-image" | "align-image-center" | "align-image-left" | "align-image-none" | "align-image-right" | "cross-circle" | "cross-small" | "custom-post-type" | "domains" | "layout-blocks" | "list-checkmark" | "list-ordered-rtl" | "menus" | "multiple-users" | "my-sites" | "my-sites-horizon" | "next-page" | "not-visible" | "notice" | "notice-outline" | "offline" | "plans" | "plugins" | "popout" | "posts" | "product-downloadable" | "product-external" | "product-virtual" | "reader-comment" | "reader-external" | "reader-follow" | "reader-follow-conversation" | "reader-following" | "reader-following-conversation" | "reader-share" | "reader-star" | "reblog" | "refund" | "scheduled" | "share-computer" | "shipping" | "shutter" | "site" | "spam" | "stats-alt" | "stats-alt-2" | "stats-down" | "stats-down-alt" | "stats-up" | "stats-up-alt" | "story" | "video-remove"> & import("react").RefAttributes<import("react-native").View>>>;
221
218
  export {};
222
219
  //# sourceMappingURL=Gridicons.d.ts.map
@@ -643,9 +643,6 @@ declare const grommet_iconsIconNames: {
643
643
  readonly 'zoom-out': true;
644
644
  };
645
645
  export type GrommetIconsIconName = keyof typeof grommet_iconsIconNames;
646
- export declare const GrommetIcons: {
647
- ({ 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<"shift" | "sort" | "map" | "filter" | "android" | "windows" | "search" | "split" | "anchor" | "bold" | "link" | "image" | "alert" | "checkbox" | "menu" | "switch" | "list" | "key" | "cursor" | "inherit" | "article" | "code" | "meta" | "script" | "select" | "table" | "template" | "time" | "video" | "stop" | "view" | "x" | "archive" | "atm" | "attachment" | "bluetooth" | "book" | "bookmark" | "braille" | "briefcase" | "bucket" | "certificate" | "chat" | "clipboard" | "closed-caption" | "compare" | "console" | "diamond" | "directions" | "download" | "drag" | "eject" | "fast-forward" | "flag" | "grid" | "group" | "help" | "inbox" | "keyboard" | "launch" | "license" | "login" | "logout" | "mail" | "memory" | "more" | "mouse" | "network" | "note" | "package" | "pan" | "pin" | "pocket" | "power-cycle" | "redo" | "rewind" | "rss" | "satellite" | "sd" | "selection" | "send" | "server" | "sync" | "tag" | "target" | "ticket" | "undo" | "upload" | "wifi" | "tree" | "bug" | "refresh" | "rotate-left" | "rotate-right" | "share" | "multimedia" | "music" | "volume-low" | "volume-mute" | "car" | "fan" | "lock" | "bitcoin" | "credit-card" | "apple" | "centos" | "codepen" | "creative-commons" | "debian" | "docker" | "dropbox" | "facebook" | "fedora" | "firefox" | "freebsd" | "github" | "google" | "google-play" | "google-plus" | "instagram" | "kubernetes" | "linkedin" | "npm" | "opera" | "pinterest" | "reddit" | "redhat" | "skype" | "slack" | "snapchat" | "soundcloud" | "spotify" | "stack-overflow" | "twitch" | "twitter" | "ubuntu" | "vimeo" | "wechat" | "whatsapp" | "wordpress" | "youtube" | "phone" | "cloud" | "cloud-download" | "cloud-upload" | "database" | "alarm" | "calendar" | "clock" | "history" | "update" | "monitor" | "brush" | "folder" | "folder-open" | "coffee" | "ice-cream" | "close" | "gamepad" | "shield" | "compass" | "tools" | "gift" | "camera" | "home" | "pause" | "play" | "power" | "robot" | "webcam" | "calculator" | "wheelchair" | "disc" | "microphone" | "spa" | "bus" | "train" | "baby" | "run" | "domain" | "cube" | "square" | "star" | "star-half" | "star-outline" | "basket" | "cart" | "bike" | "swim" | "trophy" | "yoga" | "tooltip" | "elevator" | "escalator" | "apps" | "document" | "document-text" | "finger-print" | "italic" | "language" | "moon" | "sun" | "trash" | "underline" | "user" | "accessibility" | "circle-alert" | "circle-play" | "command" | "contact" | "copy" | "cpu" | "currency" | "dribbble" | "expand" | "figma" | "gem" | "globe" | "info" | "plug" | "save" | "scan" | "subscript" | "superscript" | "terminal" | "text-align-center" | "text-wrap" | "unlink" | "volume" | "wifi-low" | "zoom-in" | "zoom-out" | "bar-chart" | "chrome" | "columns" | "edit" | "more-vertical" | "pie-chart" | "sidebar" | "unlock" | "ad" | "caret-down" | "caret-up" | "contract" | "cut" | "dashboard" | "location" | "location-pin" | "notes" | "notification" | "paint" | "zoom" | "amazon" | "apple-music" | "caret-down-fill" | "caret-left-fill" | "caret-right-fill" | "caret-up-fill" | "flag-fill" | "magic" | "medium" | "pause-fill" | "paypal" | "phone-flip" | "play-fill" | "shop" | "stop-fill" | "stripe" | "subtract" | "threads" | "tiktok" | "circle-question" | "map-location" | "tty" | "print" | "desktop" | "clone" | "object-group" | "object-ungroup" | "blog" | "restroom" | "street-view" | "tape" | "cubes" | "dislike-fill" | "add" | "connect" | "deploy" | "erase" | "favorite" | "return" | "search-advanced" | "text-align-left" | "text-align-right" | "upgrade" | "money" | "mysql" | "analytics" | "catalog" | "checkmark" | "document-download" | "document-pdf" | "document-video" | "firewall" | "gateway" | "in-progress" | "plan" | "task" | "virtual-machine" | "user-admin" | "user-settings" | "bar" | "restaurant" | "integration" | "trigger" | "add-circle" | "duplicate" | "navigate" | "archlinux" | "heroku" | "hp" | "html5" | "local" | "mastercard" | "norton" | "spectrum" | "suse" | "swift" | "tumblr" | "venmo" | "visa" | "vmware" | "xing" | "amex" | "apple-app-store" | "cloudlinux" | "google-pay" | "grommet" | "hadoop" | "java" | "lastfm" | "oracle" | "waypoint" | "schedule" | "support" | "steps" | "storage" | "resume" | "troubleshoot" | "host" | "emergency" | "overview" | "cycle" | "hide" | "home-rounded" | "new-window" | "toast" | "css3" | "emoji" | "drawer" | "ascending" | "descending" | "adobe-creative-cloud" | "cluster" | "edge" | "gallery" | "google-wallet" | "lounge" | "next" | "product-hunt" | "qr" | "risk" | "samsung-pay" | "services" | "tasks" | "manual" | "transaction" | "dislike" | "layer" | "like" | "line-chart" | "internet-explorer" | "table-add" | "wifi-medium" | "wifi-none" | "user-add" | "apple-podcasts" | "js" | "user-female" | "inspect" | "organization" | "performance" | "personal-computer" | "revert" | "install" | "new" | "onedrive" | "node" | "clear" | "pied-piper" | "sign" | "golang" | "unsorted" | "contact-info" | "down" | "offline-storage" | "previous" | "system" | "up" | "secure" | "achievement" | "fireball" | "halt" | "raspberry" | "usb-key" | "action" | "actions" | "aed" | "aggregate" | "aid" | "aid-option" | "announce" | "apps-rounded" | "aruba" | "ascend" | "assist-listening" | "attraction" | "back-ten" | "beacon" | "blades-horizontal" | "blades-vertical" | "block-quote" | "bottom-corner" | "bundle" | "business-service" | "cafeteria" | "capacity" | "caret-next" | "caret-previous" | "catalog-option" | "channel" | "chapter-add" | "chapter-next" | "chapter-previous" | "chat-option" | "checkbox-selected" | "circle-information" | "clear-option" | "cli" | "cloud-computer" | "cloud-software" | "coat-check" | "code-sandbox" | "compliance" | "configure" | "connectivity" | "deliver" | "descend" | "detach" | "device" | "disabled-outline" | "document-cloud" | "document-config" | "document-csv" | "document-excel" | "document-image" | "document-locked" | "document-missing" | "document-notes" | "document-outlook" | "document-performance" | "document-ppt" | "document-rtf" | "document-sound" | "document-store" | "document-test" | "document-threat" | "document-time" | "document-transfer" | "document-txt" | "document-update" | "document-upload" | "document-user" | "document-verified" | "document-windows" | "document-word" | "document-zip" | "dos" | "download-option" | "drive-cage" | "dxc" | "empty-circle" | "ezmeral" | "facebook-option" | "fan-option" | "flows" | "folder-cycle" | "form-add" | "form-attachment" | "form-calendar" | "form-checkmark" | "form-clock" | "form-close" | "form-cut" | "form-down" | "form-edit" | "form-filter" | "form-folder" | "form-location" | "form-lock" | "form-next" | "form-next-link" | "form-pin" | "form-previous" | "form-previous-link" | "form-refresh" | "form-schedule" | "form-search" | "form-subtract" | "form-trash" | "form-up" | "form-upload" | "form-view" | "form-view-hide" | "forward-ten" | "gatsbyjs" | "genai" | "genaifill" | "graph-ql" | "gremlin" | "grow" | "help-book" | "help-option" | "home-option" | "horton" | "host-maintenance" | "hpe" | "hpe-labs" | "hpi" | "impact" | "indicator" | "insecure" | "install-option" | "iteration" | "like-fill" | "link-bottom" | "link-down" | "link-next" | "link-previous" | "link-top" | "link-up" | "linkedin-option" | "mail-option" | "mandriva" | "microfocus" | "monospace" | "multiple" | "network-drive" | "nodes" | "optimize" | "ordered-list" | "phone-horizontal" | "phone-vertical" | "power-force-shutdown" | "power-reset" | "power-shutdown" | "projects" | "radial" | "radial-selected" | "reactjs" | "resources" | "restroom-men" | "restroom-women" | "safari-option" | "sans" | "schedule-new" | "schedule-play" | "schedules" | "sco" | "scorecard" | "semantics" | "server-cluster" | "servers" | "service-play" | "settings-option" | "share-option" | "share-rounded" | "shield-security" | "solaris" | "splits" | "stakeholder" | "status-critical" | "status-critical-small" | "status-disabled" | "status-disabled-small" | "status-good" | "status-good-small" | "status-info" | "status-info-small" | "status-placeholder" | "status-placeholder-small" | "status-unknown" | "status-unknown-small" | "status-warning" | "status-warning-small" | "steps-option" | "strike-through" | "subtract-circle" | "tape-option" | "technology" | "test" | "test-desktop" | "text-align-full" | "threats" | "three-d" | "three-d-effects" | "tip" | "top-corner" | "tree-option" | "turbolinux" | "unordered-list" | "upload-option" | "user-expert" | "user-manager" | "user-new" | "user-police" | "user-worker" | "validate" | "vend" | "virtual-storage" | "vm-maintenance" | "volume-control" | "vulnerability" | "wheelchair-active" | "windows-legacy" | "workshop">): import("react").JSX.Element;
648
- displayName: string;
649
- };
646
+ export declare const GrommetIcons: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("..").IconProps<"shift" | "sort" | "map" | "filter" | "android" | "windows" | "search" | "split" | "anchor" | "bold" | "link" | "image" | "alert" | "checkbox" | "menu" | "switch" | "list" | "key" | "cursor" | "inherit" | "article" | "code" | "meta" | "script" | "select" | "table" | "template" | "time" | "video" | "stop" | "view" | "x" | "archive" | "atm" | "attachment" | "bluetooth" | "book" | "bookmark" | "braille" | "briefcase" | "bucket" | "certificate" | "chat" | "clipboard" | "closed-caption" | "compare" | "console" | "diamond" | "directions" | "download" | "drag" | "eject" | "fast-forward" | "flag" | "grid" | "group" | "help" | "inbox" | "keyboard" | "launch" | "license" | "login" | "logout" | "mail" | "memory" | "more" | "mouse" | "network" | "note" | "package" | "pan" | "pin" | "pocket" | "power-cycle" | "redo" | "rewind" | "rss" | "satellite" | "sd" | "selection" | "send" | "server" | "sync" | "tag" | "target" | "ticket" | "undo" | "upload" | "wifi" | "tree" | "bug" | "refresh" | "rotate-left" | "rotate-right" | "share" | "multimedia" | "music" | "volume-low" | "volume-mute" | "car" | "fan" | "lock" | "bitcoin" | "credit-card" | "apple" | "centos" | "codepen" | "creative-commons" | "debian" | "docker" | "dropbox" | "facebook" | "fedora" | "firefox" | "freebsd" | "github" | "google" | "google-play" | "google-plus" | "instagram" | "kubernetes" | "linkedin" | "npm" | "opera" | "pinterest" | "reddit" | "redhat" | "skype" | "slack" | "snapchat" | "soundcloud" | "spotify" | "stack-overflow" | "twitch" | "twitter" | "ubuntu" | "vimeo" | "wechat" | "whatsapp" | "wordpress" | "youtube" | "phone" | "cloud" | "cloud-download" | "cloud-upload" | "database" | "alarm" | "calendar" | "clock" | "history" | "update" | "monitor" | "brush" | "folder" | "folder-open" | "coffee" | "ice-cream" | "close" | "gamepad" | "shield" | "compass" | "tools" | "gift" | "camera" | "home" | "pause" | "play" | "power" | "robot" | "webcam" | "calculator" | "wheelchair" | "disc" | "microphone" | "spa" | "bus" | "train" | "baby" | "run" | "domain" | "cube" | "square" | "star" | "star-half" | "star-outline" | "basket" | "cart" | "bike" | "swim" | "trophy" | "yoga" | "tooltip" | "elevator" | "escalator" | "apps" | "document" | "document-text" | "finger-print" | "italic" | "language" | "moon" | "sun" | "trash" | "underline" | "user" | "accessibility" | "circle-alert" | "circle-play" | "command" | "contact" | "copy" | "cpu" | "currency" | "dribbble" | "expand" | "figma" | "gem" | "globe" | "info" | "plug" | "save" | "scan" | "subscript" | "superscript" | "terminal" | "text-align-center" | "text-wrap" | "unlink" | "volume" | "wifi-low" | "zoom-in" | "zoom-out" | "bar-chart" | "chrome" | "columns" | "edit" | "more-vertical" | "pie-chart" | "sidebar" | "unlock" | "ad" | "caret-down" | "caret-up" | "contract" | "cut" | "dashboard" | "location" | "location-pin" | "notes" | "notification" | "paint" | "zoom" | "amazon" | "apple-music" | "caret-down-fill" | "caret-left-fill" | "caret-right-fill" | "caret-up-fill" | "flag-fill" | "magic" | "medium" | "pause-fill" | "paypal" | "phone-flip" | "play-fill" | "shop" | "stop-fill" | "stripe" | "subtract" | "threads" | "tiktok" | "circle-question" | "map-location" | "tty" | "print" | "desktop" | "clone" | "object-group" | "object-ungroup" | "blog" | "restroom" | "street-view" | "tape" | "cubes" | "dislike-fill" | "add" | "connect" | "deploy" | "erase" | "favorite" | "return" | "search-advanced" | "text-align-left" | "text-align-right" | "upgrade" | "money" | "mysql" | "analytics" | "catalog" | "checkmark" | "document-download" | "document-pdf" | "document-video" | "firewall" | "gateway" | "in-progress" | "plan" | "task" | "virtual-machine" | "user-admin" | "user-settings" | "bar" | "restaurant" | "integration" | "trigger" | "add-circle" | "duplicate" | "navigate" | "archlinux" | "heroku" | "hp" | "html5" | "local" | "mastercard" | "norton" | "spectrum" | "suse" | "swift" | "tumblr" | "venmo" | "visa" | "vmware" | "xing" | "amex" | "apple-app-store" | "cloudlinux" | "google-pay" | "grommet" | "hadoop" | "java" | "lastfm" | "oracle" | "waypoint" | "schedule" | "support" | "steps" | "storage" | "resume" | "troubleshoot" | "host" | "emergency" | "overview" | "cycle" | "hide" | "home-rounded" | "new-window" | "toast" | "css3" | "emoji" | "drawer" | "ascending" | "descending" | "adobe-creative-cloud" | "cluster" | "edge" | "gallery" | "google-wallet" | "lounge" | "next" | "product-hunt" | "qr" | "risk" | "samsung-pay" | "services" | "tasks" | "manual" | "transaction" | "dislike" | "layer" | "like" | "line-chart" | "internet-explorer" | "table-add" | "wifi-medium" | "wifi-none" | "user-add" | "apple-podcasts" | "js" | "user-female" | "inspect" | "organization" | "performance" | "personal-computer" | "revert" | "install" | "new" | "onedrive" | "node" | "clear" | "pied-piper" | "sign" | "golang" | "unsorted" | "contact-info" | "down" | "offline-storage" | "previous" | "system" | "up" | "secure" | "achievement" | "fireball" | "halt" | "raspberry" | "usb-key" | "action" | "actions" | "aed" | "aggregate" | "aid" | "aid-option" | "announce" | "apps-rounded" | "aruba" | "ascend" | "assist-listening" | "attraction" | "back-ten" | "beacon" | "blades-horizontal" | "blades-vertical" | "block-quote" | "bottom-corner" | "bundle" | "business-service" | "cafeteria" | "capacity" | "caret-next" | "caret-previous" | "catalog-option" | "channel" | "chapter-add" | "chapter-next" | "chapter-previous" | "chat-option" | "checkbox-selected" | "circle-information" | "clear-option" | "cli" | "cloud-computer" | "cloud-software" | "coat-check" | "code-sandbox" | "compliance" | "configure" | "connectivity" | "deliver" | "descend" | "detach" | "device" | "disabled-outline" | "document-cloud" | "document-config" | "document-csv" | "document-excel" | "document-image" | "document-locked" | "document-missing" | "document-notes" | "document-outlook" | "document-performance" | "document-ppt" | "document-rtf" | "document-sound" | "document-store" | "document-test" | "document-threat" | "document-time" | "document-transfer" | "document-txt" | "document-update" | "document-upload" | "document-user" | "document-verified" | "document-windows" | "document-word" | "document-zip" | "dos" | "download-option" | "drive-cage" | "dxc" | "empty-circle" | "ezmeral" | "facebook-option" | "fan-option" | "flows" | "folder-cycle" | "form-add" | "form-attachment" | "form-calendar" | "form-checkmark" | "form-clock" | "form-close" | "form-cut" | "form-down" | "form-edit" | "form-filter" | "form-folder" | "form-location" | "form-lock" | "form-next" | "form-next-link" | "form-pin" | "form-previous" | "form-previous-link" | "form-refresh" | "form-schedule" | "form-search" | "form-subtract" | "form-trash" | "form-up" | "form-upload" | "form-view" | "form-view-hide" | "forward-ten" | "gatsbyjs" | "genai" | "genaifill" | "graph-ql" | "gremlin" | "grow" | "help-book" | "help-option" | "home-option" | "horton" | "host-maintenance" | "hpe" | "hpe-labs" | "hpi" | "impact" | "indicator" | "insecure" | "install-option" | "iteration" | "like-fill" | "link-bottom" | "link-down" | "link-next" | "link-previous" | "link-top" | "link-up" | "linkedin-option" | "mail-option" | "mandriva" | "microfocus" | "monospace" | "multiple" | "network-drive" | "nodes" | "optimize" | "ordered-list" | "phone-horizontal" | "phone-vertical" | "power-force-shutdown" | "power-reset" | "power-shutdown" | "projects" | "radial" | "radial-selected" | "reactjs" | "resources" | "restroom-men" | "restroom-women" | "safari-option" | "sans" | "schedule-new" | "schedule-play" | "schedules" | "sco" | "scorecard" | "semantics" | "server-cluster" | "servers" | "service-play" | "settings-option" | "share-option" | "share-rounded" | "shield-security" | "solaris" | "splits" | "stakeholder" | "status-critical" | "status-critical-small" | "status-disabled" | "status-disabled-small" | "status-good" | "status-good-small" | "status-info" | "status-info-small" | "status-placeholder" | "status-placeholder-small" | "status-unknown" | "status-unknown-small" | "status-warning" | "status-warning-small" | "steps-option" | "strike-through" | "subtract-circle" | "tape-option" | "technology" | "test" | "test-desktop" | "text-align-full" | "threats" | "three-d" | "three-d-effects" | "tip" | "top-corner" | "tree-option" | "turbolinux" | "unordered-list" | "upload-option" | "user-expert" | "user-manager" | "user-new" | "user-police" | "user-worker" | "validate" | "vend" | "virtual-storage" | "vm-maintenance" | "volume-control" | "vulnerability" | "wheelchair-active" | "windows-legacy" | "workshop"> & import("react").RefAttributes<import("react-native").View>>>;
650
647
  export {};
651
648
  //# sourceMappingURL=GrommetIcons.d.ts.map