rn-iconify 2.0.1 → 2.1.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 (280) hide show
  1. package/README.md +8 -2
  2. package/lib/commonjs/IconRenderer.js +56 -20
  3. package/lib/commonjs/IconRenderer.js.map +1 -1
  4. package/lib/commonjs/alias/Icon.js +35 -1
  5. package/lib/commonjs/alias/Icon.js.map +1 -1
  6. package/lib/commonjs/babel/cache-writer.js +1 -1
  7. package/lib/commonjs/babel/cache-writer.js.map +1 -1
  8. package/lib/commonjs/babel/index.js +0 -1
  9. package/lib/commonjs/babel/index.js.map +1 -1
  10. package/lib/commonjs/cache/CacheManager.js +13 -1
  11. package/lib/commonjs/cache/CacheManager.js.map +1 -1
  12. package/lib/commonjs/cache/DiskCache.js +33 -4
  13. package/lib/commonjs/cache/DiskCache.js.map +1 -1
  14. package/lib/commonjs/cli/CLAUDE.md +7 -0
  15. package/lib/commonjs/cli/commands/bundle.js +37 -6
  16. package/lib/commonjs/cli/commands/bundle.js.map +1 -1
  17. package/lib/commonjs/createIconSet.js +20 -1
  18. package/lib/commonjs/createIconSet.js.map +1 -1
  19. package/lib/commonjs/network/IconifyAPI.js +30 -2
  20. package/lib/commonjs/network/IconifyAPI.js.map +1 -1
  21. package/lib/module/IconRenderer.js +57 -19
  22. package/lib/module/IconRenderer.js.map +1 -1
  23. package/lib/module/alias/Icon.js +35 -1
  24. package/lib/module/alias/Icon.js.map +1 -1
  25. package/lib/module/babel/cache-writer.js +1 -1
  26. package/lib/module/babel/cache-writer.js.map +1 -1
  27. package/lib/module/babel/index.js +0 -1
  28. package/lib/module/babel/index.js.map +1 -1
  29. package/lib/module/cache/CacheManager.js +13 -1
  30. package/lib/module/cache/CacheManager.js.map +1 -1
  31. package/lib/module/cache/DiskCache.js +32 -4
  32. package/lib/module/cache/DiskCache.js.map +1 -1
  33. package/lib/module/cli/CLAUDE.md +7 -0
  34. package/lib/module/cli/commands/bundle.js +37 -6
  35. package/lib/module/cli/commands/bundle.js.map +1 -1
  36. package/lib/module/createIconSet.js +20 -1
  37. package/lib/module/createIconSet.js.map +1 -1
  38. package/lib/module/network/IconifyAPI.js +30 -2
  39. package/lib/module/network/IconifyAPI.js.map +1 -1
  40. package/lib/typescript/IconRenderer.d.ts +1 -1
  41. package/lib/typescript/IconRenderer.d.ts.map +1 -1
  42. package/lib/typescript/alias/Icon.d.ts +1 -1
  43. package/lib/typescript/alias/Icon.d.ts.map +1 -1
  44. package/lib/typescript/babel/index.d.ts +0 -1
  45. package/lib/typescript/babel/index.d.ts.map +1 -1
  46. package/lib/typescript/babel/types.d.ts +1 -1
  47. package/lib/typescript/cache/CacheManager.d.ts.map +1 -1
  48. package/lib/typescript/cache/DiskCache.d.ts +2 -0
  49. package/lib/typescript/cache/DiskCache.d.ts.map +1 -1
  50. package/lib/typescript/cli/commands/bundle.d.ts.map +1 -1
  51. package/lib/typescript/components/Academicons.d.ts +1 -1
  52. package/lib/typescript/components/AkarIcons.d.ts +1 -1
  53. package/lib/typescript/components/AntDesign.d.ts +1 -1
  54. package/lib/typescript/components/Arcticons.d.ts +1 -1
  55. package/lib/typescript/components/Basil.d.ts +1 -1
  56. package/lib/typescript/components/Bi.d.ts +1 -1
  57. package/lib/typescript/components/BitcoinIcons.d.ts +1 -1
  58. package/lib/typescript/components/Bpmn.d.ts +1 -1
  59. package/lib/typescript/components/Brandico.d.ts +1 -1
  60. package/lib/typescript/components/Bx.d.ts +1 -1
  61. package/lib/typescript/components/Bxl.d.ts +1 -1
  62. package/lib/typescript/components/Bxs.d.ts +1 -1
  63. package/lib/typescript/components/Bytesize.d.ts +1 -1
  64. package/lib/typescript/components/Carbon.d.ts +1 -1
  65. package/lib/typescript/components/Catppuccin.d.ts +1 -1
  66. package/lib/typescript/components/Cbi.d.ts +1 -1
  67. package/lib/typescript/components/Charm.d.ts +1 -1
  68. package/lib/typescript/components/Ci.d.ts +1 -1
  69. package/lib/typescript/components/Cib.d.ts +1 -1
  70. package/lib/typescript/components/Cif.d.ts +1 -1
  71. package/lib/typescript/components/Cil.d.ts +1 -1
  72. package/lib/typescript/components/CircleFlags.d.ts +1 -1
  73. package/lib/typescript/components/Circum.d.ts +1 -1
  74. package/lib/typescript/components/Clarity.d.ts +1 -1
  75. package/lib/typescript/components/Codex.d.ts +1 -1
  76. package/lib/typescript/components/Codicon.d.ts +1 -1
  77. package/lib/typescript/components/Covid.d.ts +1 -1
  78. package/lib/typescript/components/Cryptocurrency.d.ts +1 -1
  79. package/lib/typescript/components/CryptocurrencyColor.d.ts +1 -1
  80. package/lib/typescript/components/Cuida.d.ts +1 -1
  81. package/lib/typescript/components/Dashicons.d.ts +1 -1
  82. package/lib/typescript/components/Devicon.d.ts +1 -1
  83. package/lib/typescript/components/DeviconPlain.d.ts +1 -1
  84. package/lib/typescript/components/DinkieIcons.d.ts +1 -1
  85. package/lib/typescript/components/DuoIcons.d.ts +1 -1
  86. package/lib/typescript/components/Ei.d.ts +1 -1
  87. package/lib/typescript/components/El.d.ts +1 -1
  88. package/lib/typescript/components/EmojioneMonotone.d.ts +1 -1
  89. package/lib/typescript/components/Entypo.d.ts +1 -1
  90. package/lib/typescript/components/EntypoSocial.d.ts +1 -1
  91. package/lib/typescript/components/EosIcons.d.ts +1 -1
  92. package/lib/typescript/components/Ep.d.ts +1 -1
  93. package/lib/typescript/components/Et.d.ts +1 -1
  94. package/lib/typescript/components/Eva.d.ts +1 -1
  95. package/lib/typescript/components/F7.d.ts +1 -1
  96. package/lib/typescript/components/Fa.d.ts +1 -1
  97. package/lib/typescript/components/Fa6Brands.d.ts +1 -1
  98. package/lib/typescript/components/Fa6Regular.d.ts +1 -1
  99. package/lib/typescript/components/Fa6Solid.d.ts +1 -1
  100. package/lib/typescript/components/Fa7Brands.d.ts +1 -1
  101. package/lib/typescript/components/Fa7Regular.d.ts +1 -1
  102. package/lib/typescript/components/Fa7Solid.d.ts +1 -1
  103. package/lib/typescript/components/FaBrands.d.ts +1 -1
  104. package/lib/typescript/components/FaRegular.d.ts +1 -1
  105. package/lib/typescript/components/FaSolid.d.ts +1 -1
  106. package/lib/typescript/components/Fad.d.ts +1 -1
  107. package/lib/typescript/components/Famicons.d.ts +1 -1
  108. package/lib/typescript/components/Fe.d.ts +1 -1
  109. package/lib/typescript/components/Feather.d.ts +1 -1
  110. package/lib/typescript/components/FileIcons.d.ts +1 -1
  111. package/lib/typescript/components/Flag.d.ts +1 -1
  112. package/lib/typescript/components/Flagpack.d.ts +1 -1
  113. package/lib/typescript/components/FlatUi.d.ts +1 -1
  114. package/lib/typescript/components/Flowbite.d.ts +1 -1
  115. package/lib/typescript/components/Fluent.d.ts +1 -1
  116. package/lib/typescript/components/FluentColor.d.ts +1 -1
  117. package/lib/typescript/components/FluentEmoji.d.ts +1 -1
  118. package/lib/typescript/components/FluentEmojiFlat.d.ts +1 -1
  119. package/lib/typescript/components/FluentEmojiHighContrast.d.ts +1 -1
  120. package/lib/typescript/components/FluentMdl2.d.ts +1 -1
  121. package/lib/typescript/components/Fontelico.d.ts +1 -1
  122. package/lib/typescript/components/Fontisto.d.ts +1 -1
  123. package/lib/typescript/components/Formkit.d.ts +1 -1
  124. package/lib/typescript/components/Foundation.d.ts +1 -1
  125. package/lib/typescript/components/Gala.d.ts +1 -1
  126. package/lib/typescript/components/GameIcons.d.ts +1 -1
  127. package/lib/typescript/components/Garden.d.ts +1 -1
  128. package/lib/typescript/components/Geo.d.ts +1 -1
  129. package/lib/typescript/components/Gg.d.ts +1 -1
  130. package/lib/typescript/components/Gis.d.ts +1 -1
  131. package/lib/typescript/components/GravityUi.d.ts +1 -1
  132. package/lib/typescript/components/Gridicons.d.ts +1 -1
  133. package/lib/typescript/components/GrommetIcons.d.ts +1 -1
  134. package/lib/typescript/components/Guidance.d.ts +1 -1
  135. package/lib/typescript/components/Healthicons.d.ts +1 -1
  136. package/lib/typescript/components/Heroicons.d.ts +1 -1
  137. package/lib/typescript/components/HeroiconsOutline.d.ts +1 -1
  138. package/lib/typescript/components/HeroiconsSolid.d.ts +1 -1
  139. package/lib/typescript/components/Hugeicons.d.ts +1 -1
  140. package/lib/typescript/components/Humbleicons.d.ts +1 -1
  141. package/lib/typescript/components/Ic.d.ts +1 -1
  142. package/lib/typescript/components/IcomoonFree.d.ts +1 -1
  143. package/lib/typescript/components/IconPark.d.ts +1 -1
  144. package/lib/typescript/components/IconParkOutline.d.ts +1 -1
  145. package/lib/typescript/components/IconParkSolid.d.ts +1 -1
  146. package/lib/typescript/components/IconParkTwotone.d.ts +1 -1
  147. package/lib/typescript/components/Iconamoon.d.ts +1 -1
  148. package/lib/typescript/components/Iconoir.d.ts +1 -1
  149. package/lib/typescript/components/Icons8.d.ts +1 -1
  150. package/lib/typescript/components/Il.d.ts +1 -1
  151. package/lib/typescript/components/Ion.d.ts +1 -1
  152. package/lib/typescript/components/Iwwa.d.ts +1 -1
  153. package/lib/typescript/components/Ix.d.ts +1 -1
  154. package/lib/typescript/components/Jam.d.ts +1 -1
  155. package/lib/typescript/components/La.d.ts +1 -1
  156. package/lib/typescript/components/LetsIcons.d.ts +1 -1
  157. package/lib/typescript/components/LineMd.d.ts +1 -1
  158. package/lib/typescript/components/Lineicons.d.ts +1 -1
  159. package/lib/typescript/components/Logos.d.ts +1 -1
  160. package/lib/typescript/components/Ls.d.ts +1 -1
  161. package/lib/typescript/components/Lsicon.d.ts +1 -1
  162. package/lib/typescript/components/Lucide.d.ts +1 -1
  163. package/lib/typescript/components/LucideLab.d.ts +1 -1
  164. package/lib/typescript/components/Mage.d.ts +1 -1
  165. package/lib/typescript/components/Majesticons.d.ts +1 -1
  166. package/lib/typescript/components/Maki.d.ts +1 -1
  167. package/lib/typescript/components/Map.d.ts +1 -1
  168. package/lib/typescript/components/Marketeq.d.ts +1 -1
  169. package/lib/typescript/components/MaterialIconTheme.d.ts +1 -1
  170. package/lib/typescript/components/MaterialSymbols.d.ts +1 -1
  171. package/lib/typescript/components/MaterialSymbolsLight.d.ts +1 -1
  172. package/lib/typescript/components/Mdi.d.ts +1 -1
  173. package/lib/typescript/components/MdiLight.d.ts +1 -1
  174. package/lib/typescript/components/MedicalIcon.d.ts +1 -1
  175. package/lib/typescript/components/Memory.d.ts +1 -1
  176. package/lib/typescript/components/Meteocons.d.ts +1 -1
  177. package/lib/typescript/components/MeteorIcons.d.ts +1 -1
  178. package/lib/typescript/components/Mi.d.ts +1 -1
  179. package/lib/typescript/components/Mingcute.d.ts +1 -1
  180. package/lib/typescript/components/MonoIcons.d.ts +1 -1
  181. package/lib/typescript/components/Mynaui.d.ts +1 -1
  182. package/lib/typescript/components/Nimbus.d.ts +1 -1
  183. package/lib/typescript/components/Nonicons.d.ts +1 -1
  184. package/lib/typescript/components/Nrk.d.ts +1 -1
  185. package/lib/typescript/components/Octicon.d.ts +1 -1
  186. package/lib/typescript/components/Oi.d.ts +1 -1
  187. package/lib/typescript/components/Ooui.d.ts +1 -1
  188. package/lib/typescript/components/Oui.d.ts +1 -1
  189. package/lib/typescript/components/Pajamas.d.ts +1 -1
  190. package/lib/typescript/components/Pepicons.d.ts +1 -1
  191. package/lib/typescript/components/PepiconsPencil.d.ts +1 -1
  192. package/lib/typescript/components/PepiconsPop.d.ts +1 -1
  193. package/lib/typescript/components/PepiconsPrint.d.ts +1 -1
  194. package/lib/typescript/components/Ph.d.ts +1 -1
  195. package/lib/typescript/components/Picon.d.ts +1 -1
  196. package/lib/typescript/components/Pixel.d.ts +1 -1
  197. package/lib/typescript/components/Pixelarticons.d.ts +1 -1
  198. package/lib/typescript/components/Prime.d.ts +1 -1
  199. package/lib/typescript/components/Proicons.d.ts +1 -1
  200. package/lib/typescript/components/Ps.d.ts +1 -1
  201. package/lib/typescript/components/QlementineIcons.d.ts +1 -1
  202. package/lib/typescript/components/Quill.d.ts +1 -1
  203. package/lib/typescript/components/RadixIcons.d.ts +1 -1
  204. package/lib/typescript/components/Raphael.d.ts +1 -1
  205. package/lib/typescript/components/Ri.d.ts +1 -1
  206. package/lib/typescript/components/RivetIcons.d.ts +1 -1
  207. package/lib/typescript/components/Roentgen.d.ts +1 -1
  208. package/lib/typescript/components/Si.d.ts +1 -1
  209. package/lib/typescript/components/SiGlyph.d.ts +1 -1
  210. package/lib/typescript/components/Sidekickicons.d.ts +1 -1
  211. package/lib/typescript/components/SimpleIcons.d.ts +1 -1
  212. package/lib/typescript/components/SimpleLineIcons.d.ts +1 -1
  213. package/lib/typescript/components/SkillIcons.d.ts +1 -1
  214. package/lib/typescript/components/Solar.d.ts +1 -1
  215. package/lib/typescript/components/Stash.d.ts +1 -1
  216. package/lib/typescript/components/Streamline.d.ts +1 -1
  217. package/lib/typescript/components/StreamlineBlock.d.ts +1 -1
  218. package/lib/typescript/components/StreamlineColor.d.ts +1 -1
  219. package/lib/typescript/components/StreamlineCyber.d.ts +1 -1
  220. package/lib/typescript/components/StreamlineCyberColor.d.ts +1 -1
  221. package/lib/typescript/components/StreamlineEmojis.d.ts +1 -1
  222. package/lib/typescript/components/StreamlineFlex.d.ts +1 -1
  223. package/lib/typescript/components/StreamlineFlexColor.d.ts +1 -1
  224. package/lib/typescript/components/StreamlineFreehand.d.ts +1 -1
  225. package/lib/typescript/components/StreamlineFreehandColor.d.ts +1 -1
  226. package/lib/typescript/components/StreamlineKameleonColor.d.ts +1 -1
  227. package/lib/typescript/components/StreamlineLogos.d.ts +1 -1
  228. package/lib/typescript/components/StreamlinePixel.d.ts +1 -1
  229. package/lib/typescript/components/StreamlinePlump.d.ts +1 -1
  230. package/lib/typescript/components/StreamlinePlumpColor.d.ts +1 -1
  231. package/lib/typescript/components/StreamlineSharp.d.ts +1 -1
  232. package/lib/typescript/components/StreamlineSharpColor.d.ts +1 -1
  233. package/lib/typescript/components/StreamlineStickiesColor.d.ts +1 -1
  234. package/lib/typescript/components/StreamlineUltimate.d.ts +1 -1
  235. package/lib/typescript/components/StreamlineUltimateColor.d.ts +1 -1
  236. package/lib/typescript/components/Subway.d.ts +1 -1
  237. package/lib/typescript/components/SvgSpinners.d.ts +1 -1
  238. package/lib/typescript/components/SystemUicons.d.ts +1 -1
  239. package/lib/typescript/components/Tabler.d.ts +1 -1
  240. package/lib/typescript/components/Tdesign.d.ts +1 -1
  241. package/lib/typescript/components/Teenyicons.d.ts +1 -1
  242. package/lib/typescript/components/Temaki.d.ts +1 -1
  243. package/lib/typescript/components/Token.d.ts +1 -1
  244. package/lib/typescript/components/TokenBranded.d.ts +1 -1
  245. package/lib/typescript/components/Topcoat.d.ts +1 -1
  246. package/lib/typescript/components/Typcn.d.ts +1 -1
  247. package/lib/typescript/components/Uil.d.ts +1 -1
  248. package/lib/typescript/components/Uim.d.ts +1 -1
  249. package/lib/typescript/components/Uis.d.ts +1 -1
  250. package/lib/typescript/components/Uit.d.ts +1 -1
  251. package/lib/typescript/components/Uiw.d.ts +1 -1
  252. package/lib/typescript/components/Unjs.d.ts +1 -1
  253. package/lib/typescript/components/Vaadin.d.ts +1 -1
  254. package/lib/typescript/components/Vs.d.ts +1 -1
  255. package/lib/typescript/components/VscodeIcons.d.ts +1 -1
  256. package/lib/typescript/components/Websymbol.d.ts +1 -1
  257. package/lib/typescript/components/Weui.d.ts +1 -1
  258. package/lib/typescript/components/Whh.d.ts +1 -1
  259. package/lib/typescript/components/Wi.d.ts +1 -1
  260. package/lib/typescript/components/Wpf.d.ts +1 -1
  261. package/lib/typescript/components/Zmdi.d.ts +1 -1
  262. package/lib/typescript/components/Zondicons.d.ts +1 -1
  263. package/lib/typescript/createIconSet.d.ts +1 -1
  264. package/lib/typescript/createIconSet.d.ts.map +1 -1
  265. package/lib/typescript/network/IconifyAPI.d.ts.map +1 -1
  266. package/lib/typescript/types/index.d.ts +56 -0
  267. package/lib/typescript/types/index.d.ts.map +1 -1
  268. package/package.json +6 -3
  269. package/src/IconRenderer.tsx +51 -8
  270. package/src/alias/Icon.tsx +32 -0
  271. package/src/babel/cache-writer.ts +1 -1
  272. package/src/babel/index.ts +0 -1
  273. package/src/babel/types.ts +1 -1
  274. package/src/cache/CacheManager.ts +14 -1
  275. package/src/cache/DiskCache.ts +43 -4
  276. package/src/cli/CLAUDE.md +7 -0
  277. package/src/cli/commands/bundle.ts +52 -6
  278. package/src/createIconSet.tsx +17 -0
  279. package/src/network/IconifyAPI.ts +23 -1
  280. package/src/types/index.ts +75 -0
