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
@@ -291,7 +291,7 @@ declare const foundationIconNames: {
291
291
  };
292
292
  export type FoundationIconName = keyof typeof foundationIconNames;
293
293
  export declare const Foundation: {
294
- ({ 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" | "filter" | "web" | "anchor" | "bold" | "link" | "alert" | "checkbox" | "list" | "key" | "video" | "marker" | "stop" | "x" | "loop" | "archive" | "asterisk" | "bluetooth" | "book" | "bookmark" | "braille" | "clipboard" | "closed-caption" | "comment" | "comment-minus" | "contrast" | "crop" | "crown" | "download" | "eject" | "eye" | "fast-forward" | "flag" | "mail" | "paperclip" | "play-circle" | "pound" | "rewind" | "rss" | "target" | "ticket" | "upload" | "usb" | "paw" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "refresh" | "share" | "shuffle" | "music" | "lock" | "bitcoin" | "credit-card" | "cloud" | "database" | "calendar" | "clock" | "laptop" | "monitor" | "pencil" | "folder" | "folder-lock" | "check" | "minus-circle" | "heart" | "puzzle" | "shield" | "skull" | "compass" | "wrench" | "camera" | "home" | "lightbulb" | "pause" | "play" | "power" | "record" | "minus" | "plus" | "wheelchair" | "microphone" | "star" | "trophy" | "elevator" | "italic" | "list-bullet" | "magnifying-glass" | "megaphone" | "photo" | "shopping-bag" | "shopping-cart" | "strikethrough" | "trash" | "underline" | "x-circle" | "at-sign" | "battery-full" | "euro" | "info" | "paint-bucket" | "quote" | "save" | "subscript" | "superscript" | "trees" | "unlink" | "volume" | "zoom-in" | "zoom-out" | "align-center" | "align-justify" | "align-left" | "align-right" | "layout" | "unlock" | "upload-cloud" | "address-book" | "text-color" | "arrows-expand" | "battery-half" | "paypal" | "tablet-landscape" | "telephone" | "universal-access" | "book-bookmark" | "burst" | "print" | "comments" | "mobile" | "battery-empty" | "folder-add" | "female" | "male" | "male-female" | "tablet-portrait" | "html5" | "foundation" | "hearing-aid" | "blind" | "css3" | "page" | "page-edit" | "page-search" | "bitcoin-circle" | "dollar" | "yen" | "first-aid" | "next" | "widget" | "dislike" | "like" | "asl" | "torso" | "no-smoking" | "prohibited" | "price-tag" | "sound" | "list-number" | "foot" | "guide-dog" | "background-color" | "page-add" | "page-remove" | "previous" | "annotate" | "arrows-compress" | "arrows-in" | "arrows-out" | "burst-new" | "burst-sale" | "clipboard-notes" | "clipboard-pencil" | "comment-quotes" | "comment-video" | "die-five" | "die-four" | "die-one" | "die-six" | "die-three" | "die-two" | "dollar-bill" | "female-symbol" | "graph-bar" | "graph-horizontal" | "graph-pie" | "graph-trend" | "indent-less" | "indent-more" | "list-thumbnails" | "male-symbol" | "mobile-signal" | "mountains" | "no-dogs" | "page-copy" | "page-csv" | "page-delete" | "page-doc" | "page-export" | "page-export-csv" | "page-export-doc" | "page-export-pdf" | "page-filled" | "page-multiple" | "page-pdf" | "play-video" | "pricetag-multiple" | "projection-screen" | "results" | "results-demographics" | "rewind-ten" | "safety-cone" | "sheriff-badge" | "social-500px" | "social-adobe" | "social-amazon" | "social-android" | "social-apple" | "social-behance" | "social-bing" | "social-blogger" | "social-delicious" | "social-designer-news" | "social-deviant-art" | "social-digg" | "social-dribbble" | "social-drive" | "social-dropbox" | "social-evernote" | "social-facebook" | "social-flickr" | "social-forrst" | "social-foursquare" | "social-game-center" | "social-github" | "social-google-plus" | "social-hacker-news" | "social-hi5" | "social-instagram" | "social-joomla" | "social-lastfm" | "social-linkedin" | "social-medium" | "social-myspace" | "social-orkut" | "social-path" | "social-picasa" | "social-pinterest" | "social-rdio" | "social-reddit" | "social-skillshare" | "social-skype" | "social-smashing-mag" | "social-snapchat" | "social-spotify" | "social-squidoo" | "social-stack-overflow" | "social-steam" | "social-stumbleupon" | "social-treehouse" | "social-tumblr" | "social-twitter" | "social-vimeo" | "social-windows" | "social-xbox" | "social-yahoo" | "social-yelp" | "social-youtube" | "social-zerply" | "social-zurb" | "target-two" | "telephone-accessible" | "thumbnails" | "torso-business" | "torso-female" | "torsos" | "torsos-all" | "torsos-all-female" | "torsos-female-male" | "torsos-male-female" | "volume-none" | "volume-strike">): import("react").JSX.Element;
294
+ ({ 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" | "filter" | "web" | "anchor" | "bold" | "link" | "alert" | "checkbox" | "list" | "key" | "video" | "marker" | "stop" | "x" | "loop" | "archive" | "asterisk" | "bluetooth" | "book" | "bookmark" | "braille" | "clipboard" | "closed-caption" | "comment" | "comment-minus" | "contrast" | "crop" | "crown" | "download" | "eject" | "eye" | "fast-forward" | "flag" | "mail" | "paperclip" | "play-circle" | "pound" | "rewind" | "rss" | "target" | "ticket" | "upload" | "usb" | "paw" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "refresh" | "share" | "shuffle" | "music" | "lock" | "bitcoin" | "credit-card" | "cloud" | "database" | "calendar" | "clock" | "laptop" | "monitor" | "pencil" | "folder" | "folder-lock" | "check" | "minus-circle" | "heart" | "puzzle" | "shield" | "skull" | "compass" | "wrench" | "camera" | "home" | "lightbulb" | "pause" | "play" | "power" | "record" | "minus" | "plus" | "wheelchair" | "microphone" | "star" | "trophy" | "elevator" | "italic" | "list-bullet" | "magnifying-glass" | "megaphone" | "photo" | "shopping-bag" | "shopping-cart" | "strikethrough" | "trash" | "underline" | "x-circle" | "at-sign" | "battery-full" | "euro" | "info" | "paint-bucket" | "quote" | "save" | "subscript" | "superscript" | "trees" | "unlink" | "volume" | "zoom-in" | "zoom-out" | "align-center" | "align-justify" | "align-left" | "align-right" | "layout" | "unlock" | "upload-cloud" | "address-book" | "text-color" | "arrows-expand" | "battery-half" | "paypal" | "tablet-landscape" | "telephone" | "universal-access" | "book-bookmark" | "burst" | "print" | "comments" | "mobile" | "battery-empty" | "folder-add" | "female" | "male" | "male-female" | "tablet-portrait" | "html5" | "foundation" | "hearing-aid" | "blind" | "css3" | "page" | "page-edit" | "page-search" | "bitcoin-circle" | "dollar" | "yen" | "first-aid" | "next" | "widget" | "dislike" | "like" | "asl" | "torso" | "no-smoking" | "prohibited" | "price-tag" | "sound" | "list-number" | "foot" | "guide-dog" | "background-color" | "page-add" | "page-remove" | "previous" | "annotate" | "arrows-compress" | "arrows-in" | "arrows-out" | "burst-new" | "burst-sale" | "clipboard-notes" | "clipboard-pencil" | "comment-quotes" | "comment-video" | "die-five" | "die-four" | "die-one" | "die-six" | "die-three" | "die-two" | "dollar-bill" | "female-symbol" | "graph-bar" | "graph-horizontal" | "graph-pie" | "graph-trend" | "indent-less" | "indent-more" | "list-thumbnails" | "male-symbol" | "mobile-signal" | "mountains" | "no-dogs" | "page-copy" | "page-csv" | "page-delete" | "page-doc" | "page-export" | "page-export-csv" | "page-export-doc" | "page-export-pdf" | "page-filled" | "page-multiple" | "page-pdf" | "play-video" | "pricetag-multiple" | "projection-screen" | "results" | "results-demographics" | "rewind-ten" | "safety-cone" | "sheriff-badge" | "social-500px" | "social-adobe" | "social-amazon" | "social-android" | "social-apple" | "social-behance" | "social-bing" | "social-blogger" | "social-delicious" | "social-designer-news" | "social-deviant-art" | "social-digg" | "social-dribbble" | "social-drive" | "social-dropbox" | "social-evernote" | "social-facebook" | "social-flickr" | "social-forrst" | "social-foursquare" | "social-game-center" | "social-github" | "social-google-plus" | "social-hacker-news" | "social-hi5" | "social-instagram" | "social-joomla" | "social-lastfm" | "social-linkedin" | "social-medium" | "social-myspace" | "social-orkut" | "social-path" | "social-picasa" | "social-pinterest" | "social-rdio" | "social-reddit" | "social-skillshare" | "social-skype" | "social-smashing-mag" | "social-snapchat" | "social-spotify" | "social-squidoo" | "social-stack-overflow" | "social-steam" | "social-stumbleupon" | "social-treehouse" | "social-tumblr" | "social-twitter" | "social-vimeo" | "social-windows" | "social-xbox" | "social-yahoo" | "social-yelp" | "social-youtube" | "social-zerply" | "social-zurb" | "target-two" | "telephone-accessible" | "thumbnails" | "torso-business" | "torso-female" | "torsos" | "torsos-all" | "torsos-all-female" | "torsos-female-male" | "torsos-male-female" | "volume-none" | "volume-strike">): import("react").JSX.Element;
295
295
  displayName: string;
296
296
  };
297
297
  export {};
@@ -59,7 +59,7 @@ declare const galaIconNames: {
59
59
  };
60
60
  export type GalaIconName = keyof typeof galaIconNames;
61
61
  export declare const Gala: {
62
- ({ 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<"data" | "search" | "image" | "display" | "select" | "video" | "book" | "chat" | "help" | "mouse" | "radar" | "usb" | "lock" | "apple" | "calendar" | "clock" | "file" | "file-document" | "folder" | "shield" | "bell" | "store" | "orbit" | "tv" | "window" | "airplay" | "copy" | "file-spreadsheet" | "file-text" | "globe" | "settings" | "terminal" | "unlock" | "bag" | "add" | "remove" | "sidebar-left" | "sidebar-right" | "editor" | "chart" | "layer" | "brochure" | "file-code1" | "file-code2" | "file-error" | "file-script" | "issue" | "multi" | "portrait1" | "portrait2" | "secure">): import("react").JSX.Element;
62
+ ({ 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<"data" | "search" | "image" | "display" | "select" | "video" | "book" | "chat" | "help" | "mouse" | "radar" | "usb" | "lock" | "apple" | "calendar" | "clock" | "file" | "file-document" | "folder" | "shield" | "bell" | "store" | "orbit" | "tv" | "window" | "airplay" | "copy" | "file-spreadsheet" | "file-text" | "globe" | "settings" | "terminal" | "unlock" | "bag" | "add" | "remove" | "sidebar-left" | "sidebar-right" | "editor" | "chart" | "layer" | "brochure" | "file-code1" | "file-code2" | "file-error" | "file-script" | "issue" | "multi" | "portrait1" | "portrait2" | "secure">): import("react").JSX.Element;
63
63
  displayName: string;
64
64
  };
65
65
  export {};
@@ -4131,7 +4131,7 @@ declare const game_iconsIconNames: {
4131
4131
  };
4132
4132
  export type GameIconsIconName = keyof typeof game_iconsIconNames;
4133
4133
  export declare const GameIcons: {
4134
- ({ 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" | "join" | "skeleton" | "pulse" | "duration" | "logging" | "anchor" | "hidden" | "key" | "transform" | "static" | "select" | "strong" | "table" | "circle" | "anvil" | "barrel" | "binoculars" | "bookmark" | "bookshelf" | "briefcase" | "broom" | "campfire" | "cancel" | "cigar" | "crane" | "crown" | "death-star" | "desk" | "diving-helmet" | "domino-mask" | "drama-masks" | "flashlight" | "fountain" | "gavel" | "handcuffs" | "heart-minus" | "heart-plus" | "help" | "hook" | "id-card" | "keyboard" | "klingon" | "lasso" | "leak" | "lighthouse" | "magnet" | "mailbox" | "mouse" | "mustache" | "newspaper" | "notebook" | "omega" | "passport" | "pin" | "police-badge" | "radio-tower" | "read" | "recycle" | "resize" | "ribbon" | "ring" | "robber" | "rss" | "satellite" | "shuriken" | "slot-machine" | "smoking-pipe" | "soldering-iron" | "stamper" | "submarine" | "tank" | "thought-bubble" | "thumb-down" | "thumb-up" | "ticket" | "trash-can" | "turnstile" | "ufo" | "vote" | "weight" | "yin-yang" | "barn" | "bee" | "carrot" | "corn" | "cow" | "forest" | "grain" | "grass" | "greenhouse" | "hops" | "horseshoe" | "mushroom" | "peanut" | "pig" | "pine-tree" | "sheep" | "spray" | "sprout" | "watering-can" | "waves" | "bat" | "butterfly" | "cat" | "dolphin" | "donkey" | "duck" | "elephant" | "jellyfish" | "kangaroo" | "koala" | "owl" | "panda" | "paw" | "penguin" | "rabbit" | "shark-fin" | "snail" | "snake" | "tortoise" | "turtle" | "unicorn" | "share" | "earbuds" | "headphones" | "speaker" | "speaker-off" | "battery-50" | "car-battery" | "car-door" | "car-key" | "car-seat" | "caravan" | "speedometer" | "bank" | "cash" | "piggy-bank" | "wallet" | "battery-minus" | "battery-plus" | "fedora" | "steam" | "phone" | "bow-tie" | "hanger" | "necklace" | "sunglasses" | "tie" | "cloud-download" | "cloud-upload" | "eyedropper" | "palette" | "database" | "calendar" | "laptop" | "tablet" | "watch" | "fountain-pen" | "pencil" | "pencil-ruler" | "blender" | "bread-slice" | "cookie" | "cupcake" | "french-fries" | "hamburger" | "ice-pop" | "leek" | "noodles" | "popcorn" | "pretzel" | "sausage" | "boomerang" | "bow-arrow" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "crystal-ball" | "gamepad" | "ghost" | "lambda" | "medal" | "ocarina" | "puzzle" | "shield" | "triforce" | "compass" | "box-cutter" | "bulldozer" | "circular-saw" | "factory" | "fire-extinguisher" | "hammer-sickle" | "hand-saw" | "ladder" | "pitchfork" | "rake" | "screwdriver" | "sickle" | "spade" | "toolbox" | "wrench" | "lipstick" | "bed" | "coffin" | "party-popper" | "pumpkin" | "snowman" | "spider-web" | "bathtub" | "boombox" | "ceiling-light" | "desk-lamp" | "door" | "fire" | "fireplace" | "fridge" | "gate" | "shower" | "sofa" | "solar-power" | "theater" | "toaster" | "valve" | "washing-machine" | "waterfall" | "wind-turbine" | "abacus" | "calculator" | "infinity" | "tally-mark-5" | "ambulance" | "brain" | "hospital" | "lungs" | "pill" | "stethoscope" | "stomach" | "tooth" | "toothbrush" | "virus" | "disc" | "metronome" | "microphone" | "saxophone" | "trumpet" | "violin" | "cactus" | "clover" | "feather" | "ladybug" | "palm-tree" | "volcano" | "airplane" | "bus" | "bus-stop" | "baby-bottle" | "baby-face" | "family-tree" | "hiking" | "meditation" | "run" | "snowboard" | "walk" | "bridge" | "castle" | "church" | "island" | "warehouse" | "atom" | "biohazard" | "microscope" | "molecule" | "orbit" | "radioactive" | "rocket" | "telescope" | "cog" | "cube" | "square" | "basket" | "baseball-bat" | "boxing-glove" | "bullseye" | "carabiner" | "cricket" | "golf-tee" | "kite" | "podium" | "roller-skate" | "skateboard" | "soccer-field" | "tennis-ball" | "torch" | "trophy" | "unicycle" | "water-polo" | "whistle" | "helicopter" | "parachute" | "turbine" | "elevator" | "escalator" | "scooter" | "stairs" | "subway" | "forklift" | "road" | "tow-truck" | "traffic-cone" | "truck" | "ship-wheel" | "vhs" | "umbrella" | "windsock" | "battery-0" | "battery-100" | "envelope" | "finger-print" | "funnel" | "light-bulb" | "magnifying-glass" | "megaphone" | "moon" | "paint-brush" | "paper-clip" | "scissors" | "shopping-bag" | "shopping-cart" | "sparkles" | "sun" | "tv" | "video-camera" | "window" | "alarm-clock" | "amphora" | "armchair" | "backpack" | "banana" | "banknote" | "brick-wall" | "bubbles" | "cake-slice" | "cherry" | "cigarette" | "clapperboard" | "coins" | "cooking-pot" | "cpu" | "croissant" | "crosshair" | "dam" | "donut" | "drill" | "droplets" | "drum" | "eclipse" | "expand" | "files" | "flame" | "globe" | "guitar" | "hand" | "highlighter" | "hourglass" | "house" | "ice-cream-cone" | "info" | "joystick" | "life-buoy" | "martini" | "microchip" | "move" | "paint-bucket" | "paint-roller" | "paw-print" | "plug" | "rat" | "rocking-chair" | "rose" | "sailboat" | "sandwich" | "save" | "shirt" | "shrimp" | "siren" | "smartphone" | "squirrel" | "sunrise" | "sunset" | "syringe" | "test-tubes" | "tornado" | "wheat" | "pie-chart" | "air-balloon" | "ankh" | "avocado" | "bread" | "bulb" | "carambola" | "checklist" | "chisel" | "click" | "clubs" | "contract" | "deer" | "diamonds" | "direction-sign" | "dog-bowl" | "dumpling" | "first-aid-kit" | "flip-flops" | "galaxy" | "gps" | "growth" | "hearts" | "helmet" | "jetpack" | "ladle" | "lemon" | "lighter" | "meat" | "meeple" | "prism" | "razor" | "scuba-mask" | "seedling" | "spy" | "stack" | "steering-wheel" | "stopwatch" | "teapot" | "trident" | "trowel" | "vacuum-cleaner" | "windmill" | "world" | "wrecking-ball" | "zeppelin" | "easel" | "pc" | "person" | "shop" | "suitcase" | "toggles" | "gears" | "jet-fighter" | "spoon" | "stapler" | "walkie-talkie" | "weight-scale" | "dove" | "frog" | "horse-head" | "kiwi-bird" | "gas-pump" | "oil-can" | "wine-bottle" | "wine-glass" | "igloo" | "socks" | "paper-plane" | "compact-disc" | "bacon" | "pizza-slice" | "sink" | "soap" | "joint" | "vial" | "cubes" | "upgrade" | "fruit-bowl" | "strawberry" | "diagram" | "firewall" | "idea" | "buoy" | "flood" | "fog" | "stop-sign" | "game-console" | "scales" | "scalpel" | "female" | "footsteps" | "male" | "musical-notes" | "nuclear" | "arm" | "bamboo" | "boots" | "caterpillar" | "dart" | "fox" | "grab" | "hive" | "iceland" | "jasmine" | "jeep" | "katana" | "maze" | "mermaid" | "orange" | "puppet" | "railway" | "ram" | "smart" | "spaceship" | "spring" | "tesla" | "treehouse" | "watchtower" | "yarn" | "amplitude" | "broccoli" | "delighted" | "fly" | "knockout" | "turret" | "backup" | "sprint" | "hearing-disabled" | "chat-bubble" | "tv-remote" | "blanket" | "fragrance" | "healing" | "photo-camera" | "barefoot" | "conversation" | "falling" | "footprint" | "lips" | "raven" | "snowing" | "south-america" | "water-bottle" | "water-drop" | "cycle" | "token" | "cycling" | "fishing" | "open-book" | "soccer-ball" | "sound-off" | "beach-bag" | "coffee-cup" | "orange-slice" | "spades" | "director-chair" | "pillow" | "battery-25" | "battery-75" | "heavy-rain" | "computing" | "paper" | "sound-on" | "accordion" | "amethyst" | "arena" | "aries" | "aura" | "beehive" | "bison" | "bomber" | "capybara" | "carrion" | "claw" | "emerald" | "expense" | "finch" | "flamingo" | "gemini" | "glider" | "goat" | "hamburger-menu" | "jelly" | "journey" | "jupiter" | "kindle" | "leo" | "lotus" | "miner" | "mole" | "molotov" | "monument-valley" | "nectar" | "octopus" | "overdrive" | "papers" | "pegasus" | "poland" | "revolt" | "sai" | "sesame" | "shrug" | "silence" | "sling" | "sonic-boom" | "squid" | "strafe" | "tangerine" | "tic-tac-toe" | "tomato" | "top-hat" | "underhand" | "whisk" | "candles" | "carousel" | "chart" | "rupee" | "sleepy" | "periscope" | "pear" | "t-shirt" | "mute" | "log" | "carrier" | "chicken" | "dodge" | "peas" | "graduate-cap" | "padlock" | "tick" | "charm" | "bo" | "burn" | "drop" | "rolling-suitcase" | "ant" | "atlas" | "cloak" | "dew" | "open-folder" | "teleport" | "banjo" | "billed-cap" | "broken-heart" | "crab" | "dress" | "grapes" | "gyroscope" | "musical-keyboard" | "musical-score" | "peach" | "pig-face" | "pineapple" | "shamrock" | "shinto-shrine" | "shorts" | "steam-locomotive" | "sunflower" | "swan" | "watermelon" | "fishing-pole" | "ice-skate" | "skier" | "skis" | "cheese-wedge" | "chocolate-bar" | "dango" | "hot-dog" | "kiwi-fruit" | "oden" | "potato" | "bear-face" | "boar" | "camel" | "gorilla" | "maple-leaf" | "monkey" | "rooster" | "scorpion" | "spiral-shell" | "tiger" | "tropical-fish" | "clamp" | "crossed-swords" | "film-projector" | "hole" | "kimono" | "love-letter" | "oil-drum" | "person-in-bed" | "prayer-beads" | "goblin" | "ogre" | "running-shoe" | "tongue" | "aquarius" | "cancer" | "capricorn" | "cross-mark" | "fast-forward-button" | "libra" | "ophiuchus" | "pause-button" | "pisces" | "play-button" | "sagittarius" | "scorpio" | "taurus" | "virgo" | "airplane-arrival" | "airplane-departure" | "canoe" | "desert" | "kick-scooter" | "moai" | "police-car" | "post-office" | "price-tag" | "raft" | "histogram" | "knife-fork" | "platform" | "present" | "space-shuttle" | "portrait" | "basketball-ball" | "volleyball-ball" | "earth-america" | "cage" | "fossil" | "papyrus" | "pawn" | "pickle" | "dynamite" | "badger" | "beaver" | "bell-pepper" | "black-flag" | "butter" | "check-mark" | "chopsticks" | "cook" | "coral" | "curling-stone" | "dodo" | "farmer" | "flute" | "garlic" | "gloves" | "goose" | "hedgehog" | "hut" | "lab-coat" | "leg" | "lion" | "mammoth" | "maracas" | "mechanical-arm" | "olive" | "oyster" | "pirate-flag" | "plunger" | "polar-bear" | "ringed-planet" | "rock" | "safety-pin" | "sewing-needle" | "sloth" | "star-struck" | "teacher" | "troll" | "knot" | "balloons" | "mountain-climbing" | "power-button" | "surprised" | "blood" | "snowflake-1" | "snowflake-2" | "snorkel" | "mountains" | "_3d-glasses" | "_3d-hammer" | "_3d-meeple" | "_3d-stairs" | "abbot-meeple" | "abdominal-armor" | "abstract-001" | "abstract-002" | "abstract-003" | "abstract-004" | "abstract-005" | "abstract-006" | "abstract-007" | "abstract-008" | "abstract-009" | "abstract-010" | "abstract-011" | "abstract-012" | "abstract-013" | "abstract-014" | "abstract-015" | "abstract-016" | "abstract-017" | "abstract-018" | "abstract-019" | "abstract-020" | "abstract-021" | "abstract-022" | "abstract-023" | "abstract-024" | "abstract-025" | "abstract-026" | "abstract-027" | "abstract-028" | "abstract-029" | "abstract-030" | "abstract-031" | "abstract-032" | "abstract-033" | "abstract-034" | "abstract-035" | "abstract-036" | "abstract-037" | "abstract-038" | "abstract-039" | "abstract-040" | "abstract-041" | "abstract-042" | "abstract-043" | "abstract-044" | "abstract-045" | "abstract-046" | "abstract-047" | "abstract-048" | "abstract-049" | "abstract-050" | "abstract-051" | "abstract-052" | "abstract-053" | "abstract-054" | "abstract-055" | "abstract-056" | "abstract-057" | "abstract-058" | "abstract-059" | "abstract-060" | "abstract-061" | "abstract-062" | "abstract-063" | "abstract-064" | "abstract-065" | "abstract-066" | "abstract-067" | "abstract-068" | "abstract-069" | "abstract-070" | "abstract-071" | "abstract-072" | "abstract-073" | "abstract-074" | "abstract-075" | "abstract-076" | "abstract-077" | "abstract-078" | "abstract-079" | "abstract-080" | "abstract-081" | "abstract-082" | "abstract-083" | "abstract-084" | "abstract-085" | "abstract-086" | "abstract-087" | "abstract-088" | "abstract-089" | "abstract-090" | "abstract-091" | "abstract-092" | "abstract-093" | "abstract-094" | "abstract-095" | "abstract-096" | "abstract-097" | "abstract-098" | "abstract-099" | "abstract-100" | "abstract-101" | "abstract-102" | "abstract-103" | "abstract-104" | "abstract-105" | "abstract-106" | "abstract-107" | "abstract-108" | "abstract-109" | "abstract-110" | "abstract-111" | "abstract-112" | "abstract-113" | "abstract-114" | "abstract-115" | "abstract-116" | "abstract-117" | "abstract-118" | "abstract-119" | "abstract-120" | "abstract-121" | "ace" | "achievement" | "achilles-heel" | "acid" | "acid-blob" | "acid-shield" | "acid-tube" | "acorn" | "acoustic-megaphone" | "acrobatic" | "aerial-signal" | "aero-bike" | "aerodynamic-harpoon" | "aerosol" | "africa" | "afterburn" | "agave" | "ages" | "air-force" | "air-man" | "air-zigzag" | "airtight-hatch" | "ak47" | "ak47u" | "akhet" | "algae" | "algeria" | "alien-bug" | "alien-egg" | "alien-fire" | "alien-skull" | "alien-stare" | "all-for-one" | "all-seeing-eye" | "allied-star" | "alligator-clip" | "almond" | "amber-mosquito" | "american-football-ball" | "american-football-helmet" | "american-football-player" | "american-shield" | "ammo-box" | "ammonite" | "ammonite-fossil" | "ample-dress" | "amputation" | "anarchy" | "anatomy" | "ancient-columns" | "ancient-ruins" | "ancient-screw" | "ancient-sword" | "android-mask" | "andromeda-chain" | "angel-outfit" | "angel-wings" | "angler-fish" | "angola" | "angry-eyes" | "angular-spider" | "animal-hide" | "animal-skull" | "annexation" | "antarctica" | "anteater" | "anthem" | "anti-aircraft-gun" | "antibody" | "anticlockwise-rotation" | "ants" | "anubis" | "anvil-impact" | "apc" | "apollo-capsule" | "apothecary" | "apple-core" | "apple-maggot" | "apple-seeds" | "aquarium" | "aqueduct" | "arabic-door" | "arc-triomphe" | "arch-bridge" | "archaeopteryx-fossil" | "archer" | "archery-target" | "architect-mask" | "archive-register" | "archive-research" | "arcing-bolt" | "arm-bandage" | "arm-sling" | "armadillo" | "armadillo-tail" | "armor-blueprint" | "armor-cuisses" | "armor-downgrade" | "armor-punch" | "armor-upgrade" | "armor-vest" | "armored-boomerang" | "armored-pants" | "armoured-shell" | "arrest" | "arrow-cluster" | "arrow-cursor" | "arrow-dunk" | "arrow-flights" | "arrow-scope" | "arrow-wings" | "arrowed" | "arrowhead" | "arrows-shield" | "arson" | "artichoke" | "artificial-hive" | "artificial-intelligence" | "artillery-shell" | "ascending-block" | "asian-lantern" | "asparagus" | "aspergillum" | "assassin-pocket" | "asteroid" | "astrolabe" | "astronaut-helmet" | "at-sea" | "atom-core" | "atomic-slashes" | "attached-shield" | "attack-gauge" | "aubergine" | "audio-cassette" | "australia" | "auto-repair" | "autogun" | "automatic-sas" | "avoidance" | "awareness" | "axe-in-log" | "axe-in-stump" | "axe-swing" | "axe-sword" | "axolotl" | "aztec-calendar-sun" | "azul-flake" | "babyfoot-players" | "back-forth" | "back-pain" | "backbone-shell" | "backgammon" | "backstab" | "backward-time" | "bad-breath" | "bad-gnome" | "bagpipes" | "balaclava" | "balkenkreuz" | "ball-glow" | "ball-heart" | "ball-pyramid" | "ballerina-shoes" | "ballista" | "balloon-dog" | "bamboo-fountain" | "banana-bunch" | "banana-peel" | "banana-peeled" | "bandage-roll" | "bandaged" | "bandana" | "bandit" | "banging-gavel" | "baobab" | "bar-stool" | "barbarian" | "barbecue" | "barbed-arrow" | "barbed-coil" | "barbed-nails" | "barbed-spear" | "barbed-star" | "barbed-sun" | "barbed-wire" | "barbute" | "barn-owl" | "barracks" | "barracks-tent" | "barrel-leak" | "barricade" | "barrier" | "base-dome" | "baseball-glove" | "basketball-basket" | "basketball-jersey" | "basset-hound-head" | "bassoon" | "bastet" | "bat-blade" | "bat-leth" | "bat-mask" | "bat-wing" | "baton" | "battered-axe" | "batteries" | "battery-pack" | "battery-pack-alt" | "battle-axe" | "battle-gear" | "battle-mech" | "battle-tank" | "battleship" | "batwing-emblem" | "bayonet" | "beach-ball" | "beach-bucket" | "beam-satellite" | "beam-wake" | "beams-aura" | "beanstalk" | "bear-head" | "beard" | "beast-eye" | "bed-lamp" | "beech" | "beer-bottle" | "beer-horn" | "beer-stein" | "beet" | "beetle-shell" | "behold" | "belgium" | "bell-shield" | "bellows" | "belt" | "belt-armor" | "belt-buckles" | "berries-bowl" | "berry-bush" | "bestial-fangs" | "beveled-star" | "biceps" | "big-diamond-ring" | "big-egg" | "big-gear" | "big-wave" | "bindle" | "biplane" | "birch-trees" | "bird-cage" | "bird-claw" | "bird-house" | "bird-limb" | "bird-mask" | "bird-scepter" | "bird-twitter" | "black-bar" | "black-belt" | "black-book" | "black-bridge" | "black-hand-shield" | "black-hole-bolas" | "black-knight-helm" | "black-sea" | "blackball" | "blackcurrant" | "blacksmith" | "blade-bite" | "blade-drag" | "blade-fall" | "blast" | "blaster" | "bleeding-eye" | "bleeding-heart" | "bleeding-wound" | "blindfold" | "block-house" | "bloody-stash" | "bloody-sword" | "blunderbuss" | "boar-ensign" | "boar-tusks" | "boarding-pass" | "boat-engine" | "boat-fishing" | "boat-horizon" | "boat-propeller" | "boba" | "body-balance" | "body-height" | "body-swapping" | "boiling-bubbles" | "bok-choy" | "bolas" | "bolivia" | "bolt-bomb" | "bolt-cutter" | "bolt-drop" | "bolt-eye" | "bolt-saw" | "bolt-shield" | "bolt-spell-cast" | "bolter-gun" | "bombing-run" | "bone-gnawer" | "bone-knife" | "bone-mace" | "bonsai-tree" | "book-aura" | "book-cover" | "book-pile" | "book-storm" | "bookmarklet" | "boomerang-cross" | "boomerang-sun" | "boot-kick" | "boot-prints" | "boot-stomp" | "booze" | "bordered-shield" | "boss-key" | "bottle-cap" | "bottle-vapors" | "bottled-bolt" | "bottled-shadow" | "bottom-right-3d-arrow" | "boulder-dash" | "bouncing-spring" | "bouncing-sword" | "bow-string" | "bow-tie-ribbon" | "bowels" | "bowen-knot" | "bowie-knife" | "bowl-of-rice" | "bowl-spiral" | "bowling-alley" | "bowling-pin" | "bowling-propulsion" | "bowling-strike" | "bowman" | "box-trap" | "box-unpacking" | "boxing-glove-surprise" | "boxing-ring" | "bracer" | "bracers" | "brain-dump" | "brain-freeze" | "brain-leak" | "brain-stem" | "brain-tentacle" | "brainstorm" | "branch-arrow" | "brandy-bottle" | "brasero" | "brass-eye" | "brass-knuckles" | "brazil" | "brazil-flag" | "breaking-chain" | "breastplate" | "brick-pile" | "bright-explosion" | "broad-dagger" | "broadhead-arrow" | "broadsword" | "brodie-helmet" | "broken-arrow" | "broken-axe" | "broken-bone" | "broken-bottle" | "broken-heart-zone" | "broken-pottery" | "broken-ribbon" | "broken-shield" | "broken-skull" | "broken-tablet" | "broken-wall" | "brutal-helm" | "brute" | "bubble-field" | "bubbling-beam" | "bubbling-bowl" | "bubbling-flask" | "bucket-wheel-excavator" | "bud" | "buffalo-head" | "bug-net" | "bugle-call" | "bulgaria" | "bull" | "bull-horns" | "bullet-bill" | "bullet-impacts" | "bullets" | "bully-minion" | "bundle-grenade" | "bunk-beds" | "bunker" | "bunker-assault" | "bunny-slippers" | "burning-blobs" | "burning-book" | "burning-dot" | "burning-embers" | "burning-eye" | "burning-forest" | "burning-meteor" | "burning-passion" | "burning-round-shot" | "burning-skull" | "burning-tree" | "burst-blob" | "bus-doors" | "butter-toast" | "butterfly-flower" | "butterfly-knife" | "butterfly-warning" | "button-finger" | "buy-card" | "byzantin-temple" | "c96" | "cabbage" | "cable-stayed-bridge" | "cactus-pot" | "cactus-tap" | "cadillac-helm" | "caduceus" | "caesar" | "caged-ball" | "calavera" | "caldera" | "calendar-half-year" | "caltrops" | "camargue-cross" | "cambodia" | "camel-head" | "camp-cooking-pot" | "camping-tent" | "canadian-goose" | "candle-flame" | "candle-holder" | "candle-light" | "candle-skull" | "candlebright" | "candlestick-phone" | "candy-canes" | "canned-fish" | "cannister" | "cannon" | "cannon-ball" | "cannon-shot" | "cantua" | "cape" | "cape-armor" | "capitol" | "captain-hat-profile" | "car-wheel" | "caravel" | "card-10-clubs" | "card-10-diamonds" | "card-10-hearts" | "card-10-spades" | "card-2-clubs" | "card-2-diamonds" | "card-2-hearts" | "card-2-spades" | "card-3-clubs" | "card-3-diamonds" | "card-3-hearts" | "card-3-spades" | "card-4-clubs" | "card-4-diamonds" | "card-4-hearts" | "card-4-spades" | "card-5-clubs" | "card-5-diamonds" | "card-5-hearts" | "card-5-spades" | "card-6-clubs" | "card-6-diamonds" | "card-6-hearts" | "card-6-spades" | "card-7-clubs" | "card-7-diamonds" | "card-7-hearts" | "card-7-spades" | "card-8-clubs" | "card-8-diamonds" | "card-8-hearts" | "card-8-spades" | "card-9-clubs" | "card-9-diamonds" | "card-9-hearts" | "card-9-spades" | "card-ace-clubs" | "card-ace-diamonds" | "card-ace-hearts" | "card-ace-spades" | "card-burn" | "card-discard" | "card-draw" | "card-exchange" | "card-jack-clubs" | "card-jack-diamonds" | "card-jack-hearts" | "card-jack-spades" | "card-joker" | "card-king-clubs" | "card-king-diamonds" | "card-king-hearts" | "card-king-spades" | "card-pick" | "card-pickup" | "card-play" | "card-queen-clubs" | "card-queen-diamonds" | "card-queen-hearts" | "card-queen-spades" | "card-random" | "cardboard-box" | "cardboard-box-closed" | "cargo-crane" | "cargo-crate" | "cargo-ship" | "carillon" | "carnival-mask" | "carnivore-mouth" | "carnivorous-plant" | "carnyx" | "carpet-bombing" | "cartwheel" | "cassowary-head" | "castle-ruins" | "catapult" | "catch" | "cauldron" | "cavalry" | "cave-entrance" | "caveman" | "cctv-camera" | "ceiling-barnacle" | "celebration-fire" | "cellar-barrels" | "cement-shoes" | "centaur" | "centaur-heart" | "centipede" | "centurion-helmet" | "ceremonial-mask" | "chain-lightning" | "chain-mail" | "chained-arrow-heads" | "chained-heart" | "chaingun" | "chainsaw" | "chakram" | "chalice-drops" | "chalk-outline-murder" | "chameleon-glyph" | "champagne-cork" | "champions" | "chanterelles" | "character" | "charcuterie" | "charged-arrow" | "charging" | "charging-bull" | "chariot" | "checkbox-tree" | "checked-shield" | "checkered-diamond" | "checkered-flag" | "cheerful" | "chef-toque" | "chelsea-boot" | "chemical-arrow" | "chemical-bolt" | "chemical-drop" | "chemical-tank" | "cherish" | "chest" | "chest-armor" | "chestnut-leaf" | "chewed-heart" | "chewed-skull" | "chicken-leg" | "chicken-oven" | "chili-pepper" | "chimney" | "chips-bag" | "choice" | "chopped-skull" | "cigale" | "circle-cage" | "circle-claws" | "circle-forest" | "circle-sparks" | "circling-fish" | "circuitry" | "circular-sawblade" | "city-car" | "clarinet" | "classical-knowledge" | "claw-hammer" | "claw-slashes" | "claw-string" | "claws" | "clay-brick" | "claymore-explosive" | "cleaver" | "cleopatra" | "cliff-crossing" | "cloak-dagger" | "cloaked-figure-on-horseback" | "clock-tower" | "clockwise-rotation" | "clockwork" | "closed-barbute" | "closed-doors" | "cloth-jar" | "clothes" | "clothesline" | "clothespin" | "cloud-ring" | "cloudy-fork" | "clout" | "clover-spiked" | "clown" | "clownfish" | "cluster-bomb" | "coa-de-jima" | "coal-pile" | "coal-wagon" | "cobra" | "cobweb" | "coconuts" | "coffee-beans" | "coffee-mug" | "coffee-pot" | "cog-lock" | "cogsplosion" | "coiled-nail" | "coiling-curl" | "coinflip" | "coins-pile" | "cold-heart" | "coliseum" | "colombia" | "colombian-statue" | "colt-m1911" | "column-vase" | "coma" | "comb" | "combination-lock" | "comet-spark" | "commercial-airplane" | "companion-cube" | "computer-fan" | "concentration-orb" | "concentric-crescents" | "concrete-bag" | "condor-emblem" | "condylura-skull" | "confirmed" | "confrontation" | "congress" | "conqueror" | "console-controller" | "contortionist" | "control-tower" | "convergence-target" | "converse-shoe" | "convict" | "convince" | "conway-life-glider" | "cooking-glove" | "cool-spices" | "cooler" | "cootie-catcher" | "cork-hat" | "corked-tube" | "corkscrew" | "corner-explosion" | "corner-flag" | "cornucopia" | "coronation" | "corporal" | "corset" | "corsica" | "cosmic-egg" | "cotton-flower" | "covered-jar" | "cowboy-boot" | "cowboy-holster" | "cowled" | "cpu-shot" | "crab-claw" | "cracked-alien-skull" | "cracked-ball-dunk" | "cracked-disc" | "cracked-glass" | "cracked-helm" | "cracked-mask" | "cracked-saber" | "cracked-shield" | "crafting" | "crags" | "credits-currency" | "crenel-crown" | "crenulated-shield" | "crescent-blade" | "crescent-staff" | "crested-helmet" | "cricket-bat" | "crime-scene-tape" | "croc-jaws" | "croc-sword" | "croissants-pupil" | "crook-flail" | "cross-flare" | "cross-shield" | "crossbow" | "crosscut-saw" | "crossed-air-flows" | "crossed-axes" | "crossed-bones" | "crossed-chains" | "crossed-claws" | "crossed-pistols" | "crossed-sabres" | "crossed-slashes" | "crosshair-arrow" | "crossroad" | "crow-dive" | "crow-nest" | "crowbar" | "crown-coin" | "crown-of-thorns" | "crowned-explosion" | "crowned-heart" | "crowned-skull" | "crucifix" | "cruiser" | "crumbling-ball" | "crush" | "cryo-chamber" | "crypt-entrance" | "crystal-bars" | "crystal-cluster" | "crystal-earrings" | "crystal-eye" | "crystal-growth" | "crystal-shine" | "crystal-shrine" | "crystal-wand" | "crystalize" | "cuauhtli" | "cubeforce" | "cuckoo-clock" | "cultist" | "cupidon-arrow" | "curled-leaf" | "curled-tentacle" | "curling-vines" | "curly-mask" | "curly-wing" | "cursed-star" | "curvy-knife" | "custodian-helmet" | "cut-diamond" | "cut-lemon" | "cut-palm" | "cyber-eye" | "cyborg-face" | "cyclops" | "cz-skorpion" | "d10" | "d12" | "d4" | "daemon-pull" | "daemon-skull" | "dagger-rose" | "daggers" | "daisy" | "damaged-house" | "dandelion-flower" | "dark-squad" | "dead-eye" | "dead-head" | "dead-wood" | "deadly-strike" | "death-juice" | "death-note" | "death-skull" | "death-zone" | "deathcab" | "decapitation" | "deer-head" | "deer-track" | "defense-satellite" | "defensive-wall" | "defibrilate" | "deku-tree" | "delicate-perfume" | "delivery-drone" | "demolish" | "dervish-swords" | "desert-camp" | "desert-eagle" | "desert-skull" | "deshret-red-crown" | "despair" | "detonator" | "detour" | "devil-mask" | "diablo-skull" | "dial-padlock" | "diamond-hard" | "diamond-hilt" | "diamond-ring" | "diamond-trophy" | "diamonds-smile" | "dice-eight-faces-eight" | "dice-fire" | "dice-shield" | "dice-six-faces-five" | "dice-six-faces-four" | "dice-six-faces-one" | "dice-six-faces-six" | "dice-six-faces-three" | "dice-six-faces-two" | "dice-target" | "dice-twenty-faces-one" | "dice-twenty-faces-twenty" | "dig-dug" | "dig-hole" | "digital-trace" | "dimetrodon" | "dinosaur-bones" | "dinosaur-egg" | "dinosaur-rex" | "diplodocus" | "diploma" | "direction-signs" | "direwolf" | "disc-golf-bag" | "disc-golf-basket" | "discobolus" | "discussion" | "disintegrate" | "distraction" | "distress-signal" | "divergence" | "divert" | "divided-spiral" | "divided-square" | "diving-dagger" | "djed-pillar" | "djembe" | "djinn" | "dna1" | "dna2" | "doctor-face" | "dodging" | "dog-house" | "dolmen" | "domino-tiles" | "doner-kebab" | "door-handle" | "door-ring-handle" | "door-watcher" | "doorway" | "dorsal-scales" | "double-diaphragm" | "double-dragon" | "double-face-mask" | "double-fish" | "double-necklace" | "double-quaver" | "double-ringed-orb" | "double-shot" | "double-street-lights" | "doubled" | "dough-roller" | "dozen" | "dragon-balls" | "dragon-breath" | "dragon-head" | "dragon-orb" | "dragon-shield" | "dragon-spiral" | "dragonfly" | "drakkar" | "drakkar-dragon" | "drawbridge" | "dread" | "dread-skull" | "dreadnought" | "dream-catcher" | "drink-me" | "drinking" | "dripping-blade" | "dripping-goo" | "dripping-honey" | "dripping-knife" | "dripping-star" | "dripping-stone" | "dripping-sword" | "dripping-tube" | "drop-earrings" | "drop-weapon" | "droplet-splash" | "drowning" | "drum-kit" | "duality" | "duality-mask" | "duck-palm" | "duel" | "duffel-bag" | "dumpling-bao" | "dunce-cap" | "dungeon-gate" | "dungeon-light" | "dust-cloud" | "dutch-bike" | "dwarf-face" | "dwarf-helmet" | "dwarf-king" | "dwennimmen" | "eagle-emblem" | "eagle-head" | "earrings" | "earth-africa-europe" | "earth-asia-oceania" | "earth-crack" | "earth-spit" | "earth-worm" | "earwig" | "easter-egg" | "eating" | "eating-pelican" | "echo-ripples" | "eclipse-flare" | "eclipse-saw" | "ecology" | "edge-crack" | "edged-shield" | "eel" | "egg-clutch" | "egg-defense" | "egg-eye" | "egg-pod" | "egypt" | "egyptian-bird" | "egyptian-profile" | "egyptian-pyramids" | "egyptian-sphinx" | "egyptian-temple" | "egyptian-urns" | "egyptian-walk" | "eight-ball" | "elbow-pad" | "elderberry" | "electric" | "electric-whip" | "electrical-crescent" | "electrical-resistance" | "electrical-socket" | "elephant-head" | "elf-ear" | "elf-helmet" | "elven-castle" | "elysium-shade" | "ember-shot" | "embrassed-energy" | "embryo" | "emerald-necklace" | "empty-chessboard" | "empty-hourglass" | "empty-metal-bucket" | "empty-metal-bucket-handle" | "empty-wood-bucket" | "empty-wood-bucket-handle" | "encirclement" | "encrypted-channel" | "energise" | "energy-arrow" | "energy-breath" | "energy-shield" | "energy-sword" | "energy-tank" | "engagement-ring" | "enlightenment" | "enrage" | "ent-mouth" | "entangled-typhoon" | "entry-door" | "erlenmeyer" | "ermine" | "eruption" | "eternal-love" | "european-flag" | "evasion" | "evil-bat" | "evil-book" | "evil-bud" | "evil-comet" | "evil-eyes" | "evil-fork" | "evil-hand" | "evil-love" | "evil-minion" | "evil-moon" | "evil-tower" | "evil-tree" | "evil-wings" | "executioner-hood" | "exit-door" | "expanded-rays" | "expander" | "exploding-planet" | "explosion-rays" | "explosive-materials" | "explosive-meeting" | "extra-lucid" | "extra-time" | "extra-vision" | "extraction-orb" | "eye-of-horus" | "eye-shield" | "eye-target" | "eyeball" | "eyelashes" | "eyepatch" | "eyestalk" | "f-clef" | "f1-car" | "face-to-face" | "factory-arm" | "fairy" | "fairy-wand" | "fairy-wings" | "falcon-moon" | "fall-down" | "falling-blob" | "falling-bomb" | "falling-boulder" | "falling-eye" | "falling-leaf" | "falling-ovoid" | "falling-rocks" | "falling-star" | "fallout-shelter" | "famas" | "family-house" | "fanged-skull" | "fangs" | "fangs-circle" | "farm-tractor" | "fast-arrow" | "fast-backward-button" | "fast-noodles" | "fat" | "feather-necklace" | "feather-wound" | "feathered-wing" | "feline" | "female-legs" | "female-vampire" | "fencer" | "fern" | "fertilizer-bag" | "fetus" | "fez" | "field" | "field-gun" | "figurehead" | "film-spool" | "film-strip" | "fingernail" | "fingers-crossed" | "finish-line" | "fire-ace" | "fire-axe" | "fire-bomb" | "fire-bottle" | "fire-bowl" | "fire-breath" | "fire-dash" | "fire-flower" | "fire-gem" | "fire-iris" | "fire-punch" | "fire-ray" | "fire-ring" | "fire-shield" | "fire-shrine" | "fire-silhouette" | "fire-spell-cast" | "fire-tail" | "fire-wave" | "fire-zone" | "fireball" | "fireflake" | "firework-rocket" | "fish-bucket" | "fish-cooked" | "fish-corpse" | "fish-eggs" | "fish-escape" | "fish-monster" | "fish-scales" | "fish-smoking" | "fishbone" | "fishhook-fork" | "fishing-boat" | "fishing-hook" | "fishing-jig" | "fishing-lure" | "fishing-net" | "fishing-spoon" | "fission" | "fist" | "fizzing-flask" | "flag-objective" | "flail" | "flake" | "flame-claws" | "flame-spin" | "flame-tunnel" | "flamed-leaf" | "flamer" | "flamethrower" | "flamethrower-soldier" | "flaming-arrow" | "flaming-claw" | "flaming-sheet" | "flaming-trident" | "flanged-mace" | "flash-grenade" | "flat-hammer" | "flat-paw-print" | "flat-platform" | "flat-star" | "flat-tire" | "flatbed" | "flatbed-covered" | "flatfish" | "flax" | "fleshy-mass" | "fleur-de-lys" | "flexible-lamp" | "flexible-star" | "flint-spark" | "floating-crystal" | "floating-ghost" | "floating-platforms" | "floating-tentacles" | "floor-hatch" | "floor-polisher" | "flour" | "flower-emblem" | "flower-hat" | "flower-pot" | "flower-star" | "flower-twirl" | "flowers" | "fluffy-cloud" | "fluffy-flame" | "fluffy-swirl" | "fluffy-trefoil" | "fluffy-wing" | "flying-beetle" | "flying-dagger" | "flying-flag" | "flying-fox" | "flying-shuriken" | "flying-target" | "flying-trout" | "fn-fal" | "foam" | "foamy-disc" | "focused-lightning" | "fog-light" | "folded-paper" | "fomorian" | "food-chain" | "food-truck" | "foot-plaster" | "foot-trip" | "footy-field" | "forearm" | "forest-camp" | "forest-entrance" | "fork-knife-spoon" | "forward-field" | "forward-sun" | "foundry-bucket" | "fox-head" | "fox-tail" | "fragmented-meteor" | "fragmented-sword" | "france" | "frankenstein-creature" | "frayed-arrow" | "freedom-dove" | "freemasonry" | "french-horn" | "fried-eggs" | "fried-fish" | "frisbee" | "froe-and-mallet" | "frog-foot" | "frog-mouth-helm" | "frog-prince" | "front-teeth" | "frontal-lobe" | "frostfire" | "frozen-arrow" | "frozen-block" | "frozen-body" | "frozen-orb" | "frozen-ring" | "fruit-tree" | "fruiting" | "fuel-tank" | "fuji" | "fulguro-punch" | "full-folder" | "full-metal-bucket" | "full-metal-bucket-handle" | "full-motorcycle-helmet" | "full-pizza" | "full-wood-bucket" | "full-wood-bucket-handle" | "fur-boot" | "fur-shirt" | "furnace" | "g-clef" | "galea" | "galleon" | "galley" | "gamepad-cross" | "gardening-shears" | "gargoyle" | "gas-mask" | "gas-stove" | "gauls-helm" | "gauntlet" | "gaze" | "gear-hammer" | "gear-stick" | "gear-stick-pattern" | "gecko" | "gem-chain" | "gem-necklace" | "gem-pendant" | "gems" | "ghost-ally" | "giant" | "giant-squid" | "gibbet" | "gift-of-knowledge" | "gift-trap" | "gingerbread-man" | "ginkgo-leaf" | "gladius" | "glaive" | "glass-ball" | "glass-celebration" | "glass-heart" | "glass-shot" | "globe-ring" | "glock" | "gloop" | "glowing-artifact" | "glowing-hands" | "gluttonous-smile" | "gluttony" | "goal-keeper" | "goblin-camp" | "goblin-head" | "gold-bar" | "gold-mine" | "gold-nuggets" | "gold-scarab" | "gold-shell" | "gold-stack" | "golem-head" | "golf-flag" | "gong" | "goo-explosion" | "goo-skull" | "goo-spurt" | "gooey-daemon" | "gooey-eyed-sun" | "gooey-impact" | "gooey-molecule" | "gooey-sword" | "gothic-cross" | "grain-bundle" | "granary" | "grand-piano" | "grapple" | "grasping-claws" | "grasping-slug" | "grass-mushroom" | "grave-flowers" | "graveyard" | "gravitation" | "grease-trap" | "great-pyramid" | "great-war-tank" | "greaves" | "greek-sphinx" | "greek-temple" | "green-power" | "grenade" | "griffin-shield" | "griffin-symbol" | "grim-reaper" | "ground-sprout" | "groundbreaker" | "grouped-drops" | "guarded-tower" | "guards" | "guatemala" | "guillotine" | "guitar-bass-head" | "guitar-head" | "gun-rose" | "gun-stock" | "gunshot" | "gym-bag" | "h2o" | "habitat-dome" | "hades-symbol" | "hair-strands" | "halberd" | "halberd-shuriken" | "half-body-crawling" | "half-dead" | "half-heart" | "half-log" | "half-tornado" | "halt" | "ham-shank" | "hammer-break" | "hammer-drop" | "hammer-nails" | "hand-bag" | "hand-bandage" | "hand-grip" | "hand-of-god" | "hand-ok" | "hand-truck" | "hand-wing" | "handcuffed" | "handheld-fan" | "hang-glider" | "hanging-sign" | "hanging-spider" | "happy-skull" | "harbor-dock" | "harp" | "harpoon-chain" | "harpoon-trident" | "harpy" | "harry-potter-skull" | "hasty-grave" | "hatchet" | "hatchets" | "haunting" | "hawk-emblem" | "hazard-sign" | "hazmat-suit" | "head-shot" | "headband-knot" | "headshot" | "healing-shield" | "health-capsule" | "health-decrease" | "health-increase" | "health-normal" | "health-potion" | "heart-armor" | "heart-battery" | "heart-beats" | "heart-bottle" | "heart-drop" | "heart-earrings" | "heart-inside" | "heart-key" | "heart-necklace" | "heart-organ" | "heart-shield" | "heart-stake" | "heart-tower" | "heart-wings" | "heartburn" | "heat-haze" | "heaven-gate" | "heavy-arrow" | "heavy-bullets" | "heavy-collar" | "heavy-fall" | "heavy-fighter" | "heavy-helm" | "heavy-lightning" | "heavy-thorny-triskelion" | "heavy-timer" | "hedjet-white-crown" | "helicoprion" | "helicopter-tail" | "hell-crosses" | "helmet-head-shot" | "hemp" | "heptagram" | "heraldic-sun" | "herbs-bundle" | "heron" | "hexagonal-nut" | "hexes" | "hieroglyph-legs" | "hieroglyph-y" | "high-five" | "high-grass" | "high-heel" | "high-kick" | "high-punch" | "high-shot" | "high-tide" | "hill-conquest" | "hill-fort" | "hills" | "hive-mind" | "hobbit-door" | "hobbit-dwelling" | "hockey" | "hole-ladder" | "hollow-cat" | "holosphere" | "holy-grail" | "holy-hand-grenade" | "holy-oak" | "holy-symbol" | "holy-water" | "home-garage" | "honey-jar" | "honeycomb" | "honeypot" | "hood" | "hooded-assassin" | "hooded-figure" | "hoodie" | "hoof" | "hook-swords" | "horizon-road" | "horizontal-flip" | "horn-internal" | "horned-helm" | "horned-reptile" | "horned-skull" | "horus" | "hospital-cross" | "hot-meal" | "hot-spices" | "hot-surface" | "hound" | "house-keys" | "human-cannonball" | "human-ear" | "human-pyramid" | "human-target" | "hummingbird" | "hungary" | "hunter-eyes" | "hunting-bolas" | "hunting-horn" | "huts-village" | "hydra" | "hydra-shot" | "hyena-head" | "hypersonic-bolt" | "hypersonic-melon" | "hypodermic-test" | "i-beam" | "i-brick" | "ibis" | "icarus" | "ice-bolt" | "ice-bomb" | "ice-cream-scoop" | "ice-cube" | "ice-cubes" | "ice-golem" | "ice-iris" | "ice-shield" | "ice-spear" | "ice-spell-cast" | "iceberg" | "icebergs" | "icicles-aura" | "icicles-fence" | "ifrit" | "imbricated-arrows" | "imp" | "imp-laugh" | "impact-point" | "imperial-crown" | "implosion" | "imprisoned" | "inauguration" | "incense" | "incisors" | "incoming-rocket" | "incubator" | "india-gate" | "indian-palace" | "inferno-bomb" | "infested-mass" | "injustice" | "ink-swirl" | "inner-self" | "insect-jaws" | "inspiration" | "interceptor-ship" | "interdiction" | "interlaced-tentacles" | "interleaved-arrows" | "interleaved-claws" | "internal-injury" | "internal-organ" | "interstellar-path" | "intricate-necklace" | "inverted-dice-1" | "inverted-dice-2" | "inverted-dice-3" | "inverted-dice-4" | "inverted-dice-5" | "inverted-dice-6" | "invisible" | "invisible-face" | "ion-cannon-blast" | "ionic-column" | "iraq" | "iron-cross" | "iron-hulled-warship" | "iron-mask" | "italia" | "ivory-tusks" | "j-brick" | "jack-plug" | "james-bond-aperture" | "japan" | "japanese-bridge" | "jason-mask" | "jawbone" | "jawless-cyclop" | "jelly-beans" | "jerrycan" | "jerusalem-cross" | "jester-hat" | "jet-pack" | "jewel-crown" | "jeweled-chalice" | "jigsaw-box" | "jigsaw-piece" | "jug" | "juggler" | "juggling-clubs" | "juggling-seal" | "jump-across" | "jumping-dog" | "jumping-rope" | "jungle" | "justice-star" | "kaleidoscope-pearls" | "kebab-spit" | "kenku-head" | "kenya" | "ketchup" | "kevlar" | "kevlar-vest" | "key-card" | "key-lock" | "keyring" | "kid-slide" | "kidneys" | "king" | "king-ju-mask" | "kitchen-knives" | "kitchen-scale" | "kitchen-tap" | "knapsack" | "knee-bandage" | "knee-cap" | "knee-pad" | "kneeling" | "knife-thrust" | "knight-banner" | "knocked-out-stars" | "koholint-egg" | "kraken-tentacle" | "kusarigama" | "l-brick" | "labrador-head" | "ladders-platform" | "lamellar" | "lamprey-mouth" | "land-mine" | "lantern" | "lantern-flame" | "large-dress" | "large-paint-brush" | "large-wound" | "laser-blast" | "laser-burst" | "laser-gun" | "laser-precision" | "laser-sparks" | "laser-turret" | "laser-warning" | "laserburn" | "latvia" | "laurel-crown" | "laurels" | "laurels-trophy" | "lava" | "law-star" | "layered-armor" | "lead-pipe" | "leaf-skeleton" | "leaf-swirl" | "leaky-skull" | "leapfrog" | "leather-armor" | "leather-boot" | "leather-vest" | "led" | "lee-enfield" | "leeching-worm" | "leg-armor" | "letter-bomb" | "level-crossing" | "level-end-flag" | "level-four" | "level-four-advanced" | "level-three" | "level-three-advanced" | "level-two" | "level-two-advanced" | "lever" | "liar" | "liberty-wing" | "libya" | "life-bar" | "life-in-the-balance" | "life-jacket" | "life-support" | "life-tap" | "lift" | "light-backpack" | "light-fighter" | "light-helm" | "light-projector" | "light-sabers" | "light-thorny-triskelion" | "lightning-arc" | "lightning-bow" | "lightning-branches" | "lightning-dissipation" | "lightning-dome" | "lightning-electron" | "lightning-flame" | "lightning-frequency" | "lightning-helix" | "lightning-mask" | "lightning-saber" | "lightning-shadow" | "lightning-shield" | "lightning-shout" | "lightning-slashes" | "lightning-spanner" | "lightning-storm" | "lightning-tear" | "lightning-tree" | "lightning-trio" | "lily-pads" | "linden-leaf" | "linked-rings" | "liquid-soap" | "lit-candelabra" | "liver" | "lizard-tongue" | "lizardman" | "load" | "lob-arrow" | "lock-picking" | "lock-spy" | "locked-box" | "locked-chest" | "locked-door" | "locked-fortress" | "locked-heart" | "lockers" | "lockpicks" | "logic-gate-and" | "logic-gate-nand" | "logic-gate-nor" | "logic-gate-not" | "logic-gate-nxor" | "logic-gate-or" | "logic-gate-xor" | "loincloth" | "long-antennae-bug" | "long-legged-spider" | "look-at" | "lorgnette" | "lost-limb" | "lotus-flower" | "louvre-pyramid" | "love-howl" | "love-injection" | "love-mystery" | "love-song" | "lovers" | "low-tide" | "luchador" | "lucifer-cannon" | "lucky-fisherman" | "luger" | "lunar-module" | "lunar-wand" | "lynx-head" | "lyre" | "m3-grease-gun" | "mac-10" | "mace-head" | "machete" | "machine-gun" | "machine-gun-magazine" | "mad-scientist" | "maggot" | "magic-axe" | "magic-broom" | "magic-gate" | "magic-hat" | "magic-lamp" | "magic-palm" | "magic-portal" | "magic-potion" | "magic-shield" | "magic-swirl" | "magic-trident" | "magick-trick" | "magnet-blast" | "magnet-man" | "mail-shirt" | "mailed-fist" | "manacles" | "mandrill-head" | "manta-ray" | "mantrap" | "manual-juicer" | "manual-meat-grinder" | "manual-water-pump" | "marble-tap" | "marbles" | "marrow-drain" | "mars-curiosity" | "mars-pathfinder" | "marshmallows" | "martyr-memorial" | "masked-spider" | "mason-jar" | "mass-driver" | "master-of-arms" | "match-head" | "match-tip" | "matchbox" | "materials-science" | "matryoshka-dolls" | "matter-states" | "mayan-pyramid" | "maze-cornea" | "maze-saw" | "meal" | "measure-tape" | "meat-cleaver" | "meat-hook" | "mecha-head" | "mecha-mask" | "mechanic-garage" | "medal-skull" | "medallist" | "medical-drip" | "medical-pack" | "medical-pack-alt" | "medical-thermometer" | "medicine-pills" | "medicines" | "medieval-barracks" | "medieval-gate" | "medieval-pavilion" | "medieval-village-01" | "medusa-head" | "meeple-army" | "meeple-circle" | "meeple-group" | "meeple-king" | "megabot" | "melting-ice-cube" | "melting-metal" | "menhir" | "mesh-ball" | "mesh-network" | "metal-bar" | "metal-boot" | "metal-detector" | "metal-disc" | "metal-golem-head" | "metal-hand" | "metal-plate" | "metal-scales" | "metal-skirt" | "meteor-impact" | "metroid" | "mexico" | "microscope-lens" | "mid-summit" | "middle-arrow" | "midnight-claw" | "mighty-boosh" | "mighty-force" | "mighty-horn" | "mighty-spanner" | "military-ambulance" | "military-fort" | "milk-carton" | "millenium-key" | "mimic-chest" | "mine-explosion" | "mine-truck" | "mine-wagon" | "minefield" | "mineral-heart" | "mineral-pearls" | "minerals" | "mini-submarine" | "minigun" | "mining" | "mining-helmet" | "minions" | "minotaur" | "miracle-medecine" | "mirror-mirror" | "misdirection" | "missile-launcher" | "missile-mech" | "missile-pod" | "missile-swarm" | "mite" | "mite-alt" | "modern-city" | "moebius-star" | "moebius-trefoil" | "moebius-triangle" | "moka-pot" | "moldova" | "mona-lisa" | "moncler-jacket" | "money-stack" | "mongolia" | "monk-face" | "monkey-wrench" | "mono-wheel-robot" | "monster-grasp" | "monstera-leaf" | "moon-bats" | "moon-claws" | "moon-orbit" | "mooring-bollard" | "morbid-humour" | "morgue-feet" | "morph-ball" | "mortar" | "mountain-cave" | "mountain-road" | "mountaintop" | "mounted-knight" | "mouth-watering" | "movement-sensor" | "mp-40" | "mp5" | "mp5k" | "mucous-pillar" | "mug-shot" | "multi-directions" | "multiple-targets" | "mummy-head" | "muscle-fat" | "muscle-up" | "muscular-torso" | "mushroom-cloud" | "mushroom-gills" | "mushroom-house" | "mushrooms" | "mushrooms-cluster" | "music-spell" | "musket" | "mussel" | "nachos" | "nailed-foot" | "nailed-head" | "nails" | "nano-bot" | "nautilus-shell" | "neck-bite" | "necklace-display" | "needle-drill" | "needle-jaws" | "nefertiti" | "nest-birds" | "nest-eggs" | "nested-eclipses" | "nested-hearts" | "nested-hexagons" | "network-bars" | "new-born" | "new-shoot" | "next-button" | "nigeria" | "night-sky" | "night-sleep" | "night-vision" | "ninja-armor" | "ninja-head" | "ninja-heroic-stance" | "ninja-mask" | "ninja-star" | "ninja-velociraptor" | "nodular" | "noodle-ball" | "north-star-shuriken" | "nose-front" | "nose-side" | "nothing-to-say" | "nuclear-bomb" | "nuclear-plant" | "nuclear-waste" | "nun-face" | "nunchaku" | "nurse-female" | "nurse-male" | "o-brick" | "oak" | "oak-leaf" | "oasis" | "oat" | "obelisk" | "observatory" | "occupy" | "octogonal-eye" | "octoman" | "office-chair" | "offshore-platform" | "oil-pump" | "oil-rig" | "oily-spiral" | "old-king" | "old-lantern" | "old-microphone" | "old-wagon" | "on-sight" | "on-target" | "one-eyed" | "oni" | "onigori" | "open-chest" | "open-gate" | "open-palm" | "open-treasure-chest" | "open-wound" | "opened-food-can" | "opening-shell" | "ophanim" | "oppidum" | "opposite-hearts" | "oppression" | "orb-direction" | "orb-wand" | "orbital" | "orbital-rays" | "orc-head" | "ore" | "organigram" | "orrery" | "ostrich" | "otamatone" | "ouroboros" | "outback-hat" | "over-infinity" | "overdose" | "overhead" | "overkill" | "overlord-helm" | "overmind" | "oyster-pearl" | "p90" | "packed-planks" | "paddle-steamer" | "paddles" | "padlock-open" | "pagoda" | "painted-pottery" | "palisade" | "palm" | "pan-flute" | "pangolin" | "panzerfaust" | "paper-arrow" | "paper-bag-crumpled" | "paper-bag-folded" | "paper-bag-open" | "paper-boat" | "paper-bomb" | "paper-crane" | "paper-frog" | "paper-lantern" | "paper-tray" | "paper-windmill" | "paraguay" | "paranoia" | "parasaurolophus" | "park-bench" | "parmecia" | "parrot-head" | "party-flags" | "party-hat" | "path-distance" | "path-tile" | "pauldrons" | "paw-front" | "paw-heart" | "pay-money" | "peace-dove" | "peaks" | "pearl-earring" | "pearl-necklace" | "pelvis-bone" | "pencil-brush" | "pendant-key" | "pendulum-swing" | "pentacle" | "pentagram-rose" | "pentarrows-tornado" | "perfume-bottle" | "perpendicular-rings" | "person-in-blizzard" | "perspective-dice-five" | "perspective-dice-four" | "perspective-dice-one" | "perspective-dice-six" | "perspective-dice-six-faces-five" | "perspective-dice-six-faces-four" | "perspective-dice-six-faces-one" | "perspective-dice-six-faces-random" | "perspective-dice-six-faces-six" | "perspective-dice-six-faces-three" | "perspective-dice-six-faces-two" | "perspective-dice-three" | "perspective-dice-two" | "peru" | "pestle-mortar" | "pharoah" | "philosopher-bust" | "phrygian-cap" | "pianist" | "piano-keys" | "pick-of-destiny" | "pickelhaube" | "pie-slice" | "piece-skull" | "pierced-body" | "pierced-heart" | "piercing-sword" | "pikeman" | "pilgrim-hat" | "pill-drop" | "pimiento" | "pinata" | "pinball-flipper" | "pincers" | "ping-pong-bat" | "pipe-organ" | "pipes" | "piranha" | "pirate-cannon" | "pirate-captain" | "pirate-coat" | "pirate-grave" | "pirate-hat" | "pirate-hook" | "pirate-skull" | "pisa-tower" | "pistol-gun" | "pizza-cutter" | "plague-doctor-profile" | "plain-arrow" | "plain-circle" | "plain-dagger" | "plain-padlock" | "plain-square" | "plane-pilot" | "plane-wing" | "planet-conquest" | "planet-core" | "planks" | "plant-roots" | "plant-seed" | "plant-watering" | "plants-and-animals" | "plasma-bolt" | "plastic-duck" | "plastron" | "plate-claw" | "player-base" | "player-next" | "player-previous" | "player-time" | "plesiosaurus" | "plow" | "plum" | "pocket-bow" | "pocket-radio" | "pocket-watch" | "podium-second" | "podium-third" | "podium-winner" | "pointing" | "pointy-hat" | "pointy-sword" | "poison" | "poison-bottle" | "poison-cloud" | "poison-gas" | "pokecog" | "poker-hand" | "polar-star" | "police-officer-head" | "police-target" | "pollen-dust" | "polo-shirt" | "poncho" | "pool-dive" | "pool-table-corner" | "pool-triangle" | "pope-crown" | "poppy" | "porcelain-vase" | "porcupine" | "porcupinefish" | "portal" | "portculis" | "portugal" | "position-marker" | "post-stamp" | "potion-ball" | "potion-of-madness" | "pouch-with-beads" | "pounce" | "pouring-chalice" | "pouring-pot" | "powder" | "powder-bag" | "power-generator" | "power-lightning" | "power-ring" | "prank-glasses" | "prayer" | "praying-mantis" | "pressure-cooker" | "pretty-fangs" | "previous-button" | "primitive-necklace" | "primitive-torch" | "prisoner" | "private" | "private-first-class" | "processor" | "profit" | "progression" | "propeller-beanie" | "protection-glasses" | "pschent-double-crown" | "psychic-waves" | "pterodactylus" | "pteruges" | "public-speaker" | "pull" | "pulley-hook" | "pummeled" | "pumpkin-lantern" | "pumpkin-mask" | "punch" | "punch-blast" | "punching-bag" | "purple-tentacle" | "pylon" | "pyre" | "pyromaniac" | "qaitbay-citadel" | "quake-stomp" | "queen-crown" | "quick-man" | "quick-slash" | "quicksand" | "quill" | "quill-ink" | "quiver" | "rabbit-head" | "raccoon-head" | "race-car" | "radar-cross-section" | "radar-dish" | "radar-sweep" | "raddish" | "radial-balance" | "radiations" | "ragged-wound" | "rail-road" | "rainbow-star" | "raining" | "raise-skeleton" | "raise-zombie" | "rally-the-troops" | "ram-profile" | "ranch-gate" | "rank-1" | "rank-2" | "rank-3" | "rapidshare-arrow" | "raspberry" | "rattlesnake" | "raw-egg" | "ray-gun" | "razor-blade" | "reactor" | "reaper-scythe" | "rear-aura" | "receive-money" | "red-carpet" | "reed" | "refinery" | "regeneration" | "relationship-bounds" | "relic-blade" | "reload-gun-barrel" | "remedy" | "rempart" | "reptile-tail" | "resonance" | "resting-vampire" | "reticule" | "retro-controller" | "return-arrow" | "revolver" | "rhinoceros-horn" | "rialto-bridge" | "ribbon-medal" | "ribbon-shield" | "ribcage" | "rice-cooker" | "ricochet" | "rifle" | "ring-box" | "ring-mould" | "ringed-beam" | "ringed-tentacle" | "ringing-alarm" | "ringing-bell" | "ringmaster" | "riot-shield" | "riposte" | "river" | "roast-chicken" | "robber-hand" | "robber-mask" | "robe" | "robin-hood-hat" | "robot-antennas" | "robot-golem" | "robot-grab" | "robot-helmet" | "robot-leg" | "rock-golem" | "rocket-flight" | "rocket-thruster" | "rod-of-asclepius" | "rogue" | "rolled-cloth" | "rolling-bomb" | "rolling-dice-cup" | "rolling-dices" | "rolling-energy" | "roman-shield" | "roman-toga" | "root-tip" | "rope-bridge" | "rope-coil" | "rope-dart" | "ropeway" | "rosa-shield" | "rotary-phone" | "rough-wound" | "round-bottom-flask" | "round-knob" | "round-potion" | "round-shield" | "round-silo" | "round-star" | "round-straw-bale" | "round-struck" | "round-table" | "royal-love" | "rub-el-hizb" | "rubber-boot" | "rugby-conversion" | "rule-book" | "rune-stone" | "rune-sword" | "running-ninja" | "rusty-sword" | "s-brick" | "saber-and-pistol" | "saber-slash" | "saber-tooth" | "saber-toothed-cat-head" | "sabers-choc" | "sacrificial-dagger" | "sad-crab" | "saddle" | "sail" | "saint-basil-cathedral" | "saiyan-suit" | "sake-bottle" | "salamander" | "salmon" | "saloon" | "saloon-doors" | "salt-shaker" | "samara-mosque" | "samurai-helmet" | "samus-helmet" | "sand-castle" | "sand-snake" | "sandal" | "sands-of-time" | "sandstorm" | "santa-hat" | "saphir" | "sarcophagus" | "sasquatch" | "satellite-communication" | "saucepan" | "sauropod-head" | "sauropod-skeleton" | "sausages-ribbon" | "save-arrow" | "saw-claw" | "sawed-off-shotgun" | "scabbard" | "scale-mail" | "scallop" | "scalpel-strike" | "scar-wound" | "scarab-beetle" | "scarecrow" | "school-bag" | "school-of-fish" | "schrodingers-cat-alive" | "schrodingers-cat-dead" | "scorpion-tail" | "scout-ship" | "screaming" | "screen-impact" | "screw" | "scroll-quill" | "scroll-unfurled" | "scuba-tanks" | "scythe" | "sea-cliff" | "sea-creature" | "sea-dragon" | "sea-serpent" | "sea-star" | "sea-turtle" | "sea-urchin" | "seagull" | "seahorse" | "seated-mouse" | "secret-book" | "secret-door" | "security-gate" | "self-love" | "sell-card" | "semi-closed-eye" | "sensuousness" | "sentry-gun" | "sergeant" | "serrated-slash" | "server-rack" | "settings-knobs" | "seven-pointed-star" | "severed-hand" | "sewed-shell" | "sewing-machine" | "sewing-string" | "sextant" | "shadow-follower" | "shadow-grasp" | "shaking-hands" | "shambling-mound" | "shambling-zombie" | "shard-sword" | "shark-bite" | "shark-jaws" | "sharp-axe" | "sharp-crown" | "sharp-halberd" | "sharp-lips" | "sharp-shuriken" | "sharp-smile" | "sharped-teeth-skull" | "shatter" | "shattered-glass" | "shattered-heart" | "shattered-sword" | "shears" | "sheikah-eye" | "shepherds-crook" | "sherlock-holmes" | "shield-bash" | "shield-bounces" | "shield-disabled" | "shield-echoes" | "shield-impact" | "shield-opposition" | "shield-reflect" | "shieldcomb" | "shining-claw" | "shining-heart" | "shining-sword" | "shinto-shrine-mirror" | "shiny-apple" | "shiny-entrance" | "shiny-iris" | "shiny-omega" | "shiny-purse" | "ship-bow" | "ship-wreck" | "shirt-button" | "shoebill-stork" | "shooner-sailboat" | "shotgun" | "shotgun-rounds" | "shoulder-armor" | "shoulder-bag" | "shoulder-scales" | "shouting" | "shuriken-aperture" | "shut-rose" | "shuttlecock" | "sideswipe" | "siege-ram" | "siege-tower" | "sight-disabled" | "silenced" | "silex" | "silver-bullet" | "sinagot" | "sing" | "sinking-ship" | "sinking-trap" | "sinusoidal-beam" | "sitting-dog" | "six-eyes" | "skateboarding-01" | "skateboarding-02" | "skeletal-hand" | "skeleton-inside" | "skeleton-key" | "ski-boot" | "skid-mark" | "skills" | "skimmer-hat" | "skipping-rope" | "skirt" | "skull-bolt" | "skull-crack" | "skull-crossed-bones" | "skull-in-jar" | "skull-mask" | "skull-ring" | "skull-sabertooth" | "skull-shield" | "skull-signet" | "skull-slices" | "skull-staff" | "skull-with-syringe" | "slalom" | "slap" | "slashed-shield" | "slavery-whip" | "sleeping-bag" | "sleeveless-jacket" | "sleeveless-top" | "sliced-bread" | "sliced-mushroom" | "sliced-sausage" | "slicing-arrow" | "slime" | "slingshot" | "slipknot" | "slippers" | "slow-blob" | "slumbering-sanctuary" | "sly" | "small-fire" | "small-fishing-sailboat" | "smash-arrows" | "smitten" | "smoke-bomb" | "smoking-finger" | "smoking-orb" | "smoking-volcano" | "snail-eyes" | "snake-bite" | "snake-egg" | "snake-jar" | "snake-spiral" | "snake-tongue" | "snake-totem" | "snatch" | "sniffing-dog" | "snitch-quidditch-ball" | "snout" | "snow-bottle" | "soap-experiment" | "soccer-kick" | "soda-bottle" | "soda-can" | "solar-system" | "solar-time" | "solid-leaf" | "sombrero" | "sonic-lightning" | "sonic-screech" | "sonic-shoes" | "sonic-shout" | "soul" | "soul-vessel" | "sound-waves" | "south-africa" | "south-africa-flag" | "south-korea" | "space-needle" | "space-suit" | "spade-skull" | "spain" | "spanner" | "spark-plug" | "spark-spirit" | "sparkling-sabre" | "sparky-bomb" | "sparrow" | "spartan" | "spartan-helmet" | "spatter" | "spawn-node" | "spear-feather" | "spear-hook" | "spearfishing" | "spears" | "spectacle-lenses" | "spectacles" | "spectre" | "spectre-m4" | "speed-boat" | "spell-book" | "sperm-whale" | "spider-alt" | "spider-bot" | "spider-eye" | "spider-face" | "spider-mask" | "spikeball" | "spiked-armor" | "spiked-ball" | "spiked-bat" | "spiked-collar" | "spiked-dragon-head" | "spiked-fence" | "spiked-halo" | "spiked-mace" | "spiked-shell" | "spiked-shield" | "spiked-shoulder-armor" | "spiked-snail" | "spiked-tail" | "spiked-tentacle" | "spiked-trunk" | "spiked-wall" | "spikes" | "spikes-full" | "spikes-half" | "spikes-init" | "spiky-eclipse" | "spiky-explosion" | "spiky-field" | "spiky-pit" | "spiky-wing" | "spill" | "spinal-coil" | "spine-arrow" | "spinning-blades" | "spinning-ribbons" | "spinning-sword" | "spinning-top" | "spinning-wheel" | "spiral-arrow" | "spiral-bloom" | "spiral-bottle" | "spiral-hilt" | "spiral-lollipop" | "spiral-tentacle" | "spiral-thrust" | "splash" | "splashy-stream" | "split-arrows" | "split-body" | "split-cross" | "splurt" | "spock-hand" | "spooky-house" | "sport-medal" | "spoted-flower" | "spotted-arrowhead" | "spotted-bug" | "spotted-mushroom" | "spotted-wound" | "spoutnik" | "sprout-disc" | "spyglass" | "square-bottle" | "squib" | "squid-head" | "sri-lanka" | "stabbed-note" | "stable" | "stag-head" | "stahlhelm" | "stairs-cake" | "stairs-goal" | "stake-hammer" | "stakes-fence" | "stalactites" | "stalagtite" | "standing-potion" | "stapler-heavy-duty" | "stapler-pneumatic" | "star-altar" | "star-cycle" | "star-flag" | "star-formation" | "star-gate" | "star-key" | "star-medal" | "star-prominences" | "star-pupil" | "star-satellites" | "star-shuriken" | "star-skull" | "star-swirl" | "starfighter" | "stars-stack" | "staryu" | "static-guard" | "static-waves" | "steak" | "stealth-bomber" | "steam-blast" | "steampunk-goggles" | "steamroller" | "steel-claws" | "steel-door" | "steeltoe-boots" | "steelwing-emblem" | "stegosaurus-scales" | "steyr-aug" | "stick-frame" | "stick-grenade" | "stick-splitting" | "sticking-plaster" | "sticky-boot" | "stigmata" | "stiletto" | "stitched-wound" | "stockpiles" | "stomp" | "stomp-tornado" | "stone-axe" | "stone-block" | "stone-bridge" | "stone-bust" | "stone-crafting" | "stone-path" | "stone-pile" | "stone-spear" | "stone-sphere" | "stone-stack" | "stone-tablet" | "stone-throne" | "stone-tower" | "stone-wall" | "stone-wheel" | "stoned-skull" | "stork-delivery" | "straight-pipe" | "street-light" | "striking-arrows" | "striking-balls" | "striking-clamps" | "striking-diamonds" | "striking-splinter" | "striped-sun" | "striped-sword" | "strong-man" | "strongbox" | "stump-regrowth" | "stun-grenade" | "submarine-missile" | "subway-pass" | "subway-train" | "suckered-tentacle" | "sugar-cane" | "suicide" | "suits" | "summits" | "sun-cloud" | "sun-priest" | "sun-radiations" | "sun-spear" | "sunbeams" | "sundial" | "sunken-eye" | "super-mushroom" | "supersonic-arrow" | "supersonic-bullet" | "surf-board" | "surfer-van" | "surprised-skull" | "surrounded-eye" | "surrounded-shield" | "sushis" | "suspension-bridge" | "suspicious" | "sverd-i-fjell" | "swallow" | "swallower" | "swamp" | "swamp-bat" | "swan-breeze" | "swap-bag" | "swimfins" | "swipe-card" | "swirl-ring" | "swirl-string" | "swirled-shell" | "swiss-army-knife" | "switch-weapon" | "switchblade" | "switzerland" | "sword-altar" | "sword-array" | "sword-brandish" | "sword-break" | "sword-clash" | "sword-hilt" | "sword-in-stone" | "sword-mold" | "sword-slice" | "sword-smithing" | "sword-spade" | "sword-spin" | "sword-tie" | "sword-wound" | "swordman" | "swords-emblem" | "swords-power" | "swordwoman" | "sydney-opera-house" | "t-brick" | "t-rex-skull" | "tabi-boot" | "tabletop-players" | "tacos" | "tadpole" | "take-my-money" | "talk" | "tall-bridge" | "tambourine" | "tank-top" | "tank-tread" | "tanzania" | "tap" | "tapir" | "target-arrows" | "target-dummy" | "target-laser" | "target-poster" | "target-prize" | "target-shot" | "targeted" | "targeting" | "tarot-00-the-fool" | "tarot-01-the-magician" | "tarot-02-the-high-priestess" | "tarot-03-the-empress" | "tarot-04-the-emperor" | "tarot-05-the-hierophant" | "tarot-06-the-lovers" | "tarot-07-the-chariot" | "tarot-08-strength" | "tarot-09-the-hermit" | "tarot-10-wheel-of-fortune" | "tattered-banner" | "tavern-sign" | "team-downgrade" | "team-idea" | "team-upgrade" | "teapot-leaves" | "tear-tracks" | "tearing" | "tec-9" | "techno-heart" | "tee-pipe" | "telefrag" | "telepathy" | "telescopic-baton" | "teller-mine" | "templar-eye" | "templar-heart" | "templar-shield" | "temple-door" | "temple-gate" | "temporary-shield" | "temptation" | "tennis-court" | "tennis-racket" | "tension-snowflake" | "tentacle-heart" | "tentacle-strike" | "tentacles-barrier" | "tentacles-skull" | "tentacurl" | "terror" | "tesla-coil" | "tesla-turret" | "test-tube-held" | "test-tube-rack" | "texas" | "theater-curtains" | "thermometer-cold" | "thermometer-hot" | "thermometer-scale" | "think" | "third-eye" | "thompson-m1" | "thompson-m1928" | "thor-fist" | "thor-hammer" | "thorn-helix" | "thorned-arrow" | "thorny-tentacle" | "thorny-vine" | "three-burning-balls" | "three-friends" | "three-keys" | "three-leaves" | "three-pointed-shuriken" | "throne-king" | "throwing-ball" | "thrown-charcoal" | "thrown-daggers" | "thrown-knife" | "thrown-spear" | "thrust" | "thrust-bend" | "thunder-blade" | "thunder-skull" | "thunder-struck" | "thunderball" | "thwomp" | "tiara" | "tied-scroll" | "tiger-head" | "tightrope" | "time-bomb" | "time-dynamite" | "time-synchronization" | "time-trap" | "tinker" | "tipi" | "tire-iron" | "tire-iron-cross" | "tire-tracks" | "tired-eye" | "toad-teeth" | "tomahawk" | "tombstone" | "top-paw" | "topaz" | "torc" | "tornado-discs" | "torpedo" | "totem" | "totem-head" | "totem-mask" | "toucan" | "towel" | "tower-bridge" | "tower-fall" | "tower-flag" | "toy-mallet" | "tracked-robot" | "trade" | "traffic-lights-green" | "traffic-lights-orange" | "traffic-lights-ready-to-go" | "traffic-lights-red" | "trail" | "trample" | "transfuse" | "transparent-slime" | "transparent-tubes" | "transportation-rings" | "trap-mask" | "travel-dress" | "tread" | "treasure-map" | "trebuchet" | "tree-beehive" | "tree-branch" | "tree-door" | "tree-face" | "tree-growth" | "tree-roots" | "tree-swing" | "trefoil-lily" | "trefoil-shuriken" | "trench-assault" | "trench-body-armor" | "trench-knife" | "trench-spade" | "triangle-target" | "tribal-gear" | "tribal-mask" | "tribal-pendant" | "tribal-shield" | "tribunal-jury" | "triceratops-head" | "trident-shield" | "trigger-hurt" | "trilobite" | "trinacria" | "triorb" | "triple-beak" | "triple-claws" | "triple-corn" | "triple-gate" | "triple-lock" | "triple-needle" | "triple-plier" | "triple-scratches" | "triple-shells" | "triple-skulls" | "triple-yin" | "tripwire" | "triquetra" | "trireme" | "triton-head" | "troglodyte" | "trojan-horse" | "trombone" | "tron-arrow" | "trophies-shelf" | "trophy-cup" | "trousers" | "truce" | "trumpet-flag" | "trunk-mushroom" | "tuba" | "tumbleweed" | "tumor" | "tumulus" | "tune-pitch" | "tunisia" | "turban" | "turd" | "turtle-shell" | "tusks-flag" | "tv-tower" | "twin-shell" | "twirl-center" | "twirly-flower" | "twister" | "two-coins" | "two-feathers" | "two-handed-sword" | "two-shadows" | "tyre" | "ubisoft-sun" | "udder" | "ultrasound" | "uluru" | "umbrella-bayonet" | "unbalanced" | "uncertainty" | "underground-cave" | "underwear" | "underwear-shorts" | "unfriendly-fire" | "union-jack" | "unlit-bomb" | "unlit-candelabra" | "unlocking" | "unplugged" | "unstable-orb" | "unstable-projectile" | "up-card" | "uprising" | "ursa-major" | "uruguay" | "usa-flag" | "usable" | "usb-key" | "ushanka" | "uzi" | "valley" | "vampire-cape" | "vampire-dracula" | "van-damme-split" | "vanilla-flower" | "velocipede" | "velociraptor" | "velociraptor-tracks" | "vending-machine" | "venezuela" | "venus-flytrap" | "venus-of-willendorf" | "vertical-banner" | "vertical-flip" | "vibrating-ball" | "vibrating-shield" | "vibrating-smartphone" | "video-conference" | "viking-church" | "viking-head" | "viking-helmet" | "viking-longhouse" | "viking-shield" | "vile-fluid" | "village" | "vine-flower" | "vine-leaf" | "vine-whip" | "vines" | "vintage-robot" | "viola" | "virtual-marker" | "visored-helm" | "vitruvian-man" | "vomiting" | "voodoo-doll" | "vortex" | "vr-headset" | "vulture" | "vuvuzelas" | "walking-boot" | "walking-scout" | "walking-turret" | "wall-light" | "walrus-head" | "walther-ppk" | "wanted-reward" | "war-axe" | "war-bonnet" | "war-pick" | "warhammer" | "warlock-eye" | "warlock-hood" | "warlord-helmet" | "warp-pipe" | "wasp-sting" | "water-bolt" | "water-diviner-stick" | "water-flask" | "water-fountain" | "water-gallon" | "water-gun" | "water-mill" | "water-recycling" | "water-splash" | "water-tank" | "water-tower" | "waterskin" | "wave-crest" | "wave-strike" | "wave-surfer" | "wavy-chains" | "wavy-itinerary" | "wax-seal" | "wax-tablet" | "web-spit" | "weight-crush" | "weight-lifting-down" | "weight-lifting-up" | "well" | "werewolf" | "western-hat" | "whale-tail" | "wheelbarrow" | "whip" | "whiplash" | "whirlpool-shuriken" | "whirlwind" | "white-book" | "white-tower" | "wide-arrow-dunk" | "wifi-router" | "wildfires" | "william-tell" | "william-tell-skull" | "willow-tree" | "winchester-rifle" | "wind-hole" | "wind-slap" | "windchimes" | "window-bars" | "windpump" | "windy-stripes" | "wing-cloak" | "winged-arrow" | "winged-emblem" | "winged-leg" | "winged-scepter" | "winged-shield" | "winged-sword" | "wingfoot" | "winter-gloves" | "winter-hat" | "wire-coil" | "wireframe-globe" | "wisdom" | "witch-face" | "witch-flight" | "wizard-face" | "wizard-staff" | "wok" | "wolf-head" | "wolf-howl" | "wolf-trap" | "wolverine-claws" | "woman-elf-face" | "wood-axe" | "wood-beam" | "wood-cabin" | "wood-canoe" | "wood-club" | "wood-frame" | "wood-pile" | "wood-stick" | "wooden-chair" | "wooden-clogs" | "wooden-crate" | "wooden-door" | "wooden-fence" | "wooden-helmet" | "wooden-pegleg" | "wooden-pier" | "wooden-sign" | "wool" | "worm-mouth" | "worms" | "worried-eyes" | "wrapped-heart" | "wrapped-sweet" | "wrapping-star" | "wyvern" | "xylophone" | "yunluo" | "z-brick" | "zat-gun" | "zebra-shield" | "zeus-sword" | "zig-arrow" | "zigzag-cage" | "zigzag-hieroglyph" | "zigzag-leaf" | "zigzag-tune" | "zipper">): import("react").JSX.Element;
4134
+ ({ 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" | "join" | "skeleton" | "pulse" | "duration" | "logging" | "anchor" | "hidden" | "key" | "transform" | "static" | "select" | "strong" | "table" | "circle" | "anvil" | "barrel" | "binoculars" | "bookmark" | "bookshelf" | "briefcase" | "broom" | "campfire" | "cancel" | "cigar" | "crane" | "crown" | "death-star" | "desk" | "diving-helmet" | "domino-mask" | "drama-masks" | "flashlight" | "fountain" | "gavel" | "handcuffs" | "heart-minus" | "heart-plus" | "help" | "hook" | "id-card" | "keyboard" | "klingon" | "lasso" | "leak" | "lighthouse" | "magnet" | "mailbox" | "mouse" | "mustache" | "newspaper" | "notebook" | "omega" | "passport" | "pin" | "police-badge" | "radio-tower" | "read" | "recycle" | "resize" | "ribbon" | "ring" | "robber" | "rss" | "satellite" | "shuriken" | "slot-machine" | "smoking-pipe" | "soldering-iron" | "stamper" | "submarine" | "tank" | "thought-bubble" | "thumb-down" | "thumb-up" | "ticket" | "trash-can" | "turnstile" | "ufo" | "vote" | "weight" | "yin-yang" | "barn" | "bee" | "carrot" | "corn" | "cow" | "forest" | "grain" | "grass" | "greenhouse" | "hops" | "horseshoe" | "mushroom" | "peanut" | "pig" | "pine-tree" | "sheep" | "spray" | "sprout" | "watering-can" | "waves" | "bat" | "butterfly" | "cat" | "dolphin" | "donkey" | "duck" | "elephant" | "jellyfish" | "kangaroo" | "koala" | "owl" | "panda" | "paw" | "penguin" | "rabbit" | "shark-fin" | "snail" | "snake" | "tortoise" | "turtle" | "unicorn" | "share" | "earbuds" | "headphones" | "speaker" | "speaker-off" | "battery-50" | "car-battery" | "car-door" | "car-key" | "car-seat" | "caravan" | "speedometer" | "bank" | "cash" | "piggy-bank" | "wallet" | "battery-minus" | "battery-plus" | "fedora" | "steam" | "phone" | "bow-tie" | "hanger" | "necklace" | "sunglasses" | "tie" | "cloud-download" | "cloud-upload" | "eyedropper" | "palette" | "database" | "calendar" | "laptop" | "tablet" | "watch" | "fountain-pen" | "pencil" | "pencil-ruler" | "blender" | "bread-slice" | "cookie" | "cupcake" | "french-fries" | "hamburger" | "ice-pop" | "leek" | "noodles" | "popcorn" | "pretzel" | "sausage" | "boomerang" | "bow-arrow" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "crystal-ball" | "gamepad" | "ghost" | "lambda" | "medal" | "ocarina" | "puzzle" | "shield" | "triforce" | "compass" | "box-cutter" | "bulldozer" | "circular-saw" | "factory" | "fire-extinguisher" | "hammer-sickle" | "hand-saw" | "ladder" | "pitchfork" | "rake" | "screwdriver" | "sickle" | "spade" | "toolbox" | "wrench" | "lipstick" | "bed" | "coffin" | "party-popper" | "pumpkin" | "snowman" | "spider-web" | "bathtub" | "boombox" | "ceiling-light" | "desk-lamp" | "door" | "fire" | "fireplace" | "fridge" | "gate" | "shower" | "sofa" | "solar-power" | "theater" | "toaster" | "valve" | "washing-machine" | "waterfall" | "wind-turbine" | "abacus" | "calculator" | "infinity" | "tally-mark-5" | "ambulance" | "brain" | "hospital" | "lungs" | "pill" | "stethoscope" | "stomach" | "tooth" | "toothbrush" | "virus" | "disc" | "metronome" | "microphone" | "saxophone" | "trumpet" | "violin" | "cactus" | "clover" | "feather" | "ladybug" | "palm-tree" | "volcano" | "airplane" | "bus" | "bus-stop" | "baby-bottle" | "baby-face" | "family-tree" | "hiking" | "meditation" | "run" | "snowboard" | "walk" | "bridge" | "castle" | "church" | "island" | "warehouse" | "atom" | "biohazard" | "microscope" | "molecule" | "orbit" | "radioactive" | "rocket" | "telescope" | "cog" | "cube" | "square" | "basket" | "baseball-bat" | "boxing-glove" | "bullseye" | "carabiner" | "cricket" | "golf-tee" | "kite" | "podium" | "roller-skate" | "skateboard" | "soccer-field" | "tennis-ball" | "torch" | "trophy" | "unicycle" | "water-polo" | "whistle" | "helicopter" | "parachute" | "turbine" | "elevator" | "escalator" | "scooter" | "stairs" | "subway" | "forklift" | "road" | "tow-truck" | "traffic-cone" | "truck" | "ship-wheel" | "vhs" | "umbrella" | "windsock" | "battery-0" | "battery-100" | "envelope" | "finger-print" | "funnel" | "light-bulb" | "magnifying-glass" | "megaphone" | "moon" | "paint-brush" | "paper-clip" | "scissors" | "shopping-bag" | "shopping-cart" | "sparkles" | "sun" | "tv" | "video-camera" | "window" | "alarm-clock" | "amphora" | "armchair" | "backpack" | "banana" | "banknote" | "brick-wall" | "bubbles" | "cake-slice" | "cherry" | "cigarette" | "clapperboard" | "coins" | "cooking-pot" | "cpu" | "croissant" | "crosshair" | "dam" | "donut" | "drill" | "droplets" | "drum" | "eclipse" | "expand" | "files" | "flame" | "globe" | "guitar" | "hand" | "highlighter" | "hourglass" | "house" | "ice-cream-cone" | "info" | "joystick" | "life-buoy" | "martini" | "microchip" | "move" | "paint-bucket" | "paint-roller" | "paw-print" | "plug" | "rat" | "rocking-chair" | "rose" | "sailboat" | "sandwich" | "save" | "shirt" | "shrimp" | "siren" | "smartphone" | "squirrel" | "sunrise" | "sunset" | "syringe" | "test-tubes" | "tornado" | "wheat" | "pie-chart" | "air-balloon" | "ankh" | "avocado" | "bread" | "bulb" | "carambola" | "checklist" | "chisel" | "click" | "clubs" | "contract" | "deer" | "diamonds" | "direction-sign" | "dog-bowl" | "dumpling" | "first-aid-kit" | "flip-flops" | "galaxy" | "gps" | "growth" | "hearts" | "helmet" | "jetpack" | "ladle" | "lemon" | "lighter" | "meat" | "meeple" | "prism" | "razor" | "scuba-mask" | "seedling" | "spy" | "stack" | "steering-wheel" | "stopwatch" | "teapot" | "trident" | "trowel" | "vacuum-cleaner" | "windmill" | "world" | "wrecking-ball" | "zeppelin" | "easel" | "pc" | "person" | "shop" | "suitcase" | "toggles" | "gears" | "jet-fighter" | "spoon" | "stapler" | "walkie-talkie" | "weight-scale" | "dove" | "frog" | "horse-head" | "kiwi-bird" | "gas-pump" | "oil-can" | "wine-bottle" | "wine-glass" | "igloo" | "socks" | "paper-plane" | "compact-disc" | "bacon" | "pizza-slice" | "sink" | "soap" | "joint" | "vial" | "cubes" | "upgrade" | "fruit-bowl" | "strawberry" | "diagram" | "firewall" | "idea" | "buoy" | "flood" | "fog" | "stop-sign" | "game-console" | "scales" | "scalpel" | "female" | "footsteps" | "male" | "musical-notes" | "nuclear" | "arm" | "bamboo" | "boots" | "caterpillar" | "dart" | "fox" | "grab" | "hive" | "iceland" | "jasmine" | "jeep" | "katana" | "maze" | "mermaid" | "orange" | "puppet" | "railway" | "ram" | "smart" | "spaceship" | "spring" | "tesla" | "treehouse" | "watchtower" | "yarn" | "amplitude" | "broccoli" | "delighted" | "fly" | "knockout" | "turret" | "backup" | "sprint" | "hearing-disabled" | "chat-bubble" | "tv-remote" | "blanket" | "fragrance" | "healing" | "photo-camera" | "barefoot" | "conversation" | "falling" | "footprint" | "lips" | "raven" | "snowing" | "south-america" | "water-bottle" | "water-drop" | "cycle" | "token" | "cycling" | "fishing" | "open-book" | "soccer-ball" | "sound-off" | "beach-bag" | "coffee-cup" | "orange-slice" | "spades" | "director-chair" | "pillow" | "battery-25" | "battery-75" | "heavy-rain" | "computing" | "paper" | "sound-on" | "accordion" | "amethyst" | "arena" | "aries" | "aura" | "beehive" | "bison" | "bomber" | "capybara" | "carrion" | "claw" | "emerald" | "expense" | "finch" | "flamingo" | "gemini" | "glider" | "goat" | "hamburger-menu" | "jelly" | "journey" | "jupiter" | "kindle" | "leo" | "lotus" | "miner" | "mole" | "molotov" | "monument-valley" | "nectar" | "octopus" | "overdrive" | "papers" | "pegasus" | "poland" | "revolt" | "sai" | "sesame" | "shrug" | "silence" | "sling" | "sonic-boom" | "squid" | "strafe" | "tangerine" | "tic-tac-toe" | "tomato" | "top-hat" | "underhand" | "whisk" | "candles" | "carousel" | "chart" | "rupee" | "sleepy" | "periscope" | "pear" | "t-shirt" | "mute" | "log" | "carrier" | "chicken" | "dodge" | "peas" | "graduate-cap" | "padlock" | "tick" | "charm" | "bo" | "burn" | "drop" | "rolling-suitcase" | "ant" | "atlas" | "cloak" | "dew" | "open-folder" | "teleport" | "banjo" | "billed-cap" | "broken-heart" | "crab" | "dress" | "grapes" | "gyroscope" | "musical-keyboard" | "musical-score" | "peach" | "pig-face" | "pineapple" | "shamrock" | "shinto-shrine" | "shorts" | "steam-locomotive" | "sunflower" | "swan" | "watermelon" | "fishing-pole" | "ice-skate" | "skier" | "skis" | "cheese-wedge" | "chocolate-bar" | "dango" | "hot-dog" | "kiwi-fruit" | "oden" | "potato" | "bear-face" | "boar" | "camel" | "gorilla" | "maple-leaf" | "monkey" | "rooster" | "scorpion" | "spiral-shell" | "tiger" | "tropical-fish" | "clamp" | "crossed-swords" | "film-projector" | "hole" | "kimono" | "love-letter" | "oil-drum" | "person-in-bed" | "prayer-beads" | "goblin" | "ogre" | "running-shoe" | "tongue" | "aquarius" | "cancer" | "capricorn" | "cross-mark" | "fast-forward-button" | "libra" | "ophiuchus" | "pause-button" | "pisces" | "play-button" | "sagittarius" | "scorpio" | "taurus" | "virgo" | "airplane-arrival" | "airplane-departure" | "canoe" | "desert" | "kick-scooter" | "moai" | "police-car" | "post-office" | "price-tag" | "raft" | "histogram" | "knife-fork" | "platform" | "present" | "space-shuttle" | "portrait" | "basketball-ball" | "volleyball-ball" | "earth-america" | "cage" | "fossil" | "papyrus" | "pawn" | "pickle" | "dynamite" | "badger" | "beaver" | "bell-pepper" | "black-flag" | "butter" | "check-mark" | "chopsticks" | "cook" | "coral" | "curling-stone" | "dodo" | "farmer" | "flute" | "garlic" | "gloves" | "goose" | "hedgehog" | "hut" | "lab-coat" | "leg" | "lion" | "mammoth" | "maracas" | "mechanical-arm" | "olive" | "oyster" | "pirate-flag" | "plunger" | "polar-bear" | "ringed-planet" | "rock" | "safety-pin" | "sewing-needle" | "sloth" | "star-struck" | "teacher" | "troll" | "knot" | "balloons" | "mountain-climbing" | "power-button" | "surprised" | "blood" | "snowflake-1" | "snowflake-2" | "snorkel" | "mountains" | "_3d-glasses" | "_3d-hammer" | "_3d-meeple" | "_3d-stairs" | "abbot-meeple" | "abdominal-armor" | "abstract-001" | "abstract-002" | "abstract-003" | "abstract-004" | "abstract-005" | "abstract-006" | "abstract-007" | "abstract-008" | "abstract-009" | "abstract-010" | "abstract-011" | "abstract-012" | "abstract-013" | "abstract-014" | "abstract-015" | "abstract-016" | "abstract-017" | "abstract-018" | "abstract-019" | "abstract-020" | "abstract-021" | "abstract-022" | "abstract-023" | "abstract-024" | "abstract-025" | "abstract-026" | "abstract-027" | "abstract-028" | "abstract-029" | "abstract-030" | "abstract-031" | "abstract-032" | "abstract-033" | "abstract-034" | "abstract-035" | "abstract-036" | "abstract-037" | "abstract-038" | "abstract-039" | "abstract-040" | "abstract-041" | "abstract-042" | "abstract-043" | "abstract-044" | "abstract-045" | "abstract-046" | "abstract-047" | "abstract-048" | "abstract-049" | "abstract-050" | "abstract-051" | "abstract-052" | "abstract-053" | "abstract-054" | "abstract-055" | "abstract-056" | "abstract-057" | "abstract-058" | "abstract-059" | "abstract-060" | "abstract-061" | "abstract-062" | "abstract-063" | "abstract-064" | "abstract-065" | "abstract-066" | "abstract-067" | "abstract-068" | "abstract-069" | "abstract-070" | "abstract-071" | "abstract-072" | "abstract-073" | "abstract-074" | "abstract-075" | "abstract-076" | "abstract-077" | "abstract-078" | "abstract-079" | "abstract-080" | "abstract-081" | "abstract-082" | "abstract-083" | "abstract-084" | "abstract-085" | "abstract-086" | "abstract-087" | "abstract-088" | "abstract-089" | "abstract-090" | "abstract-091" | "abstract-092" | "abstract-093" | "abstract-094" | "abstract-095" | "abstract-096" | "abstract-097" | "abstract-098" | "abstract-099" | "abstract-100" | "abstract-101" | "abstract-102" | "abstract-103" | "abstract-104" | "abstract-105" | "abstract-106" | "abstract-107" | "abstract-108" | "abstract-109" | "abstract-110" | "abstract-111" | "abstract-112" | "abstract-113" | "abstract-114" | "abstract-115" | "abstract-116" | "abstract-117" | "abstract-118" | "abstract-119" | "abstract-120" | "abstract-121" | "ace" | "achievement" | "achilles-heel" | "acid" | "acid-blob" | "acid-shield" | "acid-tube" | "acorn" | "acoustic-megaphone" | "acrobatic" | "aerial-signal" | "aero-bike" | "aerodynamic-harpoon" | "aerosol" | "africa" | "afterburn" | "agave" | "ages" | "air-force" | "air-man" | "air-zigzag" | "airtight-hatch" | "ak47" | "ak47u" | "akhet" | "algae" | "algeria" | "alien-bug" | "alien-egg" | "alien-fire" | "alien-skull" | "alien-stare" | "all-for-one" | "all-seeing-eye" | "allied-star" | "alligator-clip" | "almond" | "amber-mosquito" | "american-football-ball" | "american-football-helmet" | "american-football-player" | "american-shield" | "ammo-box" | "ammonite" | "ammonite-fossil" | "ample-dress" | "amputation" | "anarchy" | "anatomy" | "ancient-columns" | "ancient-ruins" | "ancient-screw" | "ancient-sword" | "android-mask" | "andromeda-chain" | "angel-outfit" | "angel-wings" | "angler-fish" | "angola" | "angry-eyes" | "angular-spider" | "animal-hide" | "animal-skull" | "annexation" | "antarctica" | "anteater" | "anthem" | "anti-aircraft-gun" | "antibody" | "anticlockwise-rotation" | "ants" | "anubis" | "anvil-impact" | "apc" | "apollo-capsule" | "apothecary" | "apple-core" | "apple-maggot" | "apple-seeds" | "aquarium" | "aqueduct" | "arabic-door" | "arc-triomphe" | "arch-bridge" | "archaeopteryx-fossil" | "archer" | "archery-target" | "architect-mask" | "archive-register" | "archive-research" | "arcing-bolt" | "arm-bandage" | "arm-sling" | "armadillo" | "armadillo-tail" | "armor-blueprint" | "armor-cuisses" | "armor-downgrade" | "armor-punch" | "armor-upgrade" | "armor-vest" | "armored-boomerang" | "armored-pants" | "armoured-shell" | "arrest" | "arrow-cluster" | "arrow-cursor" | "arrow-dunk" | "arrow-flights" | "arrow-scope" | "arrow-wings" | "arrowed" | "arrowhead" | "arrows-shield" | "arson" | "artichoke" | "artificial-hive" | "artificial-intelligence" | "artillery-shell" | "ascending-block" | "asian-lantern" | "asparagus" | "aspergillum" | "assassin-pocket" | "asteroid" | "astrolabe" | "astronaut-helmet" | "at-sea" | "atom-core" | "atomic-slashes" | "attached-shield" | "attack-gauge" | "aubergine" | "audio-cassette" | "australia" | "auto-repair" | "autogun" | "automatic-sas" | "avoidance" | "awareness" | "axe-in-log" | "axe-in-stump" | "axe-swing" | "axe-sword" | "axolotl" | "aztec-calendar-sun" | "azul-flake" | "babyfoot-players" | "back-forth" | "back-pain" | "backbone-shell" | "backgammon" | "backstab" | "backward-time" | "bad-breath" | "bad-gnome" | "bagpipes" | "balaclava" | "balkenkreuz" | "ball-glow" | "ball-heart" | "ball-pyramid" | "ballerina-shoes" | "ballista" | "balloon-dog" | "bamboo-fountain" | "banana-bunch" | "banana-peel" | "banana-peeled" | "bandage-roll" | "bandaged" | "bandana" | "bandit" | "banging-gavel" | "baobab" | "bar-stool" | "barbarian" | "barbecue" | "barbed-arrow" | "barbed-coil" | "barbed-nails" | "barbed-spear" | "barbed-star" | "barbed-sun" | "barbed-wire" | "barbute" | "barn-owl" | "barracks" | "barracks-tent" | "barrel-leak" | "barricade" | "barrier" | "base-dome" | "baseball-glove" | "basketball-basket" | "basketball-jersey" | "basset-hound-head" | "bassoon" | "bastet" | "bat-blade" | "bat-leth" | "bat-mask" | "bat-wing" | "baton" | "battered-axe" | "batteries" | "battery-pack" | "battery-pack-alt" | "battle-axe" | "battle-gear" | "battle-mech" | "battle-tank" | "battleship" | "batwing-emblem" | "bayonet" | "beach-ball" | "beach-bucket" | "beam-satellite" | "beam-wake" | "beams-aura" | "beanstalk" | "bear-head" | "beard" | "beast-eye" | "bed-lamp" | "beech" | "beer-bottle" | "beer-horn" | "beer-stein" | "beet" | "beetle-shell" | "behold" | "belgium" | "bell-shield" | "bellows" | "belt" | "belt-armor" | "belt-buckles" | "berries-bowl" | "berry-bush" | "bestial-fangs" | "beveled-star" | "biceps" | "big-diamond-ring" | "big-egg" | "big-gear" | "big-wave" | "bindle" | "biplane" | "birch-trees" | "bird-cage" | "bird-claw" | "bird-house" | "bird-limb" | "bird-mask" | "bird-scepter" | "bird-twitter" | "black-bar" | "black-belt" | "black-book" | "black-bridge" | "black-hand-shield" | "black-hole-bolas" | "black-knight-helm" | "black-sea" | "blackball" | "blackcurrant" | "blacksmith" | "blade-bite" | "blade-drag" | "blade-fall" | "blast" | "blaster" | "bleeding-eye" | "bleeding-heart" | "bleeding-wound" | "blindfold" | "block-house" | "bloody-stash" | "bloody-sword" | "blunderbuss" | "boar-ensign" | "boar-tusks" | "boarding-pass" | "boat-engine" | "boat-fishing" | "boat-horizon" | "boat-propeller" | "boba" | "body-balance" | "body-height" | "body-swapping" | "boiling-bubbles" | "bok-choy" | "bolas" | "bolivia" | "bolt-bomb" | "bolt-cutter" | "bolt-drop" | "bolt-eye" | "bolt-saw" | "bolt-shield" | "bolt-spell-cast" | "bolter-gun" | "bombing-run" | "bone-gnawer" | "bone-knife" | "bone-mace" | "bonsai-tree" | "book-aura" | "book-cover" | "book-pile" | "book-storm" | "bookmarklet" | "boomerang-cross" | "boomerang-sun" | "boot-kick" | "boot-prints" | "boot-stomp" | "booze" | "bordered-shield" | "boss-key" | "bottle-cap" | "bottle-vapors" | "bottled-bolt" | "bottled-shadow" | "bottom-right-3d-arrow" | "boulder-dash" | "bouncing-spring" | "bouncing-sword" | "bow-string" | "bow-tie-ribbon" | "bowels" | "bowen-knot" | "bowie-knife" | "bowl-of-rice" | "bowl-spiral" | "bowling-alley" | "bowling-pin" | "bowling-propulsion" | "bowling-strike" | "bowman" | "box-trap" | "box-unpacking" | "boxing-glove-surprise" | "boxing-ring" | "bracer" | "bracers" | "brain-dump" | "brain-freeze" | "brain-leak" | "brain-stem" | "brain-tentacle" | "brainstorm" | "branch-arrow" | "brandy-bottle" | "brasero" | "brass-eye" | "brass-knuckles" | "brazil" | "brazil-flag" | "breaking-chain" | "breastplate" | "brick-pile" | "bright-explosion" | "broad-dagger" | "broadhead-arrow" | "broadsword" | "brodie-helmet" | "broken-arrow" | "broken-axe" | "broken-bone" | "broken-bottle" | "broken-heart-zone" | "broken-pottery" | "broken-ribbon" | "broken-shield" | "broken-skull" | "broken-tablet" | "broken-wall" | "brutal-helm" | "brute" | "bubble-field" | "bubbling-beam" | "bubbling-bowl" | "bubbling-flask" | "bucket-wheel-excavator" | "bud" | "buffalo-head" | "bug-net" | "bugle-call" | "bulgaria" | "bull" | "bull-horns" | "bullet-bill" | "bullet-impacts" | "bullets" | "bully-minion" | "bundle-grenade" | "bunk-beds" | "bunker" | "bunker-assault" | "bunny-slippers" | "burning-blobs" | "burning-book" | "burning-dot" | "burning-embers" | "burning-eye" | "burning-forest" | "burning-meteor" | "burning-passion" | "burning-round-shot" | "burning-skull" | "burning-tree" | "burst-blob" | "bus-doors" | "butter-toast" | "butterfly-flower" | "butterfly-knife" | "butterfly-warning" | "button-finger" | "buy-card" | "byzantin-temple" | "c96" | "cabbage" | "cable-stayed-bridge" | "cactus-pot" | "cactus-tap" | "cadillac-helm" | "caduceus" | "caesar" | "caged-ball" | "calavera" | "caldera" | "calendar-half-year" | "caltrops" | "camargue-cross" | "cambodia" | "camel-head" | "camp-cooking-pot" | "camping-tent" | "canadian-goose" | "candle-flame" | "candle-holder" | "candle-light" | "candle-skull" | "candlebright" | "candlestick-phone" | "candy-canes" | "canned-fish" | "cannister" | "cannon" | "cannon-ball" | "cannon-shot" | "cantua" | "cape" | "cape-armor" | "capitol" | "captain-hat-profile" | "car-wheel" | "caravel" | "card-10-clubs" | "card-10-diamonds" | "card-10-hearts" | "card-10-spades" | "card-2-clubs" | "card-2-diamonds" | "card-2-hearts" | "card-2-spades" | "card-3-clubs" | "card-3-diamonds" | "card-3-hearts" | "card-3-spades" | "card-4-clubs" | "card-4-diamonds" | "card-4-hearts" | "card-4-spades" | "card-5-clubs" | "card-5-diamonds" | "card-5-hearts" | "card-5-spades" | "card-6-clubs" | "card-6-diamonds" | "card-6-hearts" | "card-6-spades" | "card-7-clubs" | "card-7-diamonds" | "card-7-hearts" | "card-7-spades" | "card-8-clubs" | "card-8-diamonds" | "card-8-hearts" | "card-8-spades" | "card-9-clubs" | "card-9-diamonds" | "card-9-hearts" | "card-9-spades" | "card-ace-clubs" | "card-ace-diamonds" | "card-ace-hearts" | "card-ace-spades" | "card-burn" | "card-discard" | "card-draw" | "card-exchange" | "card-jack-clubs" | "card-jack-diamonds" | "card-jack-hearts" | "card-jack-spades" | "card-joker" | "card-king-clubs" | "card-king-diamonds" | "card-king-hearts" | "card-king-spades" | "card-pick" | "card-pickup" | "card-play" | "card-queen-clubs" | "card-queen-diamonds" | "card-queen-hearts" | "card-queen-spades" | "card-random" | "cardboard-box" | "cardboard-box-closed" | "cargo-crane" | "cargo-crate" | "cargo-ship" | "carillon" | "carnival-mask" | "carnivore-mouth" | "carnivorous-plant" | "carnyx" | "carpet-bombing" | "cartwheel" | "cassowary-head" | "castle-ruins" | "catapult" | "catch" | "cauldron" | "cavalry" | "cave-entrance" | "caveman" | "cctv-camera" | "ceiling-barnacle" | "celebration-fire" | "cellar-barrels" | "cement-shoes" | "centaur" | "centaur-heart" | "centipede" | "centurion-helmet" | "ceremonial-mask" | "chain-lightning" | "chain-mail" | "chained-arrow-heads" | "chained-heart" | "chaingun" | "chainsaw" | "chakram" | "chalice-drops" | "chalk-outline-murder" | "chameleon-glyph" | "champagne-cork" | "champions" | "chanterelles" | "character" | "charcuterie" | "charged-arrow" | "charging" | "charging-bull" | "chariot" | "checkbox-tree" | "checked-shield" | "checkered-diamond" | "checkered-flag" | "cheerful" | "chef-toque" | "chelsea-boot" | "chemical-arrow" | "chemical-bolt" | "chemical-drop" | "chemical-tank" | "cherish" | "chest" | "chest-armor" | "chestnut-leaf" | "chewed-heart" | "chewed-skull" | "chicken-leg" | "chicken-oven" | "chili-pepper" | "chimney" | "chips-bag" | "choice" | "chopped-skull" | "cigale" | "circle-cage" | "circle-claws" | "circle-forest" | "circle-sparks" | "circling-fish" | "circuitry" | "circular-sawblade" | "city-car" | "clarinet" | "classical-knowledge" | "claw-hammer" | "claw-slashes" | "claw-string" | "claws" | "clay-brick" | "claymore-explosive" | "cleaver" | "cleopatra" | "cliff-crossing" | "cloak-dagger" | "cloaked-figure-on-horseback" | "clock-tower" | "clockwise-rotation" | "clockwork" | "closed-barbute" | "closed-doors" | "cloth-jar" | "clothes" | "clothesline" | "clothespin" | "cloud-ring" | "cloudy-fork" | "clout" | "clover-spiked" | "clown" | "clownfish" | "cluster-bomb" | "coa-de-jima" | "coal-pile" | "coal-wagon" | "cobra" | "cobweb" | "coconuts" | "coffee-beans" | "coffee-mug" | "coffee-pot" | "cog-lock" | "cogsplosion" | "coiled-nail" | "coiling-curl" | "coinflip" | "coins-pile" | "cold-heart" | "coliseum" | "colombia" | "colombian-statue" | "colt-m1911" | "column-vase" | "coma" | "comb" | "combination-lock" | "comet-spark" | "commercial-airplane" | "companion-cube" | "computer-fan" | "concentration-orb" | "concentric-crescents" | "concrete-bag" | "condor-emblem" | "condylura-skull" | "confirmed" | "confrontation" | "congress" | "conqueror" | "console-controller" | "contortionist" | "control-tower" | "convergence-target" | "converse-shoe" | "convict" | "convince" | "conway-life-glider" | "cooking-glove" | "cool-spices" | "cooler" | "cootie-catcher" | "cork-hat" | "corked-tube" | "corkscrew" | "corner-explosion" | "corner-flag" | "cornucopia" | "coronation" | "corporal" | "corset" | "corsica" | "cosmic-egg" | "cotton-flower" | "covered-jar" | "cowboy-boot" | "cowboy-holster" | "cowled" | "cpu-shot" | "crab-claw" | "cracked-alien-skull" | "cracked-ball-dunk" | "cracked-disc" | "cracked-glass" | "cracked-helm" | "cracked-mask" | "cracked-saber" | "cracked-shield" | "crafting" | "crags" | "credits-currency" | "crenel-crown" | "crenulated-shield" | "crescent-blade" | "crescent-staff" | "crested-helmet" | "cricket-bat" | "crime-scene-tape" | "croc-jaws" | "croc-sword" | "croissants-pupil" | "crook-flail" | "cross-flare" | "cross-shield" | "crossbow" | "crosscut-saw" | "crossed-air-flows" | "crossed-axes" | "crossed-bones" | "crossed-chains" | "crossed-claws" | "crossed-pistols" | "crossed-sabres" | "crossed-slashes" | "crosshair-arrow" | "crossroad" | "crow-dive" | "crow-nest" | "crowbar" | "crown-coin" | "crown-of-thorns" | "crowned-explosion" | "crowned-heart" | "crowned-skull" | "crucifix" | "cruiser" | "crumbling-ball" | "crush" | "cryo-chamber" | "crypt-entrance" | "crystal-bars" | "crystal-cluster" | "crystal-earrings" | "crystal-eye" | "crystal-growth" | "crystal-shine" | "crystal-shrine" | "crystal-wand" | "crystalize" | "cuauhtli" | "cubeforce" | "cuckoo-clock" | "cultist" | "cupidon-arrow" | "curled-leaf" | "curled-tentacle" | "curling-vines" | "curly-mask" | "curly-wing" | "cursed-star" | "curvy-knife" | "custodian-helmet" | "cut-diamond" | "cut-lemon" | "cut-palm" | "cyber-eye" | "cyborg-face" | "cyclops" | "cz-skorpion" | "d10" | "d12" | "d4" | "daemon-pull" | "daemon-skull" | "dagger-rose" | "daggers" | "daisy" | "damaged-house" | "dandelion-flower" | "dark-squad" | "dead-eye" | "dead-head" | "dead-wood" | "deadly-strike" | "death-juice" | "death-note" | "death-skull" | "death-zone" | "deathcab" | "decapitation" | "deer-head" | "deer-track" | "defense-satellite" | "defensive-wall" | "defibrilate" | "deku-tree" | "delicate-perfume" | "delivery-drone" | "demolish" | "dervish-swords" | "desert-camp" | "desert-eagle" | "desert-skull" | "deshret-red-crown" | "despair" | "detonator" | "detour" | "devil-mask" | "diablo-skull" | "dial-padlock" | "diamond-hard" | "diamond-hilt" | "diamond-ring" | "diamond-trophy" | "diamonds-smile" | "dice-eight-faces-eight" | "dice-fire" | "dice-shield" | "dice-six-faces-five" | "dice-six-faces-four" | "dice-six-faces-one" | "dice-six-faces-six" | "dice-six-faces-three" | "dice-six-faces-two" | "dice-target" | "dice-twenty-faces-one" | "dice-twenty-faces-twenty" | "dig-dug" | "dig-hole" | "digital-trace" | "dimetrodon" | "dinosaur-bones" | "dinosaur-egg" | "dinosaur-rex" | "diplodocus" | "diploma" | "direction-signs" | "direwolf" | "disc-golf-bag" | "disc-golf-basket" | "discobolus" | "discussion" | "disintegrate" | "distraction" | "distress-signal" | "divergence" | "divert" | "divided-spiral" | "divided-square" | "diving-dagger" | "djed-pillar" | "djembe" | "djinn" | "dna1" | "dna2" | "doctor-face" | "dodging" | "dog-house" | "dolmen" | "domino-tiles" | "doner-kebab" | "door-handle" | "door-ring-handle" | "door-watcher" | "doorway" | "dorsal-scales" | "double-diaphragm" | "double-dragon" | "double-face-mask" | "double-fish" | "double-necklace" | "double-quaver" | "double-ringed-orb" | "double-shot" | "double-street-lights" | "doubled" | "dough-roller" | "dozen" | "dragon-balls" | "dragon-breath" | "dragon-head" | "dragon-orb" | "dragon-shield" | "dragon-spiral" | "dragonfly" | "drakkar" | "drakkar-dragon" | "drawbridge" | "dread" | "dread-skull" | "dreadnought" | "dream-catcher" | "drink-me" | "drinking" | "dripping-blade" | "dripping-goo" | "dripping-honey" | "dripping-knife" | "dripping-star" | "dripping-stone" | "dripping-sword" | "dripping-tube" | "drop-earrings" | "drop-weapon" | "droplet-splash" | "drowning" | "drum-kit" | "duality" | "duality-mask" | "duck-palm" | "duel" | "duffel-bag" | "dumpling-bao" | "dunce-cap" | "dungeon-gate" | "dungeon-light" | "dust-cloud" | "dutch-bike" | "dwarf-face" | "dwarf-helmet" | "dwarf-king" | "dwennimmen" | "eagle-emblem" | "eagle-head" | "earrings" | "earth-africa-europe" | "earth-asia-oceania" | "earth-crack" | "earth-spit" | "earth-worm" | "earwig" | "easter-egg" | "eating" | "eating-pelican" | "echo-ripples" | "eclipse-flare" | "eclipse-saw" | "ecology" | "edge-crack" | "edged-shield" | "eel" | "egg-clutch" | "egg-defense" | "egg-eye" | "egg-pod" | "egypt" | "egyptian-bird" | "egyptian-profile" | "egyptian-pyramids" | "egyptian-sphinx" | "egyptian-temple" | "egyptian-urns" | "egyptian-walk" | "eight-ball" | "elbow-pad" | "elderberry" | "electric" | "electric-whip" | "electrical-crescent" | "electrical-resistance" | "electrical-socket" | "elephant-head" | "elf-ear" | "elf-helmet" | "elven-castle" | "elysium-shade" | "ember-shot" | "embrassed-energy" | "embryo" | "emerald-necklace" | "empty-chessboard" | "empty-hourglass" | "empty-metal-bucket" | "empty-metal-bucket-handle" | "empty-wood-bucket" | "empty-wood-bucket-handle" | "encirclement" | "encrypted-channel" | "energise" | "energy-arrow" | "energy-breath" | "energy-shield" | "energy-sword" | "energy-tank" | "engagement-ring" | "enlightenment" | "enrage" | "ent-mouth" | "entangled-typhoon" | "entry-door" | "erlenmeyer" | "ermine" | "eruption" | "eternal-love" | "european-flag" | "evasion" | "evil-bat" | "evil-book" | "evil-bud" | "evil-comet" | "evil-eyes" | "evil-fork" | "evil-hand" | "evil-love" | "evil-minion" | "evil-moon" | "evil-tower" | "evil-tree" | "evil-wings" | "executioner-hood" | "exit-door" | "expanded-rays" | "expander" | "exploding-planet" | "explosion-rays" | "explosive-materials" | "explosive-meeting" | "extra-lucid" | "extra-time" | "extra-vision" | "extraction-orb" | "eye-of-horus" | "eye-shield" | "eye-target" | "eyeball" | "eyelashes" | "eyepatch" | "eyestalk" | "f-clef" | "f1-car" | "face-to-face" | "factory-arm" | "fairy" | "fairy-wand" | "fairy-wings" | "falcon-moon" | "fall-down" | "falling-blob" | "falling-bomb" | "falling-boulder" | "falling-eye" | "falling-leaf" | "falling-ovoid" | "falling-rocks" | "falling-star" | "fallout-shelter" | "famas" | "family-house" | "fanged-skull" | "fangs" | "fangs-circle" | "farm-tractor" | "fast-arrow" | "fast-backward-button" | "fast-noodles" | "fat" | "feather-necklace" | "feather-wound" | "feathered-wing" | "feline" | "female-legs" | "female-vampire" | "fencer" | "fern" | "fertilizer-bag" | "fetus" | "fez" | "field" | "field-gun" | "figurehead" | "film-spool" | "film-strip" | "fingernail" | "fingers-crossed" | "finish-line" | "fire-ace" | "fire-axe" | "fire-bomb" | "fire-bottle" | "fire-bowl" | "fire-breath" | "fire-dash" | "fire-flower" | "fire-gem" | "fire-iris" | "fire-punch" | "fire-ray" | "fire-ring" | "fire-shield" | "fire-shrine" | "fire-silhouette" | "fire-spell-cast" | "fire-tail" | "fire-wave" | "fire-zone" | "fireball" | "fireflake" | "firework-rocket" | "fish-bucket" | "fish-cooked" | "fish-corpse" | "fish-eggs" | "fish-escape" | "fish-monster" | "fish-scales" | "fish-smoking" | "fishbone" | "fishhook-fork" | "fishing-boat" | "fishing-hook" | "fishing-jig" | "fishing-lure" | "fishing-net" | "fishing-spoon" | "fission" | "fist" | "fizzing-flask" | "flag-objective" | "flail" | "flake" | "flame-claws" | "flame-spin" | "flame-tunnel" | "flamed-leaf" | "flamer" | "flamethrower" | "flamethrower-soldier" | "flaming-arrow" | "flaming-claw" | "flaming-sheet" | "flaming-trident" | "flanged-mace" | "flash-grenade" | "flat-hammer" | "flat-paw-print" | "flat-platform" | "flat-star" | "flat-tire" | "flatbed" | "flatbed-covered" | "flatfish" | "flax" | "fleshy-mass" | "fleur-de-lys" | "flexible-lamp" | "flexible-star" | "flint-spark" | "floating-crystal" | "floating-ghost" | "floating-platforms" | "floating-tentacles" | "floor-hatch" | "floor-polisher" | "flour" | "flower-emblem" | "flower-hat" | "flower-pot" | "flower-star" | "flower-twirl" | "flowers" | "fluffy-cloud" | "fluffy-flame" | "fluffy-swirl" | "fluffy-trefoil" | "fluffy-wing" | "flying-beetle" | "flying-dagger" | "flying-flag" | "flying-fox" | "flying-shuriken" | "flying-target" | "flying-trout" | "fn-fal" | "foam" | "foamy-disc" | "focused-lightning" | "fog-light" | "folded-paper" | "fomorian" | "food-chain" | "food-truck" | "foot-plaster" | "foot-trip" | "footy-field" | "forearm" | "forest-camp" | "forest-entrance" | "fork-knife-spoon" | "forward-field" | "forward-sun" | "foundry-bucket" | "fox-head" | "fox-tail" | "fragmented-meteor" | "fragmented-sword" | "france" | "frankenstein-creature" | "frayed-arrow" | "freedom-dove" | "freemasonry" | "french-horn" | "fried-eggs" | "fried-fish" | "frisbee" | "froe-and-mallet" | "frog-foot" | "frog-mouth-helm" | "frog-prince" | "front-teeth" | "frontal-lobe" | "frostfire" | "frozen-arrow" | "frozen-block" | "frozen-body" | "frozen-orb" | "frozen-ring" | "fruit-tree" | "fruiting" | "fuel-tank" | "fuji" | "fulguro-punch" | "full-folder" | "full-metal-bucket" | "full-metal-bucket-handle" | "full-motorcycle-helmet" | "full-pizza" | "full-wood-bucket" | "full-wood-bucket-handle" | "fur-boot" | "fur-shirt" | "furnace" | "g-clef" | "galea" | "galleon" | "galley" | "gamepad-cross" | "gardening-shears" | "gargoyle" | "gas-mask" | "gas-stove" | "gauls-helm" | "gauntlet" | "gaze" | "gear-hammer" | "gear-stick" | "gear-stick-pattern" | "gecko" | "gem-chain" | "gem-necklace" | "gem-pendant" | "gems" | "ghost-ally" | "giant" | "giant-squid" | "gibbet" | "gift-of-knowledge" | "gift-trap" | "gingerbread-man" | "ginkgo-leaf" | "gladius" | "glaive" | "glass-ball" | "glass-celebration" | "glass-heart" | "glass-shot" | "globe-ring" | "glock" | "gloop" | "glowing-artifact" | "glowing-hands" | "gluttonous-smile" | "gluttony" | "goal-keeper" | "goblin-camp" | "goblin-head" | "gold-bar" | "gold-mine" | "gold-nuggets" | "gold-scarab" | "gold-shell" | "gold-stack" | "golem-head" | "golf-flag" | "gong" | "goo-explosion" | "goo-skull" | "goo-spurt" | "gooey-daemon" | "gooey-eyed-sun" | "gooey-impact" | "gooey-molecule" | "gooey-sword" | "gothic-cross" | "grain-bundle" | "granary" | "grand-piano" | "grapple" | "grasping-claws" | "grasping-slug" | "grass-mushroom" | "grave-flowers" | "graveyard" | "gravitation" | "grease-trap" | "great-pyramid" | "great-war-tank" | "greaves" | "greek-sphinx" | "greek-temple" | "green-power" | "grenade" | "griffin-shield" | "griffin-symbol" | "grim-reaper" | "ground-sprout" | "groundbreaker" | "grouped-drops" | "guarded-tower" | "guards" | "guatemala" | "guillotine" | "guitar-bass-head" | "guitar-head" | "gun-rose" | "gun-stock" | "gunshot" | "gym-bag" | "h2o" | "habitat-dome" | "hades-symbol" | "hair-strands" | "halberd" | "halberd-shuriken" | "half-body-crawling" | "half-dead" | "half-heart" | "half-log" | "half-tornado" | "halt" | "ham-shank" | "hammer-break" | "hammer-drop" | "hammer-nails" | "hand-bag" | "hand-bandage" | "hand-grip" | "hand-of-god" | "hand-ok" | "hand-truck" | "hand-wing" | "handcuffed" | "handheld-fan" | "hang-glider" | "hanging-sign" | "hanging-spider" | "happy-skull" | "harbor-dock" | "harp" | "harpoon-chain" | "harpoon-trident" | "harpy" | "harry-potter-skull" | "hasty-grave" | "hatchet" | "hatchets" | "haunting" | "hawk-emblem" | "hazard-sign" | "hazmat-suit" | "head-shot" | "headband-knot" | "headshot" | "healing-shield" | "health-capsule" | "health-decrease" | "health-increase" | "health-normal" | "health-potion" | "heart-armor" | "heart-battery" | "heart-beats" | "heart-bottle" | "heart-drop" | "heart-earrings" | "heart-inside" | "heart-key" | "heart-necklace" | "heart-organ" | "heart-shield" | "heart-stake" | "heart-tower" | "heart-wings" | "heartburn" | "heat-haze" | "heaven-gate" | "heavy-arrow" | "heavy-bullets" | "heavy-collar" | "heavy-fall" | "heavy-fighter" | "heavy-helm" | "heavy-lightning" | "heavy-thorny-triskelion" | "heavy-timer" | "hedjet-white-crown" | "helicoprion" | "helicopter-tail" | "hell-crosses" | "helmet-head-shot" | "hemp" | "heptagram" | "heraldic-sun" | "herbs-bundle" | "heron" | "hexagonal-nut" | "hexes" | "hieroglyph-legs" | "hieroglyph-y" | "high-five" | "high-grass" | "high-heel" | "high-kick" | "high-punch" | "high-shot" | "high-tide" | "hill-conquest" | "hill-fort" | "hills" | "hive-mind" | "hobbit-door" | "hobbit-dwelling" | "hockey" | "hole-ladder" | "hollow-cat" | "holosphere" | "holy-grail" | "holy-hand-grenade" | "holy-oak" | "holy-symbol" | "holy-water" | "home-garage" | "honey-jar" | "honeycomb" | "honeypot" | "hood" | "hooded-assassin" | "hooded-figure" | "hoodie" | "hoof" | "hook-swords" | "horizon-road" | "horizontal-flip" | "horn-internal" | "horned-helm" | "horned-reptile" | "horned-skull" | "horus" | "hospital-cross" | "hot-meal" | "hot-spices" | "hot-surface" | "hound" | "house-keys" | "human-cannonball" | "human-ear" | "human-pyramid" | "human-target" | "hummingbird" | "hungary" | "hunter-eyes" | "hunting-bolas" | "hunting-horn" | "huts-village" | "hydra" | "hydra-shot" | "hyena-head" | "hypersonic-bolt" | "hypersonic-melon" | "hypodermic-test" | "i-beam" | "i-brick" | "ibis" | "icarus" | "ice-bolt" | "ice-bomb" | "ice-cream-scoop" | "ice-cube" | "ice-cubes" | "ice-golem" | "ice-iris" | "ice-shield" | "ice-spear" | "ice-spell-cast" | "iceberg" | "icebergs" | "icicles-aura" | "icicles-fence" | "ifrit" | "imbricated-arrows" | "imp" | "imp-laugh" | "impact-point" | "imperial-crown" | "implosion" | "imprisoned" | "inauguration" | "incense" | "incisors" | "incoming-rocket" | "incubator" | "india-gate" | "indian-palace" | "inferno-bomb" | "infested-mass" | "injustice" | "ink-swirl" | "inner-self" | "insect-jaws" | "inspiration" | "interceptor-ship" | "interdiction" | "interlaced-tentacles" | "interleaved-arrows" | "interleaved-claws" | "internal-injury" | "internal-organ" | "interstellar-path" | "intricate-necklace" | "inverted-dice-1" | "inverted-dice-2" | "inverted-dice-3" | "inverted-dice-4" | "inverted-dice-5" | "inverted-dice-6" | "invisible" | "invisible-face" | "ion-cannon-blast" | "ionic-column" | "iraq" | "iron-cross" | "iron-hulled-warship" | "iron-mask" | "italia" | "ivory-tusks" | "j-brick" | "jack-plug" | "james-bond-aperture" | "japan" | "japanese-bridge" | "jason-mask" | "jawbone" | "jawless-cyclop" | "jelly-beans" | "jerrycan" | "jerusalem-cross" | "jester-hat" | "jet-pack" | "jewel-crown" | "jeweled-chalice" | "jigsaw-box" | "jigsaw-piece" | "jug" | "juggler" | "juggling-clubs" | "juggling-seal" | "jump-across" | "jumping-dog" | "jumping-rope" | "jungle" | "justice-star" | "kaleidoscope-pearls" | "kebab-spit" | "kenku-head" | "kenya" | "ketchup" | "kevlar" | "kevlar-vest" | "key-card" | "key-lock" | "keyring" | "kid-slide" | "kidneys" | "king" | "king-ju-mask" | "kitchen-knives" | "kitchen-scale" | "kitchen-tap" | "knapsack" | "knee-bandage" | "knee-cap" | "knee-pad" | "kneeling" | "knife-thrust" | "knight-banner" | "knocked-out-stars" | "koholint-egg" | "kraken-tentacle" | "kusarigama" | "l-brick" | "labrador-head" | "ladders-platform" | "lamellar" | "lamprey-mouth" | "land-mine" | "lantern" | "lantern-flame" | "large-dress" | "large-paint-brush" | "large-wound" | "laser-blast" | "laser-burst" | "laser-gun" | "laser-precision" | "laser-sparks" | "laser-turret" | "laser-warning" | "laserburn" | "latvia" | "laurel-crown" | "laurels" | "laurels-trophy" | "lava" | "law-star" | "layered-armor" | "lead-pipe" | "leaf-skeleton" | "leaf-swirl" | "leaky-skull" | "leapfrog" | "leather-armor" | "leather-boot" | "leather-vest" | "led" | "lee-enfield" | "leeching-worm" | "leg-armor" | "letter-bomb" | "level-crossing" | "level-end-flag" | "level-four" | "level-four-advanced" | "level-three" | "level-three-advanced" | "level-two" | "level-two-advanced" | "lever" | "liar" | "liberty-wing" | "libya" | "life-bar" | "life-in-the-balance" | "life-jacket" | "life-support" | "life-tap" | "lift" | "light-backpack" | "light-fighter" | "light-helm" | "light-projector" | "light-sabers" | "light-thorny-triskelion" | "lightning-arc" | "lightning-bow" | "lightning-branches" | "lightning-dissipation" | "lightning-dome" | "lightning-electron" | "lightning-flame" | "lightning-frequency" | "lightning-helix" | "lightning-mask" | "lightning-saber" | "lightning-shadow" | "lightning-shield" | "lightning-shout" | "lightning-slashes" | "lightning-spanner" | "lightning-storm" | "lightning-tear" | "lightning-tree" | "lightning-trio" | "lily-pads" | "linden-leaf" | "linked-rings" | "liquid-soap" | "lit-candelabra" | "liver" | "lizard-tongue" | "lizardman" | "load" | "lob-arrow" | "lock-picking" | "lock-spy" | "locked-box" | "locked-chest" | "locked-door" | "locked-fortress" | "locked-heart" | "lockers" | "lockpicks" | "logic-gate-and" | "logic-gate-nand" | "logic-gate-nor" | "logic-gate-not" | "logic-gate-nxor" | "logic-gate-or" | "logic-gate-xor" | "loincloth" | "long-antennae-bug" | "long-legged-spider" | "look-at" | "lorgnette" | "lost-limb" | "lotus-flower" | "louvre-pyramid" | "love-howl" | "love-injection" | "love-mystery" | "love-song" | "lovers" | "low-tide" | "luchador" | "lucifer-cannon" | "lucky-fisherman" | "luger" | "lunar-module" | "lunar-wand" | "lynx-head" | "lyre" | "m3-grease-gun" | "mac-10" | "mace-head" | "machete" | "machine-gun" | "machine-gun-magazine" | "mad-scientist" | "maggot" | "magic-axe" | "magic-broom" | "magic-gate" | "magic-hat" | "magic-lamp" | "magic-palm" | "magic-portal" | "magic-potion" | "magic-shield" | "magic-swirl" | "magic-trident" | "magick-trick" | "magnet-blast" | "magnet-man" | "mail-shirt" | "mailed-fist" | "manacles" | "mandrill-head" | "manta-ray" | "mantrap" | "manual-juicer" | "manual-meat-grinder" | "manual-water-pump" | "marble-tap" | "marbles" | "marrow-drain" | "mars-curiosity" | "mars-pathfinder" | "marshmallows" | "martyr-memorial" | "masked-spider" | "mason-jar" | "mass-driver" | "master-of-arms" | "match-head" | "match-tip" | "matchbox" | "materials-science" | "matryoshka-dolls" | "matter-states" | "mayan-pyramid" | "maze-cornea" | "maze-saw" | "meal" | "measure-tape" | "meat-cleaver" | "meat-hook" | "mecha-head" | "mecha-mask" | "mechanic-garage" | "medal-skull" | "medallist" | "medical-drip" | "medical-pack" | "medical-pack-alt" | "medical-thermometer" | "medicine-pills" | "medicines" | "medieval-barracks" | "medieval-gate" | "medieval-pavilion" | "medieval-village-01" | "medusa-head" | "meeple-army" | "meeple-circle" | "meeple-group" | "meeple-king" | "megabot" | "melting-ice-cube" | "melting-metal" | "menhir" | "mesh-ball" | "mesh-network" | "metal-bar" | "metal-boot" | "metal-detector" | "metal-disc" | "metal-golem-head" | "metal-hand" | "metal-plate" | "metal-scales" | "metal-skirt" | "meteor-impact" | "metroid" | "mexico" | "microscope-lens" | "mid-summit" | "middle-arrow" | "midnight-claw" | "mighty-boosh" | "mighty-force" | "mighty-horn" | "mighty-spanner" | "military-ambulance" | "military-fort" | "milk-carton" | "millenium-key" | "mimic-chest" | "mine-explosion" | "mine-truck" | "mine-wagon" | "minefield" | "mineral-heart" | "mineral-pearls" | "minerals" | "mini-submarine" | "minigun" | "mining" | "mining-helmet" | "minions" | "minotaur" | "miracle-medecine" | "mirror-mirror" | "misdirection" | "missile-launcher" | "missile-mech" | "missile-pod" | "missile-swarm" | "mite" | "mite-alt" | "modern-city" | "moebius-star" | "moebius-trefoil" | "moebius-triangle" | "moka-pot" | "moldova" | "mona-lisa" | "moncler-jacket" | "money-stack" | "mongolia" | "monk-face" | "monkey-wrench" | "mono-wheel-robot" | "monster-grasp" | "monstera-leaf" | "moon-bats" | "moon-claws" | "moon-orbit" | "mooring-bollard" | "morbid-humour" | "morgue-feet" | "morph-ball" | "mortar" | "mountain-cave" | "mountain-road" | "mountaintop" | "mounted-knight" | "mouth-watering" | "movement-sensor" | "mp-40" | "mp5" | "mp5k" | "mucous-pillar" | "mug-shot" | "multi-directions" | "multiple-targets" | "mummy-head" | "muscle-fat" | "muscle-up" | "muscular-torso" | "mushroom-cloud" | "mushroom-gills" | "mushroom-house" | "mushrooms" | "mushrooms-cluster" | "music-spell" | "musket" | "mussel" | "nachos" | "nailed-foot" | "nailed-head" | "nails" | "nano-bot" | "nautilus-shell" | "neck-bite" | "necklace-display" | "needle-drill" | "needle-jaws" | "nefertiti" | "nest-birds" | "nest-eggs" | "nested-eclipses" | "nested-hearts" | "nested-hexagons" | "network-bars" | "new-born" | "new-shoot" | "next-button" | "nigeria" | "night-sky" | "night-sleep" | "night-vision" | "ninja-armor" | "ninja-head" | "ninja-heroic-stance" | "ninja-mask" | "ninja-star" | "ninja-velociraptor" | "nodular" | "noodle-ball" | "north-star-shuriken" | "nose-front" | "nose-side" | "nothing-to-say" | "nuclear-bomb" | "nuclear-plant" | "nuclear-waste" | "nun-face" | "nunchaku" | "nurse-female" | "nurse-male" | "o-brick" | "oak" | "oak-leaf" | "oasis" | "oat" | "obelisk" | "observatory" | "occupy" | "octogonal-eye" | "octoman" | "office-chair" | "offshore-platform" | "oil-pump" | "oil-rig" | "oily-spiral" | "old-king" | "old-lantern" | "old-microphone" | "old-wagon" | "on-sight" | "on-target" | "one-eyed" | "oni" | "onigori" | "open-chest" | "open-gate" | "open-palm" | "open-treasure-chest" | "open-wound" | "opened-food-can" | "opening-shell" | "ophanim" | "oppidum" | "opposite-hearts" | "oppression" | "orb-direction" | "orb-wand" | "orbital" | "orbital-rays" | "orc-head" | "ore" | "organigram" | "orrery" | "ostrich" | "otamatone" | "ouroboros" | "outback-hat" | "over-infinity" | "overdose" | "overhead" | "overkill" | "overlord-helm" | "overmind" | "oyster-pearl" | "p90" | "packed-planks" | "paddle-steamer" | "paddles" | "padlock-open" | "pagoda" | "painted-pottery" | "palisade" | "palm" | "pan-flute" | "pangolin" | "panzerfaust" | "paper-arrow" | "paper-bag-crumpled" | "paper-bag-folded" | "paper-bag-open" | "paper-boat" | "paper-bomb" | "paper-crane" | "paper-frog" | "paper-lantern" | "paper-tray" | "paper-windmill" | "paraguay" | "paranoia" | "parasaurolophus" | "park-bench" | "parmecia" | "parrot-head" | "party-flags" | "party-hat" | "path-distance" | "path-tile" | "pauldrons" | "paw-front" | "paw-heart" | "pay-money" | "peace-dove" | "peaks" | "pearl-earring" | "pearl-necklace" | "pelvis-bone" | "pencil-brush" | "pendant-key" | "pendulum-swing" | "pentacle" | "pentagram-rose" | "pentarrows-tornado" | "perfume-bottle" | "perpendicular-rings" | "person-in-blizzard" | "perspective-dice-five" | "perspective-dice-four" | "perspective-dice-one" | "perspective-dice-six" | "perspective-dice-six-faces-five" | "perspective-dice-six-faces-four" | "perspective-dice-six-faces-one" | "perspective-dice-six-faces-random" | "perspective-dice-six-faces-six" | "perspective-dice-six-faces-three" | "perspective-dice-six-faces-two" | "perspective-dice-three" | "perspective-dice-two" | "peru" | "pestle-mortar" | "pharoah" | "philosopher-bust" | "phrygian-cap" | "pianist" | "piano-keys" | "pick-of-destiny" | "pickelhaube" | "pie-slice" | "piece-skull" | "pierced-body" | "pierced-heart" | "piercing-sword" | "pikeman" | "pilgrim-hat" | "pill-drop" | "pimiento" | "pinata" | "pinball-flipper" | "pincers" | "ping-pong-bat" | "pipe-organ" | "pipes" | "piranha" | "pirate-cannon" | "pirate-captain" | "pirate-coat" | "pirate-grave" | "pirate-hat" | "pirate-hook" | "pirate-skull" | "pisa-tower" | "pistol-gun" | "pizza-cutter" | "plague-doctor-profile" | "plain-arrow" | "plain-circle" | "plain-dagger" | "plain-padlock" | "plain-square" | "plane-pilot" | "plane-wing" | "planet-conquest" | "planet-core" | "planks" | "plant-roots" | "plant-seed" | "plant-watering" | "plants-and-animals" | "plasma-bolt" | "plastic-duck" | "plastron" | "plate-claw" | "player-base" | "player-next" | "player-previous" | "player-time" | "plesiosaurus" | "plow" | "plum" | "pocket-bow" | "pocket-radio" | "pocket-watch" | "podium-second" | "podium-third" | "podium-winner" | "pointing" | "pointy-hat" | "pointy-sword" | "poison" | "poison-bottle" | "poison-cloud" | "poison-gas" | "pokecog" | "poker-hand" | "polar-star" | "police-officer-head" | "police-target" | "pollen-dust" | "polo-shirt" | "poncho" | "pool-dive" | "pool-table-corner" | "pool-triangle" | "pope-crown" | "poppy" | "porcelain-vase" | "porcupine" | "porcupinefish" | "portal" | "portculis" | "portugal" | "position-marker" | "post-stamp" | "potion-ball" | "potion-of-madness" | "pouch-with-beads" | "pounce" | "pouring-chalice" | "pouring-pot" | "powder" | "powder-bag" | "power-generator" | "power-lightning" | "power-ring" | "prank-glasses" | "prayer" | "praying-mantis" | "pressure-cooker" | "pretty-fangs" | "previous-button" | "primitive-necklace" | "primitive-torch" | "prisoner" | "private" | "private-first-class" | "processor" | "profit" | "progression" | "propeller-beanie" | "protection-glasses" | "pschent-double-crown" | "psychic-waves" | "pterodactylus" | "pteruges" | "public-speaker" | "pull" | "pulley-hook" | "pummeled" | "pumpkin-lantern" | "pumpkin-mask" | "punch" | "punch-blast" | "punching-bag" | "purple-tentacle" | "pylon" | "pyre" | "pyromaniac" | "qaitbay-citadel" | "quake-stomp" | "queen-crown" | "quick-man" | "quick-slash" | "quicksand" | "quill" | "quill-ink" | "quiver" | "rabbit-head" | "raccoon-head" | "race-car" | "radar-cross-section" | "radar-dish" | "radar-sweep" | "raddish" | "radial-balance" | "radiations" | "ragged-wound" | "rail-road" | "rainbow-star" | "raining" | "raise-skeleton" | "raise-zombie" | "rally-the-troops" | "ram-profile" | "ranch-gate" | "rank-1" | "rank-2" | "rank-3" | "rapidshare-arrow" | "raspberry" | "rattlesnake" | "raw-egg" | "ray-gun" | "razor-blade" | "reactor" | "reaper-scythe" | "rear-aura" | "receive-money" | "red-carpet" | "reed" | "refinery" | "regeneration" | "relationship-bounds" | "relic-blade" | "reload-gun-barrel" | "remedy" | "rempart" | "reptile-tail" | "resonance" | "resting-vampire" | "reticule" | "retro-controller" | "return-arrow" | "revolver" | "rhinoceros-horn" | "rialto-bridge" | "ribbon-medal" | "ribbon-shield" | "ribcage" | "rice-cooker" | "ricochet" | "rifle" | "ring-box" | "ring-mould" | "ringed-beam" | "ringed-tentacle" | "ringing-alarm" | "ringing-bell" | "ringmaster" | "riot-shield" | "riposte" | "river" | "roast-chicken" | "robber-hand" | "robber-mask" | "robe" | "robin-hood-hat" | "robot-antennas" | "robot-golem" | "robot-grab" | "robot-helmet" | "robot-leg" | "rock-golem" | "rocket-flight" | "rocket-thruster" | "rod-of-asclepius" | "rogue" | "rolled-cloth" | "rolling-bomb" | "rolling-dice-cup" | "rolling-dices" | "rolling-energy" | "roman-shield" | "roman-toga" | "root-tip" | "rope-bridge" | "rope-coil" | "rope-dart" | "ropeway" | "rosa-shield" | "rotary-phone" | "rough-wound" | "round-bottom-flask" | "round-knob" | "round-potion" | "round-shield" | "round-silo" | "round-star" | "round-straw-bale" | "round-struck" | "round-table" | "royal-love" | "rub-el-hizb" | "rubber-boot" | "rugby-conversion" | "rule-book" | "rune-stone" | "rune-sword" | "running-ninja" | "rusty-sword" | "s-brick" | "saber-and-pistol" | "saber-slash" | "saber-tooth" | "saber-toothed-cat-head" | "sabers-choc" | "sacrificial-dagger" | "sad-crab" | "saddle" | "sail" | "saint-basil-cathedral" | "saiyan-suit" | "sake-bottle" | "salamander" | "salmon" | "saloon" | "saloon-doors" | "salt-shaker" | "samara-mosque" | "samurai-helmet" | "samus-helmet" | "sand-castle" | "sand-snake" | "sandal" | "sands-of-time" | "sandstorm" | "santa-hat" | "saphir" | "sarcophagus" | "sasquatch" | "satellite-communication" | "saucepan" | "sauropod-head" | "sauropod-skeleton" | "sausages-ribbon" | "save-arrow" | "saw-claw" | "sawed-off-shotgun" | "scabbard" | "scale-mail" | "scallop" | "scalpel-strike" | "scar-wound" | "scarab-beetle" | "scarecrow" | "school-bag" | "school-of-fish" | "schrodingers-cat-alive" | "schrodingers-cat-dead" | "scorpion-tail" | "scout-ship" | "screaming" | "screen-impact" | "screw" | "scroll-quill" | "scroll-unfurled" | "scuba-tanks" | "scythe" | "sea-cliff" | "sea-creature" | "sea-dragon" | "sea-serpent" | "sea-star" | "sea-turtle" | "sea-urchin" | "seagull" | "seahorse" | "seated-mouse" | "secret-book" | "secret-door" | "security-gate" | "self-love" | "sell-card" | "semi-closed-eye" | "sensuousness" | "sentry-gun" | "sergeant" | "serrated-slash" | "server-rack" | "settings-knobs" | "seven-pointed-star" | "severed-hand" | "sewed-shell" | "sewing-machine" | "sewing-string" | "sextant" | "shadow-follower" | "shadow-grasp" | "shaking-hands" | "shambling-mound" | "shambling-zombie" | "shard-sword" | "shark-bite" | "shark-jaws" | "sharp-axe" | "sharp-crown" | "sharp-halberd" | "sharp-lips" | "sharp-shuriken" | "sharp-smile" | "sharped-teeth-skull" | "shatter" | "shattered-glass" | "shattered-heart" | "shattered-sword" | "shears" | "sheikah-eye" | "shepherds-crook" | "sherlock-holmes" | "shield-bash" | "shield-bounces" | "shield-disabled" | "shield-echoes" | "shield-impact" | "shield-opposition" | "shield-reflect" | "shieldcomb" | "shining-claw" | "shining-heart" | "shining-sword" | "shinto-shrine-mirror" | "shiny-apple" | "shiny-entrance" | "shiny-iris" | "shiny-omega" | "shiny-purse" | "ship-bow" | "ship-wreck" | "shirt-button" | "shoebill-stork" | "shooner-sailboat" | "shotgun" | "shotgun-rounds" | "shoulder-armor" | "shoulder-bag" | "shoulder-scales" | "shouting" | "shuriken-aperture" | "shut-rose" | "shuttlecock" | "sideswipe" | "siege-ram" | "siege-tower" | "sight-disabled" | "silenced" | "silex" | "silver-bullet" | "sinagot" | "sing" | "sinking-ship" | "sinking-trap" | "sinusoidal-beam" | "sitting-dog" | "six-eyes" | "skateboarding-01" | "skateboarding-02" | "skeletal-hand" | "skeleton-inside" | "skeleton-key" | "ski-boot" | "skid-mark" | "skills" | "skimmer-hat" | "skipping-rope" | "skirt" | "skull-bolt" | "skull-crack" | "skull-crossed-bones" | "skull-in-jar" | "skull-mask" | "skull-ring" | "skull-sabertooth" | "skull-shield" | "skull-signet" | "skull-slices" | "skull-staff" | "skull-with-syringe" | "slalom" | "slap" | "slashed-shield" | "slavery-whip" | "sleeping-bag" | "sleeveless-jacket" | "sleeveless-top" | "sliced-bread" | "sliced-mushroom" | "sliced-sausage" | "slicing-arrow" | "slime" | "slingshot" | "slipknot" | "slippers" | "slow-blob" | "slumbering-sanctuary" | "sly" | "small-fire" | "small-fishing-sailboat" | "smash-arrows" | "smitten" | "smoke-bomb" | "smoking-finger" | "smoking-orb" | "smoking-volcano" | "snail-eyes" | "snake-bite" | "snake-egg" | "snake-jar" | "snake-spiral" | "snake-tongue" | "snake-totem" | "snatch" | "sniffing-dog" | "snitch-quidditch-ball" | "snout" | "snow-bottle" | "soap-experiment" | "soccer-kick" | "soda-bottle" | "soda-can" | "solar-system" | "solar-time" | "solid-leaf" | "sombrero" | "sonic-lightning" | "sonic-screech" | "sonic-shoes" | "sonic-shout" | "soul" | "soul-vessel" | "sound-waves" | "south-africa" | "south-africa-flag" | "south-korea" | "space-needle" | "space-suit" | "spade-skull" | "spain" | "spanner" | "spark-plug" | "spark-spirit" | "sparkling-sabre" | "sparky-bomb" | "sparrow" | "spartan" | "spartan-helmet" | "spatter" | "spawn-node" | "spear-feather" | "spear-hook" | "spearfishing" | "spears" | "spectacle-lenses" | "spectacles" | "spectre" | "spectre-m4" | "speed-boat" | "spell-book" | "sperm-whale" | "spider-alt" | "spider-bot" | "spider-eye" | "spider-face" | "spider-mask" | "spikeball" | "spiked-armor" | "spiked-ball" | "spiked-bat" | "spiked-collar" | "spiked-dragon-head" | "spiked-fence" | "spiked-halo" | "spiked-mace" | "spiked-shell" | "spiked-shield" | "spiked-shoulder-armor" | "spiked-snail" | "spiked-tail" | "spiked-tentacle" | "spiked-trunk" | "spiked-wall" | "spikes" | "spikes-full" | "spikes-half" | "spikes-init" | "spiky-eclipse" | "spiky-explosion" | "spiky-field" | "spiky-pit" | "spiky-wing" | "spill" | "spinal-coil" | "spine-arrow" | "spinning-blades" | "spinning-ribbons" | "spinning-sword" | "spinning-top" | "spinning-wheel" | "spiral-arrow" | "spiral-bloom" | "spiral-bottle" | "spiral-hilt" | "spiral-lollipop" | "spiral-tentacle" | "spiral-thrust" | "splash" | "splashy-stream" | "split-arrows" | "split-body" | "split-cross" | "splurt" | "spock-hand" | "spooky-house" | "sport-medal" | "spoted-flower" | "spotted-arrowhead" | "spotted-bug" | "spotted-mushroom" | "spotted-wound" | "spoutnik" | "sprout-disc" | "spyglass" | "square-bottle" | "squib" | "squid-head" | "sri-lanka" | "stabbed-note" | "stable" | "stag-head" | "stahlhelm" | "stairs-cake" | "stairs-goal" | "stake-hammer" | "stakes-fence" | "stalactites" | "stalagtite" | "standing-potion" | "stapler-heavy-duty" | "stapler-pneumatic" | "star-altar" | "star-cycle" | "star-flag" | "star-formation" | "star-gate" | "star-key" | "star-medal" | "star-prominences" | "star-pupil" | "star-satellites" | "star-shuriken" | "star-skull" | "star-swirl" | "starfighter" | "stars-stack" | "staryu" | "static-guard" | "static-waves" | "steak" | "stealth-bomber" | "steam-blast" | "steampunk-goggles" | "steamroller" | "steel-claws" | "steel-door" | "steeltoe-boots" | "steelwing-emblem" | "stegosaurus-scales" | "steyr-aug" | "stick-frame" | "stick-grenade" | "stick-splitting" | "sticking-plaster" | "sticky-boot" | "stigmata" | "stiletto" | "stitched-wound" | "stockpiles" | "stomp" | "stomp-tornado" | "stone-axe" | "stone-block" | "stone-bridge" | "stone-bust" | "stone-crafting" | "stone-path" | "stone-pile" | "stone-spear" | "stone-sphere" | "stone-stack" | "stone-tablet" | "stone-throne" | "stone-tower" | "stone-wall" | "stone-wheel" | "stoned-skull" | "stork-delivery" | "straight-pipe" | "street-light" | "striking-arrows" | "striking-balls" | "striking-clamps" | "striking-diamonds" | "striking-splinter" | "striped-sun" | "striped-sword" | "strong-man" | "strongbox" | "stump-regrowth" | "stun-grenade" | "submarine-missile" | "subway-pass" | "subway-train" | "suckered-tentacle" | "sugar-cane" | "suicide" | "suits" | "summits" | "sun-cloud" | "sun-priest" | "sun-radiations" | "sun-spear" | "sunbeams" | "sundial" | "sunken-eye" | "super-mushroom" | "supersonic-arrow" | "supersonic-bullet" | "surf-board" | "surfer-van" | "surprised-skull" | "surrounded-eye" | "surrounded-shield" | "sushis" | "suspension-bridge" | "suspicious" | "sverd-i-fjell" | "swallow" | "swallower" | "swamp" | "swamp-bat" | "swan-breeze" | "swap-bag" | "swimfins" | "swipe-card" | "swirl-ring" | "swirl-string" | "swirled-shell" | "swiss-army-knife" | "switch-weapon" | "switchblade" | "switzerland" | "sword-altar" | "sword-array" | "sword-brandish" | "sword-break" | "sword-clash" | "sword-hilt" | "sword-in-stone" | "sword-mold" | "sword-slice" | "sword-smithing" | "sword-spade" | "sword-spin" | "sword-tie" | "sword-wound" | "swordman" | "swords-emblem" | "swords-power" | "swordwoman" | "sydney-opera-house" | "t-brick" | "t-rex-skull" | "tabi-boot" | "tabletop-players" | "tacos" | "tadpole" | "take-my-money" | "talk" | "tall-bridge" | "tambourine" | "tank-top" | "tank-tread" | "tanzania" | "tap" | "tapir" | "target-arrows" | "target-dummy" | "target-laser" | "target-poster" | "target-prize" | "target-shot" | "targeted" | "targeting" | "tarot-00-the-fool" | "tarot-01-the-magician" | "tarot-02-the-high-priestess" | "tarot-03-the-empress" | "tarot-04-the-emperor" | "tarot-05-the-hierophant" | "tarot-06-the-lovers" | "tarot-07-the-chariot" | "tarot-08-strength" | "tarot-09-the-hermit" | "tarot-10-wheel-of-fortune" | "tattered-banner" | "tavern-sign" | "team-downgrade" | "team-idea" | "team-upgrade" | "teapot-leaves" | "tear-tracks" | "tearing" | "tec-9" | "techno-heart" | "tee-pipe" | "telefrag" | "telepathy" | "telescopic-baton" | "teller-mine" | "templar-eye" | "templar-heart" | "templar-shield" | "temple-door" | "temple-gate" | "temporary-shield" | "temptation" | "tennis-court" | "tennis-racket" | "tension-snowflake" | "tentacle-heart" | "tentacle-strike" | "tentacles-barrier" | "tentacles-skull" | "tentacurl" | "terror" | "tesla-coil" | "tesla-turret" | "test-tube-held" | "test-tube-rack" | "texas" | "theater-curtains" | "thermometer-cold" | "thermometer-hot" | "thermometer-scale" | "think" | "third-eye" | "thompson-m1" | "thompson-m1928" | "thor-fist" | "thor-hammer" | "thorn-helix" | "thorned-arrow" | "thorny-tentacle" | "thorny-vine" | "three-burning-balls" | "three-friends" | "three-keys" | "three-leaves" | "three-pointed-shuriken" | "throne-king" | "throwing-ball" | "thrown-charcoal" | "thrown-daggers" | "thrown-knife" | "thrown-spear" | "thrust" | "thrust-bend" | "thunder-blade" | "thunder-skull" | "thunder-struck" | "thunderball" | "thwomp" | "tiara" | "tied-scroll" | "tiger-head" | "tightrope" | "time-bomb" | "time-dynamite" | "time-synchronization" | "time-trap" | "tinker" | "tipi" | "tire-iron" | "tire-iron-cross" | "tire-tracks" | "tired-eye" | "toad-teeth" | "tomahawk" | "tombstone" | "top-paw" | "topaz" | "torc" | "tornado-discs" | "torpedo" | "totem" | "totem-head" | "totem-mask" | "toucan" | "towel" | "tower-bridge" | "tower-fall" | "tower-flag" | "toy-mallet" | "tracked-robot" | "trade" | "traffic-lights-green" | "traffic-lights-orange" | "traffic-lights-ready-to-go" | "traffic-lights-red" | "trail" | "trample" | "transfuse" | "transparent-slime" | "transparent-tubes" | "transportation-rings" | "trap-mask" | "travel-dress" | "tread" | "treasure-map" | "trebuchet" | "tree-beehive" | "tree-branch" | "tree-door" | "tree-face" | "tree-growth" | "tree-roots" | "tree-swing" | "trefoil-lily" | "trefoil-shuriken" | "trench-assault" | "trench-body-armor" | "trench-knife" | "trench-spade" | "triangle-target" | "tribal-gear" | "tribal-mask" | "tribal-pendant" | "tribal-shield" | "tribunal-jury" | "triceratops-head" | "trident-shield" | "trigger-hurt" | "trilobite" | "trinacria" | "triorb" | "triple-beak" | "triple-claws" | "triple-corn" | "triple-gate" | "triple-lock" | "triple-needle" | "triple-plier" | "triple-scratches" | "triple-shells" | "triple-skulls" | "triple-yin" | "tripwire" | "triquetra" | "trireme" | "triton-head" | "troglodyte" | "trojan-horse" | "trombone" | "tron-arrow" | "trophies-shelf" | "trophy-cup" | "trousers" | "truce" | "trumpet-flag" | "trunk-mushroom" | "tuba" | "tumbleweed" | "tumor" | "tumulus" | "tune-pitch" | "tunisia" | "turban" | "turd" | "turtle-shell" | "tusks-flag" | "tv-tower" | "twin-shell" | "twirl-center" | "twirly-flower" | "twister" | "two-coins" | "two-feathers" | "two-handed-sword" | "two-shadows" | "tyre" | "ubisoft-sun" | "udder" | "ultrasound" | "uluru" | "umbrella-bayonet" | "unbalanced" | "uncertainty" | "underground-cave" | "underwear" | "underwear-shorts" | "unfriendly-fire" | "union-jack" | "unlit-bomb" | "unlit-candelabra" | "unlocking" | "unplugged" | "unstable-orb" | "unstable-projectile" | "up-card" | "uprising" | "ursa-major" | "uruguay" | "usa-flag" | "usable" | "usb-key" | "ushanka" | "uzi" | "valley" | "vampire-cape" | "vampire-dracula" | "van-damme-split" | "vanilla-flower" | "velocipede" | "velociraptor" | "velociraptor-tracks" | "vending-machine" | "venezuela" | "venus-flytrap" | "venus-of-willendorf" | "vertical-banner" | "vertical-flip" | "vibrating-ball" | "vibrating-shield" | "vibrating-smartphone" | "video-conference" | "viking-church" | "viking-head" | "viking-helmet" | "viking-longhouse" | "viking-shield" | "vile-fluid" | "village" | "vine-flower" | "vine-leaf" | "vine-whip" | "vines" | "vintage-robot" | "viola" | "virtual-marker" | "visored-helm" | "vitruvian-man" | "vomiting" | "voodoo-doll" | "vortex" | "vr-headset" | "vulture" | "vuvuzelas" | "walking-boot" | "walking-scout" | "walking-turret" | "wall-light" | "walrus-head" | "walther-ppk" | "wanted-reward" | "war-axe" | "war-bonnet" | "war-pick" | "warhammer" | "warlock-eye" | "warlock-hood" | "warlord-helmet" | "warp-pipe" | "wasp-sting" | "water-bolt" | "water-diviner-stick" | "water-flask" | "water-fountain" | "water-gallon" | "water-gun" | "water-mill" | "water-recycling" | "water-splash" | "water-tank" | "water-tower" | "waterskin" | "wave-crest" | "wave-strike" | "wave-surfer" | "wavy-chains" | "wavy-itinerary" | "wax-seal" | "wax-tablet" | "web-spit" | "weight-crush" | "weight-lifting-down" | "weight-lifting-up" | "well" | "werewolf" | "western-hat" | "whale-tail" | "wheelbarrow" | "whip" | "whiplash" | "whirlpool-shuriken" | "whirlwind" | "white-book" | "white-tower" | "wide-arrow-dunk" | "wifi-router" | "wildfires" | "william-tell" | "william-tell-skull" | "willow-tree" | "winchester-rifle" | "wind-hole" | "wind-slap" | "windchimes" | "window-bars" | "windpump" | "windy-stripes" | "wing-cloak" | "winged-arrow" | "winged-emblem" | "winged-leg" | "winged-scepter" | "winged-shield" | "winged-sword" | "wingfoot" | "winter-gloves" | "winter-hat" | "wire-coil" | "wireframe-globe" | "wisdom" | "witch-face" | "witch-flight" | "wizard-face" | "wizard-staff" | "wok" | "wolf-head" | "wolf-howl" | "wolf-trap" | "wolverine-claws" | "woman-elf-face" | "wood-axe" | "wood-beam" | "wood-cabin" | "wood-canoe" | "wood-club" | "wood-frame" | "wood-pile" | "wood-stick" | "wooden-chair" | "wooden-clogs" | "wooden-crate" | "wooden-door" | "wooden-fence" | "wooden-helmet" | "wooden-pegleg" | "wooden-pier" | "wooden-sign" | "wool" | "worm-mouth" | "worms" | "worried-eyes" | "wrapped-heart" | "wrapped-sweet" | "wrapping-star" | "wyvern" | "xylophone" | "yunluo" | "z-brick" | "zat-gun" | "zebra-shield" | "zeus-sword" | "zig-arrow" | "zigzag-cage" | "zigzag-hieroglyph" | "zigzag-leaf" | "zigzag-tune" | "zipper">): import("react").JSX.Element;
4135
4135
  displayName: string;
4136
4136
  };
4137
4137
  export {};