@@ -920,7 +920,7 @@ declare const gardenIconNames: {
920
920
  };
921
921
  export type GardenIconName = keyof typeof gardenIconNames;
922
922
  export declare const Garden: {
923
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, 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;
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
924
  displayName: string;
925
925
  };
926
926
  export {};
@@ -38,7 +38,7 @@ declare const geoIconNames: {
38
38
  };
39
39
  export type GeoIconName = keyof typeof geoIconNames;
40
40
  export declare const Geo: {
41
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, 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;
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
42
  displayName: string;
43
43
  };
44
44
  export {};
@@ -712,7 +712,7 @@ declare const ggIconNames: {
712
712
  };
713
713
  export type GgIconName = keyof typeof ggIconNames;
714
714
  export declare const Gg: {
715
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, 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;
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
716
  displayName: string;
717
717
  };
718
718
  export {};
@@ -375,7 +375,7 @@ declare const gisIconNames: {
375
375
  };
376
376
  export type GisIconName = keyof typeof gisIconNames;
377
377
  export declare const Gis: {
378
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, 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;
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
379
  displayName: string;
380
380
  };
381
381
  export {};
@@ -752,7 +752,7 @@ declare const gravity_uiIconNames: {
752
752
  };
753
753
  export type GravityUiIconName = keyof typeof gravity_uiIconNames;
754
754
  export declare const GravityUi: {
755
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, 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;
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
756
  displayName: string;
757
757
  };
758
758
  export {};
@@ -215,7 +215,7 @@ declare const gridiconsIconNames: {
215
215
  };
216
216
  export type GridiconsIconName = keyof typeof gridiconsIconNames;
217
217
  export declare const Gridicons: {
218
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, 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;
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
219
  displayName: string;
220
220
  };
221
221
  export {};
@@ -644,7 +644,7 @@ declare const grommet_iconsIconNames: {
644
644
  };
645
645
  export type GrommetIconsIconName = keyof typeof grommet_iconsIconNames;
646
646
  export declare const GrommetIcons: {
647
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, 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;
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
648
  displayName: string;
649
649
  };
650
650
  export {};
@@ -368,7 +368,7 @@ declare const guidanceIconNames: {
368
368
  };
369
369
  export type GuidanceIconName = keyof typeof guidanceIconNames;
370
370
  export declare const Guidance: {
371
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, animate, animationDuration, animationLoop, animationEasing, animationDelay, autoPlay, onAnimationComplete, }: import("..").IconProps<"push" | "map" | "search" | "image" | "time" | "track" | "video" | "atm" | "braille" | "chat" | "eye" | "fountain" | "mail" | "mailbox" | "send" | "sign-language" | "wifi-off" | "alert-octagon" | "share" | "headphones" | "car" | "gas-station" | "lock" | "bank" | "phone" | "cloud" | "alarm" | "calendar" | "clock" | "pen" | "folder" | "card" | "heart" | "fire-extinguisher" | "tools" | "bell" | "camera" | "home" | "play" | "printer" | "hospital" | "bus" | "taxi" | "train" | "alarm-bell" | "hiking" | "library" | "parking" | "stadium" | "star" | "bicycle" | "bowling" | "yoga" | "helicopter" | "elevator" | "escalator" | "stairs" | "tunnel" | "sun" | "globe" | "luggage" | "plane" | "radiation" | "settings" | "ship" | "tickets" | "volume" | "alert-triangle" | "unlock" | "exclamation-mark" | "fingerprint-scan" | "glass" | "home-2" | "location-off" | "location-pin" | "massage" | "question-mark" | "currency-exchange" | "shop" | "audio-description" | "closed-captioning" | "charging-station" | "motorcycle" | "campground" | "crutch" | "exit" | "fragile" | "money" | "arrival" | "bar" | "departure" | "police" | "restaurant" | "socket" | "physical-therapy" | "sauna" | "meeting-room" | "laundry" | "kitchen" | "park" | "playground" | "radiology" | "recycling" | "wc" | "electric-scooter" | "car-rental" | "casino" | "golf-course" | "museum" | "no-food" | "gym" | "arcade" | "iris-scan" | "voice-scan" | "bin" | "paper" | "first-aid" | "gallery" | "lounge" | "office" | "shelter" | "dislike" | "down-arrow" | "female-sign" | "left-arrow" | "like" | "male-sign" | "right-arrow" | "up-arrow" | "garden" | "airplane-mode" | "airplane-mode-off" | "smiley" | "entry" | "high-voltage" | "customs" | "down-left-arrow" | "down-right-arrow" | "left-luggage" | "no-smoking" | "up-left-arrow" | "up-right-arrow" | "mute-notification" | "swimming-pool" | "chapel" | "touch" | "wi-fi" | "laboratory" | "aquarium" | "falling-rocks" | "lockers" | "pull" | "vending-machine" | "cafeteria" | "access-for-hearing-loss" | "access-to-low-vision" | "assistive-listening-device" | "children-must-be-supervised" | "electric-wheelchair" | "guest-height-limit" | "guest-within-height-limit-must-be-supervised" | "no-access-for-service-animal-2" | "no-access-for-service-animal-3" | "no-access-for-service-animal-4" | "no-wheelchair-access" | "prosthetic-arm" | "prosthetic-leg" | "ramp-down" | "ramp-down-arrow" | "ramp-up" | "ramp-up-arrow" | "service-animal-1" | "service-animal-2" | "service-animal-3" | "telecoil" | "visual-impairment" | "volume-control-telephone" | "walker" | "wheelchair-1" | "wheelchair-2" | "wheelchair-basketball" | "wheelchair-tennis" | "down-2-short-arrow" | "down-angle-arrow" | "down-left-2-short-arrow" | "down-right-2-short-arrow" | "left-2-short-arrow" | "left-angle-arrow" | "right-2-short-arrow" | "right-angle-arrow" | "up-2-short-arrow" | "up-angle-arrow" | "up-left-2-short-arrow" | "up-right-2-short-arrow" | "accessible-exit" | "accessible-exit-2" | "emergency-exit" | "elevator-accesible" | "elevator-person" | "amusement-park" | "auditorium" | "campfires" | "coffee-shop" | "discotheque" | "fishing-area-1" | "fishing-area-2" | "play-room" | "projection-room" | "skate-park" | "terrace" | "zoo" | "escalator-down-arrow" | "escalator-down-person" | "escalator-up-arrow" | "escalator-up-person" | "ambulance-entrance" | "billing-department" | "care-staff-area" | "health-services" | "in-patient" | "intensive-care" | "medical-laboratory" | "mri-pet" | "pharmacy" | "safe-social-distancing" | "sanitize-hands" | "surgery" | "danger-poison" | "elderly-people-priority-seating" | "face-scan" | "fire-hazard" | "flash-allowed" | "hold-tight" | "lgbt-friendly" | "parent-and-infant-priority-seating" | "pedestrians" | "pets-allowed" | "pregnant-woman-priority-seating" | "quiet-area" | "refrigeration" | "school-zone" | "staff-only" | "stand-here" | "wash-hands" | "wear-gas-mask" | "wear-gloves" | "wear-goggles" | "wear-hard-hat" | "wear-headset" | "wear-mask" | "wet-floor" | "lost-and-found" | "luggage-check-in" | "luggage-conveyor-belt" | "luggage-lockers" | "luggage-trolley" | "no-luggage-trolleys-beyond-this-point" | "passports" | "cleaning-room" | "cleaning-room-2" | "hotel-room" | "hotel-room-2" | "information-desk-people" | "information-desk-symbol" | "meeting-point" | "meeting-point-2" | "music-room" | "patio" | "port" | "praying-room" | "reception-hotel-bell" | "recording-studio" | "smoking-area" | "study-room" | "waiting-room" | "bin-person" | "do-not-sit" | "do-not-skateboard-rollerboard" | "do-not-stand-here" | "fishing-area" | "flash-not-allowed" | "forbidden" | "forbidden-2" | "no-alcohol" | "no-drinking-water" | "no-drone-allowed" | "no-drug-or-substance" | "no-entry-for-pedestrians" | "no-firearm-weapon" | "no-fishing-1" | "no-litter-2" | "no-noise" | "no-pets-allowed" | "no-pictures" | "no-running" | "no-selfie-stick-allowed" | "no-touch" | "no-video" | "bin-throw-person" | "plastic" | "waste" | "accesible-restroom" | "accessible-men-restroom" | "accessible-women-restroom" | "men-restroom" | "nursery" | "transgender-sign" | "unisex-restroom" | "women-restroom" | "fire-alarm" | "fire-hose" | "hydrant" | "surveillance-camera" | "_24-hours" | "drinking-water" | "gift-shop" | "hairdresser" | "laundry-2" | "newspapers" | "boxing" | "changin-room-disabled" | "changin-room-family" | "changin-room-man" | "changin-room-woman" | "changing-room-hanger" | "climbing-wall" | "group-training" | "personal-training" | "pilates" | "showers" | "spinning" | "weightlifting" | "stairs-down-arrow" | "stairs-down-person" | "stairs-up-arrow" | "stairs-up-person" | "cablecar" | "drone-zone" | "e-bike-1" | "e-bike-2" | "funicular-railway" | "no-electric-scooter" | "no-parking" | "rv-trailer" | "stroller-parking" | "trailer-sites" | "hide-eye-crossbar" | "less-minus" | "more-add-plus" | "remove-x-cross" | "ui-phone" | "user-1" | "user-2" | "computer-room" | "conference-room" | "coworking-space" | "desk-for-laptop" | "drinking-fountain" | "office-pod" | "refill-for-water-bottle">): import("react").JSX.Element;
371
+ ({ 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<"push" | "map" | "search" | "image" | "time" | "track" | "video" | "atm" | "braille" | "chat" | "eye" | "fountain" | "mail" | "mailbox" | "send" | "sign-language" | "wifi-off" | "alert-octagon" | "share" | "headphones" | "car" | "gas-station" | "lock" | "bank" | "phone" | "cloud" | "alarm" | "calendar" | "clock" | "pen" | "folder" | "card" | "heart" | "fire-extinguisher" | "tools" | "bell" | "camera" | "home" | "play" | "printer" | "hospital" | "bus" | "taxi" | "train" | "alarm-bell" | "hiking" | "library" | "parking" | "stadium" | "star" | "bicycle" | "bowling" | "yoga" | "helicopter" | "elevator" | "escalator" | "stairs" | "tunnel" | "sun" | "globe" | "luggage" | "plane" | "radiation" | "settings" | "ship" | "tickets" | "volume" | "alert-triangle" | "unlock" | "exclamation-mark" | "fingerprint-scan" | "glass" | "home-2" | "location-off" | "location-pin" | "massage" | "question-mark" | "currency-exchange" | "shop" | "audio-description" | "closed-captioning" | "charging-station" | "motorcycle" | "campground" | "crutch" | "exit" | "fragile" | "money" | "arrival" | "bar" | "departure" | "police" | "restaurant" | "socket" | "physical-therapy" | "sauna" | "meeting-room" | "laundry" | "kitchen" | "park" | "playground" | "radiology" | "recycling" | "wc" | "electric-scooter" | "car-rental" | "casino" | "golf-course" | "museum" | "no-food" | "gym" | "arcade" | "iris-scan" | "voice-scan" | "bin" | "paper" | "first-aid" | "gallery" | "lounge" | "office" | "shelter" | "dislike" | "down-arrow" | "female-sign" | "left-arrow" | "like" | "male-sign" | "right-arrow" | "up-arrow" | "garden" | "airplane-mode" | "airplane-mode-off" | "smiley" | "entry" | "high-voltage" | "customs" | "down-left-arrow" | "down-right-arrow" | "left-luggage" | "no-smoking" | "up-left-arrow" | "up-right-arrow" | "mute-notification" | "swimming-pool" | "chapel" | "touch" | "wi-fi" | "laboratory" | "aquarium" | "falling-rocks" | "lockers" | "pull" | "vending-machine" | "cafeteria" | "access-for-hearing-loss" | "access-to-low-vision" | "assistive-listening-device" | "children-must-be-supervised" | "electric-wheelchair" | "guest-height-limit" | "guest-within-height-limit-must-be-supervised" | "no-access-for-service-animal-2" | "no-access-for-service-animal-3" | "no-access-for-service-animal-4" | "no-wheelchair-access" | "prosthetic-arm" | "prosthetic-leg" | "ramp-down" | "ramp-down-arrow" | "ramp-up" | "ramp-up-arrow" | "service-animal-1" | "service-animal-2" | "service-animal-3" | "telecoil" | "visual-impairment" | "volume-control-telephone" | "walker" | "wheelchair-1" | "wheelchair-2" | "wheelchair-basketball" | "wheelchair-tennis" | "down-2-short-arrow" | "down-angle-arrow" | "down-left-2-short-arrow" | "down-right-2-short-arrow" | "left-2-short-arrow" | "left-angle-arrow" | "right-2-short-arrow" | "right-angle-arrow" | "up-2-short-arrow" | "up-angle-arrow" | "up-left-2-short-arrow" | "up-right-2-short-arrow" | "accessible-exit" | "accessible-exit-2" | "emergency-exit" | "elevator-accesible" | "elevator-person" | "amusement-park" | "auditorium" | "campfires" | "coffee-shop" | "discotheque" | "fishing-area-1" | "fishing-area-2" | "play-room" | "projection-room" | "skate-park" | "terrace" | "zoo" | "escalator-down-arrow" | "escalator-down-person" | "escalator-up-arrow" | "escalator-up-person" | "ambulance-entrance" | "billing-department" | "care-staff-area" | "health-services" | "in-patient" | "intensive-care" | "medical-laboratory" | "mri-pet" | "pharmacy" | "safe-social-distancing" | "sanitize-hands" | "surgery" | "danger-poison" | "elderly-people-priority-seating" | "face-scan" | "fire-hazard" | "flash-allowed" | "hold-tight" | "lgbt-friendly" | "parent-and-infant-priority-seating" | "pedestrians" | "pets-allowed" | "pregnant-woman-priority-seating" | "quiet-area" | "refrigeration" | "school-zone" | "staff-only" | "stand-here" | "wash-hands" | "wear-gas-mask" | "wear-gloves" | "wear-goggles" | "wear-hard-hat" | "wear-headset" | "wear-mask" | "wet-floor" | "lost-and-found" | "luggage-check-in" | "luggage-conveyor-belt" | "luggage-lockers" | "luggage-trolley" | "no-luggage-trolleys-beyond-this-point" | "passports" | "cleaning-room" | "cleaning-room-2" | "hotel-room" | "hotel-room-2" | "information-desk-people" | "information-desk-symbol" | "meeting-point" | "meeting-point-2" | "music-room" | "patio" | "port" | "praying-room" | "reception-hotel-bell" | "recording-studio" | "smoking-area" | "study-room" | "waiting-room" | "bin-person" | "do-not-sit" | "do-not-skateboard-rollerboard" | "do-not-stand-here" | "fishing-area" | "flash-not-allowed" | "forbidden" | "forbidden-2" | "no-alcohol" | "no-drinking-water" | "no-drone-allowed" | "no-drug-or-substance" | "no-entry-for-pedestrians" | "no-firearm-weapon" | "no-fishing-1" | "no-litter-2" | "no-noise" | "no-pets-allowed" | "no-pictures" | "no-running" | "no-selfie-stick-allowed" | "no-touch" | "no-video" | "bin-throw-person" | "plastic" | "waste" | "accesible-restroom" | "accessible-men-restroom" | "accessible-women-restroom" | "men-restroom" | "nursery" | "transgender-sign" | "unisex-restroom" | "women-restroom" | "fire-alarm" | "fire-hose" | "hydrant" | "surveillance-camera" | "_24-hours" | "drinking-water" | "gift-shop" | "hairdresser" | "laundry-2" | "newspapers" | "boxing" | "changin-room-disabled" | "changin-room-family" | "changin-room-man" | "changin-room-woman" | "changing-room-hanger" | "climbing-wall" | "group-training" | "personal-training" | "pilates" | "showers" | "spinning" | "weightlifting" | "stairs-down-arrow" | "stairs-down-person" | "stairs-up-arrow" | "stairs-up-person" | "cablecar" | "drone-zone" | "e-bike-1" | "e-bike-2" | "funicular-railway" | "no-electric-scooter" | "no-parking" | "rv-trailer" | "stroller-parking" | "trailer-sites" | "hide-eye-crossbar" | "less-minus" | "more-add-plus" | "remove-x-cross" | "ui-phone" | "user-1" | "user-2" | "computer-room" | "conference-room" | "coworking-space" | "desk-for-laptop" | "drinking-fountain" | "office-pod" | "refill-for-water-bottle">): import("react").JSX.Element;
372
372
  displayName: string;
373
373
  };
374
374
  export {};