@wow-two-beta/ui-vue 0.0.2

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 (1507) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +113 -0
  3. package/dist/analytics/Analytics.d.ts +50 -0
  4. package/dist/analytics/AnalyticsEvent.d.ts +49 -0
  5. package/dist/analytics/AnalyticsProvider.d.ts +37 -0
  6. package/dist/analytics/ConsoleAnalyticsProvider.d.ts +8 -0
  7. package/dist/analytics/MemoryAnalyticsProvider.d.ts +19 -0
  8. package/dist/analytics/index.d.ts +5 -0
  9. package/dist/analytics/index.js +196 -0
  10. package/dist/analytics/index.js.map +1 -0
  11. package/dist/auth/AuthBridge.d.ts +30 -0
  12. package/dist/auth/AuthContext.d.ts +41 -0
  13. package/dist/auth/AuthProvider.vue.d.ts +33 -0
  14. package/dist/auth/AuthSession.d.ts +41 -0
  15. package/dist/auth/BearerStrategy.d.ts +36 -0
  16. package/dist/auth/CookieStrategy.d.ts +29 -0
  17. package/dist/auth/RedirectStrategy.d.ts +24 -0
  18. package/dist/auth/TokenStorage.d.ts +9 -0
  19. package/dist/auth/index.d.ts +8 -0
  20. package/dist/auth/index.js +275 -0
  21. package/dist/auth/index.js.map +1 -0
  22. package/dist/chunks/Accept-BWpCXDmS.js +35 -0
  23. package/dist/chunks/Accept-BWpCXDmS.js.map +1 -0
  24. package/dist/chunks/Align-DqFtCY3a.js +12 -0
  25. package/dist/chunks/Align-DqFtCY3a.js.map +1 -0
  26. package/dist/chunks/AnchoredPositioner.vue_vue_type_script_setup_true_lang-BpBVI2Cu.js +53 -0
  27. package/dist/chunks/AnchoredPositioner.vue_vue_type_script_setup_true_lang-BpBVI2Cu.js.map +1 -0
  28. package/dist/chunks/Announce.vue_vue_type_script_setup_true_lang-CDTltiIl.js +46 -0
  29. package/dist/chunks/Announce.vue_vue_type_script_setup_true_lang-CDTltiIl.js.map +1 -0
  30. package/dist/chunks/ApiError-l0YdcqqV.js +15 -0
  31. package/dist/chunks/ApiError-l0YdcqqV.js.map +1 -0
  32. package/dist/chunks/BackToTopButton.vue_vue_type_script_setup_true_lang-CkxLllEO.js +996 -0
  33. package/dist/chunks/BackToTopButton.vue_vue_type_script_setup_true_lang-CkxLllEO.js.map +1 -0
  34. package/dist/chunks/Backdrop.vue_vue_type_script_setup_true_lang-DZUhGY9p.js +78 -0
  35. package/dist/chunks/Backdrop.vue_vue_type_script_setup_true_lang-DZUhGY9p.js.map +1 -0
  36. package/dist/chunks/BottomSheet.vue_vue_type_script_setup_true_lang-CmNoI4BE.js +1094 -0
  37. package/dist/chunks/BottomSheet.vue_vue_type_script_setup_true_lang-CmNoI4BE.js.map +1 -0
  38. package/dist/chunks/Bytes-7Jxs6Bq6.js +21 -0
  39. package/dist/chunks/Bytes-7Jxs6Bq6.js.map +1 -0
  40. package/dist/chunks/ChatComposer.vue_vue_type_script_setup_true_lang-lNcRhKIv.js +12748 -0
  41. package/dist/chunks/ChatComposer.vue_vue_type_script_setup_true_lang-lNcRhKIv.js.map +1 -0
  42. package/dist/chunks/Chord-D9Z-j3O0.js +139 -0
  43. package/dist/chunks/Chord-D9Z-j3O0.js.map +1 -0
  44. package/dist/chunks/ColorModeContext-Bz6CBL0V.js +21 -0
  45. package/dist/chunks/ColorModeContext-Bz6CBL0V.js.map +1 -0
  46. package/dist/chunks/Compare-Du6p-OX1.js +18 -0
  47. package/dist/chunks/Compare-Du6p-OX1.js.map +1 -0
  48. package/dist/chunks/ControlGroup.vue_vue_type_script_setup_true_lang-CV8Xstes.js +229 -0
  49. package/dist/chunks/ControlGroup.vue_vue_type_script_setup_true_lang-CV8Xstes.js.map +1 -0
  50. package/dist/chunks/CornerPosition-FneGck5D.js +14 -0
  51. package/dist/chunks/CornerPosition-FneGck5D.js.map +1 -0
  52. package/dist/chunks/CssExtensions-BzLJG57F.js +161 -0
  53. package/dist/chunks/CssExtensions-BzLJG57F.js.map +1 -0
  54. package/dist/chunks/DateExtensions-QahSUlRy.js +282 -0
  55. package/dist/chunks/DateExtensions-QahSUlRy.js.map +1 -0
  56. package/dist/chunks/DeepEqual-7lBKnkNS.js +29 -0
  57. package/dist/chunks/DeepEqual-7lBKnkNS.js.map +1 -0
  58. package/dist/chunks/DismissableLayer.vue_vue_type_script_setup_true_lang-6nRnzsJW.js +214 -0
  59. package/dist/chunks/DismissableLayer.vue_vue_type_script_setup_true_lang-6nRnzsJW.js.map +1 -0
  60. package/dist/chunks/DrawerContent.vue_vue_type_script_setup_true_lang-DvvrJdF0.js +207 -0
  61. package/dist/chunks/DrawerContent.vue_vue_type_script_setup_true_lang-DvvrJdF0.js.map +1 -0
  62. package/dist/chunks/EmojiCatalog-CR4Lcm43.js +1923 -0
  63. package/dist/chunks/EmojiCatalog-CR4Lcm43.js.map +1 -0
  64. package/dist/chunks/Environment-CuQav_mw.js +68 -0
  65. package/dist/chunks/Environment-CuQav_mw.js.map +1 -0
  66. package/dist/chunks/Equality-DIQYQysz.js +21 -0
  67. package/dist/chunks/Equality-DIQYQysz.js.map +1 -0
  68. package/dist/chunks/ErrorLike-Cfj0lZW3.js +27 -0
  69. package/dist/chunks/ErrorLike-Cfj0lZW3.js.map +1 -0
  70. package/dist/chunks/ErrorMessage-Cqt7WaFn.js +26 -0
  71. package/dist/chunks/ErrorMessage-Cqt7WaFn.js.map +1 -0
  72. package/dist/chunks/ErrorRecognizers-oTklha6D.js +17 -0
  73. package/dist/chunks/ErrorRecognizers-oTklha6D.js.map +1 -0
  74. package/dist/chunks/FeedbackBus-BRbyOMCn.js +39 -0
  75. package/dist/chunks/FeedbackBus-BRbyOMCn.js.map +1 -0
  76. package/dist/chunks/FieldErrors-2zjhia4U.js +56 -0
  77. package/dist/chunks/FieldErrors-2zjhia4U.js.map +1 -0
  78. package/dist/chunks/FileName-CmNjFV7t.js +30 -0
  79. package/dist/chunks/FileName-CmNjFV7t.js.map +1 -0
  80. package/dist/chunks/FormControlContext-B71MFW26.js +22 -0
  81. package/dist/chunks/FormControlContext-B71MFW26.js.map +1 -0
  82. package/dist/chunks/FormControlProvider.vue_vue_type_script_setup_true_lang-Fak7Jv46.js +73 -0
  83. package/dist/chunks/FormControlProvider.vue_vue_type_script_setup_true_lang-Fak7Jv46.js.map +1 -0
  84. package/dist/chunks/HtmlExtensions-jlKY5f9C.js +23 -0
  85. package/dist/chunks/HtmlExtensions-jlKY5f9C.js.map +1 -0
  86. package/dist/chunks/Icon.vue_vue_type_script_setup_true_lang-DgwdLCRR.js +27 -0
  87. package/dist/chunks/Icon.vue_vue_type_script_setup_true_lang-DgwdLCRR.js.map +1 -0
  88. package/dist/chunks/Inline.vue_vue_type_script_setup_true_lang-BvWbQpJD.js +68 -0
  89. package/dist/chunks/Inline.vue_vue_type_script_setup_true_lang-BvWbQpJD.js.map +1 -0
  90. package/dist/chunks/KeyboardExtensions-CQlkK53D.js +34 -0
  91. package/dist/chunks/KeyboardExtensions-CQlkK53D.js.map +1 -0
  92. package/dist/chunks/Listbox.variants-CqAkYsmK.js +44 -0
  93. package/dist/chunks/Listbox.variants-CqAkYsmK.js.map +1 -0
  94. package/dist/chunks/LocaleContext-B3UXrI6p.js +39 -0
  95. package/dist/chunks/LocaleContext-B3UXrI6p.js.map +1 -0
  96. package/dist/chunks/Messages-BGfQHMmW.js +201 -0
  97. package/dist/chunks/Messages-BGfQHMmW.js.map +1 -0
  98. package/dist/chunks/ModalContent.vue_vue_type_script_setup_true_lang-CLACSqKg.js +191 -0
  99. package/dist/chunks/ModalContent.vue_vue_type_script_setup_true_lang-CLACSqKg.js.map +1 -0
  100. package/dist/chunks/NavItem.vue_vue_type_script_setup_true_lang-CGBo2TiV.js +86 -0
  101. package/dist/chunks/NavItem.vue_vue_type_script_setup_true_lang-CGBo2TiV.js.map +1 -0
  102. package/dist/chunks/Navbar.vue_vue_type_script_setup_true_lang-Cl2ejukE.js +2073 -0
  103. package/dist/chunks/Navbar.vue_vue_type_script_setup_true_lang-Cl2ejukE.js.map +1 -0
  104. package/dist/chunks/NotificationItem.vue_vue_type_script_setup_true_lang-gi0uHIuK.js +2727 -0
  105. package/dist/chunks/NotificationItem.vue_vue_type_script_setup_true_lang-gi0uHIuK.js.map +1 -0
  106. package/dist/chunks/OptionTileGroup.vue_vue_type_script_setup_true_lang-BGSmXM_u.js +943 -0
  107. package/dist/chunks/OptionTileGroup.vue_vue_type_script_setup_true_lang-BGSmXM_u.js.map +1 -0
  108. package/dist/chunks/Orientation-u-sYunuG.js +10 -0
  109. package/dist/chunks/Orientation-u-sYunuG.js.map +1 -0
  110. package/dist/chunks/OverlayArrow.vue_vue_type_script_setup_true_lang-CLYhnI8i.js +33 -0
  111. package/dist/chunks/OverlayArrow.vue_vue_type_script_setup_true_lang-CLYhnI8i.js.map +1 -0
  112. package/dist/chunks/OverlayChrome-e4MNr8Yl.js +17 -0
  113. package/dist/chunks/OverlayChrome-e4MNr8Yl.js.map +1 -0
  114. package/dist/chunks/OverlayPosition-BNybkMGG.js +18 -0
  115. package/dist/chunks/OverlayPosition-BNybkMGG.js.map +1 -0
  116. package/dist/chunks/PopoverContent.vue_vue_type_script_setup_true_lang-D-OiGICS.js +212 -0
  117. package/dist/chunks/PopoverContent.vue_vue_type_script_setup_true_lang-D-OiGICS.js.map +1 -0
  118. package/dist/chunks/Portal.vue_vue_type_script_setup_true_lang-CF3R0VCZ.js +34 -0
  119. package/dist/chunks/Portal.vue_vue_type_script_setup_true_lang-CF3R0VCZ.js.map +1 -0
  120. package/dist/chunks/Presence-C7IJvh_P.js +120 -0
  121. package/dist/chunks/Presence-C7IJvh_P.js.map +1 -0
  122. package/dist/chunks/PressExtensions-DXqhjlR2.js +16 -0
  123. package/dist/chunks/PressExtensions-DXqhjlR2.js.map +1 -0
  124. package/dist/chunks/Primitive-Cm3ECaVw.js +20 -0
  125. package/dist/chunks/Primitive-Cm3ECaVw.js.map +1 -0
  126. package/dist/chunks/ProgressTone-BpLPUptx.js +16 -0
  127. package/dist/chunks/ProgressTone-BpLPUptx.js.map +1 -0
  128. package/dist/chunks/QueryPermission--OKfvS9c.js +82 -0
  129. package/dist/chunks/QueryPermission--OKfvS9c.js.map +1 -0
  130. package/dist/chunks/QueryPlugin-CfotNm6j.js +12 -0
  131. package/dist/chunks/QueryPlugin-CfotNm6j.js.map +1 -0
  132. package/dist/chunks/RovingFocusGroup.vue_vue_type_script_setup_true_lang-DCpYSP2V.js +235 -0
  133. package/dist/chunks/RovingFocusGroup.vue_vue_type_script_setup_true_lang-DCpYSP2V.js.map +1 -0
  134. package/dist/chunks/ScrollLockProvider.vue_vue_type_script_setup_true_lang-_ihHJ7jI.js +20 -0
  135. package/dist/chunks/ScrollLockProvider.vue_vue_type_script_setup_true_lang-_ihHJ7jI.js.map +1 -0
  136. package/dist/chunks/SerializeError-CclP2jCW.js +61 -0
  137. package/dist/chunks/SerializeError-CclP2jCW.js.map +1 -0
  138. package/dist/chunks/Severity-D0C5oAt-.js +16 -0
  139. package/dist/chunks/Severity-D0C5oAt-.js.map +1 -0
  140. package/dist/chunks/Side-CSys3p-F.js +23 -0
  141. package/dist/chunks/Side-CSys3p-F.js.map +1 -0
  142. package/dist/chunks/Slot-D2lIitvV.js +103 -0
  143. package/dist/chunks/Slot-D2lIitvV.js.map +1 -0
  144. package/dist/chunks/SortableHandle.vue_vue_type_script_setup_true_lang-CWCXGjZG.js +10364 -0
  145. package/dist/chunks/SortableHandle.vue_vue_type_script_setup_true_lang-CWCXGjZG.js.map +1 -0
  146. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-BAepBy2n.js +23 -0
  147. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-BAepBy2n.js.map +1 -0
  148. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-C4lNiUOm.js +76 -0
  149. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-C4lNiUOm.js.map +1 -0
  150. package/dist/chunks/StatusTone-BoPK1s09.js +16 -0
  151. package/dist/chunks/StatusTone-BoPK1s09.js.map +1 -0
  152. package/dist/chunks/StorageBroker-COC81ZGB.js +64 -0
  153. package/dist/chunks/StorageBroker-COC81ZGB.js.map +1 -0
  154. package/dist/chunks/StyleTokens-Bkz7Dm5L.js +65 -0
  155. package/dist/chunks/StyleTokens-Bkz7Dm5L.js.map +1 -0
  156. package/dist/chunks/SubmitErrors-K8nmmj0P.js +374 -0
  157. package/dist/chunks/SubmitErrors-K8nmmj0P.js.map +1 -0
  158. package/dist/chunks/SurfaceStyles-ChdpGRBO.js +143 -0
  159. package/dist/chunks/SurfaceStyles-ChdpGRBO.js.map +1 -0
  160. package/dist/chunks/TableOfContents.vue_vue_type_script_setup_true_lang-HVL4lg_f.js +2159 -0
  161. package/dist/chunks/TableOfContents.vue_vue_type_script_setup_true_lang-HVL4lg_f.js.map +1 -0
  162. package/dist/chunks/ToError-CyTBsmLO.js +52 -0
  163. package/dist/chunks/ToError-CyTBsmLO.js.map +1 -0
  164. package/dist/chunks/Tones-CI65uuq9.js +90 -0
  165. package/dist/chunks/Tones-CI65uuq9.js.map +1 -0
  166. package/dist/chunks/TransitionExtensions-hFi80JX2.js +19 -0
  167. package/dist/chunks/TransitionExtensions-hFi80JX2.js.map +1 -0
  168. package/dist/chunks/UseHotkeys-CKIYK5Mq.js +82 -0
  169. package/dist/chunks/UseHotkeys-CKIYK5Mq.js.map +1 -0
  170. package/dist/chunks/UseNavigationProgress-TQIkkXyU.js +51 -0
  171. package/dist/chunks/UseNavigationProgress-TQIkkXyU.js.map +1 -0
  172. package/dist/chunks/cn-CzDCF-Ah.js +9 -0
  173. package/dist/chunks/cn-CzDCF-Ah.js.map +1 -0
  174. package/dist/chunks/dataAttr-7BR67dTj.js +7 -0
  175. package/dist/chunks/dataAttr-7BR67dTj.js.map +1 -0
  176. package/dist/chunks/index-BD7H9CkO.js +130 -0
  177. package/dist/chunks/index-BD7H9CkO.js.map +1 -0
  178. package/dist/chunks/index-BGzbbN9T.js +1707 -0
  179. package/dist/chunks/index-BGzbbN9T.js.map +1 -0
  180. package/dist/chunks/index-C034dEhy.js +205 -0
  181. package/dist/chunks/index-C034dEhy.js.map +1 -0
  182. package/dist/chunks/index-Cbydgcdk.js +234 -0
  183. package/dist/chunks/index-Cbydgcdk.js.map +1 -0
  184. package/dist/chunks/index-CzKEU1kI.js +11 -0
  185. package/dist/chunks/index-CzKEU1kI.js.map +1 -0
  186. package/dist/chunks/index-KL15HQew.js +61 -0
  187. package/dist/chunks/index-KL15HQew.js.map +1 -0
  188. package/dist/chunks/index-drjQ833B.js +10 -0
  189. package/dist/chunks/index-drjQ833B.js.map +1 -0
  190. package/dist/chunks/useClipboard-BVRwXC--.js +37 -0
  191. package/dist/chunks/useClipboard-BVRwXC--.js.map +1 -0
  192. package/dist/chunks/useControlled-B6M4kTLn.js +24 -0
  193. package/dist/chunks/useControlled-B6M4kTLn.js.map +1 -0
  194. package/dist/chunks/useDebounceHandler-BIZgvvGp.js +20 -0
  195. package/dist/chunks/useDebounceHandler-BIZgvvGp.js.map +1 -0
  196. package/dist/chunks/useEscape-CYPdpm_l.js +15 -0
  197. package/dist/chunks/useEscape-CYPdpm_l.js.map +1 -0
  198. package/dist/chunks/useEventListener-gohT6zGs.js +16 -0
  199. package/dist/chunks/useEventListener-gohT6zGs.js.map +1 -0
  200. package/dist/chunks/useId-CtgAhGrn.js +9 -0
  201. package/dist/chunks/useId-CtgAhGrn.js.map +1 -0
  202. package/dist/chunks/useMediaQuery-DwVcSgGk.js +27 -0
  203. package/dist/chunks/useMediaQuery-DwVcSgGk.js.map +1 -0
  204. package/dist/chunks/useOutsideClick-CW80BJfE.js +22 -0
  205. package/dist/chunks/useOutsideClick-CW80BJfE.js.map +1 -0
  206. package/dist/chunks/useRecentItems-DFnt5CBy.js +137 -0
  207. package/dist/chunks/useRecentItems-DFnt5CBy.js.map +1 -0
  208. package/dist/chunks/useReducedMotion-B9LqQ3UT.js +8 -0
  209. package/dist/chunks/useReducedMotion-B9LqQ3UT.js.map +1 -0
  210. package/dist/chunks/useResizeObserver-BUU7lC-n.js +17 -0
  211. package/dist/chunks/useResizeObserver-BUU7lC-n.js.map +1 -0
  212. package/dist/chunks/useScrollLock-d6YIGUcs.js +37 -0
  213. package/dist/chunks/useScrollLock-d6YIGUcs.js.map +1 -0
  214. package/dist/domain/color/Gradient.d.ts +60 -0
  215. package/dist/domain/color/GradientType.d.ts +8 -0
  216. package/dist/domain/color/index.d.ts +3 -0
  217. package/dist/domain/color/index.js +6 -0
  218. package/dist/domain/color/index.js.map +1 -0
  219. package/dist/domain/emoji/EmojiCatalog.d.ts +29 -0
  220. package/dist/domain/emoji/EmojiCatalogData.d.ts +3 -0
  221. package/dist/domain/emoji/EmojiCategory.d.ts +20 -0
  222. package/dist/domain/emoji/index.d.ts +3 -0
  223. package/dist/domain/emoji/index.js +6 -0
  224. package/dist/domain/emoji/index.js.map +1 -0
  225. package/dist/feedback/FeedbackBus.d.ts +71 -0
  226. package/dist/feedback/FeedbackQueryErrors.d.ts +21 -0
  227. package/dist/feedback/index.d.ts +2 -0
  228. package/dist/feedback/index.js +20 -0
  229. package/dist/feedback/index.js.map +1 -0
  230. package/dist/flags/FlagClient.d.ts +72 -0
  231. package/dist/flags/FlagProvider.d.ts +38 -0
  232. package/dist/flags/FlagTypes.d.ts +85 -0
  233. package/dist/flags/FlagsContext.d.ts +32 -0
  234. package/dist/flags/FlagsProvider.vue.d.ts +24 -0
  235. package/dist/flags/StaticFlagProvider.d.ts +51 -0
  236. package/dist/flags/index.d.ts +6 -0
  237. package/dist/flags/index.js +243 -0
  238. package/dist/flags/index.js.map +1 -0
  239. package/dist/forms-engine/AppForm.d.ts +258 -0
  240. package/dist/forms-engine/DeepEqual.d.ts +8 -0
  241. package/dist/forms-engine/FocusFirstInvalid.d.ts +15 -0
  242. package/dist/forms-engine/FormGlue.d.ts +55 -0
  243. package/dist/forms-engine/Paths.d.ts +47 -0
  244. package/dist/forms-engine/SchemaValidation.d.ts +29 -0
  245. package/dist/forms-engine/StandardSchema.d.ts +55 -0
  246. package/dist/forms-engine/SubmitErrors.d.ts +33 -0
  247. package/dist/forms-engine/UseFieldArray.d.ts +87 -0
  248. package/dist/forms-engine/house/HouseFormCore.d.ts +33 -0
  249. package/dist/forms-engine/house/UseAppForm.d.ts +16 -0
  250. package/dist/forms-engine/house/index.d.ts +7 -0
  251. package/dist/forms-engine/house/index.js +315 -0
  252. package/dist/forms-engine/house/index.js.map +1 -0
  253. package/dist/forms-engine/index.d.ts +10 -0
  254. package/dist/forms-engine/index.js +127 -0
  255. package/dist/forms-engine/index.js.map +1 -0
  256. package/dist/forms-engine/tanstack/TanstackFormOverlay.d.ts +49 -0
  257. package/dist/forms-engine/tanstack/UseAppForm.d.ts +26 -0
  258. package/dist/forms-engine/tanstack/index.d.ts +8 -0
  259. package/dist/forms-engine/tanstack/index.js +407 -0
  260. package/dist/forms-engine/tanstack/index.js.map +1 -0
  261. package/dist/foundation/animation/Animate.d.ts +73 -0
  262. package/dist/foundation/animation/AnimatedLayout.d.ts +72 -0
  263. package/dist/foundation/animation/Flip.d.ts +90 -0
  264. package/dist/foundation/animation/UseFlip.d.ts +22 -0
  265. package/dist/foundation/animation/index.d.ts +4 -0
  266. package/dist/foundation/animation/index.js +241 -0
  267. package/dist/foundation/animation/index.js.map +1 -0
  268. package/dist/foundation/async/Abort.d.ts +33 -0
  269. package/dist/foundation/async/Combinators.d.ts +17 -0
  270. package/dist/foundation/async/Deferred.d.ts +18 -0
  271. package/dist/foundation/async/Limit.d.ts +36 -0
  272. package/dist/foundation/async/Rate.d.ts +31 -0
  273. package/dist/foundation/async/Retry.d.ts +20 -0
  274. package/dist/foundation/async/Timeout.d.ts +32 -0
  275. package/dist/foundation/async/index.d.ts +7 -0
  276. package/dist/foundation/async/index.js +290 -0
  277. package/dist/foundation/async/index.js.map +1 -0
  278. package/dist/foundation/clipboard/ClipboardPermission.d.ts +17 -0
  279. package/dist/foundation/clipboard/ClipboardResult.d.ts +102 -0
  280. package/dist/foundation/clipboard/ClipboardSupport.d.ts +55 -0
  281. package/dist/foundation/clipboard/CopyItems.d.ts +44 -0
  282. package/dist/foundation/clipboard/CopyText.d.ts +16 -0
  283. package/dist/foundation/clipboard/LegacyCopy.d.ts +38 -0
  284. package/dist/foundation/clipboard/PasteItems.d.ts +25 -0
  285. package/dist/foundation/clipboard/ReadClipboard.d.ts +29 -0
  286. package/dist/foundation/clipboard/UseClipboardCopy.d.ts +40 -0
  287. package/dist/foundation/clipboard/UsePasteHandler.d.ts +35 -0
  288. package/dist/foundation/clipboard/index.d.ts +10 -0
  289. package/dist/foundation/clipboard/index.js +437 -0
  290. package/dist/foundation/clipboard/index.js.map +1 -0
  291. package/dist/foundation/collections/Arrays.d.ts +131 -0
  292. package/dist/foundation/collections/Comparison.d.ts +39 -0
  293. package/dist/foundation/collections/Records.d.ts +72 -0
  294. package/dist/foundation/collections/SetOps.d.ts +45 -0
  295. package/dist/foundation/collections/Tree.d.ts +63 -0
  296. package/dist/foundation/collections/index.d.ts +5 -0
  297. package/dist/foundation/collections/index.js +460 -0
  298. package/dist/foundation/collections/index.js.map +1 -0
  299. package/dist/foundation/commands/Command.d.ts +46 -0
  300. package/dist/foundation/commands/CommandRegistry.d.ts +36 -0
  301. package/dist/foundation/commands/CommandShortcut.d.ts +8 -0
  302. package/dist/foundation/commands/CommandsContext.d.ts +30 -0
  303. package/dist/foundation/commands/CommandsProvider.vue.d.ts +18 -0
  304. package/dist/foundation/commands/SearchCommands.d.ts +28 -0
  305. package/dist/foundation/commands/UseCommandRegistry.d.ts +19 -0
  306. package/dist/foundation/commands/UseCommandShortcuts.d.ts +18 -0
  307. package/dist/foundation/commands/index.d.ts +8 -0
  308. package/dist/foundation/commands/index.js +278 -0
  309. package/dist/foundation/commands/index.js.map +1 -0
  310. package/dist/foundation/config/ConfigField.d.ts +60 -0
  311. package/dist/foundation/config/ConfigSource.d.ts +24 -0
  312. package/dist/foundation/config/DefineConfig.d.ts +43 -0
  313. package/dist/foundation/config/index.d.ts +3 -0
  314. package/dist/foundation/config/index.js +186 -0
  315. package/dist/foundation/config/index.js.map +1 -0
  316. package/dist/foundation/crypto/Digest.d.ts +25 -0
  317. package/dist/foundation/crypto/Encoding.d.ts +43 -0
  318. package/dist/foundation/crypto/HashObject.d.ts +18 -0
  319. package/dist/foundation/crypto/Random.d.ts +32 -0
  320. package/dist/foundation/crypto/TimingSafeEqual.d.ts +12 -0
  321. package/dist/foundation/crypto/WebCrypto.d.ts +15 -0
  322. package/dist/foundation/crypto/index.d.ts +6 -0
  323. package/dist/foundation/crypto/index.js +226 -0
  324. package/dist/foundation/crypto/index.js.map +1 -0
  325. package/dist/foundation/datetime/Arithmetic.d.ts +31 -0
  326. package/dist/foundation/datetime/Boundaries.d.ts +24 -0
  327. package/dist/foundation/datetime/Comparison.d.ts +43 -0
  328. package/dist/foundation/datetime/Difference.d.ts +28 -0
  329. package/dist/foundation/datetime/Internals.d.ts +12 -0
  330. package/dist/foundation/datetime/Interval.d.ts +38 -0
  331. package/dist/foundation/datetime/IsoDate.d.ts +24 -0
  332. package/dist/foundation/datetime/index.d.ts +6 -0
  333. package/dist/foundation/datetime/index.js +302 -0
  334. package/dist/foundation/datetime/index.js.map +1 -0
  335. package/dist/foundation/device/Breakpoints.d.ts +54 -0
  336. package/dist/foundation/device/DisplayMode.d.ts +13 -0
  337. package/dist/foundation/device/Platform.d.ts +27 -0
  338. package/dist/foundation/device/PointerType.d.ts +11 -0
  339. package/dist/foundation/device/UseBreakpoint.d.ts +20 -0
  340. package/dist/foundation/device/UseDisplayMode.d.ts +23 -0
  341. package/dist/foundation/device/UseOnlineStatus.d.ts +12 -0
  342. package/dist/foundation/device/UsePointer.d.ts +25 -0
  343. package/dist/foundation/device/index.d.ts +8 -0
  344. package/dist/foundation/device/index.js +187 -0
  345. package/dist/foundation/device/index.js.map +1 -0
  346. package/dist/foundation/errors/ErrorChain.d.ts +23 -0
  347. package/dist/foundation/errors/ErrorLike.d.ts +35 -0
  348. package/dist/foundation/errors/ErrorMessage.d.ts +13 -0
  349. package/dist/foundation/errors/ErrorRecognizers.d.ts +18 -0
  350. package/dist/foundation/errors/SerializeError.d.ts +25 -0
  351. package/dist/foundation/errors/ToError.d.ts +15 -0
  352. package/dist/foundation/errors/index.d.ts +6 -0
  353. package/dist/foundation/errors/index.js +18 -0
  354. package/dist/foundation/errors/index.js.map +1 -0
  355. package/dist/foundation/files/Accept.d.ts +30 -0
  356. package/dist/foundation/files/DownloadFile.d.ts +10 -0
  357. package/dist/foundation/files/FileName.d.ts +21 -0
  358. package/dist/foundation/files/ReadFile.d.ts +6 -0
  359. package/dist/foundation/files/index.d.ts +4 -0
  360. package/dist/foundation/files/index.js +62 -0
  361. package/dist/foundation/files/index.js.map +1 -0
  362. package/dist/foundation/format/Bytes.d.ts +15 -0
  363. package/dist/foundation/format/Count.d.ts +10 -0
  364. package/dist/foundation/format/Duration.d.ts +13 -0
  365. package/dist/foundation/format/Text.d.ts +51 -0
  366. package/dist/foundation/format/index.d.ts +4 -0
  367. package/dist/foundation/format/index.js +100 -0
  368. package/dist/foundation/format/index.js.map +1 -0
  369. package/dist/foundation/geolocation/CanLocate.d.ts +18 -0
  370. package/dist/foundation/geolocation/Coordinates.d.ts +41 -0
  371. package/dist/foundation/geolocation/DistanceBetween.d.ts +21 -0
  372. package/dist/foundation/geolocation/GeolocationPermission.d.ts +13 -0
  373. package/dist/foundation/geolocation/GeolocationReading.d.ts +30 -0
  374. package/dist/foundation/geolocation/GetCurrentPosition.d.ts +14 -0
  375. package/dist/foundation/geolocation/PositionResult.d.ts +74 -0
  376. package/dist/foundation/geolocation/UseGeolocation.d.ts +38 -0
  377. package/dist/foundation/geolocation/UseWatchPosition.d.ts +16 -0
  378. package/dist/foundation/geolocation/WatchPosition.d.ts +19 -0
  379. package/dist/foundation/geolocation/index.d.ts +10 -0
  380. package/dist/foundation/geolocation/index.js +236 -0
  381. package/dist/foundation/geolocation/index.js.map +1 -0
  382. package/dist/foundation/gestures/GestureAxis.d.ts +11 -0
  383. package/dist/foundation/gestures/GestureMath.d.ts +182 -0
  384. package/dist/foundation/gestures/SwipeDirection.d.ts +13 -0
  385. package/dist/foundation/gestures/UseDrag.d.ts +75 -0
  386. package/dist/foundation/gestures/UseLongPress.d.ts +42 -0
  387. package/dist/foundation/gestures/UsePinch.d.ts +47 -0
  388. package/dist/foundation/gestures/UseSwipe.d.ts +46 -0
  389. package/dist/foundation/gestures/index.d.ts +7 -0
  390. package/dist/foundation/gestures/index.js +440 -0
  391. package/dist/foundation/gestures/index.js.map +1 -0
  392. package/dist/foundation/hooks/index.d.ts +17 -0
  393. package/dist/foundation/hooks/index.js +34 -0
  394. package/dist/foundation/hooks/index.js.map +1 -0
  395. package/dist/foundation/hooks/useAutosave/index.d.ts +1 -0
  396. package/dist/foundation/hooks/useAutosave/useAutosave.d.ts +46 -0
  397. package/dist/foundation/hooks/useClipboard/index.d.ts +1 -0
  398. package/dist/foundation/hooks/useClipboard/useClipboard.d.ts +24 -0
  399. package/dist/foundation/hooks/useControlled/index.d.ts +1 -0
  400. package/dist/foundation/hooks/useControlled/useControlled.d.ts +31 -0
  401. package/dist/foundation/hooks/useDebounceHandler/index.d.ts +1 -0
  402. package/dist/foundation/hooks/useDebounceHandler/useDebounceHandler.d.ts +16 -0
  403. package/dist/foundation/hooks/useDisclosure/index.d.ts +1 -0
  404. package/dist/foundation/hooks/useDisclosure/useDisclosure.d.ts +18 -0
  405. package/dist/foundation/hooks/useEscape/index.d.ts +1 -0
  406. package/dist/foundation/hooks/useEscape/useEscape.d.ts +10 -0
  407. package/dist/foundation/hooks/useEventListener/index.d.ts +1 -0
  408. package/dist/foundation/hooks/useEventListener/useEventListener.d.ts +17 -0
  409. package/dist/foundation/hooks/useFocusTrap/index.d.ts +1 -0
  410. package/dist/foundation/hooks/useFocusTrap/useFocusTrap.d.ts +15 -0
  411. package/dist/foundation/hooks/useId/index.d.ts +1 -0
  412. package/dist/foundation/hooks/useId/useId.d.ts +8 -0
  413. package/dist/foundation/hooks/useMediaQuery/index.d.ts +1 -0
  414. package/dist/foundation/hooks/useMediaQuery/useMediaQuery.d.ts +12 -0
  415. package/dist/foundation/hooks/useOutsideClick/index.d.ts +1 -0
  416. package/dist/foundation/hooks/useOutsideClick/useOutsideClick.d.ts +12 -0
  417. package/dist/foundation/hooks/usePersistentState/index.d.ts +1 -0
  418. package/dist/foundation/hooks/usePersistentState/usePersistentState.d.ts +31 -0
  419. package/dist/foundation/hooks/useRecentItems/index.d.ts +1 -0
  420. package/dist/foundation/hooks/useRecentItems/useRecentItems.d.ts +34 -0
  421. package/dist/foundation/hooks/useReducedMotion/index.d.ts +1 -0
  422. package/dist/foundation/hooks/useReducedMotion/useReducedMotion.d.ts +7 -0
  423. package/dist/foundation/hooks/useResizeObserver/index.d.ts +1 -0
  424. package/dist/foundation/hooks/useResizeObserver/useResizeObserver.d.ts +11 -0
  425. package/dist/foundation/hooks/useScrollLock/index.d.ts +1 -0
  426. package/dist/foundation/hooks/useScrollLock/useScrollLock.d.ts +11 -0
  427. package/dist/foundation/hooks/useTypeahead/index.d.ts +1 -0
  428. package/dist/foundation/hooks/useTypeahead/useTypeahead.d.ts +42 -0
  429. package/dist/foundation/http/ApiError.d.ts +7 -0
  430. package/dist/foundation/http/ApiResponse.d.ts +4 -0
  431. package/dist/foundation/http/CreateApiClient.d.ts +65 -0
  432. package/dist/foundation/http/DateBrands.d.ts +8 -0
  433. package/dist/foundation/http/Envelope.d.ts +33 -0
  434. package/dist/foundation/http/FieldErrors.d.ts +16 -0
  435. package/dist/foundation/http/Page.d.ts +47 -0
  436. package/dist/foundation/http/ProblemDetails.d.ts +9 -0
  437. package/dist/foundation/http/index.d.ts +9 -0
  438. package/dist/foundation/http/index.js +180 -0
  439. package/dist/foundation/http/index.js.map +1 -0
  440. package/dist/foundation/http/temporalReviver.d.ts +9 -0
  441. package/dist/foundation/i18n/FormattedRelative.vue.d.ts +10 -0
  442. package/dist/foundation/i18n/LocaleContext.d.ts +35 -0
  443. package/dist/foundation/i18n/LocaleFormatters.d.ts +24 -0
  444. package/dist/foundation/i18n/LocaleProvider.vue.d.ts +18 -0
  445. package/dist/foundation/i18n/index.d.ts +4 -0
  446. package/dist/foundation/i18n/index.js +79 -0
  447. package/dist/foundation/i18n/index.js.map +1 -0
  448. package/dist/foundation/icons/Icon.vue.d.ts +40 -0
  449. package/dist/foundation/icons/Spinner.vue.d.ts +7 -0
  450. package/dist/foundation/icons/index.d.ts +2 -0
  451. package/dist/foundation/icons/index.js +7 -0
  452. package/dist/foundation/icons/index.js.map +1 -0
  453. package/dist/foundation/idb/IdbPromises.d.ts +25 -0
  454. package/dist/foundation/idb/IndexedDbSupport.d.ts +32 -0
  455. package/dist/foundation/idb/KeyValueStore.d.ts +84 -0
  456. package/dist/foundation/idb/OpenDatabase.d.ts +62 -0
  457. package/dist/foundation/idb/Transactions.d.ts +44 -0
  458. package/dist/foundation/idb/index.d.ts +5 -0
  459. package/dist/foundation/idb/index.js +403 -0
  460. package/dist/foundation/idb/index.js.map +1 -0
  461. package/dist/foundation/identifiers/Guid.d.ts +41 -0
  462. package/dist/foundation/identifiers/index.d.ts +1 -0
  463. package/dist/foundation/identifiers/index.js +68 -0
  464. package/dist/foundation/identifiers/index.js.map +1 -0
  465. package/dist/foundation/logger/ConsoleLogSink.d.ts +8 -0
  466. package/dist/foundation/logger/LogLevel.d.ts +34 -0
  467. package/dist/foundation/logger/LogRecord.d.ts +17 -0
  468. package/dist/foundation/logger/LogSink.d.ts +17 -0
  469. package/dist/foundation/logger/Logger.d.ts +55 -0
  470. package/dist/foundation/logger/MemoryLogSink.d.ts +11 -0
  471. package/dist/foundation/logger/Redaction.d.ts +29 -0
  472. package/dist/foundation/logger/index.d.ts +7 -0
  473. package/dist/foundation/logger/index.js +232 -0
  474. package/dist/foundation/logger/index.js.map +1 -0
  475. package/dist/foundation/media/CanCaptureMedia.d.ts +36 -0
  476. package/dist/foundation/media/FacingMode.d.ts +45 -0
  477. package/dist/foundation/media/ListMediaDevices.d.ts +41 -0
  478. package/dist/foundation/media/MediaPermission.d.ts +23 -0
  479. package/dist/foundation/media/MediaStreamResult.d.ts +45 -0
  480. package/dist/foundation/media/RequestMediaStream.d.ts +37 -0
  481. package/dist/foundation/media/StopMediaStream.d.ts +10 -0
  482. package/dist/foundation/media/UseMediaStream.d.ts +41 -0
  483. package/dist/foundation/media/index.d.ts +8 -0
  484. package/dist/foundation/media/index.js +218 -0
  485. package/dist/foundation/media/index.js.map +1 -0
  486. package/dist/foundation/net/ConnectionState.d.ts +36 -0
  487. package/dist/foundation/net/CreateEventStream.d.ts +101 -0
  488. package/dist/foundation/net/CreatePoller.d.ts +59 -0
  489. package/dist/foundation/net/CreateSocketClient.d.ts +93 -0
  490. package/dist/foundation/net/Liveness.d.ts +41 -0
  491. package/dist/foundation/net/Reconnect.d.ts +49 -0
  492. package/dist/foundation/net/UseEventStream.d.ts +25 -0
  493. package/dist/foundation/net/UsePolling.d.ts +26 -0
  494. package/dist/foundation/net/UseSocket.d.ts +32 -0
  495. package/dist/foundation/net/index.d.ts +9 -0
  496. package/dist/foundation/net/index.js +840 -0
  497. package/dist/foundation/net/index.js.map +1 -0
  498. package/dist/foundation/notifications/CanNotify.d.ts +11 -0
  499. package/dist/foundation/notifications/NotificationPermission.d.ts +31 -0
  500. package/dist/foundation/notifications/Notify.d.ts +66 -0
  501. package/dist/foundation/notifications/QueryPermission.d.ts +55 -0
  502. package/dist/foundation/notifications/UseNotificationPermission.d.ts +27 -0
  503. package/dist/foundation/notifications/UsePermissionState.d.ts +14 -0
  504. package/dist/foundation/notifications/index.d.ts +6 -0
  505. package/dist/foundation/notifications/index.js +199 -0
  506. package/dist/foundation/notifications/index.js.map +1 -0
  507. package/dist/foundation/observers/ObserveIntersection.d.ts +57 -0
  508. package/dist/foundation/observers/ObserveMutation.d.ts +52 -0
  509. package/dist/foundation/observers/UseInView.d.ts +41 -0
  510. package/dist/foundation/observers/UseIntersectionObserver.d.ts +18 -0
  511. package/dist/foundation/observers/UseMutationObserver.d.ts +21 -0
  512. package/dist/foundation/observers/UseVisibility.d.ts +33 -0
  513. package/dist/foundation/observers/VisibilitySteps.d.ts +14 -0
  514. package/dist/foundation/observers/index.d.ts +7 -0
  515. package/dist/foundation/observers/index.js +199 -0
  516. package/dist/foundation/observers/index.js.map +1 -0
  517. package/dist/foundation/primitives/accessibleIcon/AccessibleIcon.d.ts +27 -0
  518. package/dist/foundation/primitives/accessibleIcon/index.d.ts +1 -0
  519. package/dist/foundation/primitives/anchoredPositioner/AnchoredPositioner.vue.d.ts +37 -0
  520. package/dist/foundation/primitives/anchoredPositioner/index.d.ts +1 -0
  521. package/dist/foundation/primitives/announce/Announce.vue.d.ts +28 -0
  522. package/dist/foundation/primitives/announce/index.d.ts +1 -0
  523. package/dist/foundation/primitives/collection/Collection.d.ts +24 -0
  524. package/dist/foundation/primitives/collection/index.d.ts +1 -0
  525. package/dist/foundation/primitives/colorModeProvider/ColorModeContext.d.ts +26 -0
  526. package/dist/foundation/primitives/colorModeProvider/ColorModeProvider.vue.d.ts +20 -0
  527. package/dist/foundation/primitives/colorModeProvider/index.d.ts +2 -0
  528. package/dist/foundation/primitives/directionProvider/DirectionContext.d.ts +23 -0
  529. package/dist/foundation/primitives/directionProvider/DirectionProvider.vue.d.ts +14 -0
  530. package/dist/foundation/primitives/directionProvider/index.d.ts +2 -0
  531. package/dist/foundation/primitives/dismissableLayer/DismissableLayer.vue.d.ts +22 -0
  532. package/dist/foundation/primitives/dismissableLayer/index.d.ts +1 -0
  533. package/dist/foundation/primitives/focusScope/FocusScope.vue.d.ts +26 -0
  534. package/dist/foundation/primitives/focusScope/index.d.ts +1 -0
  535. package/dist/foundation/primitives/formControlContext/FormControlContext.d.ts +57 -0
  536. package/dist/foundation/primitives/formControlContext/FormControlProvider.vue.d.ts +25 -0
  537. package/dist/foundation/primitives/formControlContext/index.d.ts +2 -0
  538. package/dist/foundation/primitives/index.d.ts +17 -0
  539. package/dist/foundation/primitives/index.js +52 -0
  540. package/dist/foundation/primitives/index.js.map +1 -0
  541. package/dist/foundation/primitives/overlayArrow/OverlayArrow.vue.d.ts +27 -0
  542. package/dist/foundation/primitives/overlayArrow/index.d.ts +1 -0
  543. package/dist/foundation/primitives/portal/Portal.vue.d.ts +16 -0
  544. package/dist/foundation/primitives/portal/index.d.ts +1 -0
  545. package/dist/foundation/primitives/presence/Presence.d.ts +32 -0
  546. package/dist/foundation/primitives/presence/index.d.ts +1 -0
  547. package/dist/foundation/primitives/rovingFocusGroup/RovingFocusContext.d.ts +74 -0
  548. package/dist/foundation/primitives/rovingFocusGroup/RovingFocusGroup.vue.d.ts +20 -0
  549. package/dist/foundation/primitives/rovingFocusGroup/index.d.ts +2 -0
  550. package/dist/foundation/primitives/scrollLockProvider/ScrollLockProvider.vue.d.ts +15 -0
  551. package/dist/foundation/primitives/scrollLockProvider/index.d.ts +1 -0
  552. package/dist/foundation/primitives/scrollViewport/ScrollViewport.vue.d.ts +41 -0
  553. package/dist/foundation/primitives/scrollViewport/index.d.ts +1 -0
  554. package/dist/foundation/primitives/slot/Primitive.d.ts +69 -0
  555. package/dist/foundation/primitives/slot/Slot.d.ts +38 -0
  556. package/dist/foundation/primitives/slot/index.d.ts +2 -0
  557. package/dist/foundation/primitives/visuallyHidden/VisuallyHidden.vue.d.ts +11 -0
  558. package/dist/foundation/primitives/visuallyHidden/index.d.ts +1 -0
  559. package/dist/foundation/resilience/BackoffStrategy.d.ts +10 -0
  560. package/dist/foundation/resilience/JitterStrategy.d.ts +12 -0
  561. package/dist/foundation/resilience/RetryDelay.d.ts +5 -0
  562. package/dist/foundation/resilience/RetryPolicy.d.ts +34 -0
  563. package/dist/foundation/resilience/index.d.ts +4 -0
  564. package/dist/foundation/resilience/index.js +63 -0
  565. package/dist/foundation/resilience/index.js.map +1 -0
  566. package/dist/foundation/screen/Fullscreen.d.ts +73 -0
  567. package/dist/foundation/screen/ScreenEnvironment.d.ts +42 -0
  568. package/dist/foundation/screen/ScreenOrientation.d.ts +110 -0
  569. package/dist/foundation/screen/ScreenResult.d.ts +38 -0
  570. package/dist/foundation/screen/UseFullscreen.d.ts +28 -0
  571. package/dist/foundation/screen/UseOrientation.d.ts +28 -0
  572. package/dist/foundation/screen/UseWakeLock.d.ts +18 -0
  573. package/dist/foundation/screen/WakeLock.d.ts +79 -0
  574. package/dist/foundation/screen/index.d.ts +7 -0
  575. package/dist/foundation/screen/index.js +402 -0
  576. package/dist/foundation/screen/index.js.map +1 -0
  577. package/dist/foundation/selection/Field.d.ts +31 -0
  578. package/dist/foundation/selection/Filter.d.ts +71 -0
  579. package/dist/foundation/selection/Selection.d.ts +116 -0
  580. package/dist/foundation/selection/Sort.d.ts +69 -0
  581. package/dist/foundation/selection/UseFilters.d.ts +34 -0
  582. package/dist/foundation/selection/UseSelection.d.ts +54 -0
  583. package/dist/foundation/selection/UseSort.d.ts +36 -0
  584. package/dist/foundation/selection/index.d.ts +7 -0
  585. package/dist/foundation/selection/index.js +407 -0
  586. package/dist/foundation/selection/index.js.map +1 -0
  587. package/dist/foundation/share/CanShare.d.ts +11 -0
  588. package/dist/foundation/share/Share.d.ts +45 -0
  589. package/dist/foundation/share/ShareData.d.ts +43 -0
  590. package/dist/foundation/share/ShareOrCopy.d.ts +27 -0
  591. package/dist/foundation/share/UseShare.d.ts +30 -0
  592. package/dist/foundation/share/index.d.ts +5 -0
  593. package/dist/foundation/share/index.js +111 -0
  594. package/dist/foundation/share/index.js.map +1 -0
  595. package/dist/foundation/shortcuts/Chord.d.ts +51 -0
  596. package/dist/foundation/shortcuts/UseHotkeys.d.ts +34 -0
  597. package/dist/foundation/shortcuts/index.d.ts +3 -0
  598. package/dist/foundation/shortcuts/index.js +15 -0
  599. package/dist/foundation/shortcuts/index.js.map +1 -0
  600. package/dist/foundation/speech/CreateSpeechRecognizer.d.ts +79 -0
  601. package/dist/foundation/speech/ListVoices.d.ts +78 -0
  602. package/dist/foundation/speech/Speak.d.ts +52 -0
  603. package/dist/foundation/speech/SpeechControls.d.ts +57 -0
  604. package/dist/foundation/speech/SpeechRecognitionResult.d.ts +45 -0
  605. package/dist/foundation/speech/SpeechRecognitionTypes.d.ts +67 -0
  606. package/dist/foundation/speech/SpeechResult.d.ts +32 -0
  607. package/dist/foundation/speech/SpeechSupport.d.ts +69 -0
  608. package/dist/foundation/speech/UseSpeechRecognition.d.ts +45 -0
  609. package/dist/foundation/speech/UseSpeechSynthesis.d.ts +37 -0
  610. package/dist/foundation/speech/index.d.ts +10 -0
  611. package/dist/foundation/speech/index.js +573 -0
  612. package/dist/foundation/speech/index.js.map +1 -0
  613. package/dist/foundation/storage/NamespacedBroker.d.ts +7 -0
  614. package/dist/foundation/storage/StorageBroker.d.ts +17 -0
  615. package/dist/foundation/storage/VersionedStore.d.ts +42 -0
  616. package/dist/foundation/storage/index.d.ts +3 -0
  617. package/dist/foundation/storage/index.js +65 -0
  618. package/dist/foundation/storage/index.js.map +1 -0
  619. package/dist/foundation/storage/zustand/ZustandPersist.d.ts +36 -0
  620. package/dist/foundation/storage/zustand/index.d.ts +1 -0
  621. package/dist/foundation/storage/zustand/index.js +11 -0
  622. package/dist/foundation/storage/zustand/index.js.map +1 -0
  623. package/dist/foundation/sync/CreateSyncChannel.d.ts +16 -0
  624. package/dist/foundation/sync/LeaderElection.d.ts +88 -0
  625. package/dist/foundation/sync/MemorySyncHub.d.ts +29 -0
  626. package/dist/foundation/sync/SyncChannel.d.ts +65 -0
  627. package/dist/foundation/sync/UseBroadcastState.d.ts +31 -0
  628. package/dist/foundation/sync/UseLeaderElection.d.ts +25 -0
  629. package/dist/foundation/sync/UseSyncChannel.d.ts +16 -0
  630. package/dist/foundation/sync/index.d.ts +7 -0
  631. package/dist/foundation/sync/index.js +484 -0
  632. package/dist/foundation/sync/index.js.map +1 -0
  633. package/dist/foundation/themes/Oklch.d.ts +42 -0
  634. package/dist/foundation/themes/Theme.d.ts +112 -0
  635. package/dist/foundation/themes/Tokens.d.ts +40 -0
  636. package/dist/foundation/themes/css.d.ts +20 -0
  637. package/dist/foundation/themes/generate.d.ts +6 -0
  638. package/dist/foundation/themes/index.d.ts +11 -0
  639. package/dist/foundation/themes/index.js +37 -0
  640. package/dist/foundation/themes/index.js.map +1 -0
  641. package/dist/foundation/themes/pool.d.ts +3 -0
  642. package/dist/foundation/themes/registry.d.ts +16 -0
  643. package/dist/foundation/themes/validate.d.ts +25 -0
  644. package/dist/foundation/themes/validated.d.ts +3 -0
  645. package/dist/foundation/undo/HistoryCore.d.ts +92 -0
  646. package/dist/foundation/undo/SnapshotHistory.d.ts +33 -0
  647. package/dist/foundation/undo/UndoHistory.d.ts +41 -0
  648. package/dist/foundation/undo/UseUndoHistory.d.ts +66 -0
  649. package/dist/foundation/undo/UseUndoShortcuts.d.ts +20 -0
  650. package/dist/foundation/undo/index.d.ts +5 -0
  651. package/dist/foundation/undo/index.js +361 -0
  652. package/dist/foundation/undo/index.js.map +1 -0
  653. package/dist/foundation/uploads/UploadItem.d.ts +47 -0
  654. package/dist/foundation/uploads/UploadQueue.d.ts +79 -0
  655. package/dist/foundation/uploads/UploadTransport.d.ts +41 -0
  656. package/dist/foundation/uploads/UseUploadQueue.d.ts +47 -0
  657. package/dist/foundation/uploads/XhrUploadTransport.d.ts +23 -0
  658. package/dist/foundation/uploads/index.d.ts +5 -0
  659. package/dist/foundation/uploads/index.js +449 -0
  660. package/dist/foundation/uploads/index.js.map +1 -0
  661. package/dist/foundation/utils/Align/Align.d.ts +10 -0
  662. package/dist/foundation/utils/Align/index.d.ts +1 -0
  663. package/dist/foundation/utils/ColorExtensions/ColorExtensions.d.ts +51 -0
  664. package/dist/foundation/utils/ColorExtensions/index.d.ts +1 -0
  665. package/dist/foundation/utils/Compare/Compare.d.ts +7 -0
  666. package/dist/foundation/utils/Compare/index.d.ts +1 -0
  667. package/dist/foundation/utils/CornerPosition/CornerPosition.d.ts +12 -0
  668. package/dist/foundation/utils/CornerPosition/index.d.ts +1 -0
  669. package/dist/foundation/utils/CssExtensions/CssExtensions.d.ts +115 -0
  670. package/dist/foundation/utils/CssExtensions/index.d.ts +1 -0
  671. package/dist/foundation/utils/ElementTag/ElementTag.d.ts +28 -0
  672. package/dist/foundation/utils/ElementTag/index.d.ts +1 -0
  673. package/dist/foundation/utils/Environment/Environment.d.ts +12 -0
  674. package/dist/foundation/utils/Environment/index.d.ts +1 -0
  675. package/dist/foundation/utils/Equality/Equality.d.ts +13 -0
  676. package/dist/foundation/utils/Equality/index.d.ts +1 -0
  677. package/dist/foundation/utils/HtmlExtensions/HtmlExtensions.d.ts +22 -0
  678. package/dist/foundation/utils/HtmlExtensions/index.d.ts +1 -0
  679. package/dist/foundation/utils/KeyboardExtensions/KeyboardExtensions.d.ts +32 -0
  680. package/dist/foundation/utils/KeyboardExtensions/index.d.ts +1 -0
  681. package/dist/foundation/utils/Layers/Layers.d.ts +35 -0
  682. package/dist/foundation/utils/Layers/index.d.ts +1 -0
  683. package/dist/foundation/utils/OptionalExtensions/OptionalExtensions.d.ts +12 -0
  684. package/dist/foundation/utils/OptionalExtensions/index.d.ts +1 -0
  685. package/dist/foundation/utils/Orientation/Orientation.d.ts +8 -0
  686. package/dist/foundation/utils/Orientation/index.d.ts +1 -0
  687. package/dist/foundation/utils/OverlayPosition/OverlayPosition.d.ts +16 -0
  688. package/dist/foundation/utils/OverlayPosition/index.d.ts +1 -0
  689. package/dist/foundation/utils/PressExtensions/PressExtensions.d.ts +17 -0
  690. package/dist/foundation/utils/PressExtensions/index.d.ts +1 -0
  691. package/dist/foundation/utils/ProgressTone/ProgressTone.d.ts +14 -0
  692. package/dist/foundation/utils/ProgressTone/index.d.ts +1 -0
  693. package/dist/foundation/utils/Severity/Severity.d.ts +14 -0
  694. package/dist/foundation/utils/Severity/index.d.ts +1 -0
  695. package/dist/foundation/utils/Side/Side.d.ts +12 -0
  696. package/dist/foundation/utils/Side/index.d.ts +1 -0
  697. package/dist/foundation/utils/StatusTone/StatusTone.d.ts +14 -0
  698. package/dist/foundation/utils/StatusTone/index.d.ts +1 -0
  699. package/dist/foundation/utils/StyleTokens/StyleTokens.d.ts +68 -0
  700. package/dist/foundation/utils/StyleTokens/index.d.ts +1 -0
  701. package/dist/foundation/utils/SurfaceStyles/SurfaceStyles.d.ts +397 -0
  702. package/dist/foundation/utils/SurfaceStyles/index.d.ts +1 -0
  703. package/dist/foundation/utils/Tones/Tones.d.ts +21 -0
  704. package/dist/foundation/utils/Tones/index.d.ts +1 -0
  705. package/dist/foundation/utils/TransitionExtensions/TransitionExtensions.d.ts +18 -0
  706. package/dist/foundation/utils/TransitionExtensions/index.d.ts +1 -0
  707. package/dist/foundation/utils/cn/cn.d.ts +6 -0
  708. package/dist/foundation/utils/cn/index.d.ts +1 -0
  709. package/dist/foundation/utils/composeEventHandlers/composeEventHandlers.d.ts +9 -0
  710. package/dist/foundation/utils/composeEventHandlers/index.d.ts +1 -0
  711. package/dist/foundation/utils/dataAttr/dataAttr.d.ts +6 -0
  712. package/dist/foundation/utils/dataAttr/index.d.ts +1 -0
  713. package/dist/foundation/utils/index.d.ts +33 -0
  714. package/dist/foundation/utils/index.js +67 -0
  715. package/dist/foundation/utils/index.js.map +1 -0
  716. package/dist/foundation/utils/polymorphic/index.d.ts +1 -0
  717. package/dist/foundation/utils/polymorphic/polymorphic.d.ts +29 -0
  718. package/dist/foundation/utils/tv/index.d.ts +1 -0
  719. package/dist/foundation/utils/tv/tv.d.ts +1 -0
  720. package/dist/foundation/validation/Composites.d.ts +62 -0
  721. package/dist/foundation/validation/Formats.d.ts +9 -0
  722. package/dist/foundation/validation/Messages.d.ts +69 -0
  723. package/dist/foundation/validation/Primitives.d.ts +49 -0
  724. package/dist/foundation/validation/StandardSchema.d.ts +55 -0
  725. package/dist/foundation/validation/ValidationError.d.ts +14 -0
  726. package/dist/foundation/validation/ValidationResult.d.ts +49 -0
  727. package/dist/foundation/validation/Validator.d.ts +69 -0
  728. package/dist/foundation/validation/index.d.ts +8 -0
  729. package/dist/foundation/validation/index.js +512 -0
  730. package/dist/foundation/validation/index.js.map +1 -0
  731. package/dist/foundation/virtualization/Measurements.d.ts +79 -0
  732. package/dist/foundation/virtualization/UseVirtualList.d.ts +79 -0
  733. package/dist/foundation/virtualization/Windowing.d.ts +78 -0
  734. package/dist/foundation/virtualization/index.d.ts +3 -0
  735. package/dist/foundation/virtualization/index.js +300 -0
  736. package/dist/foundation/virtualization/index.js.map +1 -0
  737. package/dist/foundation/workers/RunInWorker.d.ts +41 -0
  738. package/dist/foundation/workers/UseWorker.d.ts +28 -0
  739. package/dist/foundation/workers/WorkerClient.d.ts +85 -0
  740. package/dist/foundation/workers/WorkerHost.d.ts +80 -0
  741. package/dist/foundation/workers/WorkerProtocol.d.ts +78 -0
  742. package/dist/foundation/workers/WorkerSupport.d.ts +15 -0
  743. package/dist/foundation/workers/index.d.ts +6 -0
  744. package/dist/foundation/workers/index.js +292 -0
  745. package/dist/foundation/workers/index.js.map +1 -0
  746. package/dist/index.css +314 -0
  747. package/dist/index.d.ts +14 -0
  748. package/dist/index.js +636 -0
  749. package/dist/index.js.map +1 -0
  750. package/dist/presentation/actions/backToTopButton/BackToTopButton.vue.d.ts +33 -0
  751. package/dist/presentation/actions/backToTopButton/index.d.ts +1 -0
  752. package/dist/presentation/actions/button/Button.variants.d.ts +311 -0
  753. package/dist/presentation/actions/button/Button.vue.d.ts +119 -0
  754. package/dist/presentation/actions/button/index.d.ts +2 -0
  755. package/dist/presentation/actions/buttonGroup/ButtonGroup.vue.d.ts +22 -0
  756. package/dist/presentation/actions/buttonGroup/index.d.ts +1 -0
  757. package/dist/presentation/actions/copyButton/CopyButton.vue.d.ts +35 -0
  758. package/dist/presentation/actions/copyButton/index.d.ts +1 -0
  759. package/dist/presentation/actions/disclosureButton/DisclosureButton.vue.d.ts +32 -0
  760. package/dist/presentation/actions/disclosureButton/index.d.ts +1 -0
  761. package/dist/presentation/actions/fab/FAB.variants.d.ts +158 -0
  762. package/dist/presentation/actions/fab/FAB.vue.d.ts +29 -0
  763. package/dist/presentation/actions/fab/index.d.ts +2 -0
  764. package/dist/presentation/actions/index.d.ts +14 -0
  765. package/dist/presentation/actions/index.js +47 -0
  766. package/dist/presentation/actions/index.js.map +1 -0
  767. package/dist/presentation/actions/link/Link.variants.d.ts +111 -0
  768. package/dist/presentation/actions/link/Link.vue.d.ts +24 -0
  769. package/dist/presentation/actions/link/index.d.ts +2 -0
  770. package/dist/presentation/actions/optionTile/OptionTile.variants.d.ts +10 -0
  771. package/dist/presentation/actions/optionTile/OptionTile.vue.d.ts +31 -0
  772. package/dist/presentation/actions/optionTile/index.d.ts +2 -0
  773. package/dist/presentation/actions/optionTileGroup/OptionTileGroup.variants.d.ts +76 -0
  774. package/dist/presentation/actions/optionTileGroup/OptionTileGroup.vue.d.ts +27 -0
  775. package/dist/presentation/actions/optionTileGroup/index.d.ts +2 -0
  776. package/dist/presentation/actions/segmentedControl/SegmentedControl.vue.d.ts +20 -0
  777. package/dist/presentation/actions/segmentedControl/index.d.ts +1 -0
  778. package/dist/presentation/actions/speedDial/SpeedDial.vue.d.ts +28 -0
  779. package/dist/presentation/actions/speedDial/SpeedDialAction.vue.d.ts +40 -0
  780. package/dist/presentation/actions/speedDial/SpeedDialContext.d.ts +36 -0
  781. package/dist/presentation/actions/speedDial/SpeedDialList.vue.d.ts +13 -0
  782. package/dist/presentation/actions/speedDial/SpeedDialTrigger.vue.d.ts +30 -0
  783. package/dist/presentation/actions/speedDial/index.d.ts +166 -0
  784. package/dist/presentation/actions/toggleButton/ToggleButton.variants.d.ts +141 -0
  785. package/dist/presentation/actions/toggleButton/ToggleButton.vue.d.ts +59 -0
  786. package/dist/presentation/actions/toggleButton/index.d.ts +2 -0
  787. package/dist/presentation/actions/toggleButtonGroup/ToggleButtonGroup.variants.d.ts +33 -0
  788. package/dist/presentation/actions/toggleButtonGroup/ToggleButtonGroup.vue.d.ts +72 -0
  789. package/dist/presentation/actions/toggleButtonGroup/ToggleButtonGroupContext.d.ts +24 -0
  790. package/dist/presentation/actions/toggleButtonGroup/index.d.ts +3 -0
  791. package/dist/presentation/actions/toolbar/Toolbar.vue.d.ts +19 -0
  792. package/dist/presentation/actions/toolbar/ToolbarButton.vue.d.ts +16 -0
  793. package/dist/presentation/actions/toolbar/ToolbarContext.d.ts +9 -0
  794. package/dist/presentation/actions/toolbar/ToolbarLink.vue.d.ts +11 -0
  795. package/dist/presentation/actions/toolbar/ToolbarSeparator.vue.d.ts +3 -0
  796. package/dist/presentation/actions/toolbar/index.d.ts +87 -0
  797. package/dist/presentation/display/accordion/Accordion.vue.d.ts +45 -0
  798. package/dist/presentation/display/accordion/AccordionContent.vue.d.ts +14 -0
  799. package/dist/presentation/display/accordion/AccordionContext.d.ts +29 -0
  800. package/dist/presentation/display/accordion/AccordionItem.vue.d.ts +20 -0
  801. package/dist/presentation/display/accordion/AccordionTrigger.vue.d.ts +14 -0
  802. package/dist/presentation/display/accordion/index.d.ts +5 -0
  803. package/dist/presentation/display/activityFeed/ActivityFeed.vue.d.ts +18 -0
  804. package/dist/presentation/display/activityFeed/ActivityItem.vue.d.ts +29 -0
  805. package/dist/presentation/display/activityFeed/index.d.ts +2 -0
  806. package/dist/presentation/display/animatedNumber/AnimatedNumber.vue.d.ts +34 -0
  807. package/dist/presentation/display/animatedNumber/index.d.ts +1 -0
  808. package/dist/presentation/display/annotationMarker/AnnotationMarker.vue.d.ts +43 -0
  809. package/dist/presentation/display/annotationMarker/index.d.ts +1 -0
  810. package/dist/presentation/display/audioPlayer/AudioPlayer.vue.d.ts +38 -0
  811. package/dist/presentation/display/audioPlayer/index.d.ts +1 -0
  812. package/dist/presentation/display/audioWaveform/AudioWaveform.vue.d.ts +57 -0
  813. package/dist/presentation/display/audioWaveform/index.d.ts +1 -0
  814. package/dist/presentation/display/avatar/Avatar.variants.d.ts +312 -0
  815. package/dist/presentation/display/avatar/Avatar.vue.d.ts +49 -0
  816. package/dist/presentation/display/avatar/index.d.ts +2 -0
  817. package/dist/presentation/display/avatarGroup/AvatarGroup.vue.d.ts +25 -0
  818. package/dist/presentation/display/avatarGroup/index.d.ts +1 -0
  819. package/dist/presentation/display/badge/Badge.variants.d.ts +128 -0
  820. package/dist/presentation/display/badge/Badge.vue.d.ts +20 -0
  821. package/dist/presentation/display/badge/index.d.ts +2 -0
  822. package/dist/presentation/display/badgeOverlay/BadgeOverlay.vue.d.ts +24 -0
  823. package/dist/presentation/display/badgeOverlay/index.d.ts +1 -0
  824. package/dist/presentation/display/card/Card.vue.d.ts +32 -0
  825. package/dist/presentation/display/card/CardBody.vue.d.ts +12 -0
  826. package/dist/presentation/display/card/CardDescription.vue.d.ts +12 -0
  827. package/dist/presentation/display/card/CardFooter.vue.d.ts +12 -0
  828. package/dist/presentation/display/card/CardHeader.vue.d.ts +12 -0
  829. package/dist/presentation/display/card/CardTitle.vue.d.ts +12 -0
  830. package/dist/presentation/display/card/index.d.ts +6 -0
  831. package/dist/presentation/display/carousel/Carousel.vue.d.ts +34 -0
  832. package/dist/presentation/display/carousel/CarouselContext.d.ts +38 -0
  833. package/dist/presentation/display/carousel/CarouselDot.vue.d.ts +9 -0
  834. package/dist/presentation/display/carousel/CarouselDots.vue.d.ts +7 -0
  835. package/dist/presentation/display/carousel/CarouselNext.vue.d.ts +12 -0
  836. package/dist/presentation/display/carousel/CarouselPrev.vue.d.ts +12 -0
  837. package/dist/presentation/display/carousel/CarouselSlide.vue.d.ts +14 -0
  838. package/dist/presentation/display/carousel/CarouselSlides.vue.d.ts +14 -0
  839. package/dist/presentation/display/carousel/CarouselViewport.vue.d.ts +14 -0
  840. package/dist/presentation/display/carousel/index.d.ts +10 -0
  841. package/dist/presentation/display/chatBubble/ChatBubble.vue.d.ts +79 -0
  842. package/dist/presentation/display/chatBubble/index.d.ts +1 -0
  843. package/dist/presentation/display/code/Code.variants.d.ts +48 -0
  844. package/dist/presentation/display/code/Code.vue.d.ts +17 -0
  845. package/dist/presentation/display/code/index.d.ts +2 -0
  846. package/dist/presentation/display/collapsible/Collapsible.vue.d.ts +40 -0
  847. package/dist/presentation/display/collapsible/CollapsibleContent.vue.d.ts +18 -0
  848. package/dist/presentation/display/collapsible/CollapsibleContentInner.vue.d.ts +23 -0
  849. package/dist/presentation/display/collapsible/CollapsibleContext.d.ts +17 -0
  850. package/dist/presentation/display/collapsible/CollapsibleTrigger.vue.d.ts +18 -0
  851. package/dist/presentation/display/collapsible/index.d.ts +4 -0
  852. package/dist/presentation/display/commentThread/Comment.vue.d.ts +39 -0
  853. package/dist/presentation/display/commentThread/CommentThread.vue.d.ts +14 -0
  854. package/dist/presentation/display/commentThread/index.d.ts +2 -0
  855. package/dist/presentation/display/confetti/Confetti.vue.d.ts +40 -0
  856. package/dist/presentation/display/confetti/index.d.ts +1 -0
  857. package/dist/presentation/display/countBadge/CountBadge.vue.d.ts +24 -0
  858. package/dist/presentation/display/countBadge/index.d.ts +1 -0
  859. package/dist/presentation/display/countUp/CountUp.vue.d.ts +40 -0
  860. package/dist/presentation/display/countUp/index.d.ts +1 -0
  861. package/dist/presentation/display/dataGrid/CellEditor.vue.d.ts +29 -0
  862. package/dist/presentation/display/dataGrid/DataGrid.vue.d.ts +47 -0
  863. package/dist/presentation/display/dataGrid/DataGridTypes.d.ts +65 -0
  864. package/dist/presentation/display/dataGrid/index.d.ts +2 -0
  865. package/dist/presentation/display/dataTable/DataTable.vue.d.ts +91 -0
  866. package/dist/presentation/display/dataTable/index.d.ts +1 -0
  867. package/dist/presentation/display/descriptionList/DescriptionList.vue.d.ts +54 -0
  868. package/dist/presentation/display/descriptionList/index.d.ts +1 -0
  869. package/dist/presentation/display/diffViewer/DiffViewer.vue.d.ts +38 -0
  870. package/dist/presentation/display/diffViewer/index.d.ts +1 -0
  871. package/dist/presentation/display/emptyState/EmptyState.vue.d.ts +43 -0
  872. package/dist/presentation/display/emptyState/index.d.ts +1 -0
  873. package/dist/presentation/display/eventCalendar/AgendaView.vue.d.ts +13 -0
  874. package/dist/presentation/display/eventCalendar/EventCalendar.vue.d.ts +41 -0
  875. package/dist/presentation/display/eventCalendar/EventCalendarTypes.d.ts +28 -0
  876. package/dist/presentation/display/eventCalendar/MonthView.vue.d.ts +17 -0
  877. package/dist/presentation/display/eventCalendar/TimeGridView.vue.d.ts +18 -0
  878. package/dist/presentation/display/eventCalendar/index.d.ts +2 -0
  879. package/dist/presentation/display/eyebrow/Eyebrow.vue.d.ts +32 -0
  880. package/dist/presentation/display/eyebrow/index.d.ts +1 -0
  881. package/dist/presentation/display/featureCard/FeatureCard.vue.d.ts +83 -0
  882. package/dist/presentation/display/featureCard/index.d.ts +1 -0
  883. package/dist/presentation/display/frameGlyph/FrameGlyph.vue.d.ts +19 -0
  884. package/dist/presentation/display/frameGlyph/index.d.ts +1 -0
  885. package/dist/presentation/display/gantt/Gantt.vue.d.ts +58 -0
  886. package/dist/presentation/display/gantt/index.d.ts +1 -0
  887. package/dist/presentation/display/gradientText/GradientText.vue.d.ts +54 -0
  888. package/dist/presentation/display/gradientText/index.d.ts +1 -0
  889. package/dist/presentation/display/heading/Heading.variants.d.ts +201 -0
  890. package/dist/presentation/display/heading/Heading.vue.d.ts +26 -0
  891. package/dist/presentation/display/heading/index.d.ts +2 -0
  892. package/dist/presentation/display/heatmapCalendar/HeatmapCalendar.vue.d.ts +61 -0
  893. package/dist/presentation/display/heatmapCalendar/index.d.ts +1 -0
  894. package/dist/presentation/display/highlight/Highlight.vue.d.ts +20 -0
  895. package/dist/presentation/display/highlight/index.d.ts +1 -0
  896. package/dist/presentation/display/image/Image.vue.d.ts +15 -0
  897. package/dist/presentation/display/image/index.d.ts +1 -0
  898. package/dist/presentation/display/index.d.ts +73 -0
  899. package/dist/presentation/display/index.js +192 -0
  900. package/dist/presentation/display/index.js.map +1 -0
  901. package/dist/presentation/display/infoRow/InfoRow.vue.d.ts +39 -0
  902. package/dist/presentation/display/infoRow/index.d.ts +1 -0
  903. package/dist/presentation/display/kbd/Kbd.vue.d.ts +13 -0
  904. package/dist/presentation/display/kbd/index.d.ts +1 -0
  905. package/dist/presentation/display/keyboardShortcut/KeyboardShortcut.vue.d.ts +13 -0
  906. package/dist/presentation/display/keyboardShortcut/index.d.ts +1 -0
  907. package/dist/presentation/display/list/List.variants.d.ts +112 -0
  908. package/dist/presentation/display/list/List.vue.d.ts +23 -0
  909. package/dist/presentation/display/list/ListItem.vue.d.ts +23 -0
  910. package/dist/presentation/display/list/index.d.ts +3 -0
  911. package/dist/presentation/display/mark/Mark.vue.d.ts +13 -0
  912. package/dist/presentation/display/mark/index.d.ts +1 -0
  913. package/dist/presentation/display/marquee/Marquee.vue.d.ts +39 -0
  914. package/dist/presentation/display/marquee/index.d.ts +1 -0
  915. package/dist/presentation/display/messageList/DaySeparator.vue.d.ts +17 -0
  916. package/dist/presentation/display/messageList/MessageList.vue.d.ts +39 -0
  917. package/dist/presentation/display/messageList/index.d.ts +2 -0
  918. package/dist/presentation/display/metaInline/MetaInline.vue.d.ts +21 -0
  919. package/dist/presentation/display/metaInline/index.d.ts +1 -0
  920. package/dist/presentation/display/metricChip/MetricChip.vue.d.ts +54 -0
  921. package/dist/presentation/display/metricChip/index.d.ts +1 -0
  922. package/dist/presentation/display/moduleGlyphs/CellsGlyph.vue.d.ts +13 -0
  923. package/dist/presentation/display/moduleGlyphs/DotsGlyph.vue.d.ts +9 -0
  924. package/dist/presentation/display/moduleGlyphs/HorizontalBarsGlyph.vue.d.ts +9 -0
  925. package/dist/presentation/display/moduleGlyphs/ModuleGlyphs.d.ts +15 -0
  926. package/dist/presentation/display/moduleGlyphs/VerticalBarsGlyph.vue.d.ts +9 -0
  927. package/dist/presentation/display/moduleGlyphs/index.d.ts +5 -0
  928. package/dist/presentation/display/nodeEditor/NodeEditor.vue.d.ts +58 -0
  929. package/dist/presentation/display/nodeEditor/index.d.ts +1 -0
  930. package/dist/presentation/display/notificationDot/NotificationDot.vue.d.ts +47 -0
  931. package/dist/presentation/display/notificationDot/index.d.ts +1 -0
  932. package/dist/presentation/display/pdfViewer/PDFViewer.vue.d.ts +40 -0
  933. package/dist/presentation/display/pdfViewer/index.d.ts +1 -0
  934. package/dist/presentation/display/pricingCard/PricingCard.vue.d.ts +107 -0
  935. package/dist/presentation/display/pricingCard/index.d.ts +1 -0
  936. package/dist/presentation/display/quote/Quote.vue.d.ts +13 -0
  937. package/dist/presentation/display/quote/index.d.ts +1 -0
  938. package/dist/presentation/display/radiusGlyph/RadiusGlyph.vue.d.ts +23 -0
  939. package/dist/presentation/display/radiusGlyph/index.d.ts +1 -0
  940. package/dist/presentation/display/reactionBar/ReactionBar.vue.d.ts +47 -0
  941. package/dist/presentation/display/reactionBar/index.d.ts +1 -0
  942. package/dist/presentation/display/scheduleView/ScheduleView.vue.d.ts +58 -0
  943. package/dist/presentation/display/scheduleView/index.d.ts +1 -0
  944. package/dist/presentation/display/scrollReveal/ScrollReveal.vue.d.ts +50 -0
  945. package/dist/presentation/display/scrollReveal/index.d.ts +1 -0
  946. package/dist/presentation/display/sectionHeader/SectionHeader.vue.d.ts +49 -0
  947. package/dist/presentation/display/sectionHeader/index.d.ts +1 -0
  948. package/dist/presentation/display/separator/Separator.vue.d.ts +14 -0
  949. package/dist/presentation/display/separator/index.d.ts +1 -0
  950. package/dist/presentation/display/snippet/Snippet.vue.d.ts +21 -0
  951. package/dist/presentation/display/snippet/index.d.ts +1 -0
  952. package/dist/presentation/display/sortable/Sortable.vue.d.ts +18 -0
  953. package/dist/presentation/display/sortable/SortableContext.d.ts +22 -0
  954. package/dist/presentation/display/sortable/SortableHandle.vue.d.ts +14 -0
  955. package/dist/presentation/display/sortable/SortableItem.vue.d.ts +16 -0
  956. package/dist/presentation/display/sortable/index.d.ts +4 -0
  957. package/dist/presentation/display/sparkline/Sparkline.vue.d.ts +62 -0
  958. package/dist/presentation/display/sparkline/index.d.ts +1 -0
  959. package/dist/presentation/display/stat/Stat.vue.d.ts +48 -0
  960. package/dist/presentation/display/stat/index.d.ts +1 -0
  961. package/dist/presentation/display/status/Status.vue.d.ts +35 -0
  962. package/dist/presentation/display/status/index.d.ts +1 -0
  963. package/dist/presentation/display/stepCard/StepCard.vue.d.ts +85 -0
  964. package/dist/presentation/display/stepCard/index.d.ts +1 -0
  965. package/dist/presentation/display/swipeActions/SwipeActions.vue.d.ts +28 -0
  966. package/dist/presentation/display/swipeActions/index.d.ts +1 -0
  967. package/dist/presentation/display/table/Table.vue.d.ts +30 -0
  968. package/dist/presentation/display/table/TableBody.vue.d.ts +12 -0
  969. package/dist/presentation/display/table/TableCaption.vue.d.ts +12 -0
  970. package/dist/presentation/display/table/TableCell.vue.d.ts +14 -0
  971. package/dist/presentation/display/table/TableContext.d.ts +46 -0
  972. package/dist/presentation/display/table/TableFooter.vue.d.ts +12 -0
  973. package/dist/presentation/display/table/TableHead.vue.d.ts +26 -0
  974. package/dist/presentation/display/table/TableHeaderCell.vue.d.ts +14 -0
  975. package/dist/presentation/display/table/TableRow.vue.d.ts +12 -0
  976. package/dist/presentation/display/table/index.d.ts +9 -0
  977. package/dist/presentation/display/tabs/Tabs.vue.d.ts +33 -0
  978. package/dist/presentation/display/tabs/TabsContext.d.ts +34 -0
  979. package/dist/presentation/display/tabs/TabsList.vue.d.ts +256 -0
  980. package/dist/presentation/display/tabs/TabsPanel.vue.d.ts +16 -0
  981. package/dist/presentation/display/tabs/TabsTab.vue.d.ts +20 -0
  982. package/dist/presentation/display/tabs/index.d.ts +5 -0
  983. package/dist/presentation/display/tag/Tag.variants.d.ts +84 -0
  984. package/dist/presentation/display/tag/Tag.vue.d.ts +25 -0
  985. package/dist/presentation/display/tag/index.d.ts +2 -0
  986. package/dist/presentation/display/text/Text.variants.d.ts +301 -0
  987. package/dist/presentation/display/text/Text.vue.d.ts +33 -0
  988. package/dist/presentation/display/text/index.d.ts +2 -0
  989. package/dist/presentation/display/threadView/ThreadView.vue.d.ts +46 -0
  990. package/dist/presentation/display/threadView/index.d.ts +1 -0
  991. package/dist/presentation/display/tilt/Tilt.vue.d.ts +31 -0
  992. package/dist/presentation/display/tilt/index.d.ts +1 -0
  993. package/dist/presentation/display/timeline/Timeline.vue.d.ts +19 -0
  994. package/dist/presentation/display/timeline/TimelineContext.d.ts +40 -0
  995. package/dist/presentation/display/timeline/TimelineDescription.vue.d.ts +14 -0
  996. package/dist/presentation/display/timeline/TimelineItem.vue.d.ts +22 -0
  997. package/dist/presentation/display/timeline/TimelineTitle.vue.d.ts +14 -0
  998. package/dist/presentation/display/timeline/index.d.ts +5 -0
  999. package/dist/presentation/display/tooltip/Tooltip.vue.d.ts +53 -0
  1000. package/dist/presentation/display/tooltip/index.d.ts +1 -0
  1001. package/dist/presentation/display/tree/Tree.vue.d.ts +275 -0
  1002. package/dist/presentation/display/tree/TreeContext.d.ts +29 -0
  1003. package/dist/presentation/display/tree/TreeGroup.vue.d.ts +28 -0
  1004. package/dist/presentation/display/tree/TreeGroupContent.vue.d.ts +17 -0
  1005. package/dist/presentation/display/tree/TreeItem.vue.d.ts +20 -0
  1006. package/dist/presentation/display/tree/TreeNodeRow.vue.d.ts +27 -0
  1007. package/dist/presentation/display/tree/index.d.ts +4 -0
  1008. package/dist/presentation/display/typewriter/Typewriter.vue.d.ts +32 -0
  1009. package/dist/presentation/display/typewriter/index.d.ts +1 -0
  1010. package/dist/presentation/display/videoPlayer/VideoPlayer.vue.d.ts +55 -0
  1011. package/dist/presentation/display/videoPlayer/index.d.ts +1 -0
  1012. package/dist/presentation/feedback/alert/Alert.vue.d.ts +41 -0
  1013. package/dist/presentation/feedback/alert/index.d.ts +1 -0
  1014. package/dist/presentation/feedback/alertSimple/AlertSimple.variants.d.ts +61 -0
  1015. package/dist/presentation/feedback/alertSimple/AlertSimple.vue.d.ts +17 -0
  1016. package/dist/presentation/feedback/alertSimple/index.d.ts +2 -0
  1017. package/dist/presentation/feedback/banner/Banner.vue.d.ts +41 -0
  1018. package/dist/presentation/feedback/banner/index.d.ts +1 -0
  1019. package/dist/presentation/feedback/bannerSimple/BannerSimple.variants.d.ts +61 -0
  1020. package/dist/presentation/feedback/bannerSimple/BannerSimple.vue.d.ts +17 -0
  1021. package/dist/presentation/feedback/bannerSimple/index.d.ts +2 -0
  1022. package/dist/presentation/feedback/callout/Callout.vue.d.ts +27 -0
  1023. package/dist/presentation/feedback/callout/index.d.ts +1 -0
  1024. package/dist/presentation/feedback/feedbackToasts/FeedbackToasts.vue.d.ts +18 -0
  1025. package/dist/presentation/feedback/feedbackToasts/index.d.ts +1 -0
  1026. package/dist/presentation/feedback/index.d.ts +27 -0
  1027. package/dist/presentation/feedback/index.js +49 -0
  1028. package/dist/presentation/feedback/index.js.map +1 -0
  1029. package/dist/presentation/feedback/inlineSpinner/InlineSpinner.vue.d.ts +22 -0
  1030. package/dist/presentation/feedback/inlineSpinner/index.d.ts +1 -0
  1031. package/dist/presentation/feedback/liveCursor/LiveCursor.vue.d.ts +33 -0
  1032. package/dist/presentation/feedback/liveCursor/index.d.ts +1 -0
  1033. package/dist/presentation/feedback/loadingOverlay/LoadingOverlay.vue.d.ts +36 -0
  1034. package/dist/presentation/feedback/loadingOverlay/index.d.ts +1 -0
  1035. package/dist/presentation/feedback/loadingState/LoadingState.vue.d.ts +26 -0
  1036. package/dist/presentation/feedback/loadingState/index.d.ts +1 -0
  1037. package/dist/presentation/feedback/meterBar/MeterBar.vue.d.ts +21 -0
  1038. package/dist/presentation/feedback/meterBar/index.d.ts +1 -0
  1039. package/dist/presentation/feedback/notificationCenter/NotificationCenter.vue.d.ts +30 -0
  1040. package/dist/presentation/feedback/notificationCenter/NotificationItem.vue.d.ts +40 -0
  1041. package/dist/presentation/feedback/notificationCenter/index.d.ts +2 -0
  1042. package/dist/presentation/feedback/onboardingChecklist/OnboardingChecklist.vue.d.ts +56 -0
  1043. package/dist/presentation/feedback/onboardingChecklist/OnboardingChecklistTask.vue.d.ts +27 -0
  1044. package/dist/presentation/feedback/onboardingChecklist/index.d.ts +3 -0
  1045. package/dist/presentation/feedback/presenceIndicator/PresenceIndicator.vue.d.ts +34 -0
  1046. package/dist/presentation/feedback/presenceIndicator/index.d.ts +1 -0
  1047. package/dist/presentation/feedback/progressBar/ProgressBar.variants.d.ts +104 -0
  1048. package/dist/presentation/feedback/progressBar/ProgressBar.vue.d.ts +19 -0
  1049. package/dist/presentation/feedback/progressBar/index.d.ts +2 -0
  1050. package/dist/presentation/feedback/progressCircle/ProgressCircle.vue.d.ts +21 -0
  1051. package/dist/presentation/feedback/progressCircle/index.d.ts +1 -0
  1052. package/dist/presentation/feedback/progressSteps/ProgressSteps.vue.d.ts +16 -0
  1053. package/dist/presentation/feedback/progressSteps/index.d.ts +1 -0
  1054. package/dist/presentation/feedback/skeleton/Skeleton.variants.d.ts +57 -0
  1055. package/dist/presentation/feedback/skeleton/Skeleton.vue.d.ts +17 -0
  1056. package/dist/presentation/feedback/skeleton/index.d.ts +2 -0
  1057. package/dist/presentation/feedback/spinner/Spinner.variants.d.ts +115 -0
  1058. package/dist/presentation/feedback/spinner/Spinner.vue.d.ts +17 -0
  1059. package/dist/presentation/feedback/spinner/index.d.ts +2 -0
  1060. package/dist/presentation/feedback/statusIndicator/StatusIndicator.vue.d.ts +31 -0
  1061. package/dist/presentation/feedback/statusIndicator/index.d.ts +1 -0
  1062. package/dist/presentation/feedback/toast/Toast.vue.d.ts +41 -0
  1063. package/dist/presentation/feedback/toast/index.d.ts +1 -0
  1064. package/dist/presentation/feedback/toastSimple/ToastSimple.variants.d.ts +61 -0
  1065. package/dist/presentation/feedback/toastSimple/ToastSimple.vue.d.ts +20 -0
  1066. package/dist/presentation/feedback/toastSimple/index.d.ts +2 -0
  1067. package/dist/presentation/feedback/toaster/Toaster.vue.d.ts +84 -0
  1068. package/dist/presentation/feedback/toaster/index.d.ts +1 -0
  1069. package/dist/presentation/feedback/tour/Tour.vue.d.ts +45 -0
  1070. package/dist/presentation/feedback/tour/index.d.ts +1 -0
  1071. package/dist/presentation/feedback/trendIndicator/TrendIndicator.vue.d.ts +32 -0
  1072. package/dist/presentation/feedback/trendIndicator/index.d.ts +1 -0
  1073. package/dist/presentation/feedback/typingIndicator/TypingIndicator.vue.d.ts +36 -0
  1074. package/dist/presentation/feedback/typingIndicator/index.d.ts +1 -0
  1075. package/dist/presentation/feedback/undoBar/UndoBar.vue.d.ts +34 -0
  1076. package/dist/presentation/feedback/undoBar/index.d.ts +1 -0
  1077. package/dist/presentation/forms/ColorExtensions.d.ts +37 -0
  1078. package/dist/presentation/forms/DateExtensions.d.ts +70 -0
  1079. package/dist/presentation/forms/InputStyles.d.ts +228 -0
  1080. package/dist/presentation/forms/MonthGrid.vue.d.ts +40 -0
  1081. package/dist/presentation/forms/addressForm/AddressForm.vue.d.ts +54 -0
  1082. package/dist/presentation/forms/addressForm/index.d.ts +1 -0
  1083. package/dist/presentation/forms/calendar/Calendar.vue.d.ts +33 -0
  1084. package/dist/presentation/forms/calendar/index.d.ts +1 -0
  1085. package/dist/presentation/forms/characterCount/CharacterCount.vue.d.ts +15 -0
  1086. package/dist/presentation/forms/characterCount/index.d.ts +1 -0
  1087. package/dist/presentation/forms/chatComposer/ChatComposer.vue.d.ts +74 -0
  1088. package/dist/presentation/forms/chatComposer/index.d.ts +1 -0
  1089. package/dist/presentation/forms/checkbox/Checkbox.variants.d.ts +133 -0
  1090. package/dist/presentation/forms/checkbox/Checkbox.vue.d.ts +48 -0
  1091. package/dist/presentation/forms/checkbox/index.d.ts +2 -0
  1092. package/dist/presentation/forms/checkboxField/CheckboxField.vue.d.ts +35 -0
  1093. package/dist/presentation/forms/checkboxField/index.d.ts +1 -0
  1094. package/dist/presentation/forms/checkboxGroup/CheckboxGroup.vue.d.ts +39 -0
  1095. package/dist/presentation/forms/checkboxGroup/CheckboxGroupContext.d.ts +14 -0
  1096. package/dist/presentation/forms/checkboxGroup/index.d.ts +2 -0
  1097. package/dist/presentation/forms/choiceCard/ChoiceCard.vue.d.ts +35 -0
  1098. package/dist/presentation/forms/choiceCard/index.d.ts +1 -0
  1099. package/dist/presentation/forms/codeEditor/CodeEditor.vue.d.ts +50 -0
  1100. package/dist/presentation/forms/codeEditor/index.d.ts +1 -0
  1101. package/dist/presentation/forms/colorArea/ColorArea.vue.d.ts +40 -0
  1102. package/dist/presentation/forms/colorArea/index.d.ts +1 -0
  1103. package/dist/presentation/forms/colorField/ColorField.vue.d.ts +44 -0
  1104. package/dist/presentation/forms/colorField/index.d.ts +1 -0
  1105. package/dist/presentation/forms/colorPicker/ColorPicker.vue.d.ts +62 -0
  1106. package/dist/presentation/forms/colorPicker/index.d.ts +1 -0
  1107. package/dist/presentation/forms/colorSlider/ColorSlider.vue.d.ts +47 -0
  1108. package/dist/presentation/forms/colorSlider/index.d.ts +1 -0
  1109. package/dist/presentation/forms/colorSwatch/ColorSwatch.variants.d.ts +186 -0
  1110. package/dist/presentation/forms/colorSwatch/ColorSwatch.vue.d.ts +33 -0
  1111. package/dist/presentation/forms/colorSwatch/index.d.ts +2 -0
  1112. package/dist/presentation/forms/colorSwatchPicker/ColorSwatchItem.vue.d.ts +27 -0
  1113. package/dist/presentation/forms/colorSwatchPicker/ColorSwatchPicker.vue.d.ts +41 -0
  1114. package/dist/presentation/forms/colorSwatchPicker/index.d.ts +1 -0
  1115. package/dist/presentation/forms/colorWheel/ColorWheel.vue.d.ts +34 -0
  1116. package/dist/presentation/forms/colorWheel/index.d.ts +1 -0
  1117. package/dist/presentation/forms/combobox/Combobox.vue.d.ts +60 -0
  1118. package/dist/presentation/forms/combobox/ComboboxContent.vue.d.ts +39 -0
  1119. package/dist/presentation/forms/combobox/ComboboxContext.d.ts +53 -0
  1120. package/dist/presentation/forms/combobox/ComboboxEmpty.vue.d.ts +10 -0
  1121. package/dist/presentation/forms/combobox/ComboboxGroup.vue.d.ts +19 -0
  1122. package/dist/presentation/forms/combobox/ComboboxInput.vue.d.ts +12 -0
  1123. package/dist/presentation/forms/combobox/ComboboxItem.vue.d.ts +28 -0
  1124. package/dist/presentation/forms/combobox/ComboboxSeparator.vue.d.ts +3 -0
  1125. package/dist/presentation/forms/combobox/index.d.ts +8 -0
  1126. package/dist/presentation/forms/cronInput/CronInput.vue.d.ts +68 -0
  1127. package/dist/presentation/forms/cronInput/index.d.ts +1 -0
  1128. package/dist/presentation/forms/currencyInput/CurrencyInput.vue.d.ts +12 -0
  1129. package/dist/presentation/forms/currencyInput/index.d.ts +1 -0
  1130. package/dist/presentation/forms/dateField/DateField.vue.d.ts +42 -0
  1131. package/dist/presentation/forms/dateField/index.d.ts +1 -0
  1132. package/dist/presentation/forms/datePicker/DatePicker.vue.d.ts +53 -0
  1133. package/dist/presentation/forms/datePicker/index.d.ts +1 -0
  1134. package/dist/presentation/forms/dateRangePicker/DateRangePicker.vue.d.ts +54 -0
  1135. package/dist/presentation/forms/dateRangePicker/index.d.ts +1 -0
  1136. package/dist/presentation/forms/dateTimeField/DateTimeField.vue.d.ts +42 -0
  1137. package/dist/presentation/forms/dateTimeField/index.d.ts +1 -0
  1138. package/dist/presentation/forms/editable/Editable.vue.d.ts +60 -0
  1139. package/dist/presentation/forms/editable/EditableCancel.vue.d.ts +12 -0
  1140. package/dist/presentation/forms/editable/EditableContext.d.ts +37 -0
  1141. package/dist/presentation/forms/editable/EditableInput.vue.d.ts +12 -0
  1142. package/dist/presentation/forms/editable/EditablePreview.vue.d.ts +7 -0
  1143. package/dist/presentation/forms/editable/EditableSubmit.vue.d.ts +14 -0
  1144. package/dist/presentation/forms/editable/index.d.ts +7 -0
  1145. package/dist/presentation/forms/emailInput/EmailInput.vue.d.ts +43 -0
  1146. package/dist/presentation/forms/emailInput/index.d.ts +1 -0
  1147. package/dist/presentation/forms/emojiPicker/CategoryNav.vue.d.ts +19 -0
  1148. package/dist/presentation/forms/emojiPicker/EmojiGrid.vue.d.ts +26 -0
  1149. package/dist/presentation/forms/emojiPicker/EmojiPicker.variants.d.ts +77 -0
  1150. package/dist/presentation/forms/emojiPicker/EmojiPicker.vue.d.ts +45 -0
  1151. package/dist/presentation/forms/emojiPicker/EmojiPickerPopover.vue.d.ts +68 -0
  1152. package/dist/presentation/forms/emojiPicker/EmojiTile.vue.d.ts +22 -0
  1153. package/dist/presentation/forms/emojiPicker/index.d.ts +4 -0
  1154. package/dist/presentation/forms/emojiPicker/useEmojiPicker.d.ts +45 -0
  1155. package/dist/presentation/forms/emojiSizeControl/EmojiSizeControl.variants.d.ts +23 -0
  1156. package/dist/presentation/forms/emojiSizeControl/EmojiSizeControl.vue.d.ts +32 -0
  1157. package/dist/presentation/forms/emojiSizeControl/index.d.ts +2 -0
  1158. package/dist/presentation/forms/field/Field.vue.d.ts +37 -0
  1159. package/dist/presentation/forms/field/index.d.ts +6 -0
  1160. package/dist/presentation/forms/fieldset/Fieldset.vue.d.ts +22 -0
  1161. package/dist/presentation/forms/fieldset/index.d.ts +1 -0
  1162. package/dist/presentation/forms/filePicker/FilePicker.vue.d.ts +34 -0
  1163. package/dist/presentation/forms/filePicker/index.d.ts +1 -0
  1164. package/dist/presentation/forms/fileUpload/FileUpload.vue.d.ts +60 -0
  1165. package/dist/presentation/forms/fileUpload/index.d.ts +1 -0
  1166. package/dist/presentation/forms/fontPicker/FontPicker.vue.d.ts +43 -0
  1167. package/dist/presentation/forms/fontPicker/index.d.ts +1 -0
  1168. package/dist/presentation/forms/formErrorMessage/FormErrorMessage.vue.d.ts +24 -0
  1169. package/dist/presentation/forms/formErrorMessage/index.d.ts +1 -0
  1170. package/dist/presentation/forms/formHelperText/FormHelperText.vue.d.ts +19 -0
  1171. package/dist/presentation/forms/formHelperText/index.d.ts +1 -0
  1172. package/dist/presentation/forms/gradientPicker/GradientPicker.vue.d.ts +50 -0
  1173. package/dist/presentation/forms/gradientPicker/index.d.ts +1 -0
  1174. package/dist/presentation/forms/iconPicker/IconPicker.vue.d.ts +45 -0
  1175. package/dist/presentation/forms/iconPicker/index.d.ts +1 -0
  1176. package/dist/presentation/forms/index.d.ts +75 -0
  1177. package/dist/presentation/forms/index.js +165 -0
  1178. package/dist/presentation/forms/index.js.map +1 -0
  1179. package/dist/presentation/forms/inputAddon/InputAddon.vue.d.ts +20 -0
  1180. package/dist/presentation/forms/inputAddon/index.d.ts +1 -0
  1181. package/dist/presentation/forms/inputGroup/InputGroup.vue.d.ts +19 -0
  1182. package/dist/presentation/forms/inputGroup/index.d.ts +1 -0
  1183. package/dist/presentation/forms/jsonEditor/JSONEditor.vue.d.ts +49 -0
  1184. package/dist/presentation/forms/jsonEditor/JSONEditorContext.d.ts +28 -0
  1185. package/dist/presentation/forms/jsonEditor/JSONEditorHelpers.d.ts +6 -0
  1186. package/dist/presentation/forms/jsonEditor/JSONEditorTextView.vue.d.ts +14 -0
  1187. package/dist/presentation/forms/jsonEditor/JSONEditorTreeNode.vue.d.ts +15 -0
  1188. package/dist/presentation/forms/jsonEditor/JSONEditorTreeView.vue.d.ts +8 -0
  1189. package/dist/presentation/forms/jsonEditor/index.d.ts +2 -0
  1190. package/dist/presentation/forms/keyboardShortcutPicker/KeyboardShortcutPicker.vue.d.ts +43 -0
  1191. package/dist/presentation/forms/keyboardShortcutPicker/index.d.ts +1 -0
  1192. package/dist/presentation/forms/knob/Knob.vue.d.ts +75 -0
  1193. package/dist/presentation/forms/knob/index.d.ts +1 -0
  1194. package/dist/presentation/forms/label/Label.vue.d.ts +34 -0
  1195. package/dist/presentation/forms/label/index.d.ts +1 -0
  1196. package/dist/presentation/forms/labeledInput/LabeledInput.vue.d.ts +23 -0
  1197. package/dist/presentation/forms/labeledInput/index.d.ts +2 -0
  1198. package/dist/presentation/forms/legend/Legend.vue.d.ts +21 -0
  1199. package/dist/presentation/forms/legend/index.d.ts +1 -0
  1200. package/dist/presentation/forms/listbox/Listbox.variants.d.ts +71 -0
  1201. package/dist/presentation/forms/listbox/Listbox.vue.d.ts +70 -0
  1202. package/dist/presentation/forms/listbox/ListboxContext.d.ts +47 -0
  1203. package/dist/presentation/forms/listbox/ListboxEmpty.vue.d.ts +10 -0
  1204. package/dist/presentation/forms/listbox/ListboxGroup.vue.d.ts +20 -0
  1205. package/dist/presentation/forms/listbox/ListboxItem.vue.d.ts +24 -0
  1206. package/dist/presentation/forms/listbox/ListboxSeparator.vue.d.ts +3 -0
  1207. package/dist/presentation/forms/listbox/index.d.ts +7 -0
  1208. package/dist/presentation/forms/markdownEditor/MarkdownEditor.vue.d.ts +73 -0
  1209. package/dist/presentation/forms/markdownEditor/index.d.ts +1 -0
  1210. package/dist/presentation/forms/maskedInput/MaskedInput.vue.d.ts +42 -0
  1211. package/dist/presentation/forms/maskedInput/index.d.ts +1 -0
  1212. package/dist/presentation/forms/multiSelect/MultiSelect.vue.d.ts +52 -0
  1213. package/dist/presentation/forms/multiSelect/MultiSelectContent.vue.d.ts +31 -0
  1214. package/dist/presentation/forms/multiSelect/MultiSelectContext.d.ts +38 -0
  1215. package/dist/presentation/forms/multiSelect/MultiSelectItem.vue.d.ts +25 -0
  1216. package/dist/presentation/forms/multiSelect/MultiSelectTags.vue.d.ts +14 -0
  1217. package/dist/presentation/forms/multiSelect/MultiSelectTrigger.vue.d.ts +20 -0
  1218. package/dist/presentation/forms/multiSelect/index.d.ts +6 -0
  1219. package/dist/presentation/forms/numberInput/NumberInput.vue.d.ts +51 -0
  1220. package/dist/presentation/forms/numberInput/index.d.ts +1 -0
  1221. package/dist/presentation/forms/passwordInput/PasswordInput.vue.d.ts +48 -0
  1222. package/dist/presentation/forms/passwordInput/index.d.ts +1 -0
  1223. package/dist/presentation/forms/passwordStrength/PasswordStrength.vue.d.ts +16 -0
  1224. package/dist/presentation/forms/passwordStrength/index.d.ts +1 -0
  1225. package/dist/presentation/forms/percentInput/PercentInput.vue.d.ts +8 -0
  1226. package/dist/presentation/forms/percentInput/index.d.ts +1 -0
  1227. package/dist/presentation/forms/phoneInput/PhoneInput.vue.d.ts +45 -0
  1228. package/dist/presentation/forms/phoneInput/index.d.ts +1 -0
  1229. package/dist/presentation/forms/pinInput/PinInput.vue.d.ts +46 -0
  1230. package/dist/presentation/forms/pinInput/index.d.ts +1 -0
  1231. package/dist/presentation/forms/radio/Radio.vue.d.ts +35 -0
  1232. package/dist/presentation/forms/radio/index.d.ts +1 -0
  1233. package/dist/presentation/forms/radioField/RadioField.vue.d.ts +35 -0
  1234. package/dist/presentation/forms/radioField/index.d.ts +1 -0
  1235. package/dist/presentation/forms/radioGroup/RadioGroup.vue.d.ts +41 -0
  1236. package/dist/presentation/forms/radioGroup/RadioGroupContext.d.ts +16 -0
  1237. package/dist/presentation/forms/radioGroup/index.d.ts +2 -0
  1238. package/dist/presentation/forms/rangeCalendar/RangeCalendar.vue.d.ts +37 -0
  1239. package/dist/presentation/forms/rangeCalendar/index.d.ts +1 -0
  1240. package/dist/presentation/forms/reactionPicker/ReactionPicker.vue.d.ts +32 -0
  1241. package/dist/presentation/forms/reactionPicker/index.d.ts +1 -0
  1242. package/dist/presentation/forms/recurrenceEditor/RecurrenceEditor.vue.d.ts +88 -0
  1243. package/dist/presentation/forms/recurrenceEditor/index.d.ts +1 -0
  1244. package/dist/presentation/forms/searchInput/SearchInput.vue.d.ts +48 -0
  1245. package/dist/presentation/forms/searchInput/index.d.ts +1 -0
  1246. package/dist/presentation/forms/select/Select.variants.d.ts +263 -0
  1247. package/dist/presentation/forms/select/Select.vue.d.ts +69 -0
  1248. package/dist/presentation/forms/select/SelectContent.vue.d.ts +44 -0
  1249. package/dist/presentation/forms/select/SelectContext.d.ts +76 -0
  1250. package/dist/presentation/forms/select/SelectItem.vue.d.ts +33 -0
  1251. package/dist/presentation/forms/select/SelectTrigger.vue.d.ts +21 -0
  1252. package/dist/presentation/forms/select/SelectValue.vue.d.ts +22 -0
  1253. package/dist/presentation/forms/select/index.d.ts +7 -0
  1254. package/dist/presentation/forms/slider/Slider.vue.d.ts +38 -0
  1255. package/dist/presentation/forms/slider/index.d.ts +1 -0
  1256. package/dist/presentation/forms/stepper/Stepper.vue.d.ts +34 -0
  1257. package/dist/presentation/forms/stepper/StepperContext.d.ts +44 -0
  1258. package/dist/presentation/forms/stepper/StepperList.vue.d.ts +256 -0
  1259. package/dist/presentation/forms/stepper/StepperPanel.vue.d.ts +16 -0
  1260. package/dist/presentation/forms/stepper/StepperStep.vue.d.ts +23 -0
  1261. package/dist/presentation/forms/stepper/index.d.ts +5 -0
  1262. package/dist/presentation/forms/switch/Switch.vue.d.ts +35 -0
  1263. package/dist/presentation/forms/switch/index.d.ts +1 -0
  1264. package/dist/presentation/forms/switchField/SwitchField.vue.d.ts +33 -0
  1265. package/dist/presentation/forms/switchField/index.d.ts +1 -0
  1266. package/dist/presentation/forms/tagsInput/TagsInput.vue.d.ts +75 -0
  1267. package/dist/presentation/forms/tagsInput/index.d.ts +1 -0
  1268. package/dist/presentation/forms/telInput/TelInput.vue.d.ts +43 -0
  1269. package/dist/presentation/forms/telInput/index.d.ts +1 -0
  1270. package/dist/presentation/forms/textAreaInput/TextAreaInput.vue.d.ts +46 -0
  1271. package/dist/presentation/forms/textAreaInput/index.d.ts +1 -0
  1272. package/dist/presentation/forms/textInput/TextInput.vue.d.ts +43 -0
  1273. package/dist/presentation/forms/textInput/index.d.ts +1 -0
  1274. package/dist/presentation/forms/timeField/TimeField.vue.d.ts +38 -0
  1275. package/dist/presentation/forms/timeField/index.d.ts +1 -0
  1276. package/dist/presentation/forms/timePicker/TimePicker.vue.d.ts +50 -0
  1277. package/dist/presentation/forms/timePicker/index.d.ts +1 -0
  1278. package/dist/presentation/forms/urlInput/UrlInput.vue.d.ts +43 -0
  1279. package/dist/presentation/forms/urlInput/index.d.ts +1 -0
  1280. package/dist/presentation/forms/wizard/Wizard.vue.d.ts +38 -0
  1281. package/dist/presentation/forms/wizard/WizardContext.d.ts +38 -0
  1282. package/dist/presentation/forms/wizard/WizardFooter.vue.d.ts +29 -0
  1283. package/dist/presentation/forms/wizard/WizardStep.vue.d.ts +29 -0
  1284. package/dist/presentation/forms/wizard/WizardSteps.vue.d.ts +7 -0
  1285. package/dist/presentation/forms/wizard/index.d.ts +6 -0
  1286. package/dist/presentation/layout/appShell/AppShell.vue.d.ts +90 -0
  1287. package/dist/presentation/layout/appShell/AppShellAside.vue.d.ts +20 -0
  1288. package/dist/presentation/layout/appShell/AppShellContent.vue.d.ts +20 -0
  1289. package/dist/presentation/layout/appShell/AppShellFooter.vue.d.ts +20 -0
  1290. package/dist/presentation/layout/appShell/AppShellHeader.vue.d.ts +20 -0
  1291. package/dist/presentation/layout/appShell/AppShellMain.vue.d.ts +20 -0
  1292. package/dist/presentation/layout/appShell/AppShellSidebar.vue.d.ts +20 -0
  1293. package/dist/presentation/layout/appShell/index.d.ts +7 -0
  1294. package/dist/presentation/layout/aspectRatio/AspectRatio.vue.d.ts +18 -0
  1295. package/dist/presentation/layout/aspectRatio/index.d.ts +1 -0
  1296. package/dist/presentation/layout/box/Box.vue.d.ts +19 -0
  1297. package/dist/presentation/layout/box/index.d.ts +1 -0
  1298. package/dist/presentation/layout/center/Center.vue.d.ts +13 -0
  1299. package/dist/presentation/layout/center/index.d.ts +1 -0
  1300. package/dist/presentation/layout/cluster/Cluster.vue.d.ts +22 -0
  1301. package/dist/presentation/layout/cluster/index.d.ts +1 -0
  1302. package/dist/presentation/layout/container/Container.variants.d.ts +84 -0
  1303. package/dist/presentation/layout/container/Container.vue.d.ts +21 -0
  1304. package/dist/presentation/layout/container/index.d.ts +2 -0
  1305. package/dist/presentation/layout/controlGroup/ControlGroup.variants.d.ts +136 -0
  1306. package/dist/presentation/layout/controlGroup/ControlGroup.vue.d.ts +35 -0
  1307. package/dist/presentation/layout/controlGroup/index.d.ts +2 -0
  1308. package/dist/presentation/layout/divider/Divider.variants.d.ts +47 -0
  1309. package/dist/presentation/layout/divider/Divider.vue.d.ts +38 -0
  1310. package/dist/presentation/layout/divider/index.d.ts +2 -0
  1311. package/dist/presentation/layout/flex/Flex.vue.d.ts +18 -0
  1312. package/dist/presentation/layout/flex/index.d.ts +1 -0
  1313. package/dist/presentation/layout/frame/Frame.vue.d.ts +38 -0
  1314. package/dist/presentation/layout/frame/index.d.ts +1 -0
  1315. package/dist/presentation/layout/grid/Grid.variants.d.ts +193 -0
  1316. package/dist/presentation/layout/grid/Grid.vue.d.ts +32 -0
  1317. package/dist/presentation/layout/grid/index.d.ts +2 -0
  1318. package/dist/presentation/layout/hStack/HStack.vue.d.ts +14 -0
  1319. package/dist/presentation/layout/hStack/index.d.ts +1 -0
  1320. package/dist/presentation/layout/index.d.ts +24 -0
  1321. package/dist/presentation/layout/index.js +64 -0
  1322. package/dist/presentation/layout/index.js.map +1 -0
  1323. package/dist/presentation/layout/inline/Inline.vue.d.ts +42 -0
  1324. package/dist/presentation/layout/inline/index.d.ts +1 -0
  1325. package/dist/presentation/layout/navbar/Navbar.variants.d.ts +86 -0
  1326. package/dist/presentation/layout/navbar/Navbar.vue.d.ts +43 -0
  1327. package/dist/presentation/layout/navbar/index.d.ts +2 -0
  1328. package/dist/presentation/layout/overlay/Overlay.variants.d.ts +231 -0
  1329. package/dist/presentation/layout/overlay/Overlay.vue.d.ts +64 -0
  1330. package/dist/presentation/layout/overlay/index.d.ts +2 -0
  1331. package/dist/presentation/layout/pullToRefresh/PullToRefresh.vue.d.ts +22 -0
  1332. package/dist/presentation/layout/pullToRefresh/index.d.ts +1 -0
  1333. package/dist/presentation/layout/resizablePanels/ResizablePanel.vue.d.ts +21 -0
  1334. package/dist/presentation/layout/resizablePanels/ResizablePanels.vue.d.ts +59 -0
  1335. package/dist/presentation/layout/resizablePanels/ResizableSeparator.vue.d.ts +10 -0
  1336. package/dist/presentation/layout/resizablePanels/index.d.ts +4 -0
  1337. package/dist/presentation/layout/scrollArea/ScrollArea.vue.d.ts +31 -0
  1338. package/dist/presentation/layout/scrollArea/index.d.ts +1 -0
  1339. package/dist/presentation/layout/section/Section.variants.d.ts +76 -0
  1340. package/dist/presentation/layout/section/Section.vue.d.ts +33 -0
  1341. package/dist/presentation/layout/section/index.d.ts +2 -0
  1342. package/dist/presentation/layout/spacer/Spacer.vue.d.ts +15 -0
  1343. package/dist/presentation/layout/spacer/index.d.ts +1 -0
  1344. package/dist/presentation/layout/stack/Stack.variants.d.ts +330 -0
  1345. package/dist/presentation/layout/stack/Stack.vue.d.ts +37 -0
  1346. package/dist/presentation/layout/stack/index.d.ts +2 -0
  1347. package/dist/presentation/layout/surface/Surface.vue.d.ts +39 -0
  1348. package/dist/presentation/layout/surface/index.d.ts +1 -0
  1349. package/dist/presentation/layout/twoColumn/TwoColumn.vue.d.ts +28 -0
  1350. package/dist/presentation/layout/twoColumn/index.d.ts +1 -0
  1351. package/dist/presentation/layout/vStack/VStack.vue.d.ts +14 -0
  1352. package/dist/presentation/layout/vStack/index.d.ts +1 -0
  1353. package/dist/presentation/nav/NavHelpers.d.ts +11 -0
  1354. package/dist/presentation/nav/breadcrumb/Breadcrumb.vue.d.ts +27 -0
  1355. package/dist/presentation/nav/breadcrumb/index.d.ts +1 -0
  1356. package/dist/presentation/nav/commandPalette/CommandPalette.vue.d.ts +53 -0
  1357. package/dist/presentation/nav/commandPalette/CommandPaletteContent.vue.d.ts +17 -0
  1358. package/dist/presentation/nav/commandPalette/CommandPaletteContext.d.ts +42 -0
  1359. package/dist/presentation/nav/commandPalette/CommandPaletteEmpty.vue.d.ts +19 -0
  1360. package/dist/presentation/nav/commandPalette/CommandPaletteGroup.vue.d.ts +19 -0
  1361. package/dist/presentation/nav/commandPalette/CommandPaletteInput.vue.d.ts +14 -0
  1362. package/dist/presentation/nav/commandPalette/CommandPaletteItem.vue.d.ts +36 -0
  1363. package/dist/presentation/nav/commandPalette/CommandPaletteList.vue.d.ts +19 -0
  1364. package/dist/presentation/nav/commandPalette/CommandPaletteSeparator.vue.d.ts +12 -0
  1365. package/dist/presentation/nav/commandPalette/index.d.ts +9 -0
  1366. package/dist/presentation/nav/contextMenu/ContextMenu.vue.d.ts +18 -0
  1367. package/dist/presentation/nav/contextMenu/ContextMenuContent.vue.d.ts +29 -0
  1368. package/dist/presentation/nav/contextMenu/ContextMenuContext.d.ts +20 -0
  1369. package/dist/presentation/nav/contextMenu/ContextMenuTrigger.vue.d.ts +27 -0
  1370. package/dist/presentation/nav/contextMenu/index.d.ts +4 -0
  1371. package/dist/presentation/nav/dropdownMenu/DropdownMenu.vue.d.ts +44 -0
  1372. package/dist/presentation/nav/dropdownMenu/DropdownMenuContent.vue.d.ts +20 -0
  1373. package/dist/presentation/nav/dropdownMenu/DropdownMenuContext.d.ts +28 -0
  1374. package/dist/presentation/nav/dropdownMenu/DropdownMenuTrigger.vue.d.ts +24 -0
  1375. package/dist/presentation/nav/dropdownMenu/index.d.ts +4 -0
  1376. package/dist/presentation/nav/index.d.ts +11 -0
  1377. package/dist/presentation/nav/index.js +62 -0
  1378. package/dist/presentation/nav/index.js.map +1 -0
  1379. package/dist/presentation/nav/menu/Menu.variants.d.ts +61 -0
  1380. package/dist/presentation/nav/menu/Menu.vue.d.ts +65 -0
  1381. package/dist/presentation/nav/menu/MenuContext.d.ts +25 -0
  1382. package/dist/presentation/nav/menu/MenuGroup.vue.d.ts +19 -0
  1383. package/dist/presentation/nav/menu/MenuItem.vue.d.ts +33 -0
  1384. package/dist/presentation/nav/menu/MenuLabel.vue.d.ts +20 -0
  1385. package/dist/presentation/nav/menu/MenuSeparator.vue.d.ts +12 -0
  1386. package/dist/presentation/nav/menu/index.d.ts +7 -0
  1387. package/dist/presentation/nav/menubar/Menubar.variants.d.ts +6 -0
  1388. package/dist/presentation/nav/menubar/Menubar.vue.d.ts +274 -0
  1389. package/dist/presentation/nav/menubar/MenubarContent.vue.d.ts +30 -0
  1390. package/dist/presentation/nav/menubar/MenubarContext.d.ts +34 -0
  1391. package/dist/presentation/nav/menubar/MenubarMenu.vue.d.ts +14 -0
  1392. package/dist/presentation/nav/menubar/MenubarTrigger.vue.d.ts +20 -0
  1393. package/dist/presentation/nav/menubar/index.d.ts +5 -0
  1394. package/dist/presentation/nav/navItem/NavItem.vue.d.ts +30 -0
  1395. package/dist/presentation/nav/navItem/index.d.ts +1 -0
  1396. package/dist/presentation/nav/navigationMenu/NavigationMenu.vue.d.ts +33 -0
  1397. package/dist/presentation/nav/navigationMenu/NavigationMenuContent.vue.d.ts +20 -0
  1398. package/dist/presentation/nav/navigationMenu/NavigationMenuContext.d.ts +24 -0
  1399. package/dist/presentation/nav/navigationMenu/NavigationMenuItem.vue.d.ts +16 -0
  1400. package/dist/presentation/nav/navigationMenu/NavigationMenuLink.vue.d.ts +20 -0
  1401. package/dist/presentation/nav/navigationMenu/NavigationMenuList.vue.d.ts +262 -0
  1402. package/dist/presentation/nav/navigationMenu/NavigationMenuTrigger.vue.d.ts +20 -0
  1403. package/dist/presentation/nav/navigationMenu/index.d.ts +7 -0
  1404. package/dist/presentation/nav/pagination/Pagination.vue.d.ts +24 -0
  1405. package/dist/presentation/nav/pagination/index.d.ts +1 -0
  1406. package/dist/presentation/nav/scrollSpy/ScrollSpy.vue.d.ts +31 -0
  1407. package/dist/presentation/nav/scrollSpy/UseScrollSpy.d.ts +20 -0
  1408. package/dist/presentation/nav/scrollSpy/index.d.ts +2 -0
  1409. package/dist/presentation/nav/tableOfContents/TableOfContents.vue.d.ts +41 -0
  1410. package/dist/presentation/nav/tableOfContents/index.d.ts +1 -0
  1411. package/dist/presentation/overlays/OverlayBody.vue.d.ts +20 -0
  1412. package/dist/presentation/overlays/OverlayChrome.d.ts +9 -0
  1413. package/dist/presentation/overlays/OverlayCloseButton.vue.d.ts +24 -0
  1414. package/dist/presentation/overlays/OverlayDescription.vue.d.ts +20 -0
  1415. package/dist/presentation/overlays/OverlayFooter.vue.d.ts +20 -0
  1416. package/dist/presentation/overlays/OverlayHeader.vue.d.ts +20 -0
  1417. package/dist/presentation/overlays/OverlayHelpers.d.ts +11 -0
  1418. package/dist/presentation/overlays/OverlayTitle.vue.d.ts +20 -0
  1419. package/dist/presentation/overlays/actionSheet/ActionSheet.vue.d.ts +52 -0
  1420. package/dist/presentation/overlays/actionSheet/ActionSheetAction.vue.d.ts +29 -0
  1421. package/dist/presentation/overlays/actionSheet/ActionSheetCancel.vue.d.ts +19 -0
  1422. package/dist/presentation/overlays/actionSheet/index.d.ts +4 -0
  1423. package/dist/presentation/overlays/alertModal/AlertModal.vue.d.ts +28 -0
  1424. package/dist/presentation/overlays/alertModal/AlertModalAction.vue.d.ts +24 -0
  1425. package/dist/presentation/overlays/alertModal/AlertModalCancel.vue.d.ts +19 -0
  1426. package/dist/presentation/overlays/alertModal/AlertModalContent.vue.d.ts +15 -0
  1427. package/dist/presentation/overlays/alertModal/index.d.ts +12 -0
  1428. package/dist/presentation/overlays/backdrop/Backdrop.vue.d.ts +40 -0
  1429. package/dist/presentation/overlays/backdrop/index.d.ts +1 -0
  1430. package/dist/presentation/overlays/bottomSheet/BottomSheet.vue.d.ts +79 -0
  1431. package/dist/presentation/overlays/bottomSheet/index.d.ts +3 -0
  1432. package/dist/presentation/overlays/drawer/Drawer.vue.d.ts +68 -0
  1433. package/dist/presentation/overlays/drawer/DrawerContent.vue.d.ts +54 -0
  1434. package/dist/presentation/overlays/drawer/DrawerTrigger.vue.d.ts +24 -0
  1435. package/dist/presentation/overlays/drawer/index.d.ts +9 -0
  1436. package/dist/presentation/overlays/hoverCard/HoverCard.vue.d.ts +68 -0
  1437. package/dist/presentation/overlays/hoverCard/HoverCardArrow.vue.d.ts +10 -0
  1438. package/dist/presentation/overlays/hoverCard/HoverCardContent.vue.d.ts +20 -0
  1439. package/dist/presentation/overlays/hoverCard/HoverCardTrigger.vue.d.ts +24 -0
  1440. package/dist/presentation/overlays/hoverCard/index.d.ts +4 -0
  1441. package/dist/presentation/overlays/index.d.ts +8 -0
  1442. package/dist/presentation/overlays/index.js +62 -0
  1443. package/dist/presentation/overlays/index.js.map +1 -0
  1444. package/dist/presentation/overlays/modal/Modal.vue.d.ts +75 -0
  1445. package/dist/presentation/overlays/modal/ModalContent.vue.d.ts +38 -0
  1446. package/dist/presentation/overlays/modal/ModalTrigger.vue.d.ts +24 -0
  1447. package/dist/presentation/overlays/modal/index.d.ts +22 -0
  1448. package/dist/presentation/overlays/popover/Popover.vue.d.ts +70 -0
  1449. package/dist/presentation/overlays/popover/PopoverArrow.vue.d.ts +10 -0
  1450. package/dist/presentation/overlays/popover/PopoverContent.vue.d.ts +34 -0
  1451. package/dist/presentation/overlays/popover/PopoverTrigger.vue.d.ts +24 -0
  1452. package/dist/presentation/overlays/popover/index.d.ts +4 -0
  1453. package/dist/query/CreateQueryClient.d.ts +19 -0
  1454. package/dist/query/Devtools.vue.d.ts +10 -0
  1455. package/dist/query/Endpoints.d.ts +14 -0
  1456. package/dist/query/PageHelpers.d.ts +10 -0
  1457. package/dist/query/Persistence.d.ts +40 -0
  1458. package/dist/query/QueryPlugin.d.ts +14 -0
  1459. package/dist/query/QueryProgressBridge.d.ts +16 -0
  1460. package/dist/query/QueryProvider.vue.d.ts +17 -0
  1461. package/dist/query/QueryTestUtils.d.ts +54 -0
  1462. package/dist/query/ToApiError.d.ts +7 -0
  1463. package/dist/query/UseAppInfiniteQuery.d.ts +45 -0
  1464. package/dist/query/UseAppLazyQuery.d.ts +40 -0
  1465. package/dist/query/UseAppMutation.d.ts +32 -0
  1466. package/dist/query/UseAppPaginatedQuery.d.ts +39 -0
  1467. package/dist/query/UseAppQueries.d.ts +43 -0
  1468. package/dist/query/UseAppQuery.d.ts +38 -0
  1469. package/dist/query/UseAppSuspenseQuery.d.ts +42 -0
  1470. package/dist/query/UseOptimisticMutation.d.ts +25 -0
  1471. package/dist/query/UsePrefetchQuery.d.ts +26 -0
  1472. package/dist/query/UseQueryCache.d.ts +31 -0
  1473. package/dist/query/index.d.ts +19 -0
  1474. package/dist/query/index.js +461 -0
  1475. package/dist/query/index.js.map +1 -0
  1476. package/dist/query/testing.d.ts +1 -0
  1477. package/dist/query/testing.js +48 -0
  1478. package/dist/query/testing.js.map +1 -0
  1479. package/dist/router/AppErrorBoundary.vue.d.ts +26 -0
  1480. package/dist/router/AppNavLink.vue.d.ts +40 -0
  1481. package/dist/router/CreateAppRouter.d.ts +65 -0
  1482. package/dist/router/DocumentMeta.d.ts +9 -0
  1483. package/dist/router/DocumentTitle.d.ts +18 -0
  1484. package/dist/router/Guards.d.ts +29 -0
  1485. package/dist/router/LazyRoute.d.ts +16 -0
  1486. package/dist/router/NavigationProgress.vue.d.ts +19 -0
  1487. package/dist/router/NavigationProgressModes.d.ts +18 -0
  1488. package/dist/router/NotFound.vue.d.ts +10 -0
  1489. package/dist/router/PageViewTracker.d.ts +23 -0
  1490. package/dist/router/Paths.d.ts +18 -0
  1491. package/dist/router/ProgressProvider.vue.d.ts +19 -0
  1492. package/dist/router/RouteAnnouncer.vue.d.ts +10 -0
  1493. package/dist/router/RouteConfig.d.ts +82 -0
  1494. package/dist/router/RouteHandles.d.ts +24 -0
  1495. package/dist/router/RoutePersistence.d.ts +21 -0
  1496. package/dist/router/UseBreadcrumbs.d.ts +17 -0
  1497. package/dist/router/UseNavigationBlocker.d.ts +41 -0
  1498. package/dist/router/UseNavigationProgress.d.ts +32 -0
  1499. package/dist/router/UsePrefetch.d.ts +19 -0
  1500. package/dist/router/UseRouteNavigating.d.ts +15 -0
  1501. package/dist/router/UseTypedSearchParams.d.ts +17 -0
  1502. package/dist/router/index.d.ts +23 -0
  1503. package/dist/router/index.js +711 -0
  1504. package/dist/router/index.js.map +1 -0
  1505. package/dist/themes.css +15374 -0
  1506. package/dist/themes.json +2898 -0
  1507. package/package.json +432 -0
@@ -0,0 +1,1923 @@
1
+ const EmojiCategory = {
2
+ /** Refers to smileys, emotion, and people. */
3
+ SmileysPeople: "smileys-people",
4
+ /** Refers to animals and nature. */
5
+ AnimalsNature: "animals-nature",
6
+ /** Refers to food and drink. */
7
+ FoodDrink: "food-drink",
8
+ /** Refers to activities, sport, and events. */
9
+ Activity: "activity",
10
+ /** Refers to travel and places. */
11
+ TravelPlaces: "travel-places",
12
+ /** Refers to objects. */
13
+ Objects: "objects",
14
+ /** Refers to symbols. */
15
+ Symbols: "symbols",
16
+ /** Refers to flags. */
17
+ Flags: "flags"
18
+ };
19
+ const rows = [
20
+ { glyph: "๐Ÿ˜€", label: "Grinning Face", tags: ["smile", "happy", "joy", ":d", "grin"], category: "smileys-people" },
21
+ { glyph: "๐Ÿ˜ƒ", label: "Grinning Face with Big Eyes", tags: ["smiley", "happy", "joy", "haha", ":d", ":)", "smile", "funny"], category: "smileys-people" },
22
+ { glyph: "๐Ÿ˜„", label: "Grinning Face with Smiling Eyes", tags: ["smile", "happy", "joy", "funny", "haha", "laugh", "like", ":d", ":)"], category: "smileys-people" },
23
+ { glyph: "๐Ÿ˜", label: "Beaming Face with Smiling Eyes", tags: ["grin", "happy", "smile", "joy", "kawaii"], category: "smileys-people" },
24
+ { glyph: "๐Ÿ˜†", label: "Grinning Squinting Face", tags: ["laughing", "satisfied", "happy", "joy", "lol", "haha", "glad", "xd", "laugh"], category: "smileys-people" },
25
+ { glyph: "๐Ÿ˜…", label: "Grinning Face with Sweat", tags: ["smile", "hot", "happy", "laugh", "relief"], category: "smileys-people" },
26
+ { glyph: "๐Ÿคฃ", label: "Rolling on the Floor Laughing", tags: ["face", "lol", "haha", "rofl"], category: "smileys-people" },
27
+ { glyph: "๐Ÿ˜‚", label: "Face with Tears of Joy", tags: ["cry", "weep", "happy", "happytears", "haha"], category: "smileys-people" },
28
+ { glyph: "๐Ÿ™‚", label: "Slightly Smiling Face", tags: ["smile"], category: "smileys-people" },
29
+ { glyph: "๐Ÿ™ƒ", label: "Upside-Down Face", tags: ["upside", "down", "flipped", "silly", "smile"], category: "smileys-people" },
30
+ { glyph: "๐Ÿซ ", label: "Melting Face", tags: ["hot", "heat"], category: "smileys-people" },
31
+ { glyph: "๐Ÿ˜‰", label: "Winking Face", tags: ["wink", "happy", "mischievous", "secret", ";)", "smile", "eye"], category: "smileys-people" },
32
+ { glyph: "๐Ÿ˜Š", label: "Smiling Face with Smiling Eyes", tags: ["blush", "smile", "happy", "flushed", "crush", "embarrassed", "shy", "joy"], category: "smileys-people" },
33
+ { glyph: "๐Ÿ˜‡", label: "Smiling Face with Halo", tags: ["innocent", "angel", "heaven"], category: "smileys-people" },
34
+ { glyph: "๐Ÿฅฐ", label: "Smiling Face with Hearts", tags: ["3", "love", "like", "affection", "valentines", "infatuation", "crush", "adore"], category: "smileys-people" },
35
+ { glyph: "๐Ÿ˜", label: "Smiling Face with Heart-Eyes", tags: ["heart", "eyes", "love", "like", "affection", "valentines", "infatuation", "crush"], category: "smileys-people" },
36
+ { glyph: "๐Ÿคฉ", label: "Star-Struck", tags: ["star", "struck", "grinning", "face", "eyes", "smile", "starry"], category: "smileys-people" },
37
+ { glyph: "๐Ÿ˜˜", label: "Face Blowing a Kiss", tags: ["kissing", "heart", "love", "like", "affection", "valentines", "infatuation"], category: "smileys-people" },
38
+ { glyph: "๐Ÿ˜—", label: "Kissing Face", tags: ["love", "like", "3", "valentines", "infatuation", "kiss"], category: "smileys-people" },
39
+ { glyph: "โ˜บ๏ธ", label: "Smiling Face", tags: ["relaxed", "blush", "massage", "happiness"], category: "smileys-people" },
40
+ { glyph: "๐Ÿ˜š", label: "Kissing Face with Closed Eyes", tags: ["love", "like", "affection", "valentines", "infatuation", "kiss"], category: "smileys-people" },
41
+ { glyph: "๐Ÿ˜™", label: "Kissing Face with Smiling Eyes", tags: ["affection", "valentines", "infatuation", "kiss"], category: "smileys-people" },
42
+ { glyph: "๐Ÿฅฒ", label: "Smiling Face with Tear", tags: ["sad", "cry", "pretend"], category: "smileys-people" },
43
+ { glyph: "๐Ÿ˜‹", label: "Face Savoring Food", tags: ["yum", "happy", "joy", "tongue", "smile", "silly", "yummy", "nom", "delicious", "savouring"], category: "smileys-people" },
44
+ { glyph: "๐Ÿ˜›", label: "Face with Tongue", tags: ["stuck", "out", "prank", "childish", "playful", "mischievous", "smile"], category: "smileys-people" },
45
+ { glyph: "๐Ÿ˜œ", label: "Winking Face with Tongue", tags: ["stuck", "out", "eye", "prank", "childish", "playful", "mischievous", "smile", "wink"], category: "smileys-people" },
46
+ { glyph: "๐Ÿคช", label: "Zany Face", tags: ["grinning", "one", "large", "small", "eye", "goofy", "crazy"], category: "smileys-people" },
47
+ { glyph: "๐Ÿ˜", label: "Squinting Face with Tongue", tags: ["stuck", "out", "closed", "eyes", "prank", "playful", "mischievous", "smile"], category: "smileys-people" },
48
+ { glyph: "๐Ÿค‘", label: "Money-Mouth Face", tags: ["money", "mouth", "rich", "dollar"], category: "smileys-people" },
49
+ { glyph: "๐Ÿค—", label: "Hugging Face", tags: ["smile", "hug"], category: "smileys-people" },
50
+ { glyph: "๐Ÿคญ", label: "Face with Hand over Mouth", tags: ["smiling", "eyes", "covering", "whoops", "shock", "surprise"], category: "smileys-people" },
51
+ { glyph: "๐Ÿซข", label: "Face with Open Eyes and Hand over Mouth", tags: ["silence", "secret", "shock", "surprise"], category: "smileys-people" },
52
+ { glyph: "๐Ÿซฃ", label: "Face with Peeking Eye", tags: ["scared", "frightening", "embarrassing", "shy"], category: "smileys-people" },
53
+ { glyph: "๐Ÿคซ", label: "Shushing Face", tags: ["finger", "covering", "closed", "lips", "quiet", "shhh"], category: "smileys-people" },
54
+ { glyph: "๐Ÿค”", label: "Thinking Face", tags: ["hmmm", "think", "consider"], category: "smileys-people" },
55
+ { glyph: "๐Ÿซก", label: "Saluting Face", tags: ["respect", "salute"], category: "smileys-people" },
56
+ { glyph: "๐Ÿค", label: "Zipper-Mouth Face", tags: ["zipper", "mouth", "sealed", "secret"], category: "smileys-people" },
57
+ { glyph: "๐Ÿคจ", label: "Face with Raised Eyebrow", tags: ["one", "distrust", "scepticism", "disapproval", "disbelief", "surprise"], category: "smileys-people" },
58
+ { glyph: "๐Ÿ˜", label: "Neutral Face", tags: ["indifference", "meh", ":"], category: "smileys-people" },
59
+ { glyph: "๐Ÿ˜‘", label: "Expressionless Face", tags: ["indifferent", "-", "meh", "deadpan"], category: "smileys-people" },
60
+ { glyph: "๐Ÿ˜ถ", label: "Face Without Mouth", tags: ["no", "hellokitty"], category: "smileys-people" },
61
+ { glyph: "๐Ÿซฅ", label: "Dotted Line Face", tags: ["invisible", "lonely", "isolation", "depression"], category: "smileys-people" },
62
+ { glyph: "๐Ÿ˜ถโ€๐ŸŒซ๏ธ", label: "Face in Clouds", tags: ["shower", "steam", "dream"], category: "smileys-people" },
63
+ { glyph: "๐Ÿ˜", label: "Smirking Face", tags: ["smirk", "smile", "mean", "prank", "smug", "sarcasm"], category: "smileys-people" },
64
+ { glyph: "๐Ÿ˜’", label: "Unamused Face", tags: ["indifference", "bored", "straight", "serious", "sarcasm", "unimpressed", "skeptical", "dubious", "side", "eye"], category: "smileys-people" },
65
+ { glyph: "๐Ÿ™„", label: "Face with Rolling Eyes", tags: ["eyeroll", "frustrated"], category: "smileys-people" },
66
+ { glyph: "๐Ÿ˜ฌ", label: "Grimacing Face", tags: ["grimace", "teeth"], category: "smileys-people" },
67
+ { glyph: "๐Ÿ˜ฎโ€๐Ÿ’จ", label: "Face Exhaling", tags: ["relieve", "relief", "tired", "sigh"], category: "smileys-people" },
68
+ { glyph: "๐Ÿคฅ", label: "Lying Face", tags: ["lie", "pinocchio"], category: "smileys-people" },
69
+ { glyph: "๐Ÿซจ", label: "Shaking Face", tags: ["dizzy", "shock", "blurry", "earthquake"], category: "smileys-people" },
70
+ { glyph: "๐Ÿ˜Œ", label: "Relieved Face", tags: ["relaxed", "phew", "massage", "happiness"], category: "smileys-people" },
71
+ { glyph: "๐Ÿ˜”", label: "Pensive Face", tags: ["sad", "depressed", "upset"], category: "smileys-people" },
72
+ { glyph: "๐Ÿ˜ช", label: "Sleepy Face", tags: ["tired", "rest", "nap"], category: "smileys-people" },
73
+ { glyph: "๐Ÿคค", label: "Drooling Face", tags: [], category: "smileys-people" },
74
+ { glyph: "๐Ÿ˜ด", label: "Sleeping Face", tags: ["tired", "sleepy", "night", "zzz"], category: "smileys-people" },
75
+ { glyph: "๐Ÿ˜ท", label: "Face with Medical Mask", tags: ["sick", "ill", "disease", "covid"], category: "smileys-people" },
76
+ { glyph: "๐Ÿค’", label: "Face with Thermometer", tags: ["sick", "temperature", "cold", "fever", "covid"], category: "smileys-people" },
77
+ { glyph: "๐Ÿค•", label: "Face with Head-Bandage", tags: ["head", "bandage", "injured", "clumsy", "hurt"], category: "smileys-people" },
78
+ { glyph: "๐Ÿคข", label: "Nauseated Face", tags: ["vomit", "gross", "green", "sick", "throw", "up", "ill"], category: "smileys-people" },
79
+ { glyph: "๐Ÿคฎ", label: "Face Vomiting", tags: ["open", "mouth", "sick"], category: "smileys-people" },
80
+ { glyph: "๐Ÿคง", label: "Sneezing Face", tags: ["gesundheit", "sneeze", "sick", "allergy"], category: "smileys-people" },
81
+ { glyph: "๐Ÿฅต", label: "Hot Face", tags: ["feverish", "heat", "red", "sweating"], category: "smileys-people" },
82
+ { glyph: "๐Ÿฅถ", label: "Cold Face", tags: ["blue", "freezing", "frozen", "frostbite", "icicles"], category: "smileys-people" },
83
+ { glyph: "๐Ÿฅด", label: "Woozy Face", tags: ["dizzy", "intoxicated", "tipsy", "wavy"], category: "smileys-people" },
84
+ { glyph: "๐Ÿ˜ต", label: "Dizzy Face", tags: ["spent", "unconscious", "xox"], category: "smileys-people" },
85
+ { glyph: "๐Ÿ˜ตโ€๐Ÿ’ซ", label: "Face with Spiral Eyes", tags: ["sick", "ill", "confused", "nauseous", "nausea"], category: "smileys-people" },
86
+ { glyph: "๐Ÿคฏ", label: "Exploding Head", tags: ["shocked", "face", "mind", "blown"], category: "smileys-people" },
87
+ { glyph: "๐Ÿค ", label: "Cowboy Hat Face", tags: ["cowgirl"], category: "smileys-people" },
88
+ { glyph: "๐Ÿฅณ", label: "Partying Face", tags: ["celebration", "woohoo"], category: "smileys-people" },
89
+ { glyph: "๐Ÿฅธ", label: "Disguised Face", tags: ["pretent", "brows", "glasses", "moustache"], category: "smileys-people" },
90
+ { glyph: "๐Ÿ˜Ž", label: "Smiling Face with Sunglasses", tags: ["cool", "smile", "summer", "beach", "sunglass"], category: "smileys-people" },
91
+ { glyph: "๐Ÿค“", label: "Nerd Face", tags: ["nerdy", "geek", "dork"], category: "smileys-people" },
92
+ { glyph: "๐Ÿง", label: "Face with Monocle", tags: ["stuffy", "wealthy"], category: "smileys-people" },
93
+ { glyph: "๐Ÿ˜•", label: "Confused Face", tags: ["indifference", "huh", "weird", "hmmm", ":/"], category: "smileys-people" },
94
+ { glyph: "๐Ÿซค", label: "Face with Diagonal Mouth", tags: ["skeptic", "confuse", "frustrated", "indifferent"], category: "smileys-people" },
95
+ { glyph: "๐Ÿ˜Ÿ", label: "Worried Face", tags: ["concern", "nervous", ":("], category: "smileys-people" },
96
+ { glyph: "๐Ÿ™", label: "Slightly Frowning Face", tags: ["disappointed", "sad", "upset"], category: "smileys-people" },
97
+ { glyph: "โ˜น๏ธ", label: "Frowning Face", tags: ["white", "sad", "upset", "frown"], category: "smileys-people" },
98
+ { glyph: "๐Ÿ˜ฎ", label: "Face with Open Mouth", tags: ["surprise", "impressed", "wow", "whoa", ":o"], category: "smileys-people" },
99
+ { glyph: "๐Ÿ˜ฏ", label: "Hushed Face", tags: ["woo", "shh"], category: "smileys-people" },
100
+ { glyph: "๐Ÿ˜ฒ", label: "Astonished Face", tags: ["xox", "surprised", "poisoned"], category: "smileys-people" },
101
+ { glyph: "๐Ÿ˜ณ", label: "Flushed Face", tags: ["blush", "shy", "flattered"], category: "smileys-people" },
102
+ { glyph: "๐Ÿฅบ", label: "Pleading Face", tags: ["begging", "mercy", "cry", "tears", "sad", "grievance"], category: "smileys-people" },
103
+ { glyph: "๐Ÿฅน", label: "Face Holding Back Tears", tags: ["touched", "gratitude", "cry"], category: "smileys-people" },
104
+ { glyph: "๐Ÿ˜ฆ", label: "Frowning Face with Open Mouth", tags: ["aw", "what"], category: "smileys-people" },
105
+ { glyph: "๐Ÿ˜ง", label: "Anguished Face", tags: ["stunned", "nervous"], category: "smileys-people" },
106
+ { glyph: "๐Ÿ˜จ", label: "Fearful Face", tags: ["scared", "terrified", "nervous"], category: "smileys-people" },
107
+ { glyph: "๐Ÿ˜ฐ", label: "Anxious Face with Sweat", tags: ["cold", "nervous"], category: "smileys-people" },
108
+ { glyph: "๐Ÿ˜ฅ", label: "Sad but Relieved Face", tags: ["disappointed", "phew", "sweat", "nervous"], category: "smileys-people" },
109
+ { glyph: "๐Ÿ˜ข", label: "Crying Face", tags: ["cry", "tears", "sad", "depressed", "upset", ":'("], category: "smileys-people" },
110
+ { glyph: "๐Ÿ˜ญ", label: "Loudly Crying Face", tags: ["sob", "cry", "tears", "sad", "upset", "depressed"], category: "smileys-people" },
111
+ { glyph: "๐Ÿ˜ฑ", label: "Face Screaming in Fear", tags: ["scream", "munch", "scared", "omg"], category: "smileys-people" },
112
+ { glyph: "๐Ÿ˜–", label: "Confounded Face", tags: ["confused", "sick", "unwell", "oops", ":s"], category: "smileys-people" },
113
+ { glyph: "๐Ÿ˜ฃ", label: "Persevering Face", tags: ["persevere", "sick", "no", "upset", "oops"], category: "smileys-people" },
114
+ { glyph: "๐Ÿ˜ž", label: "Disappointed Face", tags: ["sad", "upset", "depressed", ":("], category: "smileys-people" },
115
+ { glyph: "๐Ÿ˜“", label: "Face with Cold Sweat", tags: ["downcast", "hot", "sad", "tired", "exercise"], category: "smileys-people" },
116
+ { glyph: "๐Ÿ˜ฉ", label: "Weary Face", tags: ["tired", "sleepy", "sad", "frustrated", "upset"], category: "smileys-people" },
117
+ { glyph: "๐Ÿ˜ซ", label: "Tired Face", tags: ["sick", "whine", "upset", "frustrated"], category: "smileys-people" },
118
+ { glyph: "๐Ÿฅฑ", label: "Yawning Face", tags: ["tired", "sleepy"], category: "smileys-people" },
119
+ { glyph: "๐Ÿ˜ค", label: "Face with Look of Triumph", tags: ["steam", "from", "nose", "gas", "phew", "proud", "pride"], category: "smileys-people" },
120
+ { glyph: "๐Ÿ˜ก", label: "Pouting Face", tags: ["rage", "angry", "mad", "hate", "despise"], category: "smileys-people" },
121
+ { glyph: "๐Ÿ˜ ", label: "Angry Face", tags: ["mad", "annoyed", "frustrated"], category: "smileys-people" },
122
+ { glyph: "๐Ÿคฌ", label: "Face with Symbols on Mouth", tags: ["serious", "covering", "swearing", "cursing", "cussing", "profanity", "expletive"], category: "smileys-people" },
123
+ { glyph: "๐Ÿ˜ˆ", label: "Smiling Face with Horns", tags: ["imp", "devil"], category: "smileys-people" },
124
+ { glyph: "๐Ÿ‘ฟ", label: "Imp", tags: ["angry", "face", "horns", "devil"], category: "smileys-people" },
125
+ { glyph: "๐Ÿ’€", label: "Skull", tags: ["dead", "skeleton", "creepy", "death"], category: "smileys-people" },
126
+ { glyph: "โ˜ ๏ธ", label: "Skull and Crossbones", tags: ["poison", "danger", "deadly", "scary", "death", "pirate", "evil"], category: "smileys-people" },
127
+ { glyph: "๐Ÿ’ฉ", label: "Pile of Poo", tags: ["hankey", "poop", "shit", "shitface", "fail", "turd"], category: "smileys-people" },
128
+ { glyph: "๐Ÿคก", label: "Clown Face", tags: [], category: "smileys-people" },
129
+ { glyph: "๐Ÿ‘น", label: "Ogre", tags: ["japanese", "monster", "red", "mask", "halloween", "scary", "creepy", "devil", "demon"], category: "smileys-people" },
130
+ { glyph: "๐Ÿ‘บ", label: "Goblin", tags: ["japanese", "red", "evil", "mask", "monster", "scary", "creepy"], category: "smileys-people" },
131
+ { glyph: "๐Ÿ‘ป", label: "Ghost", tags: ["halloween", "spooky", "scary"], category: "smileys-people" },
132
+ { glyph: "๐Ÿ‘ฝ", label: "Alien", tags: ["ufo", "paul", "weird", "outer", "space"], category: "smileys-people" },
133
+ { glyph: "๐Ÿ‘พ", label: "Alien Monster", tags: ["space", "invader", "game", "arcade", "play"], category: "smileys-people" },
134
+ { glyph: "๐Ÿ‘‹", label: "Waving Hand", tags: ["wave", "hands", "gesture", "goodbye", "solong", "farewell", "hello", "hi", "palm"], category: "smileys-people" },
135
+ { glyph: "๐Ÿคš", label: "Raised Back of Hand", tags: ["fingers", "backhand"], category: "smileys-people" },
136
+ { glyph: "๐Ÿ–๏ธ", label: "Hand with Fingers Splayed", tags: ["raised", "palm"], category: "smileys-people" },
137
+ { glyph: "โœ‹", label: "Raised Hand", tags: ["fingers", "stop", "highfive", "high", "five", "palm", "ban"], category: "smileys-people" },
138
+ { glyph: "๐Ÿ––", label: "Vulcan Salute", tags: ["spock", "hand", "fingers", "star", "trek"], category: "smileys-people" },
139
+ { glyph: "๐Ÿซฑ", label: "Rightwards Hand", tags: ["palm", "offer"], category: "smileys-people" },
140
+ { glyph: "๐Ÿซฒ", label: "Leftwards Hand", tags: ["palm", "offer"], category: "smileys-people" },
141
+ { glyph: "๐Ÿซณ", label: "Palm Down Hand", tags: ["drop"], category: "smileys-people" },
142
+ { glyph: "๐Ÿซด", label: "Palm Up Hand", tags: ["lift", "offer", "demand"], category: "smileys-people" },
143
+ { glyph: "๐Ÿซท", label: "Leftwards Pushing Hand", tags: ["highfive", "high", "five", "pressing", "stop"], category: "smileys-people" },
144
+ { glyph: "๐Ÿซธ", label: "Rightwards Pushing Hand", tags: ["highfive", "high", "five", "pressing", "stop"], category: "smileys-people" },
145
+ { glyph: "๐Ÿ‘Œ", label: "Ok Hand", tags: ["fingers", "limbs", "perfect", "okay"], category: "smileys-people" },
146
+ { glyph: "๐ŸคŒ", label: "Pinched Fingers", tags: ["size", "tiny", "small"], category: "smileys-people" },
147
+ { glyph: "๐Ÿค", label: "Pinching Hand", tags: ["tiny", "small", "size"], category: "smileys-people" },
148
+ { glyph: "โœŒ๏ธ", label: "Victory Hand", tags: ["v", "fingers", "ohyeah", "peace", "two"], category: "smileys-people" },
149
+ { glyph: "๐Ÿคž", label: "Crossed Fingers", tags: ["hand", "index", "middle", "good", "lucky"], category: "smileys-people" },
150
+ { glyph: "๐Ÿซฐ", label: "Hand with Index Finger and Thumb Crossed", tags: ["heart", "love", "money", "expensive"], category: "smileys-people" },
151
+ { glyph: "๐ŸคŸ", label: "Love-You Gesture", tags: ["i", "love", "you", "hand", "sign", "fingers"], category: "smileys-people" },
152
+ { glyph: "๐Ÿค˜", label: "Sign of the Horns", tags: ["hand", "fingers", "evil", "eye", "rock"], category: "smileys-people" },
153
+ { glyph: "๐Ÿค™", label: "Call Me Hand", tags: ["hands", "gesture", "shaka"], category: "smileys-people" },
154
+ { glyph: "๐Ÿ‘ˆ", label: "Backhand Index Pointing Left", tags: ["point", "direction", "fingers", "hand"], category: "smileys-people" },
155
+ { glyph: "๐Ÿ‘‰", label: "Backhand Index Pointing Right", tags: ["point", "fingers", "hand", "direction"], category: "smileys-people" },
156
+ { glyph: "๐Ÿ‘†", label: "Backhand Index Pointing Up", tags: ["point", "2", "fingers", "hand", "direction"], category: "smileys-people" },
157
+ { glyph: "๐Ÿ–•", label: "Middle Finger", tags: ["reversed", "hand", "extended", "fingers", "rude", "flipping"], category: "smileys-people" },
158
+ { glyph: "๐Ÿ‘‡", label: "Backhand Index Pointing Down", tags: ["point", "fingers", "hand", "direction"], category: "smileys-people" },
159
+ { glyph: "โ˜๏ธ", label: "Index Pointing Up", tags: ["point", "hand", "fingers", "direction"], category: "smileys-people" },
160
+ { glyph: "๐Ÿซต", label: "Index Pointing at the Viewer", tags: ["you", "recruit"], category: "smileys-people" },
161
+ { glyph: "๐Ÿ‘", label: "Thumbs Up", tags: ["+1", "thumbsup", "yes", "awesome", "good", "agree", "accept", "cool", "hand", "like"], category: "smileys-people" },
162
+ { glyph: "๐Ÿ‘Ž", label: "Thumbs Down", tags: ["-1", "thumbsdown", "no", "dislike", "hand"], category: "smileys-people" },
163
+ { glyph: "โœŠ", label: "Raised Fist", tags: ["fingers", "hand", "grasp"], category: "smileys-people" },
164
+ { glyph: "๐Ÿ‘Š", label: "Oncoming Fist", tags: ["facepunch", "punch", "angry", "violence", "hit", "attack", "hand"], category: "smileys-people" },
165
+ { glyph: "๐Ÿค›", label: "Left-Facing Fist", tags: ["left", "facing", "hand", "fistbump"], category: "smileys-people" },
166
+ { glyph: "๐Ÿคœ", label: "Right-Facing Fist", tags: ["right", "facing", "hand", "fistbump"], category: "smileys-people" },
167
+ { glyph: "๐Ÿ‘", label: "Clapping Hands", tags: ["clap", "praise", "applause", "congrats", "yay"], category: "smileys-people" },
168
+ { glyph: "๐Ÿ™Œ", label: "Raising Hands", tags: ["raised", "gesture", "hooray", "yea", "celebration"], category: "smileys-people" },
169
+ { glyph: "๐Ÿซถ", label: "Heart Hands", tags: ["love", "appreciation", "support"], category: "smileys-people" },
170
+ { glyph: "๐Ÿ‘", label: "Open Hands", tags: ["fingers", "butterfly"], category: "smileys-people" },
171
+ { glyph: "๐Ÿคฒ", label: "Palms Up Together", tags: ["hands", "gesture", "cupped", "prayer"], category: "smileys-people" },
172
+ { glyph: "๐Ÿค", label: "Handshake", tags: ["agreement", "shake"], category: "smileys-people" },
173
+ { glyph: "๐Ÿ™", label: "Folded Hands", tags: ["pray", "please", "hope", "wish", "namaste", "highfive", "high", "five", "thank", "you", "thanks", "appreciate"], category: "smileys-people" },
174
+ { glyph: "โœ๏ธ", label: "Writing Hand", tags: ["lower", "left", "ballpoint", "pen", "stationery", "write", "compose"], category: "smileys-people" },
175
+ { glyph: "๐Ÿ’…", label: "Nail Polish", tags: ["care", "beauty", "manicure", "finger", "fashion"], category: "smileys-people" },
176
+ { glyph: "๐Ÿคณ", label: "Selfie", tags: ["camera", "phone"], category: "smileys-people" },
177
+ { glyph: "๐Ÿ’ช", label: "Flexed Biceps", tags: ["muscle", "arm", "flex", "hand", "summer", "strong"], category: "smileys-people" },
178
+ { glyph: "๐Ÿฆพ", label: "Mechanical Arm", tags: ["accessibility"], category: "smileys-people" },
179
+ { glyph: "๐Ÿฆฟ", label: "Mechanical Leg", tags: ["accessibility"], category: "smileys-people" },
180
+ { glyph: "๐Ÿฆต", label: "Leg", tags: ["kick", "limb"], category: "smileys-people" },
181
+ { glyph: "๐Ÿฆถ", label: "Foot", tags: ["kick", "stomp"], category: "smileys-people" },
182
+ { glyph: "๐Ÿ‘‚", label: "Ear", tags: ["face", "hear", "sound", "listen"], category: "smileys-people" },
183
+ { glyph: "๐Ÿฆป", label: "Ear with Hearing Aid", tags: ["accessibility"], category: "smileys-people" },
184
+ { glyph: "๐Ÿ‘ƒ", label: "Nose", tags: ["smell", "sniff"], category: "smileys-people" },
185
+ { glyph: "๐Ÿง ", label: "Brain", tags: ["smart", "intelligent"], category: "smileys-people" },
186
+ { glyph: "๐Ÿซ€", label: "Anatomical Heart", tags: ["health", "heartbeat"], category: "smileys-people" },
187
+ { glyph: "๐Ÿซ", label: "Lungs", tags: ["breathe"], category: "smileys-people" },
188
+ { glyph: "๐Ÿฆท", label: "Tooth", tags: ["teeth", "dentist"], category: "smileys-people" },
189
+ { glyph: "๐Ÿฆด", label: "Bone", tags: ["skeleton"], category: "smileys-people" },
190
+ { glyph: "๐Ÿ‘€", label: "Eyes", tags: ["look", "watch", "stalk", "peek", "see"], category: "smileys-people" },
191
+ { glyph: "๐Ÿ‘๏ธ", label: "Eye", tags: ["face", "look", "see", "watch", "stare"], category: "smileys-people" },
192
+ { glyph: "๐Ÿ‘…", label: "Tongue", tags: ["mouth", "playful"], category: "smileys-people" },
193
+ { glyph: "๐Ÿ‘„", label: "Mouth", tags: ["lips", "kiss"], category: "smileys-people" },
194
+ { glyph: "๐Ÿซฆ", label: "Biting Lip", tags: ["flirt", "sexy", "pain", "worry"], category: "smileys-people" },
195
+ { glyph: "๐Ÿ‘ถ", label: "Baby", tags: ["child", "boy", "girl", "toddler"], category: "smileys-people" },
196
+ { glyph: "๐Ÿง’", label: "Child", tags: ["gender", "neutral", "young"], category: "smileys-people" },
197
+ { glyph: "๐Ÿ‘ฆ", label: "Boy", tags: ["man", "male", "guy", "teenager"], category: "smileys-people" },
198
+ { glyph: "๐Ÿ‘ง", label: "Girl", tags: ["female", "woman", "teenager"], category: "smileys-people" },
199
+ { glyph: "๐Ÿง‘", label: "Adult", tags: ["person", "gender", "neutral"], category: "smileys-people" },
200
+ { glyph: "๐Ÿ‘ฑ", label: "Person Blond Hair", tags: ["hairstyle"], category: "smileys-people" },
201
+ { glyph: "๐Ÿ‘จ", label: "Man", tags: ["mustache", "father", "dad", "guy", "classy", "sir", "moustache"], category: "smileys-people" },
202
+ { glyph: "๐Ÿง”", label: "Person Beard", tags: ["bearded", "man", "bewhiskered"], category: "smileys-people" },
203
+ { glyph: "๐Ÿง”โ€โ™‚๏ธ", label: "Man: Beard", tags: ["man", "facial", "hair"], category: "smileys-people" },
204
+ { glyph: "๐Ÿง”โ€โ™€๏ธ", label: "Woman: Beard", tags: ["woman", "facial", "hair"], category: "smileys-people" },
205
+ { glyph: "๐Ÿ‘จโ€๐Ÿฆฐ", label: "Man: Red Hair", tags: ["haired", "man", "hairstyle"], category: "smileys-people" },
206
+ { glyph: "๐Ÿ‘จโ€๐Ÿฆฑ", label: "Man: Curly Hair", tags: ["haired", "man", "hairstyle"], category: "smileys-people" },
207
+ { glyph: "๐Ÿ‘จโ€๐Ÿฆณ", label: "Man: White Hair", tags: ["haired", "man", "old", "elder"], category: "smileys-people" },
208
+ { glyph: "๐Ÿ‘จโ€๐Ÿฆฒ", label: "Man: Bald", tags: ["man", "hairless"], category: "smileys-people" },
209
+ { glyph: "๐Ÿ‘ฉ", label: "Woman", tags: ["female", "girls", "lady"], category: "smileys-people" },
210
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿฆฐ", label: "Woman: Red Hair", tags: ["haired", "woman", "hairstyle"], category: "smileys-people" },
211
+ { glyph: "๐Ÿง‘โ€๐Ÿฆฐ", label: "Person: Red Hair", tags: ["haired", "person", "hairstyle"], category: "smileys-people" },
212
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿฆฑ", label: "Woman: Curly Hair", tags: ["haired", "woman", "hairstyle"], category: "smileys-people" },
213
+ { glyph: "๐Ÿง‘โ€๐Ÿฆฑ", label: "Person: Curly Hair", tags: ["haired", "person", "hairstyle"], category: "smileys-people" },
214
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿฆณ", label: "Woman: White Hair", tags: ["haired", "woman", "old", "elder"], category: "smileys-people" },
215
+ { glyph: "๐Ÿง‘โ€๐Ÿฆณ", label: "Person: White Hair", tags: ["haired", "person", "elder", "old"], category: "smileys-people" },
216
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿฆฒ", label: "Woman: Bald", tags: ["woman", "hairless"], category: "smileys-people" },
217
+ { glyph: "๐Ÿง‘โ€๐Ÿฆฒ", label: "Person: Bald", tags: ["person", "hairless"], category: "smileys-people" },
218
+ { glyph: "๐Ÿ‘ฑโ€โ™€๏ธ", label: "Woman: Blond Hair", tags: ["haired-woman", "woman", "female", "girl", "blonde", "person"], category: "smileys-people" },
219
+ { glyph: "๐Ÿ‘ฑโ€โ™‚๏ธ", label: "Man: Blond Hair", tags: ["haired-man", "man", "male", "boy", "blonde", "guy", "person"], category: "smileys-people" },
220
+ { glyph: "๐Ÿง“", label: "Older Adult", tags: ["person", "human", "elder", "senior", "gender", "neutral"], category: "smileys-people" },
221
+ { glyph: "๐Ÿ‘ด", label: "Old Man", tags: ["older", "human", "male", "men", "elder", "senior"], category: "smileys-people" },
222
+ { glyph: "๐Ÿ‘ต", label: "Old Woman", tags: ["older", "human", "female", "women", "lady", "elder", "senior"], category: "smileys-people" },
223
+ { glyph: "๐Ÿ™", label: "Person Frowning", tags: ["worried"], category: "smileys-people" },
224
+ { glyph: "๐Ÿ™โ€โ™‚๏ธ", label: "Man Frowning", tags: ["male", "boy", "sad", "depressed", "discouraged", "unhappy"], category: "smileys-people" },
225
+ { glyph: "๐Ÿ™โ€โ™€๏ธ", label: "Woman Frowning", tags: ["female", "girl", "sad", "depressed", "discouraged", "unhappy"], category: "smileys-people" },
226
+ { glyph: "๐Ÿ™Ž", label: "Person Pouting", tags: ["face", "upset"], category: "smileys-people" },
227
+ { glyph: "๐Ÿ™Žโ€โ™‚๏ธ", label: "Man Pouting", tags: ["male", "boy"], category: "smileys-people" },
228
+ { glyph: "๐Ÿ™Žโ€โ™€๏ธ", label: "Woman Pouting", tags: ["female", "girl"], category: "smileys-people" },
229
+ { glyph: "๐Ÿ™…", label: "Person Gesturing No", tags: ["good", "decline"], category: "smileys-people" },
230
+ { glyph: "๐Ÿ™…โ€โ™‚๏ธ", label: "Man Gesturing No", tags: ["gesturing-no", "male", "boy", "nope"], category: "smileys-people" },
231
+ { glyph: "๐Ÿ™…โ€โ™€๏ธ", label: "Woman Gesturing No", tags: ["gesturing-no", "female", "girl", "nope"], category: "smileys-people" },
232
+ { glyph: "๐Ÿ™†", label: "Person Gesturing Ok", tags: ["woman", "agree"], category: "smileys-people" },
233
+ { glyph: "๐Ÿ™†โ€โ™‚๏ธ", label: "Man Gesturing Ok", tags: ["gesturing-ok", "men", "boy", "male", "blue", "human"], category: "smileys-people" },
234
+ { glyph: "๐Ÿ™†โ€โ™€๏ธ", label: "Woman Gesturing Ok", tags: ["gesturing-ok", "women", "girl", "female", "pink", "human"], category: "smileys-people" },
235
+ { glyph: "๐Ÿ’", label: "Person Tipping Hand", tags: ["information", "desk"], category: "smileys-people" },
236
+ { glyph: "๐Ÿ’โ€โ™‚๏ธ", label: "Man Tipping Hand", tags: ["tipping-hand", "male", "boy", "human", "information"], category: "smileys-people" },
237
+ { glyph: "๐Ÿ’โ€โ™€๏ธ", label: "Woman Tipping Hand", tags: ["tipping-hand", "female", "girl", "human", "information"], category: "smileys-people" },
238
+ { glyph: "๐Ÿ™‹", label: "Person Raising Hand", tags: ["question"], category: "smileys-people" },
239
+ { glyph: "๐Ÿ™‹โ€โ™‚๏ธ", label: "Man Raising Hand", tags: ["raising-hand", "male", "boy"], category: "smileys-people" },
240
+ { glyph: "๐Ÿ™‹โ€โ™€๏ธ", label: "Woman Raising Hand", tags: ["raising-hand", "female", "girl"], category: "smileys-people" },
241
+ { glyph: "๐Ÿง", label: "Deaf Person", tags: ["accessibility"], category: "smileys-people" },
242
+ { glyph: "๐Ÿงโ€โ™‚๏ธ", label: "Deaf Man", tags: ["accessibility"], category: "smileys-people" },
243
+ { glyph: "๐Ÿงโ€โ™€๏ธ", label: "Deaf Woman", tags: ["accessibility"], category: "smileys-people" },
244
+ { glyph: "๐Ÿ™‡", label: "Person Bowing", tags: ["bow", "respectiful"], category: "smileys-people" },
245
+ { glyph: "๐Ÿ™‡โ€โ™‚๏ธ", label: "Man Bowing", tags: ["male", "boy"], category: "smileys-people" },
246
+ { glyph: "๐Ÿ™‡โ€โ™€๏ธ", label: "Woman Bowing", tags: ["female", "girl"], category: "smileys-people" },
247
+ { glyph: "๐Ÿคฆ", label: "Face Palm", tags: ["person", "facepalming", "disappointed"], category: "smileys-people" },
248
+ { glyph: "๐Ÿคฆโ€โ™‚๏ธ", label: "Man Facepalming", tags: ["male", "boy", "disbelief"], category: "smileys-people" },
249
+ { glyph: "๐Ÿคฆโ€โ™€๏ธ", label: "Woman Facepalming", tags: ["female", "girl", "disbelief"], category: "smileys-people" },
250
+ { glyph: "๐Ÿคท", label: "Shrug", tags: ["person", "shrugging", "regardless"], category: "smileys-people" },
251
+ { glyph: "๐Ÿคทโ€โ™‚๏ธ", label: "Man Shrugging", tags: ["male", "boy", "confused", "indifferent", "doubt"], category: "smileys-people" },
252
+ { glyph: "๐Ÿคทโ€โ™€๏ธ", label: "Woman Shrugging", tags: ["female", "girl", "confused", "indifferent", "doubt"], category: "smileys-people" },
253
+ { glyph: "๐Ÿง‘โ€โš•๏ธ", label: "Health Worker", tags: ["hospital"], category: "smileys-people" },
254
+ { glyph: "๐Ÿ‘จโ€โš•๏ธ", label: "Man Health Worker", tags: ["male", "doctor", "nurse", "therapist", "healthcare", "human"], category: "smileys-people" },
255
+ { glyph: "๐Ÿ‘ฉโ€โš•๏ธ", label: "Woman Health Worker", tags: ["female", "doctor", "nurse", "therapist", "healthcare", "human"], category: "smileys-people" },
256
+ { glyph: "๐Ÿง‘โ€๐ŸŽ“", label: "Student", tags: ["learn"], category: "smileys-people" },
257
+ { glyph: "๐Ÿ‘จโ€๐ŸŽ“", label: "Man Student", tags: ["male", "graduate", "human"], category: "smileys-people" },
258
+ { glyph: "๐Ÿ‘ฉโ€๐ŸŽ“", label: "Woman Student", tags: ["female", "graduate", "human"], category: "smileys-people" },
259
+ { glyph: "๐Ÿง‘โ€๐Ÿซ", label: "Teacher", tags: ["professor"], category: "smileys-people" },
260
+ { glyph: "๐Ÿ‘จโ€๐Ÿซ", label: "Man Teacher", tags: ["male", "instructor", "professor", "human"], category: "smileys-people" },
261
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿซ", label: "Woman Teacher", tags: ["female", "instructor", "professor", "human"], category: "smileys-people" },
262
+ { glyph: "๐Ÿง‘โ€โš–๏ธ", label: "Judge", tags: ["law"], category: "smileys-people" },
263
+ { glyph: "๐Ÿ‘จโ€โš–๏ธ", label: "Man Judge", tags: ["male", "justice", "court", "human"], category: "smileys-people" },
264
+ { glyph: "๐Ÿ‘ฉโ€โš–๏ธ", label: "Woman Judge", tags: ["female", "justice", "court", "human"], category: "smileys-people" },
265
+ { glyph: "๐Ÿง‘โ€๐ŸŒพ", label: "Farmer", tags: ["crops"], category: "smileys-people" },
266
+ { glyph: "๐Ÿ‘จโ€๐ŸŒพ", label: "Man Farmer", tags: ["male", "rancher", "gardener", "human"], category: "smileys-people" },
267
+ { glyph: "๐Ÿ‘ฉโ€๐ŸŒพ", label: "Woman Farmer", tags: ["female", "rancher", "gardener", "human"], category: "smileys-people" },
268
+ { glyph: "๐Ÿง‘โ€๐Ÿณ", label: "Cook", tags: ["food", "kitchen", "culinary"], category: "smileys-people" },
269
+ { glyph: "๐Ÿ‘จโ€๐Ÿณ", label: "Man Cook", tags: ["male", "chef", "human"], category: "smileys-people" },
270
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿณ", label: "Woman Cook", tags: ["female", "chef", "human"], category: "smileys-people" },
271
+ { glyph: "๐Ÿง‘โ€๐Ÿ”ง", label: "Mechanic", tags: ["worker", "technician"], category: "smileys-people" },
272
+ { glyph: "๐Ÿ‘จโ€๐Ÿ”ง", label: "Man Mechanic", tags: ["male", "plumber", "human", "wrench"], category: "smileys-people" },
273
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ”ง", label: "Woman Mechanic", tags: ["female", "plumber", "human", "wrench"], category: "smileys-people" },
274
+ { glyph: "๐Ÿง‘โ€๐Ÿญ", label: "Factory Worker", tags: ["labor"], category: "smileys-people" },
275
+ { glyph: "๐Ÿ‘จโ€๐Ÿญ", label: "Man Factory Worker", tags: ["male", "factory-worker", "assembly", "industrial", "human"], category: "smileys-people" },
276
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿญ", label: "Woman Factory Worker", tags: ["female", "factory-worker", "assembly", "industrial", "human"], category: "smileys-people" },
277
+ { glyph: "๐Ÿง‘โ€๐Ÿ’ผ", label: "Office Worker", tags: ["business"], category: "smileys-people" },
278
+ { glyph: "๐Ÿ‘จโ€๐Ÿ’ผ", label: "Man Office Worker", tags: ["male", "office-worker", "business", "manager", "human"], category: "smileys-people" },
279
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ’ผ", label: "Woman Office Worker", tags: ["female", "office-worker", "business", "manager", "human"], category: "smileys-people" },
280
+ { glyph: "๐Ÿง‘โ€๐Ÿ”ฌ", label: "Scientist", tags: ["chemistry"], category: "smileys-people" },
281
+ { glyph: "๐Ÿ‘จโ€๐Ÿ”ฌ", label: "Man Scientist", tags: ["male", "biologist", "chemist", "engineer", "physicist", "human"], category: "smileys-people" },
282
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ”ฌ", label: "Woman Scientist", tags: ["female", "biologist", "chemist", "engineer", "physicist", "human"], category: "smileys-people" },
283
+ { glyph: "๐Ÿง‘โ€๐Ÿ’ป", label: "Technologist", tags: ["computer"], category: "smileys-people" },
284
+ { glyph: "๐Ÿ‘จโ€๐Ÿ’ป", label: "Man Technologist", tags: ["male", "coder", "developer", "engineer", "programmer", "software", "human", "laptop", "computer"], category: "smileys-people" },
285
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ’ป", label: "Woman Technologist", tags: ["female", "coder", "developer", "engineer", "programmer", "software", "human", "laptop", "computer"], category: "smileys-people" },
286
+ { glyph: "๐Ÿง‘โ€๐ŸŽค", label: "Singer", tags: ["song", "artist", "performer"], category: "smileys-people" },
287
+ { glyph: "๐Ÿ‘จโ€๐ŸŽค", label: "Man Singer", tags: ["male", "rockstar", "entertainer", "human"], category: "smileys-people" },
288
+ { glyph: "๐Ÿ‘ฉโ€๐ŸŽค", label: "Woman Singer", tags: ["female", "rockstar", "entertainer", "human"], category: "smileys-people" },
289
+ { glyph: "๐Ÿง‘โ€๐ŸŽจ", label: "Artist", tags: ["painting", "draw", "creativity"], category: "smileys-people" },
290
+ { glyph: "๐Ÿ‘จโ€๐ŸŽจ", label: "Man Artist", tags: ["male", "painter", "human"], category: "smileys-people" },
291
+ { glyph: "๐Ÿ‘ฉโ€๐ŸŽจ", label: "Woman Artist", tags: ["female", "painter", "human"], category: "smileys-people" },
292
+ { glyph: "๐Ÿง‘โ€โœˆ๏ธ", label: "Pilot", tags: ["fly", "plane", "airplane"], category: "smileys-people" },
293
+ { glyph: "๐Ÿ‘จโ€โœˆ๏ธ", label: "Man Pilot", tags: ["male", "aviator", "plane", "human"], category: "smileys-people" },
294
+ { glyph: "๐Ÿ‘ฉโ€โœˆ๏ธ", label: "Woman Pilot", tags: ["female", "aviator", "plane", "human"], category: "smileys-people" },
295
+ { glyph: "๐Ÿง‘โ€๐Ÿš€", label: "Astronaut", tags: ["outerspace"], category: "smileys-people" },
296
+ { glyph: "๐Ÿ‘จโ€๐Ÿš€", label: "Man Astronaut", tags: ["male", "space", "rocket", "human"], category: "smileys-people" },
297
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿš€", label: "Woman Astronaut", tags: ["female", "space", "rocket", "human"], category: "smileys-people" },
298
+ { glyph: "๐Ÿง‘โ€๐Ÿš’", label: "Firefighter", tags: ["fire"], category: "smileys-people" },
299
+ { glyph: "๐Ÿ‘จโ€๐Ÿš’", label: "Man Firefighter", tags: ["male", "fireman", "human"], category: "smileys-people" },
300
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿš’", label: "Woman Firefighter", tags: ["female", "fireman", "human"], category: "smileys-people" },
301
+ { glyph: "๐Ÿ‘ฎ", label: "Police Officer", tags: ["cop"], category: "smileys-people" },
302
+ { glyph: "๐Ÿ‘ฎโ€โ™‚๏ธ", label: "Man Police Officer", tags: ["male", "police-officer", "law", "legal", "enforcement", "arrest", "911"], category: "smileys-people" },
303
+ { glyph: "๐Ÿ‘ฎโ€โ™€๏ธ", label: "Woman Police Officer", tags: ["female", "police-officer", "law", "legal", "enforcement", "arrest", "911"], category: "smileys-people" },
304
+ { glyph: "๐Ÿ•ต๏ธ", label: "Detective", tags: ["sleuth", "or", "spy", "human"], category: "smileys-people" },
305
+ { glyph: "๐Ÿ•ต๏ธโ€โ™‚๏ธ", label: "Man Detective", tags: ["male", "crime"], category: "smileys-people" },
306
+ { glyph: "๐Ÿ•ต๏ธโ€โ™€๏ธ", label: "Woman Detective", tags: ["female", "human", "spy"], category: "smileys-people" },
307
+ { glyph: "๐Ÿ’‚", label: "Guard", tags: ["guardsman", "protect"], category: "smileys-people" },
308
+ { glyph: "๐Ÿ’‚โ€โ™‚๏ธ", label: "Man Guard", tags: ["male", "uk", "gb", "british", "guy", "royal"], category: "smileys-people" },
309
+ { glyph: "๐Ÿ’‚โ€โ™€๏ธ", label: "Woman Guard", tags: ["female", "uk", "gb", "british", "royal"], category: "smileys-people" },
310
+ { glyph: "๐Ÿฅท", label: "Ninja", tags: ["ninjutsu", "skills", "japanese"], category: "smileys-people" },
311
+ { glyph: "๐Ÿ‘ท", label: "Construction Worker", tags: ["labor", "build"], category: "smileys-people" },
312
+ { glyph: "๐Ÿ‘ทโ€โ™‚๏ธ", label: "Man Construction Worker", tags: ["male", "construction-worker", "human", "wip", "guy", "build", "labor"], category: "smileys-people" },
313
+ { glyph: "๐Ÿ‘ทโ€โ™€๏ธ", label: "Woman Construction Worker", tags: ["female", "construction-worker", "human", "wip", "build", "labor"], category: "smileys-people" },
314
+ { glyph: "๐Ÿซ…", label: "Person with Crown", tags: ["royalty", "power"], category: "smileys-people" },
315
+ { glyph: "๐Ÿคด", label: "Prince", tags: ["boy", "man", "male", "crown", "royal", "king"], category: "smileys-people" },
316
+ { glyph: "๐Ÿ‘ธ", label: "Princess", tags: ["girl", "woman", "female", "blond", "crown", "royal", "queen"], category: "smileys-people" },
317
+ { glyph: "๐Ÿ‘ณ", label: "Man with Turban", tags: ["person", "wearing", "headdress"], category: "smileys-people" },
318
+ { glyph: "๐Ÿ‘ณโ€โ™‚๏ธ", label: "Man Wearing Turban", tags: ["wearing-turban", "male", "indian", "hinduism", "arabs"], category: "smileys-people" },
319
+ { glyph: "๐Ÿ‘ณโ€โ™€๏ธ", label: "Woman Wearing Turban", tags: ["wearing-turban", "female", "indian", "hinduism", "arabs"], category: "smileys-people" },
320
+ { glyph: "๐Ÿ‘ฒ", label: "Man with Gua Pi Mao", tags: ["skullcap", "male", "boy", "chinese"], category: "smileys-people" },
321
+ { glyph: "๐Ÿง•", label: "Woman with Headscarf", tags: ["person", "female", "hijab", "mantilla", "tichel"], category: "smileys-people" },
322
+ { glyph: "๐Ÿคต", label: "Man in Tuxedo", tags: ["person", "couple", "marriage", "wedding", "groom"], category: "smileys-people" },
323
+ { glyph: "๐Ÿคตโ€โ™‚๏ธ", label: "Man in Tuxedo", tags: ["formal", "fashion"], category: "smileys-people" },
324
+ { glyph: "๐Ÿคตโ€โ™€๏ธ", label: "Woman in Tuxedo", tags: ["formal", "fashion"], category: "smileys-people" },
325
+ { glyph: "๐Ÿ‘ฐ", label: "Bride with Veil", tags: ["couple", "marriage", "wedding", "woman"], category: "smileys-people" },
326
+ { glyph: "๐Ÿ‘ฐโ€โ™‚๏ธ", label: "Man with Veil", tags: ["wedding", "marriage"], category: "smileys-people" },
327
+ { glyph: "๐Ÿ‘ฐโ€โ™€๏ธ", label: "Woman with Veil", tags: ["wedding", "marriage"], category: "smileys-people" },
328
+ { glyph: "๐Ÿคฐ", label: "Pregnant Woman", tags: ["baby"], category: "smileys-people" },
329
+ { glyph: "๐Ÿซƒ", label: "Pregnant Man", tags: ["baby", "belly"], category: "smileys-people" },
330
+ { glyph: "๐Ÿซ„", label: "Pregnant Person", tags: ["baby", "belly"], category: "smileys-people" },
331
+ { glyph: "๐Ÿคฑ", label: "Breast-Feeding", tags: ["breast", "feeding", "nursing", "baby"], category: "smileys-people" },
332
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿผ", label: "Woman Feeding Baby", tags: ["birth", "food"], category: "smileys-people" },
333
+ { glyph: "๐Ÿ‘จโ€๐Ÿผ", label: "Man Feeding Baby", tags: ["birth", "food"], category: "smileys-people" },
334
+ { glyph: "๐Ÿง‘โ€๐Ÿผ", label: "Person Feeding Baby", tags: ["birth", "food"], category: "smileys-people" },
335
+ { glyph: "๐Ÿ‘ผ", label: "Baby Angel", tags: ["heaven", "wings", "halo"], category: "smileys-people" },
336
+ { glyph: "๐ŸŽ…", label: "Santa Claus", tags: ["festival", "man", "male", "xmas", "father", "christmas"], category: "smileys-people" },
337
+ { glyph: "๐Ÿคถ", label: "Mrs. Claus", tags: ["mrs", "mother", "christmas", "woman", "female", "xmas"], category: "smileys-people" },
338
+ { glyph: "๐Ÿง‘โ€๐ŸŽ„", label: "Mx Claus", tags: ["christmas"], category: "smileys-people" },
339
+ { glyph: "๐Ÿฆธ", label: "Superhero", tags: ["marvel"], category: "smileys-people" },
340
+ { glyph: "๐Ÿฆธโ€โ™‚๏ธ", label: "Man Superhero", tags: ["male", "good", "hero", "superpowers"], category: "smileys-people" },
341
+ { glyph: "๐Ÿฆธโ€โ™€๏ธ", label: "Woman Superhero", tags: ["female", "good", "heroine", "superpowers"], category: "smileys-people" },
342
+ { glyph: "๐Ÿฆน", label: "Supervillain", tags: ["marvel"], category: "smileys-people" },
343
+ { glyph: "๐Ÿฆนโ€โ™‚๏ธ", label: "Man Supervillain", tags: ["male", "evil", "bad", "criminal", "hero", "superpowers"], category: "smileys-people" },
344
+ { glyph: "๐Ÿฆนโ€โ™€๏ธ", label: "Woman Supervillain", tags: ["female", "evil", "bad", "criminal", "heroine", "superpowers"], category: "smileys-people" },
345
+ { glyph: "๐Ÿง™", label: "Mage", tags: ["magic"], category: "smileys-people" },
346
+ { glyph: "๐Ÿง™โ€โ™‚๏ธ", label: "Man Mage", tags: ["male", "sorcerer"], category: "smileys-people" },
347
+ { glyph: "๐Ÿง™โ€โ™€๏ธ", label: "Woman Mage", tags: ["female", "witch"], category: "smileys-people" },
348
+ { glyph: "๐Ÿงš", label: "Fairy", tags: ["wings", "magical"], category: "smileys-people" },
349
+ { glyph: "๐Ÿงšโ€โ™‚๏ธ", label: "Man Fairy", tags: ["male"], category: "smileys-people" },
350
+ { glyph: "๐Ÿงšโ€โ™€๏ธ", label: "Woman Fairy", tags: ["female"], category: "smileys-people" },
351
+ { glyph: "๐Ÿง›", label: "Vampire", tags: ["blood", "twilight"], category: "smileys-people" },
352
+ { glyph: "๐Ÿง›โ€โ™‚๏ธ", label: "Man Vampire", tags: ["male", "dracula"], category: "smileys-people" },
353
+ { glyph: "๐Ÿง›โ€โ™€๏ธ", label: "Woman Vampire", tags: ["female"], category: "smileys-people" },
354
+ { glyph: "๐Ÿงœ", label: "Merperson", tags: ["sea"], category: "smileys-people" },
355
+ { glyph: "๐Ÿงœโ€โ™‚๏ธ", label: "Merman", tags: ["man", "male", "triton"], category: "smileys-people" },
356
+ { glyph: "๐Ÿงœโ€โ™€๏ธ", label: "Mermaid", tags: ["woman", "female", "merwoman", "ariel"], category: "smileys-people" },
357
+ { glyph: "๐Ÿง", label: "Elf", tags: ["magical"], category: "smileys-people" },
358
+ { glyph: "๐Ÿงโ€โ™‚๏ธ", label: "Man Elf", tags: ["male"], category: "smileys-people" },
359
+ { glyph: "๐Ÿงโ€โ™€๏ธ", label: "Woman Elf", tags: ["female"], category: "smileys-people" },
360
+ { glyph: "๐Ÿงž", label: "Genie", tags: ["magical", "wishes"], category: "smileys-people" },
361
+ { glyph: "๐Ÿงžโ€โ™‚๏ธ", label: "Man Genie", tags: ["male"], category: "smileys-people" },
362
+ { glyph: "๐Ÿงžโ€โ™€๏ธ", label: "Woman Genie", tags: ["female"], category: "smileys-people" },
363
+ { glyph: "๐ŸงŸ", label: "Zombie", tags: ["dead"], category: "smileys-people" },
364
+ { glyph: "๐ŸงŸโ€โ™‚๏ธ", label: "Man Zombie", tags: ["male", "dracula", "undead", "walking", "dead"], category: "smileys-people" },
365
+ { glyph: "๐ŸงŸโ€โ™€๏ธ", label: "Woman Zombie", tags: ["female", "undead", "walking", "dead"], category: "smileys-people" },
366
+ { glyph: "๐ŸงŒ", label: "Troll", tags: ["mystical", "monster"], category: "smileys-people" },
367
+ { glyph: "๐Ÿ’†", label: "Face Massage", tags: ["person", "getting", "relax"], category: "smileys-people" },
368
+ { glyph: "๐Ÿ’†โ€โ™‚๏ธ", label: "Man Getting Massage", tags: ["getting-massage", "male", "boy", "head"], category: "smileys-people" },
369
+ { glyph: "๐Ÿ’†โ€โ™€๏ธ", label: "Woman Getting Massage", tags: ["getting-massage", "female", "girl", "head"], category: "smileys-people" },
370
+ { glyph: "๐Ÿ’‡", label: "Haircut", tags: ["person", "getting", "hairstyle"], category: "smileys-people" },
371
+ { glyph: "๐Ÿ’‡โ€โ™‚๏ธ", label: "Man Getting Haircut", tags: ["getting-haircut", "male", "boy"], category: "smileys-people" },
372
+ { glyph: "๐Ÿ’‡โ€โ™€๏ธ", label: "Woman Getting Haircut", tags: ["getting-haircut", "female", "girl"], category: "smileys-people" },
373
+ { glyph: "๐Ÿšถ", label: "Pedestrian", tags: ["walking", "person", "move"], category: "smileys-people" },
374
+ { glyph: "๐Ÿšถโ€โ™‚๏ธ", label: "Man Walking", tags: ["human", "feet", "steps"], category: "smileys-people" },
375
+ { glyph: "๐Ÿšถโ€โ™€๏ธ", label: "Woman Walking", tags: ["human", "feet", "steps", "female"], category: "smileys-people" },
376
+ { glyph: "๐Ÿง", label: "Standing Person", tags: ["still"], category: "smileys-people" },
377
+ { glyph: "๐Ÿงโ€โ™‚๏ธ", label: "Man Standing", tags: ["still"], category: "smileys-people" },
378
+ { glyph: "๐Ÿงโ€โ™€๏ธ", label: "Woman Standing", tags: ["still"], category: "smileys-people" },
379
+ { glyph: "๐ŸงŽ", label: "Kneeling Person", tags: ["pray", "respectful"], category: "smileys-people" },
380
+ { glyph: "๐ŸงŽโ€โ™‚๏ธ", label: "Man Kneeling", tags: ["pray", "respectful"], category: "smileys-people" },
381
+ { glyph: "๐ŸงŽโ€โ™€๏ธ", label: "Woman Kneeling", tags: ["respectful", "pray"], category: "smileys-people" },
382
+ { glyph: "๐Ÿง‘โ€๐Ÿฆฏ", label: "Person with White Cane", tags: ["probing", "blind"], category: "smileys-people" },
383
+ { glyph: "๐Ÿ‘จโ€๐Ÿฆฏ", label: "Man with White Cane", tags: ["probing", "blind"], category: "smileys-people" },
384
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿฆฏ", label: "Woman with White Cane", tags: ["probing", "blind"], category: "smileys-people" },
385
+ { glyph: "๐Ÿง‘โ€๐Ÿฆผ", label: "Person in Motorized Wheelchair", tags: ["disability", "accessibility"], category: "smileys-people" },
386
+ { glyph: "๐Ÿ‘จโ€๐Ÿฆผ", label: "Man in Motorized Wheelchair", tags: ["disability", "accessibility"], category: "smileys-people" },
387
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿฆผ", label: "Woman in Motorized Wheelchair", tags: ["disability", "accessibility"], category: "smileys-people" },
388
+ { glyph: "๐Ÿง‘โ€๐Ÿฆฝ", label: "Person in Manual Wheelchair", tags: ["disability", "accessibility"], category: "smileys-people" },
389
+ { glyph: "๐Ÿ‘จโ€๐Ÿฆฝ", label: "Man in Manual Wheelchair", tags: ["disability", "accessibility"], category: "smileys-people" },
390
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿฆฝ", label: "Woman in Manual Wheelchair", tags: ["disability", "accessibility"], category: "smileys-people" },
391
+ { glyph: "๐Ÿƒ", label: "Runner", tags: ["running", "person", "move"], category: "smileys-people" },
392
+ { glyph: "๐Ÿƒโ€โ™‚๏ธ", label: "Man Running", tags: ["walking", "exercise", "race"], category: "smileys-people" },
393
+ { glyph: "๐Ÿƒโ€โ™€๏ธ", label: "Woman Running", tags: ["walking", "exercise", "race", "female"], category: "smileys-people" },
394
+ { glyph: "๐Ÿ’ƒ", label: "Dancer", tags: ["woman", "dancing", "female", "girl", "fun"], category: "smileys-people" },
395
+ { glyph: "๐Ÿ•บ", label: "Man Dancing", tags: ["male", "boy", "fun", "dancer"], category: "smileys-people" },
396
+ { glyph: "๐Ÿ•ด๏ธ", label: "Person in Suit Levitating", tags: ["man", "business", "levitate", "hover", "jump"], category: "smileys-people" },
397
+ { glyph: "๐Ÿ‘ฏ", label: "Woman with Bunny Ears", tags: ["dancers", "people", "perform", "costume"], category: "smileys-people" },
398
+ { glyph: "๐Ÿ‘ฏโ€โ™‚๏ธ", label: "Men with Bunny Ears", tags: ["with-bunny-ears-partying", "man", "male", "boys"], category: "smileys-people" },
399
+ { glyph: "๐Ÿ‘ฏโ€โ™€๏ธ", label: "Women with Bunny Ears", tags: ["with-bunny-ears-partying", "woman", "female", "girls"], category: "smileys-people" },
400
+ { glyph: "๐Ÿง–", label: "Person in Steamy Room", tags: ["relax", "spa"], category: "smileys-people" },
401
+ { glyph: "๐Ÿง–โ€โ™‚๏ธ", label: "Man in Steamy Room", tags: ["male", "spa", "steamroom", "sauna"], category: "smileys-people" },
402
+ { glyph: "๐Ÿง–โ€โ™€๏ธ", label: "Woman in Steamy Room", tags: ["female", "spa", "steamroom", "sauna"], category: "smileys-people" },
403
+ { glyph: "๐Ÿง—", label: "Person Climbing", tags: ["sport"], category: "smileys-people" },
404
+ { glyph: "๐Ÿง—โ€โ™‚๏ธ", label: "Man Climbing", tags: ["sports", "hobby", "male", "rock"], category: "smileys-people" },
405
+ { glyph: "๐Ÿง—โ€โ™€๏ธ", label: "Woman Climbing", tags: ["sports", "hobby", "female", "rock"], category: "smileys-people" },
406
+ { glyph: "๐Ÿคบ", label: "Fencer", tags: ["person", "fencing", "sports", "sword"], category: "smileys-people" },
407
+ { glyph: "๐Ÿ‡", label: "Horse Racing", tags: ["animal", "betting", "competition", "gambling", "luck"], category: "smileys-people" },
408
+ { glyph: "โ›ท๏ธ", label: "Skier", tags: ["sports", "winter", "snow"], category: "smileys-people" },
409
+ { glyph: "๐Ÿ‚", label: "Snowboarder", tags: ["sports", "winter"], category: "smileys-people" },
410
+ { glyph: "๐ŸŒ๏ธ", label: "Person Golfing", tags: ["golfer", "sports", "business"], category: "smileys-people" },
411
+ { glyph: "๐ŸŒ๏ธโ€โ™‚๏ธ", label: "Man Golfing", tags: ["sport"], category: "smileys-people" },
412
+ { glyph: "๐ŸŒ๏ธโ€โ™€๏ธ", label: "Woman Golfing", tags: ["sports", "business", "female"], category: "smileys-people" },
413
+ { glyph: "๐Ÿ„", label: "Surfer", tags: ["person", "surfing", "sport", "sea"], category: "smileys-people" },
414
+ { glyph: "๐Ÿ„โ€โ™‚๏ธ", label: "Man Surfing", tags: ["sports", "ocean", "sea", "summer", "beach"], category: "smileys-people" },
415
+ { glyph: "๐Ÿ„โ€โ™€๏ธ", label: "Woman Surfing", tags: ["sports", "ocean", "sea", "summer", "beach", "female"], category: "smileys-people" },
416
+ { glyph: "๐Ÿšฃ", label: "Rowboat", tags: ["person", "rowing", "boat", "sport", "move"], category: "smileys-people" },
417
+ { glyph: "๐Ÿšฃโ€โ™‚๏ธ", label: "Man Rowing Boat", tags: ["rowing-boat", "sports", "hobby", "water", "ship"], category: "smileys-people" },
418
+ { glyph: "๐Ÿšฃโ€โ™€๏ธ", label: "Woman Rowing Boat", tags: ["rowing-boat", "sports", "hobby", "water", "ship", "female"], category: "smileys-people" },
419
+ { glyph: "๐ŸŠ", label: "Swimmer", tags: ["person", "swimming", "sport", "pool"], category: "smileys-people" },
420
+ { glyph: "๐ŸŠโ€โ™‚๏ธ", label: "Man Swimming", tags: ["sports", "exercise", "human", "athlete", "water", "summer"], category: "smileys-people" },
421
+ { glyph: "๐ŸŠโ€โ™€๏ธ", label: "Woman Swimming", tags: ["sports", "exercise", "human", "athlete", "water", "summer", "female"], category: "smileys-people" },
422
+ { glyph: "โ›น๏ธ", label: "Person Bouncing Ball", tags: ["sports", "human"], category: "smileys-people" },
423
+ { glyph: "โ›น๏ธโ€โ™‚๏ธ", label: "Man Bouncing Ball", tags: ["bouncing-ball", "sport"], category: "smileys-people" },
424
+ { glyph: "โ›น๏ธโ€โ™€๏ธ", label: "Woman Bouncing Ball", tags: ["bouncing-ball", "sports", "human", "female"], category: "smileys-people" },
425
+ { glyph: "๐Ÿ‹๏ธ", label: "Person Lifting Weights", tags: ["weight", "lifter", "sports", "training", "exercise"], category: "smileys-people" },
426
+ { glyph: "๐Ÿ‹๏ธโ€โ™‚๏ธ", label: "Man Lifting Weights", tags: ["lifting-weights", "sport"], category: "smileys-people" },
427
+ { glyph: "๐Ÿ‹๏ธโ€โ™€๏ธ", label: "Woman Lifting Weights", tags: ["lifting-weights", "sports", "training", "exercise", "female"], category: "smileys-people" },
428
+ { glyph: "๐Ÿšด", label: "Bicyclist", tags: ["person", "biking", "sport", "move"], category: "smileys-people" },
429
+ { glyph: "๐Ÿšดโ€โ™‚๏ธ", label: "Man Biking", tags: ["sports", "bike", "exercise", "hipster"], category: "smileys-people" },
430
+ { glyph: "๐Ÿšดโ€โ™€๏ธ", label: "Woman Biking", tags: ["sports", "bike", "exercise", "hipster", "female"], category: "smileys-people" },
431
+ { glyph: "๐Ÿšต", label: "Mountain Bicyclist", tags: ["person", "biking", "sport", "move"], category: "smileys-people" },
432
+ { glyph: "๐Ÿšตโ€โ™‚๏ธ", label: "Man Mountain Biking", tags: ["mountain-biking", "transportation", "sports", "human", "race", "bike"], category: "smileys-people" },
433
+ { glyph: "๐Ÿšตโ€โ™€๏ธ", label: "Woman Mountain Biking", tags: ["mountain-biking", "transportation", "sports", "human", "race", "bike", "female"], category: "smileys-people" },
434
+ { glyph: "๐Ÿคธ", label: "Person Cartwheeling", tags: ["doing", "cartwheel", "sport", "gymnastic"], category: "smileys-people" },
435
+ { glyph: "๐Ÿคธโ€โ™‚๏ธ", label: "Man Cartwheeling", tags: ["gymnastics"], category: "smileys-people" },
436
+ { glyph: "๐Ÿคธโ€โ™€๏ธ", label: "Woman Cartwheeling", tags: ["gymnastics"], category: "smileys-people" },
437
+ { glyph: "๐Ÿคผ", label: "Wrestlers", tags: ["people", "wrestling", "sport"], category: "smileys-people" },
438
+ { glyph: "๐Ÿคผโ€โ™‚๏ธ", label: "Men Wrestling", tags: ["man", "sports", "wrestlers"], category: "smileys-people" },
439
+ { glyph: "๐Ÿคผโ€โ™€๏ธ", label: "Women Wrestling", tags: ["woman", "sports", "wrestlers"], category: "smileys-people" },
440
+ { glyph: "๐Ÿคฝ", label: "Water Polo", tags: ["person", "playing", "sport"], category: "smileys-people" },
441
+ { glyph: "๐Ÿคฝโ€โ™‚๏ธ", label: "Man Playing Water Polo", tags: ["playing-water-polo", "sports", "pool"], category: "smileys-people" },
442
+ { glyph: "๐Ÿคฝโ€โ™€๏ธ", label: "Woman Playing Water Polo", tags: ["playing-water-polo", "sports", "pool"], category: "smileys-people" },
443
+ { glyph: "๐Ÿคพ", label: "Handball", tags: ["person", "playing", "sport"], category: "smileys-people" },
444
+ { glyph: "๐Ÿคพโ€โ™‚๏ธ", label: "Man Playing Handball", tags: ["playing-handball", "sports"], category: "smileys-people" },
445
+ { glyph: "๐Ÿคพโ€โ™€๏ธ", label: "Woman Playing Handball", tags: ["playing-handball", "sports"], category: "smileys-people" },
446
+ { glyph: "๐Ÿคน", label: "Juggling", tags: ["person", "performance", "balance"], category: "smileys-people" },
447
+ { glyph: "๐Ÿคนโ€โ™‚๏ธ", label: "Man Juggling", tags: ["juggle", "balance", "skill", "multitask"], category: "smileys-people" },
448
+ { glyph: "๐Ÿคนโ€โ™€๏ธ", label: "Woman Juggling", tags: ["juggle", "balance", "skill", "multitask"], category: "smileys-people" },
449
+ { glyph: "๐Ÿง˜", label: "Person in Lotus Position", tags: ["meditate"], category: "smileys-people" },
450
+ { glyph: "๐Ÿง˜โ€โ™‚๏ธ", label: "Man in Lotus Position", tags: ["male", "meditation", "yoga", "serenity", "zen", "mindfulness"], category: "smileys-people" },
451
+ { glyph: "๐Ÿง˜โ€โ™€๏ธ", label: "Woman in Lotus Position", tags: ["female", "meditation", "yoga", "serenity", "zen", "mindfulness"], category: "smileys-people" },
452
+ { glyph: "๐Ÿ›€", label: "Bath", tags: ["person", "taking", "clean", "shower", "bathroom"], category: "smileys-people" },
453
+ { glyph: "๐Ÿ›Œ", label: "Person in Bed", tags: ["sleeping", "accommodation", "rest"], category: "smileys-people" },
454
+ { glyph: "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘", label: "People Holding Hands", tags: ["friendship"], category: "smileys-people" },
455
+ { glyph: "๐Ÿ‘ญ", label: "Women Holding Hands", tags: ["two", "pair", "friendship", "couple", "love", "like", "female", "people", "human"], category: "smileys-people" },
456
+ { glyph: "๐Ÿ‘ซ", label: "Man and Woman Holding Hands", tags: ["couple", "pair", "people", "human", "love", "date", "dating", "like", "affection", "valentines", "marriage"], category: "smileys-people" },
457
+ { glyph: "๐Ÿ‘ฌ", label: "Men Holding Hands", tags: ["two", "pair", "couple", "love", "like", "bromance", "friendship", "people", "human"], category: "smileys-people" },
458
+ { glyph: "๐Ÿ’", label: "Kiss", tags: ["couplekiss", "pair", "valentines", "love", "like", "dating", "marriage"], category: "smileys-people" },
459
+ { glyph: "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", label: "Kiss: Woman, Man", tags: ["woman", "kiss-man", "kiss", "love"], category: "smileys-people" },
460
+ { glyph: "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", label: "Kiss: Man, Man", tags: ["kiss-man", "kiss", "pair", "valentines", "love", "like", "dating", "marriage"], category: "smileys-people" },
461
+ { glyph: "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", label: "Kiss: Woman, Woman", tags: ["kiss-woman", "kiss", "pair", "valentines", "love", "like", "dating", "marriage"], category: "smileys-people" },
462
+ { glyph: "๐Ÿ’‘", label: "Couple with Heart", tags: ["pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], category: "smileys-people" },
463
+ { glyph: "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ", label: "Couple with Heart: Woman, Man", tags: ["woman", "heart-man", "heart", "love"], category: "smileys-people" },
464
+ { glyph: "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", label: "Couple with Heart: Man, Man", tags: ["heart-man", "heart", "pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], category: "smileys-people" },
465
+ { glyph: "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", label: "Couple with Heart: Woman, Woman", tags: ["heart-woman", "heart", "pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], category: "smileys-people" },
466
+ { glyph: "๐Ÿ‘ช", label: "Family", tags: ["home", "parents", "child", "mom", "dad", "father", "mother", "people", "human"], category: "smileys-people" },
467
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", label: "Family: Man, Woman, Boy", tags: ["man", "woman-boy", "family", "woman", "love"], category: "smileys-people" },
468
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", label: "Family: Man, Woman, Girl", tags: ["man", "woman-girl", "family", "woman", "home", "parents", "people", "human", "child"], category: "smileys-people" },
469
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", label: "Family: Man, Woman, Girl, Boy", tags: ["man", "woman-girl-boy", "family", "woman", "girl", "home", "parents", "people", "human", "children"], category: "smileys-people" },
470
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", label: "Family: Man, Woman, Boy, Boy", tags: ["man", "woman-boy-boy", "family", "woman", "home", "parents", "people", "human", "children"], category: "smileys-people" },
471
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", label: "Family: Man, Woman, Girl, Girl", tags: ["man", "woman-girl-girl", "family", "woman", "home", "parents", "people", "human", "children"], category: "smileys-people" },
472
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ", label: "Family: Man, Man, Boy", tags: ["man", "man-boy", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
473
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง", label: "Family: Man, Man, Girl", tags: ["man", "man-girl", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
474
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", label: "Family: Man, Man, Girl, Boy", tags: ["man", "man-girl-boy", "family", "girl", "home", "parents", "people", "human", "children"], category: "smileys-people" },
475
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", label: "Family: Man, Man, Boy, Boy", tags: ["man", "man-boy-boy", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
476
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", label: "Family: Man, Man, Girl, Girl", tags: ["man", "man-girl-girl", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
477
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", label: "Family: Woman, Woman, Boy", tags: ["woman", "woman-boy", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
478
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", label: "Family: Woman, Woman, Girl", tags: ["woman", "woman-girl", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
479
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", label: "Family: Woman, Woman, Girl, Boy", tags: ["woman", "woman-girl-boy", "family", "girl", "home", "parents", "people", "human", "children"], category: "smileys-people" },
480
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", label: "Family: Woman, Woman, Boy, Boy", tags: ["woman", "woman-boy-boy", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
481
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", label: "Family: Woman, Woman, Girl, Girl", tags: ["woman", "woman-girl-girl", "family", "home", "parents", "people", "human", "children"], category: "smileys-people" },
482
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ฆ", label: "Family: Man, Boy", tags: ["man", "family", "home", "parent", "people", "human", "child"], category: "smileys-people" },
483
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", label: "Family: Man, Boy, Boy", tags: ["man", "boy-boy", "family", "home", "parent", "people", "human", "children"], category: "smileys-people" },
484
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘ง", label: "Family: Man, Girl", tags: ["man", "family", "home", "parent", "people", "human", "child"], category: "smileys-people" },
485
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", label: "Family: Man, Girl, Boy", tags: ["man", "girl-boy", "family", "girl", "home", "parent", "people", "human", "children"], category: "smileys-people" },
486
+ { glyph: "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", label: "Family: Man, Girl, Girl", tags: ["man", "girl-girl", "family", "home", "parent", "people", "human", "children"], category: "smileys-people" },
487
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ฆ", label: "Family: Woman, Boy", tags: ["woman", "family", "home", "parent", "people", "human", "child"], category: "smileys-people" },
488
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", label: "Family: Woman, Boy, Boy", tags: ["woman", "boy-boy", "family", "home", "parent", "people", "human", "children"], category: "smileys-people" },
489
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘ง", label: "Family: Woman, Girl", tags: ["woman", "family", "home", "parent", "people", "human", "child"], category: "smileys-people" },
490
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", label: "Family: Woman, Girl, Boy", tags: ["woman", "girl-boy", "family", "girl", "home", "parent", "people", "human", "children"], category: "smileys-people" },
491
+ { glyph: "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", label: "Family: Woman, Girl, Girl", tags: ["woman", "girl-girl", "family", "home", "parent", "people", "human", "children"], category: "smileys-people" },
492
+ { glyph: "๐Ÿ—ฃ๏ธ", label: "Speaking Head", tags: ["silhouette", "user", "person", "human", "sing", "say", "talk"], category: "smileys-people" },
493
+ { glyph: "๐Ÿ‘ค", label: "Bust in Silhouette", tags: ["user", "person", "human"], category: "smileys-people" },
494
+ { glyph: "๐Ÿ‘ฅ", label: "Busts in Silhouette", tags: ["user", "person", "human", "group", "team"], category: "smileys-people" },
495
+ { glyph: "๐Ÿซ‚", label: "People Hugging", tags: ["care"], category: "smileys-people" },
496
+ { glyph: "๐Ÿ‘ฃ", label: "Footprints", tags: ["feet", "tracking", "walking", "beach"], category: "smileys-people" },
497
+ { glyph: "๐Ÿค–", label: "Robot", tags: ["face", "computer", "machine", "bot"], category: "smileys-people" },
498
+ { glyph: "๐Ÿ˜บ", label: "Grinning Cat", tags: ["smiley", "animal", "cats", "happy", "smile"], category: "smileys-people" },
499
+ { glyph: "๐Ÿ˜ธ", label: "Grinning Cat with Smiling Eyes", tags: ["smile", "animal", "cats"], category: "smileys-people" },
500
+ { glyph: "๐Ÿ˜น", label: "Cat with Tears of Joy", tags: ["animal", "cats", "haha", "happy"], category: "smileys-people" },
501
+ { glyph: "๐Ÿ˜ป", label: "Smiling Cat with Heart-Eyes", tags: ["heart", "eyes", "animal", "love", "like", "affection", "cats", "valentines"], category: "smileys-people" },
502
+ { glyph: "๐Ÿ˜ผ", label: "Cat with Wry Smile", tags: ["smirk", "animal", "cats"], category: "smileys-people" },
503
+ { glyph: "๐Ÿ˜ฝ", label: "Kissing Cat", tags: ["animal", "cats", "kiss"], category: "smileys-people" },
504
+ { glyph: "๐Ÿ™€", label: "Weary Cat", tags: ["scream", "animal", "cats", "munch", "scared"], category: "smileys-people" },
505
+ { glyph: "๐Ÿ˜ฟ", label: "Crying Cat", tags: ["face", "animal", "tears", "weep", "sad", "cats", "upset", "cry"], category: "smileys-people" },
506
+ { glyph: "๐Ÿ˜พ", label: "Pouting Cat", tags: ["animal", "cats"], category: "smileys-people" },
507
+ { glyph: "๐Ÿ™ˆ", label: "See-No-Evil Monkey", tags: ["see", "no", "evil", "animal", "nature", "haha"], category: "smileys-people" },
508
+ { glyph: "๐Ÿ™‰", label: "Hear-No-Evil Monkey", tags: ["hear", "no", "evil", "animal", "nature"], category: "smileys-people" },
509
+ { glyph: "๐Ÿ™Š", label: "Speak-No-Evil Monkey", tags: ["speak", "no", "evil", "animal", "nature", "omg"], category: "smileys-people" },
510
+ { glyph: "๐Ÿ’Œ", label: "Love Letter", tags: ["email", "like", "affection", "envelope", "valentines"], category: "smileys-people" },
511
+ { glyph: "๐Ÿ’˜", label: "Heart with Arrow", tags: ["cupid", "love", "like", "affection", "valentines"], category: "smileys-people" },
512
+ { glyph: "๐Ÿ’", label: "Heart with Ribbon", tags: ["gift", "love", "valentines"], category: "smileys-people" },
513
+ { glyph: "๐Ÿ’–", label: "Sparkling Heart", tags: ["love", "like", "affection", "valentines"], category: "smileys-people" },
514
+ { glyph: "๐Ÿ’—", label: "Growing Heart", tags: ["heartpulse", "like", "love", "affection", "valentines", "pink"], category: "smileys-people" },
515
+ { glyph: "๐Ÿ’“", label: "Beating Heart", tags: ["heartbeat", "love", "like", "affection", "valentines", "pink"], category: "smileys-people" },
516
+ { glyph: "๐Ÿ’ž", label: "Revolving Hearts", tags: ["love", "like", "affection", "valentines"], category: "smileys-people" },
517
+ { glyph: "๐Ÿ’•", label: "Two Hearts", tags: ["love", "like", "affection", "valentines", "heart"], category: "smileys-people" },
518
+ { glyph: "๐Ÿ’Ÿ", label: "Heart Decoration", tags: ["purple", "square", "love", "like"], category: "smileys-people" },
519
+ { glyph: "โฃ๏ธ", label: "Heart Exclamation", tags: ["heavy", "mark", "ornament", "decoration", "love"], category: "smileys-people" },
520
+ { glyph: "๐Ÿ’”", label: "Broken Heart", tags: ["sad", "sorry", "break", "heartbreak"], category: "smileys-people" },
521
+ { glyph: "โค๏ธโ€๐Ÿ”ฅ", label: "Heart on Fire", tags: ["passionate", "enthusiastic"], category: "smileys-people" },
522
+ { glyph: "โค๏ธโ€๐Ÿฉน", label: "Mending Heart", tags: ["broken", "bandage", "wounded"], category: "smileys-people" },
523
+ { glyph: "โค๏ธ", label: "Red Heart", tags: ["love", "like", "valentines"], category: "smileys-people" },
524
+ { glyph: "๐Ÿฉท", label: "Pink Heart", tags: ["valentines"], category: "smileys-people" },
525
+ { glyph: "๐Ÿงก", label: "Orange Heart", tags: ["love", "like", "affection", "valentines"], category: "smileys-people" },
526
+ { glyph: "๐Ÿ’›", label: "Yellow Heart", tags: ["love", "like", "affection", "valentines"], category: "smileys-people" },
527
+ { glyph: "๐Ÿ’š", label: "Green Heart", tags: ["love", "like", "affection", "valentines"], category: "smileys-people" },
528
+ { glyph: "๐Ÿ’™", label: "Blue Heart", tags: ["love", "like", "affection", "valentines"], category: "smileys-people" },
529
+ { glyph: "๐Ÿฉต", label: "Light Blue Heart", tags: ["ice", "baby"], category: "smileys-people" },
530
+ { glyph: "๐Ÿ’œ", label: "Purple Heart", tags: ["love", "like", "affection", "valentines"], category: "smileys-people" },
531
+ { glyph: "๐ŸคŽ", label: "Brown Heart", tags: ["coffee"], category: "smileys-people" },
532
+ { glyph: "๐Ÿ–ค", label: "Black Heart", tags: ["evil"], category: "smileys-people" },
533
+ { glyph: "๐Ÿฉถ", label: "Grey Heart", tags: ["silver", "monochrome"], category: "smileys-people" },
534
+ { glyph: "๐Ÿค", label: "White Heart", tags: ["pure"], category: "smileys-people" },
535
+ { glyph: "๐Ÿ’‹", label: "Kiss Mark", tags: ["face", "lips", "love", "like", "affection", "valentines"], category: "smileys-people" },
536
+ { glyph: "๐Ÿ’ฏ", label: "Hundred Points", tags: ["100", "score", "perfect", "numbers", "century", "exam", "quiz", "test", "pass"], category: "smileys-people" },
537
+ { glyph: "๐Ÿ’ข", label: "Anger Symbol", tags: ["angry", "mad"], category: "smileys-people" },
538
+ { glyph: "๐Ÿ’ฅ", label: "Collision", tags: ["boom", "bomb", "explode", "explosion", "blown"], category: "smileys-people" },
539
+ { glyph: "๐Ÿ’ซ", label: "Dizzy", tags: ["star", "sparkle", "shoot", "magic"], category: "smileys-people" },
540
+ { glyph: "๐Ÿ’ฆ", label: "Sweat Droplets", tags: ["drops", "water", "drip", "oops"], category: "smileys-people" },
541
+ { glyph: "๐Ÿ’จ", label: "Dash Symbol", tags: ["dashing", "away", "wind", "air", "fast", "shoo", "fart", "smoke", "puff"], category: "smileys-people" },
542
+ { glyph: "๐Ÿ•ณ๏ธ", label: "Hole", tags: ["embarrassing"], category: "smileys-people" },
543
+ { glyph: "๐Ÿ’ฌ", label: "Speech Balloon", tags: ["bubble", "words", "message", "talk", "chatting"], category: "smileys-people" },
544
+ { glyph: "๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ", label: "Eye in Speech Bubble", tags: ["in-speech-bubble", "info"], category: "smileys-people" },
545
+ { glyph: "๐Ÿ—จ๏ธ", label: "Left Speech Bubble", tags: ["words", "message", "talk", "chatting"], category: "smileys-people" },
546
+ { glyph: "๐Ÿ—ฏ๏ธ", label: "Right Anger Bubble", tags: ["caption", "speech", "thinking", "mad"], category: "smileys-people" },
547
+ { glyph: "๐Ÿ’ญ", label: "Thought Balloon", tags: ["bubble", "cloud", "speech", "thinking", "dream"], category: "smileys-people" },
548
+ { glyph: "๐Ÿ’ค", label: "Zzz", tags: ["sleepy", "tired", "dream"], category: "smileys-people" },
549
+ { glyph: "๐Ÿต", label: "Monkey Face", tags: ["animal", "nature", "circus"], category: "animals-nature" },
550
+ { glyph: "๐Ÿ’", label: "Monkey", tags: ["animal", "nature", "banana", "circus"], category: "animals-nature" },
551
+ { glyph: "๐Ÿฆ", label: "Gorilla", tags: ["animal", "nature", "circus"], category: "animals-nature" },
552
+ { glyph: "๐Ÿฆง", label: "Orangutan", tags: ["animal"], category: "animals-nature" },
553
+ { glyph: "๐Ÿถ", label: "Dog Face", tags: ["animal", "friend", "nature", "woof", "puppy", "pet", "faithful"], category: "animals-nature" },
554
+ { glyph: "๐Ÿ•", label: "Dog", tags: ["dog2", "animal", "nature", "friend", "doge", "pet", "faithful"], category: "animals-nature" },
555
+ { glyph: "๐Ÿฆฎ", label: "Guide Dog", tags: ["animal", "blind"], category: "animals-nature" },
556
+ { glyph: "๐Ÿ•โ€๐Ÿฆบ", label: "Service Dog", tags: ["blind", "animal"], category: "animals-nature" },
557
+ { glyph: "๐Ÿฉ", label: "Poodle", tags: ["dog", "animal", "101", "nature", "pet"], category: "animals-nature" },
558
+ { glyph: "๐Ÿบ", label: "Wolf", tags: ["animal", "nature", "wild"], category: "animals-nature" },
559
+ { glyph: "๐ŸฆŠ", label: "Fox", tags: ["face", "animal", "nature"], category: "animals-nature" },
560
+ { glyph: "๐Ÿฆ", label: "Raccoon", tags: ["animal", "nature"], category: "animals-nature" },
561
+ { glyph: "๐Ÿฑ", label: "Cat Face", tags: ["animal", "meow", "nature", "pet", "kitten"], category: "animals-nature" },
562
+ { glyph: "๐Ÿˆ", label: "Cat", tags: ["cat2", "animal", "meow", "pet", "cats"], category: "animals-nature" },
563
+ { glyph: "๐Ÿˆโ€โฌ›", label: "Black Cat", tags: ["superstition", "luck"], category: "animals-nature" },
564
+ { glyph: "๐Ÿฆ", label: "Lion", tags: ["face", "animal", "nature"], category: "animals-nature" },
565
+ { glyph: "๐Ÿฏ", label: "Tiger Face", tags: ["animal", "cat", "danger", "wild", "nature", "roar"], category: "animals-nature" },
566
+ { glyph: "๐Ÿ…", label: "Tiger", tags: ["tiger2", "animal", "nature", "roar"], category: "animals-nature" },
567
+ { glyph: "๐Ÿ†", label: "Leopard", tags: ["animal", "nature"], category: "animals-nature" },
568
+ { glyph: "๐Ÿด", label: "Horse Face", tags: ["animal", "brown", "nature"], category: "animals-nature" },
569
+ { glyph: "๐ŸซŽ", label: "Moose", tags: ["shrek", "canada", "sweden", "sven", "cool"], category: "animals-nature" },
570
+ { glyph: "๐Ÿซ", label: "Donkey", tags: ["eeyore", "mule"], category: "animals-nature" },
571
+ { glyph: "๐ŸŽ", label: "Horse", tags: ["racehorse", "animal", "gamble", "luck"], category: "animals-nature" },
572
+ { glyph: "๐Ÿฆ„", label: "Unicorn", tags: ["face", "animal", "nature", "mystical"], category: "animals-nature" },
573
+ { glyph: "๐Ÿฆ“", label: "Zebra", tags: ["face", "animal", "nature", "stripes", "safari"], category: "animals-nature" },
574
+ { glyph: "๐ŸฆŒ", label: "Deer", tags: ["animal", "nature", "horns", "venison"], category: "animals-nature" },
575
+ { glyph: "๐Ÿฆฌ", label: "Bison", tags: ["ox"], category: "animals-nature" },
576
+ { glyph: "๐Ÿฎ", label: "Cow Face", tags: ["beef", "ox", "animal", "nature", "moo", "milk"], category: "animals-nature" },
577
+ { glyph: "๐Ÿ‚", label: "Ox", tags: ["animal", "cow", "beef"], category: "animals-nature" },
578
+ { glyph: "๐Ÿƒ", label: "Water Buffalo", tags: ["animal", "nature", "ox", "cow"], category: "animals-nature" },
579
+ { glyph: "๐Ÿ„", label: "Cow", tags: ["cow2", "beef", "ox", "animal", "nature", "moo", "milk"], category: "animals-nature" },
580
+ { glyph: "๐Ÿท", label: "Pig Face", tags: ["animal", "oink", "nature"], category: "animals-nature" },
581
+ { glyph: "๐Ÿ–", label: "Pig", tags: ["pig2", "animal", "nature"], category: "animals-nature" },
582
+ { glyph: "๐Ÿ—", label: "Boar", tags: ["animal", "nature"], category: "animals-nature" },
583
+ { glyph: "๐Ÿฝ", label: "Pig Nose", tags: ["animal", "oink"], category: "animals-nature" },
584
+ { glyph: "๐Ÿ", label: "Ram", tags: ["animal", "sheep", "nature"], category: "animals-nature" },
585
+ { glyph: "๐Ÿ‘", label: "Ewe", tags: ["sheep", "animal", "nature", "wool", "shipit"], category: "animals-nature" },
586
+ { glyph: "๐Ÿ", label: "Goat", tags: ["animal", "nature"], category: "animals-nature" },
587
+ { glyph: "๐Ÿช", label: "Camel", tags: ["dromedary", "animal", "hot", "desert", "hump"], category: "animals-nature" },
588
+ { glyph: "๐Ÿซ", label: "Bactrian Camel", tags: ["two", "hump", "animal", "nature", "hot", "desert"], category: "animals-nature" },
589
+ { glyph: "๐Ÿฆ™", label: "Llama", tags: ["animal", "nature", "alpaca"], category: "animals-nature" },
590
+ { glyph: "๐Ÿฆ’", label: "Giraffe", tags: ["face", "animal", "nature", "spots", "safari"], category: "animals-nature" },
591
+ { glyph: "๐Ÿ˜", label: "Elephant", tags: ["animal", "nature", "nose", "th", "circus"], category: "animals-nature" },
592
+ { glyph: "๐Ÿฆฃ", label: "Mammoth", tags: ["elephant", "tusks"], category: "animals-nature" },
593
+ { glyph: "๐Ÿฆ", label: "Rhinoceros", tags: ["animal", "nature", "horn"], category: "animals-nature" },
594
+ { glyph: "๐Ÿฆ›", label: "Hippopotamus", tags: ["animal", "nature"], category: "animals-nature" },
595
+ { glyph: "๐Ÿญ", label: "Mouse Face", tags: ["animal", "nature", "cheese", "wedge", "rodent"], category: "animals-nature" },
596
+ { glyph: "๐Ÿ", label: "Mouse", tags: ["mouse2", "animal", "nature", "rodent"], category: "animals-nature" },
597
+ { glyph: "๐Ÿ€", label: "Rat", tags: ["animal", "mouse", "rodent"], category: "animals-nature" },
598
+ { glyph: "๐Ÿน", label: "Hamster", tags: ["animal", "nature"], category: "animals-nature" },
599
+ { glyph: "๐Ÿฐ", label: "Rabbit Face", tags: ["animal", "nature", "pet", "spring", "magic", "bunny"], category: "animals-nature" },
600
+ { glyph: "๐Ÿ‡", label: "Rabbit", tags: ["rabbit2", "animal", "nature", "pet", "magic", "spring"], category: "animals-nature" },
601
+ { glyph: "๐Ÿฟ๏ธ", label: "Chipmunk", tags: ["animal", "nature", "rodent", "squirrel"], category: "animals-nature" },
602
+ { glyph: "๐Ÿฆซ", label: "Beaver", tags: ["animal", "rodent"], category: "animals-nature" },
603
+ { glyph: "๐Ÿฆ”", label: "Hedgehog", tags: ["animal", "nature", "spiny"], category: "animals-nature" },
604
+ { glyph: "๐Ÿฆ‡", label: "Bat", tags: ["animal", "nature", "blind", "vampire"], category: "animals-nature" },
605
+ { glyph: "๐Ÿป", label: "Bear", tags: ["animal", "nature", "wild"], category: "animals-nature" },
606
+ { glyph: "๐Ÿปโ€โ„๏ธ", label: "Polar Bear", tags: ["animal", "arctic"], category: "animals-nature" },
607
+ { glyph: "๐Ÿจ", label: "Koala", tags: ["animal", "nature"], category: "animals-nature" },
608
+ { glyph: "๐Ÿผ", label: "Panda", tags: ["face", "animal", "nature"], category: "animals-nature" },
609
+ { glyph: "๐Ÿฆฅ", label: "Sloth", tags: ["animal"], category: "animals-nature" },
610
+ { glyph: "๐Ÿฆฆ", label: "Otter", tags: ["animal"], category: "animals-nature" },
611
+ { glyph: "๐Ÿฆจ", label: "Skunk", tags: ["animal"], category: "animals-nature" },
612
+ { glyph: "๐Ÿฆ˜", label: "Kangaroo", tags: ["animal", "nature", "australia", "joey", "hop", "marsupial"], category: "animals-nature" },
613
+ { glyph: "๐Ÿฆก", label: "Badger", tags: ["animal", "nature", "honey"], category: "animals-nature" },
614
+ { glyph: "๐Ÿพ", label: "Paw Prints", tags: ["feet", "animal", "tracking", "footprints", "dog", "cat", "pet"], category: "animals-nature" },
615
+ { glyph: "๐Ÿฆƒ", label: "Turkey", tags: ["animal", "bird"], category: "animals-nature" },
616
+ { glyph: "๐Ÿ”", label: "Chicken", tags: ["animal", "cluck", "nature", "bird"], category: "animals-nature" },
617
+ { glyph: "๐Ÿ“", label: "Rooster", tags: ["animal", "nature", "chicken"], category: "animals-nature" },
618
+ { glyph: "๐Ÿฃ", label: "Hatching Chick", tags: ["animal", "chicken", "egg", "born", "baby", "bird"], category: "animals-nature" },
619
+ { glyph: "๐Ÿค", label: "Baby Chick", tags: ["animal", "chicken", "bird"], category: "animals-nature" },
620
+ { glyph: "๐Ÿฅ", label: "Front-Facing Baby Chick", tags: ["hatched", "front", "facing", "animal", "chicken", "bird"], category: "animals-nature" },
621
+ { glyph: "๐Ÿฆ", label: "Bird", tags: ["animal", "nature", "fly", "tweet", "spring"], category: "animals-nature" },
622
+ { glyph: "๐Ÿง", label: "Penguin", tags: ["animal", "nature"], category: "animals-nature" },
623
+ { glyph: "๐Ÿ•Š๏ธ", label: "Dove", tags: ["peace", "animal", "bird"], category: "animals-nature" },
624
+ { glyph: "๐Ÿฆ…", label: "Eagle", tags: ["animal", "nature", "bird"], category: "animals-nature" },
625
+ { glyph: "๐Ÿฆ†", label: "Duck", tags: ["animal", "nature", "bird", "mallard"], category: "animals-nature" },
626
+ { glyph: "๐Ÿฆข", label: "Swan", tags: ["animal", "nature", "bird"], category: "animals-nature" },
627
+ { glyph: "๐Ÿฆ‰", label: "Owl", tags: ["animal", "nature", "bird", "hoot"], category: "animals-nature" },
628
+ { glyph: "๐Ÿฆค", label: "Dodo", tags: ["animal", "bird"], category: "animals-nature" },
629
+ { glyph: "๐Ÿชถ", label: "Feather", tags: ["bird", "fly"], category: "animals-nature" },
630
+ { glyph: "๐Ÿฆฉ", label: "Flamingo", tags: ["animal"], category: "animals-nature" },
631
+ { glyph: "๐Ÿฆš", label: "Peacock", tags: ["animal", "nature", "peahen", "bird"], category: "animals-nature" },
632
+ { glyph: "๐Ÿฆœ", label: "Parrot", tags: ["animal", "nature", "bird", "pirate", "talk"], category: "animals-nature" },
633
+ { glyph: "๐Ÿชฝ", label: "Wing", tags: ["angel", "birds", "flying"], category: "animals-nature" },
634
+ { glyph: "๐Ÿฆโ€โฌ›", label: "Black Bird", tags: ["crow"], category: "animals-nature" },
635
+ { glyph: "๐Ÿชฟ", label: "Goose", tags: ["silly", "jemima", "goosebumps"], category: "animals-nature" },
636
+ { glyph: "๐Ÿธ", label: "Frog", tags: ["animal", "nature", "croak", "toad"], category: "animals-nature" },
637
+ { glyph: "๐ŸŠ", label: "Crocodile", tags: ["animal", "nature", "reptile", "lizard", "alligator"], category: "animals-nature" },
638
+ { glyph: "๐Ÿข", label: "Turtle", tags: ["animal", "slow", "nature", "tortoise"], category: "animals-nature" },
639
+ { glyph: "๐ŸฆŽ", label: "Lizard", tags: ["animal", "nature", "reptile"], category: "animals-nature" },
640
+ { glyph: "๐Ÿ", label: "Snake", tags: ["animal", "evil", "nature", "hiss", "python"], category: "animals-nature" },
641
+ { glyph: "๐Ÿฒ", label: "Dragon Face", tags: ["animal", "myth", "nature", "chinese", "green"], category: "animals-nature" },
642
+ { glyph: "๐Ÿ‰", label: "Dragon", tags: ["animal", "myth", "nature", "chinese", "green"], category: "animals-nature" },
643
+ { glyph: "๐Ÿฆ•", label: "Sauropod", tags: ["animal", "nature", "dinosaur", "brachiosaurus", "brontosaurus", "diplodocus", "extinct"], category: "animals-nature" },
644
+ { glyph: "๐Ÿฆ–", label: "T-Rex", tags: ["t", "rex", "animal", "nature", "dinosaur", "tyrannosaurus", "extinct"], category: "animals-nature" },
645
+ { glyph: "๐Ÿณ", label: "Spouting Whale", tags: ["animal", "nature", "sea", "ocean"], category: "animals-nature" },
646
+ { glyph: "๐Ÿ‹", label: "Whale", tags: ["whale2", "animal", "nature", "sea", "ocean"], category: "animals-nature" },
647
+ { glyph: "๐Ÿฌ", label: "Dolphin", tags: ["flipper", "animal", "nature", "fish", "sea", "ocean", "fins", "beach"], category: "animals-nature" },
648
+ { glyph: "๐Ÿฆญ", label: "Seal", tags: ["animal", "creature", "sea"], category: "animals-nature" },
649
+ { glyph: "๐ŸŸ", label: "Fish", tags: ["animal", "food", "nature"], category: "animals-nature" },
650
+ { glyph: "๐Ÿ ", label: "Tropical Fish", tags: ["animal", "swim", "ocean", "beach", "nemo"], category: "animals-nature" },
651
+ { glyph: "๐Ÿก", label: "Blowfish", tags: ["animal", "nature", "food", "sea", "ocean"], category: "animals-nature" },
652
+ { glyph: "๐Ÿฆˆ", label: "Shark", tags: ["animal", "nature", "fish", "sea", "ocean", "jaws", "fins", "beach"], category: "animals-nature" },
653
+ { glyph: "๐Ÿ™", label: "Octopus", tags: ["animal", "creature", "ocean", "sea", "nature", "beach"], category: "animals-nature" },
654
+ { glyph: "๐Ÿš", label: "Spiral Shell", tags: ["nature", "sea", "beach"], category: "animals-nature" },
655
+ { glyph: "๐Ÿชธ", label: "Coral", tags: ["ocean", "sea", "reef"], category: "animals-nature" },
656
+ { glyph: "๐Ÿชผ", label: "Jellyfish", tags: ["sting", "tentacles"], category: "animals-nature" },
657
+ { glyph: "๐ŸŒ", label: "Snail", tags: ["slow", "animal", "shell"], category: "animals-nature" },
658
+ { glyph: "๐Ÿฆ‹", label: "Butterfly", tags: ["animal", "insect", "nature", "caterpillar"], category: "animals-nature" },
659
+ { glyph: "๐Ÿ›", label: "Bug", tags: ["animal", "insect", "nature", "worm"], category: "animals-nature" },
660
+ { glyph: "๐Ÿœ", label: "Ant", tags: ["animal", "insect", "nature", "bug"], category: "animals-nature" },
661
+ { glyph: "๐Ÿ", label: "Honeybee", tags: ["bee", "animal", "insect", "nature", "bug", "spring", "honey"], category: "animals-nature" },
662
+ { glyph: "๐Ÿชฒ", label: "Beetle", tags: ["insect"], category: "animals-nature" },
663
+ { glyph: "๐Ÿž", label: "Lady Beetle", tags: ["ladybug", "animal", "insect", "nature"], category: "animals-nature" },
664
+ { glyph: "๐Ÿฆ—", label: "Cricket", tags: ["animal", "chirp"], category: "animals-nature" },
665
+ { glyph: "๐Ÿชณ", label: "Cockroach", tags: ["insect", "pests"], category: "animals-nature" },
666
+ { glyph: "๐Ÿ•ท๏ธ", label: "Spider", tags: ["animal", "arachnid"], category: "animals-nature" },
667
+ { glyph: "๐Ÿ•ธ๏ธ", label: "Spider Web", tags: ["animal", "insect", "arachnid", "silk"], category: "animals-nature" },
668
+ { glyph: "๐Ÿฆ‚", label: "Scorpion", tags: ["animal", "arachnid"], category: "animals-nature" },
669
+ { glyph: "๐ŸฆŸ", label: "Mosquito", tags: ["animal", "nature", "insect", "malaria"], category: "animals-nature" },
670
+ { glyph: "๐Ÿชฐ", label: "Fly", tags: ["insect"], category: "animals-nature" },
671
+ { glyph: "๐Ÿชฑ", label: "Worm", tags: ["animal"], category: "animals-nature" },
672
+ { glyph: "๐Ÿฆ ", label: "Microbe", tags: ["amoeba", "bacteria", "germs", "virus", "covid"], category: "animals-nature" },
673
+ { glyph: "๐Ÿ’", label: "Bouquet", tags: ["flowers", "nature", "spring"], category: "animals-nature" },
674
+ { glyph: "๐ŸŒธ", label: "Cherry Blossom", tags: ["nature", "plant", "spring", "flower"], category: "animals-nature" },
675
+ { glyph: "๐Ÿ’ฎ", label: "White Flower", tags: ["japanese", "spring"], category: "animals-nature" },
676
+ { glyph: "๐Ÿชท", label: "Lotus", tags: ["flower", "calm", "meditation"], category: "animals-nature" },
677
+ { glyph: "๐Ÿต๏ธ", label: "Rosette", tags: ["flower", "decoration", "military"], category: "animals-nature" },
678
+ { glyph: "๐ŸŒน", label: "Rose", tags: ["flowers", "valentines", "love", "spring"], category: "animals-nature" },
679
+ { glyph: "๐Ÿฅ€", label: "Wilted Flower", tags: ["plant", "nature", "rose"], category: "animals-nature" },
680
+ { glyph: "๐ŸŒบ", label: "Hibiscus", tags: ["plant", "vegetable", "flowers", "beach"], category: "animals-nature" },
681
+ { glyph: "๐ŸŒป", label: "Sunflower", tags: ["nature", "plant", "fall"], category: "animals-nature" },
682
+ { glyph: "๐ŸŒผ", label: "Blossom", tags: ["nature", "flowers", "yellow"], category: "animals-nature" },
683
+ { glyph: "๐ŸŒท", label: "Tulip", tags: ["flowers", "plant", "nature", "summer", "spring"], category: "animals-nature" },
684
+ { glyph: "๐Ÿชป", label: "Hyacinth", tags: ["flower", "lavender"], category: "animals-nature" },
685
+ { glyph: "๐ŸŒฑ", label: "Seedling", tags: ["plant", "nature", "grass", "lawn", "spring"], category: "animals-nature" },
686
+ { glyph: "๐Ÿชด", label: "Potted Plant", tags: ["greenery", "house"], category: "animals-nature" },
687
+ { glyph: "๐ŸŒฒ", label: "Evergreen Tree", tags: ["plant", "nature"], category: "animals-nature" },
688
+ { glyph: "๐ŸŒณ", label: "Deciduous Tree", tags: ["plant", "nature"], category: "animals-nature" },
689
+ { glyph: "๐ŸŒด", label: "Palm Tree", tags: ["plant", "vegetable", "nature", "summer", "beach", "mojito", "tropical"], category: "animals-nature" },
690
+ { glyph: "๐ŸŒต", label: "Cactus", tags: ["vegetable", "plant", "nature"], category: "animals-nature" },
691
+ { glyph: "๐ŸŒพ", label: "Ear of Rice", tags: ["sheaf", "nature", "plant"], category: "animals-nature" },
692
+ { glyph: "๐ŸŒฟ", label: "Herb", tags: ["vegetable", "plant", "medicine", "weed", "grass", "lawn"], category: "animals-nature" },
693
+ { glyph: "โ˜˜๏ธ", label: "Shamrock", tags: ["vegetable", "plant", "nature", "irish", "clover"], category: "animals-nature" },
694
+ { glyph: "๐Ÿ€", label: "Four Leaf Clover", tags: ["vegetable", "plant", "nature", "lucky", "irish"], category: "animals-nature" },
695
+ { glyph: "๐Ÿ", label: "Maple Leaf", tags: ["nature", "plant", "vegetable", "ca", "fall"], category: "animals-nature" },
696
+ { glyph: "๐Ÿ‚", label: "Fallen Leaf", tags: ["nature", "plant", "vegetable", "leaves"], category: "animals-nature" },
697
+ { glyph: "๐Ÿƒ", label: "Leaf Fluttering in Wind", tags: ["leaves", "nature", "plant", "tree", "vegetable", "grass", "lawn", "spring"], category: "animals-nature" },
698
+ { glyph: "๐Ÿชน", label: "Empty Nest", tags: ["bird"], category: "animals-nature" },
699
+ { glyph: "๐Ÿชบ", label: "Nest with Eggs", tags: ["bird"], category: "animals-nature" },
700
+ { glyph: "๐Ÿ„", label: "Mushroom", tags: ["plant", "vegetable"], category: "animals-nature" },
701
+ { glyph: "๐Ÿ‡", label: "Grapes", tags: ["fruit", "food", "wine"], category: "food-drink" },
702
+ { glyph: "๐Ÿˆ", label: "Melon", tags: ["fruit", "nature", "food"], category: "food-drink" },
703
+ { glyph: "๐Ÿ‰", label: "Watermelon", tags: ["fruit", "food", "picnic", "summer"], category: "food-drink" },
704
+ { glyph: "๐ŸŠ", label: "Tangerine", tags: ["food", "fruit", "nature", "orange"], category: "food-drink" },
705
+ { glyph: "๐Ÿ‹", label: "Lemon", tags: ["fruit", "nature"], category: "food-drink" },
706
+ { glyph: "๐ŸŒ", label: "Banana", tags: ["fruit", "food", "monkey"], category: "food-drink" },
707
+ { glyph: "๐Ÿ", label: "Pineapple", tags: ["fruit", "nature", "food"], category: "food-drink" },
708
+ { glyph: "๐Ÿฅญ", label: "Mango", tags: ["fruit", "food", "tropical"], category: "food-drink" },
709
+ { glyph: "๐ŸŽ", label: "Red Apple", tags: ["fruit", "mac", "school"], category: "food-drink" },
710
+ { glyph: "๐Ÿ", label: "Green Apple", tags: ["fruit", "nature"], category: "food-drink" },
711
+ { glyph: "๐Ÿ", label: "Pear", tags: ["fruit", "nature", "food"], category: "food-drink" },
712
+ { glyph: "๐Ÿ‘", label: "Peach", tags: ["fruit", "nature", "food"], category: "food-drink" },
713
+ { glyph: "๐Ÿ’", label: "Cherries", tags: ["food", "fruit"], category: "food-drink" },
714
+ { glyph: "๐Ÿ“", label: "Strawberry", tags: ["fruit", "food", "nature"], category: "food-drink" },
715
+ { glyph: "๐Ÿซ", label: "Blueberries", tags: ["fruit"], category: "food-drink" },
716
+ { glyph: "๐Ÿฅ", label: "Kiwifruit", tags: ["kiwi", "fruit", "food"], category: "food-drink" },
717
+ { glyph: "๐Ÿ…", label: "Tomato", tags: ["fruit", "vegetable", "nature", "food"], category: "food-drink" },
718
+ { glyph: "๐Ÿซ’", label: "Olive", tags: ["fruit"], category: "food-drink" },
719
+ { glyph: "๐Ÿฅฅ", label: "Coconut", tags: ["fruit", "nature", "food", "palm"], category: "food-drink" },
720
+ { glyph: "๐Ÿฅ‘", label: "Avocado", tags: ["fruit", "food"], category: "food-drink" },
721
+ { glyph: "๐Ÿ†", label: "Eggplant", tags: ["vegetable", "nature", "food", "aubergine"], category: "food-drink" },
722
+ { glyph: "๐Ÿฅ”", label: "Potato", tags: ["food", "tuber", "vegatable", "starch"], category: "food-drink" },
723
+ { glyph: "๐Ÿฅ•", label: "Carrot", tags: ["vegetable", "food", "orange"], category: "food-drink" },
724
+ { glyph: "๐ŸŒฝ", label: "Ear of Corn", tags: ["food", "vegetable", "plant"], category: "food-drink" },
725
+ { glyph: "๐ŸŒถ๏ธ", label: "Hot Pepper", tags: ["food", "spicy", "chilli", "chili"], category: "food-drink" },
726
+ { glyph: "๐Ÿซ‘", label: "Bell Pepper", tags: ["fruit", "plant"], category: "food-drink" },
727
+ { glyph: "๐Ÿฅ’", label: "Cucumber", tags: ["fruit", "food", "pickle"], category: "food-drink" },
728
+ { glyph: "๐Ÿฅฌ", label: "Leafy Green", tags: ["food", "vegetable", "plant", "bok", "choy", "cabbage", "kale", "lettuce"], category: "food-drink" },
729
+ { glyph: "๐Ÿฅฆ", label: "Broccoli", tags: ["fruit", "food", "vegetable"], category: "food-drink" },
730
+ { glyph: "๐Ÿง„", label: "Garlic", tags: ["food", "spice", "cook"], category: "food-drink" },
731
+ { glyph: "๐Ÿง…", label: "Onion", tags: ["cook", "food", "spice"], category: "food-drink" },
732
+ { glyph: "๐Ÿฅœ", label: "Peanuts", tags: ["food", "nut"], category: "food-drink" },
733
+ { glyph: "๐Ÿซ˜", label: "Beans", tags: ["food"], category: "food-drink" },
734
+ { glyph: "๐ŸŒฐ", label: "Chestnut", tags: ["food", "squirrel"], category: "food-drink" },
735
+ { glyph: "๐Ÿซš", label: "Ginger Root", tags: ["spice", "yellow", "cooking", "gingerbread"], category: "food-drink" },
736
+ { glyph: "๐Ÿซ›", label: "Pea Pod", tags: ["cozy", "green"], category: "food-drink" },
737
+ { glyph: "๐Ÿž", label: "Bread", tags: ["food", "wheat", "breakfast", "toast"], category: "food-drink" },
738
+ { glyph: "๐Ÿฅ", label: "Croissant", tags: ["food", "bread", "french"], category: "food-drink" },
739
+ { glyph: "๐Ÿฅ–", label: "Baguette Bread", tags: ["food", "french", "france", "bakery"], category: "food-drink" },
740
+ { glyph: "๐Ÿซ“", label: "Flatbread", tags: ["flour", "food", "bakery"], category: "food-drink" },
741
+ { glyph: "๐Ÿฅจ", label: "Pretzel", tags: ["food", "bread", "twisted", "germany", "bakery"], category: "food-drink" },
742
+ { glyph: "๐Ÿฅฏ", label: "Bagel", tags: ["food", "bread", "bakery", "schmear", "jewish"], category: "food-drink" },
743
+ { glyph: "๐Ÿฅž", label: "Pancakes", tags: ["food", "breakfast", "flapjacks", "hotcakes", "brunch"], category: "food-drink" },
744
+ { glyph: "๐Ÿง‡", label: "Waffle", tags: ["food", "breakfast", "brunch"], category: "food-drink" },
745
+ { glyph: "๐Ÿง€", label: "Cheese Wedge", tags: ["food", "chadder", "swiss"], category: "food-drink" },
746
+ { glyph: "๐Ÿ–", label: "Meat on Bone", tags: ["good", "food", "drumstick"], category: "food-drink" },
747
+ { glyph: "๐Ÿ—", label: "Poultry Leg", tags: ["food", "meat", "drumstick", "bird", "chicken", "turkey"], category: "food-drink" },
748
+ { glyph: "๐Ÿฅฉ", label: "Cut of Meat", tags: ["food", "cow", "chop", "lambchop", "porkchop"], category: "food-drink" },
749
+ { glyph: "๐Ÿฅ“", label: "Bacon", tags: ["food", "breakfast", "pork", "pig", "meat", "brunch"], category: "food-drink" },
750
+ { glyph: "๐Ÿ”", label: "Hamburger", tags: ["meat", "fast", "food", "beef", "cheeseburger", "mcdonalds", "burger", "king"], category: "food-drink" },
751
+ { glyph: "๐ŸŸ", label: "French Fries", tags: ["chips", "snack", "fast", "food", "potato"], category: "food-drink" },
752
+ { glyph: "๐Ÿ•", label: "Pizza", tags: ["food", "party", "italy"], category: "food-drink" },
753
+ { glyph: "๐ŸŒญ", label: "Hot Dog", tags: ["hotdog", "food", "frankfurter", "america"], category: "food-drink" },
754
+ { glyph: "๐Ÿฅช", label: "Sandwich", tags: ["food", "lunch", "bread", "toast", "bakery"], category: "food-drink" },
755
+ { glyph: "๐ŸŒฎ", label: "Taco", tags: ["food", "mexican"], category: "food-drink" },
756
+ { glyph: "๐ŸŒฏ", label: "Burrito", tags: ["food", "mexican"], category: "food-drink" },
757
+ { glyph: "๐Ÿซ”", label: "Tamale", tags: ["food", "masa"], category: "food-drink" },
758
+ { glyph: "๐Ÿฅ™", label: "Stuffed Flatbread", tags: ["food", "gyro", "mediterranean"], category: "food-drink" },
759
+ { glyph: "๐Ÿง†", label: "Falafel", tags: ["food", "mediterranean"], category: "food-drink" },
760
+ { glyph: "๐Ÿฅš", label: "Egg", tags: ["food", "chicken", "breakfast"], category: "food-drink" },
761
+ { glyph: "๐Ÿณ", label: "Cooking", tags: ["fried", "egg", "food", "breakfast", "kitchen", "skillet"], category: "food-drink" },
762
+ { glyph: "๐Ÿฅ˜", label: "Shallow Pan of Food", tags: ["cooking", "casserole", "paella", "skillet"], category: "food-drink" },
763
+ { glyph: "๐Ÿฒ", label: "Pot of Food", tags: ["stew", "meat", "soup", "hot"], category: "food-drink" },
764
+ { glyph: "๐Ÿซ•", label: "Fondue", tags: ["cheese", "pot", "food"], category: "food-drink" },
765
+ { glyph: "๐Ÿฅฃ", label: "Bowl with Spoon", tags: ["food", "breakfast", "cereal", "oatmeal", "porridge"], category: "food-drink" },
766
+ { glyph: "๐Ÿฅ—", label: "Green Salad", tags: ["food", "healthy", "lettuce", "vegetable"], category: "food-drink" },
767
+ { glyph: "๐Ÿฟ", label: "Popcorn", tags: ["food", "movie", "theater", "films", "snack", "drama"], category: "food-drink" },
768
+ { glyph: "๐Ÿงˆ", label: "Butter", tags: ["food", "cook"], category: "food-drink" },
769
+ { glyph: "๐Ÿง‚", label: "Salt", tags: ["condiment", "shaker"], category: "food-drink" },
770
+ { glyph: "๐Ÿฅซ", label: "Canned Food", tags: ["soup", "tomatoes"], category: "food-drink" },
771
+ { glyph: "๐Ÿฑ", label: "Bento Box", tags: ["food", "japanese", "lunch"], category: "food-drink" },
772
+ { glyph: "๐Ÿ˜", label: "Rice Cracker", tags: ["food", "japanese", "snack"], category: "food-drink" },
773
+ { glyph: "๐Ÿ™", label: "Rice Ball", tags: ["food", "japanese"], category: "food-drink" },
774
+ { glyph: "๐Ÿš", label: "Cooked Rice", tags: ["food", "asian"], category: "food-drink" },
775
+ { glyph: "๐Ÿ›", label: "Curry Rice", tags: ["food", "spicy", "hot", "indian"], category: "food-drink" },
776
+ { glyph: "๐Ÿœ", label: "Steaming Bowl", tags: ["ramen", "food", "japanese", "noodle", "chopsticks"], category: "food-drink" },
777
+ { glyph: "๐Ÿ", label: "Spaghetti", tags: ["food", "italian", "pasta", "noodle"], category: "food-drink" },
778
+ { glyph: "๐Ÿ ", label: "Roasted Sweet Potato", tags: ["food", "nature", "plant"], category: "food-drink" },
779
+ { glyph: "๐Ÿข", label: "Oden", tags: ["food", "japanese"], category: "food-drink" },
780
+ { glyph: "๐Ÿฃ", label: "Sushi", tags: ["food", "fish", "japanese", "rice"], category: "food-drink" },
781
+ { glyph: "๐Ÿค", label: "Fried Shrimp", tags: ["food", "animal", "appetizer", "summer"], category: "food-drink" },
782
+ { glyph: "๐Ÿฅ", label: "Fish Cake with Swirl", tags: ["food", "japan", "sea", "beach", "narutomaki", "pink", "kamaboko", "surimi", "ramen"], category: "food-drink" },
783
+ { glyph: "๐Ÿฅฎ", label: "Moon Cake", tags: ["food", "autumn", "dessert"], category: "food-drink" },
784
+ { glyph: "๐Ÿก", label: "Dango", tags: ["food", "dessert", "sweet", "japanese", "barbecue", "meat"], category: "food-drink" },
785
+ { glyph: "๐ŸฅŸ", label: "Dumpling", tags: ["food", "empanada", "pierogi", "potsticker", "gyoza"], category: "food-drink" },
786
+ { glyph: "๐Ÿฅ ", label: "Fortune Cookie", tags: ["food", "prophecy", "dessert"], category: "food-drink" },
787
+ { glyph: "๐Ÿฅก", label: "Takeout Box", tags: ["food", "leftovers"], category: "food-drink" },
788
+ { glyph: "๐Ÿฆ€", label: "Crab", tags: ["animal", "crustacean"], category: "food-drink" },
789
+ { glyph: "๐Ÿฆž", label: "Lobster", tags: ["animal", "nature", "bisque", "claws", "seafood"], category: "food-drink" },
790
+ { glyph: "๐Ÿฆ", label: "Shrimp", tags: ["animal", "ocean", "nature", "seafood"], category: "food-drink" },
791
+ { glyph: "๐Ÿฆ‘", label: "Squid", tags: ["animal", "nature", "ocean", "sea"], category: "food-drink" },
792
+ { glyph: "๐Ÿฆช", label: "Oyster", tags: ["food"], category: "food-drink" },
793
+ { glyph: "๐Ÿฆ", label: "Soft Ice Cream", tags: ["icecream", "food", "hot", "dessert", "summer"], category: "food-drink" },
794
+ { glyph: "๐Ÿง", label: "Shaved Ice", tags: ["hot", "dessert", "summer"], category: "food-drink" },
795
+ { glyph: "๐Ÿจ", label: "Ice Cream", tags: ["food", "hot", "dessert"], category: "food-drink" },
796
+ { glyph: "๐Ÿฉ", label: "Doughnut", tags: ["food", "dessert", "snack", "sweet", "donut"], category: "food-drink" },
797
+ { glyph: "๐Ÿช", label: "Cookie", tags: ["food", "snack", "oreo", "chocolate", "sweet", "dessert"], category: "food-drink" },
798
+ { glyph: "๐ŸŽ‚", label: "Birthday Cake", tags: ["food", "dessert"], category: "food-drink" },
799
+ { glyph: "๐Ÿฐ", label: "Shortcake", tags: ["cake", "food", "dessert"], category: "food-drink" },
800
+ { glyph: "๐Ÿง", label: "Cupcake", tags: ["food", "dessert", "bakery", "sweet"], category: "food-drink" },
801
+ { glyph: "๐Ÿฅง", label: "Pie", tags: ["food", "dessert", "pastry"], category: "food-drink" },
802
+ { glyph: "๐Ÿซ", label: "Chocolate Bar", tags: ["food", "snack", "dessert", "sweet"], category: "food-drink" },
803
+ { glyph: "๐Ÿฌ", label: "Candy", tags: ["snack", "dessert", "sweet", "lolly"], category: "food-drink" },
804
+ { glyph: "๐Ÿญ", label: "Lollipop", tags: ["food", "snack", "candy", "sweet"], category: "food-drink" },
805
+ { glyph: "๐Ÿฎ", label: "Custard", tags: ["dessert", "food"], category: "food-drink" },
806
+ { glyph: "๐Ÿฏ", label: "Honey Pot", tags: ["bees", "sweet", "kitchen"], category: "food-drink" },
807
+ { glyph: "๐Ÿผ", label: "Baby Bottle", tags: ["food", "container", "milk"], category: "food-drink" },
808
+ { glyph: "๐Ÿฅ›", label: "Glass of Milk", tags: ["beverage", "drink", "cow"], category: "food-drink" },
809
+ { glyph: "โ˜•", label: "Hot Beverage", tags: ["coffee", "caffeine", "latte", "espresso", "mug"], category: "food-drink" },
810
+ { glyph: "๐Ÿซ–", label: "Teapot", tags: ["drink", "hot"], category: "food-drink" },
811
+ { glyph: "๐Ÿต", label: "Teacup Without Handle", tags: ["tea", "drink", "bowl", "breakfast", "green", "british"], category: "food-drink" },
812
+ { glyph: "๐Ÿถ", label: "Sake", tags: ["wine", "drink", "drunk", "beverage", "japanese", "alcohol", "booze"], category: "food-drink" },
813
+ { glyph: "๐Ÿพ", label: "Bottle with Popping Cork", tags: ["champagne", "drink", "wine", "celebration"], category: "food-drink" },
814
+ { glyph: "๐Ÿท", label: "Wine Glass", tags: ["drink", "beverage", "drunk", "alcohol", "booze"], category: "food-drink" },
815
+ { glyph: "๐Ÿธ", label: "Cocktail Glass", tags: ["drink", "drunk", "alcohol", "beverage", "booze", "mojito"], category: "food-drink" },
816
+ { glyph: "๐Ÿน", label: "Tropical Drink", tags: ["beverage", "cocktail", "summer", "beach", "alcohol", "booze", "mojito"], category: "food-drink" },
817
+ { glyph: "๐Ÿบ", label: "Beer Mug", tags: ["relax", "beverage", "drink", "drunk", "party", "pub", "summer", "alcohol", "booze"], category: "food-drink" },
818
+ { glyph: "๐Ÿป", label: "Clinking Beer Mugs", tags: ["beers", "relax", "beverage", "drink", "drunk", "party", "pub", "summer", "alcohol", "booze"], category: "food-drink" },
819
+ { glyph: "๐Ÿฅ‚", label: "Clinking Glasses", tags: ["beverage", "drink", "party", "alcohol", "celebrate", "cheers", "wine", "champagne", "toast"], category: "food-drink" },
820
+ { glyph: "๐Ÿฅƒ", label: "Tumbler Glass", tags: ["drink", "beverage", "drunk", "alcohol", "liquor", "booze", "bourbon", "scotch", "whisky", "shot"], category: "food-drink" },
821
+ { glyph: "๐Ÿซ—", label: "Pouring Liquid", tags: ["cup", "water"], category: "food-drink" },
822
+ { glyph: "๐Ÿฅค", label: "Cup with Straw", tags: ["drink", "soda"], category: "food-drink" },
823
+ { glyph: "๐Ÿง‹", label: "Bubble Tea", tags: ["taiwan", "boba", "milk", "straw"], category: "food-drink" },
824
+ { glyph: "๐Ÿงƒ", label: "Beverage Box", tags: ["drink"], category: "food-drink" },
825
+ { glyph: "๐Ÿง‰", label: "Mate", tags: ["drink", "tea", "beverage"], category: "food-drink" },
826
+ { glyph: "๐ŸงŠ", label: "Ice", tags: ["cube", "water", "cold"], category: "food-drink" },
827
+ { glyph: "๐Ÿฅข", label: "Chopsticks", tags: ["food"], category: "food-drink" },
828
+ { glyph: "๐Ÿฝ๏ธ", label: "Fork and Knife with Plate", tags: ["food", "eat", "meal", "lunch", "dinner", "restaurant"], category: "food-drink" },
829
+ { glyph: "๐Ÿด", label: "Fork and Knife", tags: ["cutlery", "kitchen"], category: "food-drink" },
830
+ { glyph: "๐Ÿฅ„", label: "Spoon", tags: ["cutlery", "kitchen", "tableware"], category: "food-drink" },
831
+ { glyph: "๐Ÿ”ช", label: "Hocho", tags: ["knife", "kitchen", "blade", "cutlery", "weapon"], category: "food-drink" },
832
+ { glyph: "๐Ÿซ™", label: "Jar", tags: ["container", "sauce"], category: "food-drink" },
833
+ { glyph: "๐Ÿบ", label: "Amphora", tags: ["vase", "jar"], category: "food-drink" },
834
+ { glyph: "๐ŸŽƒ", label: "Jack-O-Lantern", tags: ["jack", "o", "lantern", "halloween", "light", "pumpkin", "creepy", "fall"], category: "activity" },
835
+ { glyph: "๐ŸŽ„", label: "Christmas Tree", tags: ["festival", "vacation", "december", "xmas", "celebration"], category: "activity" },
836
+ { glyph: "๐ŸŽ†", label: "Fireworks", tags: ["photo", "festival", "carnival", "congratulations"], category: "activity" },
837
+ { glyph: "๐ŸŽ‡", label: "Sparkler", tags: ["stars", "night", "shine"], category: "activity" },
838
+ { glyph: "๐Ÿงจ", label: "Firecracker", tags: ["dynamite", "boom", "explode", "explosion", "explosive"], category: "activity" },
839
+ { glyph: "โœจ", label: "Sparkles", tags: ["stars", "shine", "shiny", "cool", "awesome", "good", "magic"], category: "activity" },
840
+ { glyph: "๐ŸŽˆ", label: "Balloon", tags: ["party", "celebration", "birthday", "circus"], category: "activity" },
841
+ { glyph: "๐ŸŽ‰", label: "Party Popper", tags: ["tada", "congratulations", "birthday", "magic", "circus", "celebration"], category: "activity" },
842
+ { glyph: "๐ŸŽŠ", label: "Confetti Ball", tags: ["festival", "party", "birthday", "circus"], category: "activity" },
843
+ { glyph: "๐ŸŽ‹", label: "Tanabata Tree", tags: ["plant", "nature", "branch", "summer", "bamboo", "wish", "star", "festival", "tanzaku"], category: "activity" },
844
+ { glyph: "๐ŸŽ", label: "Pine Decoration", tags: ["bamboo", "japanese", "plant", "nature", "vegetable", "panda", "new", "years"], category: "activity" },
845
+ { glyph: "๐ŸŽŽ", label: "Japanese Dolls", tags: ["toy", "kimono"], category: "activity" },
846
+ { glyph: "๐ŸŽ", label: "Carp Streamer", tags: ["flags", "fish", "japanese", "koinobori", "banner"], category: "activity" },
847
+ { glyph: "๐ŸŽ", label: "Wind Chime", tags: ["nature", "ding", "spring", "bell"], category: "activity" },
848
+ { glyph: "๐ŸŽ‘", label: "Moon Viewing Ceremony", tags: ["rice", "scene", "photo", "japan", "asia", "tsukimi"], category: "activity" },
849
+ { glyph: "๐Ÿงง", label: "Red Envelope", tags: ["gift"], category: "activity" },
850
+ { glyph: "๐ŸŽ€", label: "Ribbon", tags: ["decoration", "pink", "girl", "bowtie"], category: "activity" },
851
+ { glyph: "๐ŸŽ", label: "Wrapped Gift", tags: ["present", "birthday", "christmas", "xmas"], category: "activity" },
852
+ { glyph: "๐ŸŽ—๏ธ", label: "Reminder Ribbon", tags: ["sports", "cause", "support", "awareness"], category: "activity" },
853
+ { glyph: "๐ŸŽŸ๏ธ", label: "Admission Tickets", tags: ["sports", "concert", "entrance"], category: "activity" },
854
+ { glyph: "๐ŸŽซ", label: "Ticket", tags: ["event", "concert", "pass"], category: "activity" },
855
+ { glyph: "๐ŸŽ–๏ธ", label: "Military Medal", tags: ["award", "winning", "army"], category: "activity" },
856
+ { glyph: "๐Ÿ†", label: "Trophy", tags: ["win", "award", "contest", "place", "ftw", "ceremony"], category: "activity" },
857
+ { glyph: "๐Ÿ…", label: "Sports Medal", tags: ["award", "winning"], category: "activity" },
858
+ { glyph: "๐Ÿฅ‡", label: "1st Place Medal", tags: ["first", "award", "winning"], category: "activity" },
859
+ { glyph: "๐Ÿฅˆ", label: "2nd Place Medal", tags: ["second", "award"], category: "activity" },
860
+ { glyph: "๐Ÿฅ‰", label: "3rd Place Medal", tags: ["third", "award"], category: "activity" },
861
+ { glyph: "โšฝ", label: "Soccer Ball", tags: ["sports", "football"], category: "activity" },
862
+ { glyph: "โšพ", label: "Baseball", tags: ["sports", "balls"], category: "activity" },
863
+ { glyph: "๐ŸฅŽ", label: "Softball", tags: ["sports", "balls"], category: "activity" },
864
+ { glyph: "๐Ÿ€", label: "Basketball", tags: ["sports", "balls", "nba"], category: "activity" },
865
+ { glyph: "๐Ÿ", label: "Volleyball", tags: ["sports", "balls"], category: "activity" },
866
+ { glyph: "๐Ÿˆ", label: "American Football", tags: ["sports", "balls", "nfl"], category: "activity" },
867
+ { glyph: "๐Ÿ‰", label: "Rugby Football", tags: ["sports", "team"], category: "activity" },
868
+ { glyph: "๐ŸŽพ", label: "Tennis", tags: ["sports", "balls", "green"], category: "activity" },
869
+ { glyph: "๐Ÿฅ", label: "Flying Disc", tags: ["sports", "frisbee", "ultimate"], category: "activity" },
870
+ { glyph: "๐ŸŽณ", label: "Bowling", tags: ["sports", "fun", "play"], category: "activity" },
871
+ { glyph: "๐Ÿ", label: "Cricket Game", tags: ["bat", "ball", "sports"], category: "activity" },
872
+ { glyph: "๐Ÿ‘", label: "Field Hockey", tags: ["stick", "ball", "sports"], category: "activity" },
873
+ { glyph: "๐Ÿ’", label: "Ice Hockey", tags: ["stick", "puck", "sports"], category: "activity" },
874
+ { glyph: "๐Ÿฅ", label: "Lacrosse", tags: ["sports", "ball", "stick"], category: "activity" },
875
+ { glyph: "๐Ÿ“", label: "Ping Pong", tags: ["table", "tennis", "paddle", "ball", "sports", "pingpong"], category: "activity" },
876
+ { glyph: "๐Ÿธ", label: "Badminton", tags: ["racquet", "shuttlecock", "sports"], category: "activity" },
877
+ { glyph: "๐ŸฅŠ", label: "Boxing Glove", tags: ["sports", "fighting"], category: "activity" },
878
+ { glyph: "๐Ÿฅ‹", label: "Martial Arts Uniform", tags: ["judo", "karate", "taekwondo"], category: "activity" },
879
+ { glyph: "๐Ÿฅ…", label: "Goal Net", tags: ["sports"], category: "activity" },
880
+ { glyph: "โ›ณ", label: "Flag in Hole", tags: ["golf", "sports", "business", "summer"], category: "activity" },
881
+ { glyph: "โ›ธ๏ธ", label: "Ice Skate", tags: ["sports"], category: "activity" },
882
+ { glyph: "๐ŸŽฃ", label: "Fishing Pole", tags: ["fish", "food", "hobby", "summer"], category: "activity" },
883
+ { glyph: "๐Ÿคฟ", label: "Diving Mask", tags: ["sport", "ocean"], category: "activity" },
884
+ { glyph: "๐ŸŽฝ", label: "Running Shirt", tags: ["sash", "play", "pageant"], category: "activity" },
885
+ { glyph: "๐ŸŽฟ", label: "Skis", tags: ["ski", "sports", "winter", "cold", "snow"], category: "activity" },
886
+ { glyph: "๐Ÿ›ท", label: "Sled", tags: ["sleigh", "luge", "toboggan"], category: "activity" },
887
+ { glyph: "๐ŸฅŒ", label: "Curling Stone", tags: ["sports"], category: "activity" },
888
+ { glyph: "๐ŸŽฏ", label: "Bullseye", tags: ["dart", "direct", "hit", "game", "play", "bar", "target"], category: "activity" },
889
+ { glyph: "๐Ÿช€", label: "Yo-Yo", tags: ["yo", "toy"], category: "activity" },
890
+ { glyph: "๐Ÿช", label: "Kite", tags: ["wind", "fly"], category: "activity" },
891
+ { glyph: "๐Ÿ”ซ", label: "Pistol", tags: ["gun", "violence", "weapon", "revolver"], category: "activity" },
892
+ { glyph: "๐ŸŽฑ", label: "Billiards", tags: ["8ball", "pool", "8", "ball", "hobby", "game", "luck", "magic"], category: "activity" },
893
+ { glyph: "๐Ÿ”ฎ", label: "Crystal Ball", tags: ["disco", "party", "magic", "circus", "fortune", "teller"], category: "activity" },
894
+ { glyph: "๐Ÿช„", label: "Magic Wand", tags: ["supernature", "power"], category: "activity" },
895
+ { glyph: "๐ŸŽฎ", label: "Video Game", tags: ["play", "console", "ps4", "controller"], category: "activity" },
896
+ { glyph: "๐Ÿ•น๏ธ", label: "Joystick", tags: ["game", "play"], category: "activity" },
897
+ { glyph: "๐ŸŽฐ", label: "Slot Machine", tags: ["bet", "gamble", "vegas", "fruit", "luck", "casino"], category: "activity" },
898
+ { glyph: "๐ŸŽฒ", label: "Game Die", tags: ["dice", "random", "tabletop", "play", "luck"], category: "activity" },
899
+ { glyph: "๐Ÿงฉ", label: "Puzzle Piece", tags: ["jigsaw", "interlocking"], category: "activity" },
900
+ { glyph: "๐Ÿงธ", label: "Teddy Bear", tags: ["plush", "stuffed"], category: "activity" },
901
+ { glyph: "๐Ÿช…", label: "Pinata", tags: ["mexico", "candy", "celebration"], category: "activity" },
902
+ { glyph: "๐Ÿชฉ", label: "Mirror Ball", tags: ["disco", "dance", "party"], category: "activity" },
903
+ { glyph: "๐Ÿช†", label: "Nesting Dolls", tags: ["matryoshka", "toy"], category: "activity" },
904
+ { glyph: "โ™ ๏ธ", label: "Spade Suit", tags: ["spades", "poker", "cards", "suits", "magic"], category: "activity" },
905
+ { glyph: "โ™ฅ๏ธ", label: "Heart Suit", tags: ["hearts", "poker", "cards", "magic", "suits"], category: "activity" },
906
+ { glyph: "โ™ฆ๏ธ", label: "Diamond Suit", tags: ["diamonds", "poker", "cards", "magic", "suits"], category: "activity" },
907
+ { glyph: "โ™ฃ๏ธ", label: "Club Suit", tags: ["clubs", "poker", "cards", "magic", "suits"], category: "activity" },
908
+ { glyph: "โ™Ÿ๏ธ", label: "Chess Pawn", tags: ["expendable"], category: "activity" },
909
+ { glyph: "๐Ÿƒ", label: "Joker", tags: ["black", "poker", "cards", "game", "play", "magic"], category: "activity" },
910
+ { glyph: "๐Ÿ€„", label: "Mahjong Red Dragon", tags: ["game", "play", "chinese", "kanji"], category: "activity" },
911
+ { glyph: "๐ŸŽด", label: "Flower Playing Cards", tags: ["game", "sunset", "red"], category: "activity" },
912
+ { glyph: "๐ŸŽญ", label: "Performing Arts", tags: ["acting", "theater", "drama"], category: "activity" },
913
+ { glyph: "๐Ÿ–ผ๏ธ", label: "Framed Picture", tags: ["frame", "photography"], category: "activity" },
914
+ { glyph: "๐ŸŽจ", label: "Artist Palette", tags: ["art", "design", "paint", "draw", "colors"], category: "activity" },
915
+ { glyph: "๐Ÿงต", label: "Thread", tags: ["needle", "sewing", "spool", "string"], category: "activity" },
916
+ { glyph: "๐Ÿชก", label: "Sewing Needle", tags: ["stitches"], category: "activity" },
917
+ { glyph: "๐Ÿงถ", label: "Yarn", tags: ["ball", "crochet", "knit"], category: "activity" },
918
+ { glyph: "๐Ÿชข", label: "Knot", tags: ["rope", "scout"], category: "activity" },
919
+ { glyph: "๐ŸŒ", label: "Earth Globe Europe-Africa", tags: ["africa", "showing", "europe", "world", "international"], category: "travel-places" },
920
+ { glyph: "๐ŸŒŽ", label: "Earth Globe Americas", tags: ["showing", "world", "usa", "international"], category: "travel-places" },
921
+ { glyph: "๐ŸŒ", label: "Earth Globe Asia-Australia", tags: ["asia", "showing", "australia", "world", "east", "international"], category: "travel-places" },
922
+ { glyph: "๐ŸŒ", label: "Globe with Meridians", tags: ["earth", "international", "world", "internet", "interweb", "i18n"], category: "travel-places" },
923
+ { glyph: "๐Ÿ—บ๏ธ", label: "World Map", tags: ["location", "direction"], category: "travel-places" },
924
+ { glyph: "๐Ÿ—พ", label: "Map of Japan", tags: ["nation", "country", "japanese", "asia"], category: "travel-places" },
925
+ { glyph: "๐Ÿงญ", label: "Compass", tags: ["magnetic", "navigation", "orienteering"], category: "travel-places" },
926
+ { glyph: "๐Ÿ”๏ธ", label: "Snow-Capped Mountain", tags: ["snow", "capped", "photo", "nature", "environment", "winter", "cold"], category: "travel-places" },
927
+ { glyph: "โ›ฐ๏ธ", label: "Mountain", tags: ["photo", "nature", "environment"], category: "travel-places" },
928
+ { glyph: "๐ŸŒ‹", label: "Volcano", tags: ["photo", "nature", "disaster"], category: "travel-places" },
929
+ { glyph: "๐Ÿ—ป", label: "Mount Fuji", tags: ["photo", "mountain", "nature", "japanese"], category: "travel-places" },
930
+ { glyph: "๐Ÿ•๏ธ", label: "Camping", tags: ["photo", "outdoors", "tent"], category: "travel-places" },
931
+ { glyph: "๐Ÿ–๏ธ", label: "Beach with Umbrella", tags: ["weather", "summer", "sunny", "sand", "mojito"], category: "travel-places" },
932
+ { glyph: "๐Ÿœ๏ธ", label: "Desert", tags: ["photo", "warm", "saharah"], category: "travel-places" },
933
+ { glyph: "๐Ÿ๏ธ", label: "Desert Island", tags: ["photo", "tropical", "mojito"], category: "travel-places" },
934
+ { glyph: "๐Ÿž๏ธ", label: "National Park", tags: ["photo", "environment", "nature"], category: "travel-places" },
935
+ { glyph: "๐ŸŸ๏ธ", label: "Stadium", tags: ["photo", "place", "sports", "concert", "venue"], category: "travel-places" },
936
+ { glyph: "๐Ÿ›๏ธ", label: "Classical Building", tags: ["art", "culture", "history"], category: "travel-places" },
937
+ { glyph: "๐Ÿ—๏ธ", label: "Building Construction", tags: ["wip", "working", "progress"], category: "travel-places" },
938
+ { glyph: "๐Ÿงฑ", label: "Brick", tags: ["bricks"], category: "travel-places" },
939
+ { glyph: "๐Ÿชจ", label: "Rock", tags: ["stone"], category: "travel-places" },
940
+ { glyph: "๐Ÿชต", label: "Wood", tags: ["nature", "timber", "trunk"], category: "travel-places" },
941
+ { glyph: "๐Ÿ›–", label: "Hut", tags: ["house", "structure"], category: "travel-places" },
942
+ { glyph: "๐Ÿ˜๏ธ", label: "Houses", tags: ["house", "buildings", "photo"], category: "travel-places" },
943
+ { glyph: "๐Ÿš๏ธ", label: "Derelict House", tags: ["building", "abandon", "evict", "broken"], category: "travel-places" },
944
+ { glyph: "๐Ÿ ", label: "House", tags: ["building", "home"], category: "travel-places" },
945
+ { glyph: "๐Ÿก", label: "House with Garden", tags: ["home", "plant", "nature"], category: "travel-places" },
946
+ { glyph: "๐Ÿข", label: "Office Building", tags: ["bureau", "work"], category: "travel-places" },
947
+ { glyph: "๐Ÿฃ", label: "Japanese Post Office", tags: ["building", "envelope", "communication"], category: "travel-places" },
948
+ { glyph: "๐Ÿค", label: "Post Office", tags: ["european", "building", "email"], category: "travel-places" },
949
+ { glyph: "๐Ÿฅ", label: "Hospital", tags: ["building", "health", "surgery", "doctor"], category: "travel-places" },
950
+ { glyph: "๐Ÿฆ", label: "Bank", tags: ["building", "money", "sales", "cash", "business", "enterprise"], category: "travel-places" },
951
+ { glyph: "๐Ÿจ", label: "Hotel", tags: ["building", "accomodation", "checkin"], category: "travel-places" },
952
+ { glyph: "๐Ÿฉ", label: "Love Hotel", tags: ["like", "affection", "dating"], category: "travel-places" },
953
+ { glyph: "๐Ÿช", label: "Convenience Store", tags: ["building", "shopping", "groceries"], category: "travel-places" },
954
+ { glyph: "๐Ÿซ", label: "School", tags: ["building", "student", "education", "learn", "teach"], category: "travel-places" },
955
+ { glyph: "๐Ÿฌ", label: "Department Store", tags: ["building", "shopping", "mall"], category: "travel-places" },
956
+ { glyph: "๐Ÿญ", label: "Factory", tags: ["building", "industry", "pollution", "smoke"], category: "travel-places" },
957
+ { glyph: "๐Ÿฏ", label: "Japanese Castle", tags: ["photo", "building"], category: "travel-places" },
958
+ { glyph: "๐Ÿฐ", label: "Castle", tags: ["european", "building", "royalty", "history"], category: "travel-places" },
959
+ { glyph: "๐Ÿ’’", label: "Wedding", tags: ["love", "like", "affection", "couple", "marriage", "bride", "groom"], category: "travel-places" },
960
+ { glyph: "๐Ÿ—ผ", label: "Tokyo Tower", tags: ["photo", "japanese"], category: "travel-places" },
961
+ { glyph: "๐Ÿ—ฝ", label: "Statue of Liberty", tags: ["american", "newyork"], category: "travel-places" },
962
+ { glyph: "โ›ช", label: "Church", tags: ["building", "religion", "christ"], category: "travel-places" },
963
+ { glyph: "๐Ÿ•Œ", label: "Mosque", tags: ["islam", "worship", "minaret"], category: "travel-places" },
964
+ { glyph: "๐Ÿ›•", label: "Hindu Temple", tags: ["religion"], category: "travel-places" },
965
+ { glyph: "๐Ÿ•", label: "Synagogue", tags: ["judaism", "worship", "temple", "jewish"], category: "travel-places" },
966
+ { glyph: "โ›ฉ๏ธ", label: "Shinto Shrine", tags: ["temple", "japan", "kyoto"], category: "travel-places" },
967
+ { glyph: "๐Ÿ•‹", label: "Kaaba", tags: ["mecca", "mosque", "islam"], category: "travel-places" },
968
+ { glyph: "โ›ฒ", label: "Fountain", tags: ["photo", "summer", "water", "fresh"], category: "travel-places" },
969
+ { glyph: "โ›บ", label: "Tent", tags: ["photo", "camping", "outdoors"], category: "travel-places" },
970
+ { glyph: "๐ŸŒ", label: "Foggy", tags: ["photo", "mountain"], category: "travel-places" },
971
+ { glyph: "๐ŸŒƒ", label: "Night with Stars", tags: ["evening", "city", "downtown"], category: "travel-places" },
972
+ { glyph: "๐Ÿ™๏ธ", label: "Cityscape", tags: ["photo", "night", "life", "urban"], category: "travel-places" },
973
+ { glyph: "๐ŸŒ„", label: "Sunrise over Mountains", tags: ["view", "vacation", "photo"], category: "travel-places" },
974
+ { glyph: "๐ŸŒ…", label: "Sunrise", tags: ["morning", "view", "vacation", "photo"], category: "travel-places" },
975
+ { glyph: "๐ŸŒ†", label: "Cityscape at Dusk", tags: ["city", "sunset", "photo", "evening", "sky", "buildings"], category: "travel-places" },
976
+ { glyph: "๐ŸŒ‡", label: "Sunset", tags: ["city", "sunrise", "photo", "good", "morning", "dawn"], category: "travel-places" },
977
+ { glyph: "๐ŸŒ‰", label: "Bridge at Night", tags: ["photo", "sanfrancisco"], category: "travel-places" },
978
+ { glyph: "โ™จ๏ธ", label: "Hot Springs", tags: ["hotsprings", "bath", "warm", "relax"], category: "travel-places" },
979
+ { glyph: "๐ŸŽ ", label: "Carousel Horse", tags: ["photo", "carnival"], category: "travel-places" },
980
+ { glyph: "๐Ÿ›", label: "Playground Slide", tags: ["fun", "park"], category: "travel-places" },
981
+ { glyph: "๐ŸŽก", label: "Ferris Wheel", tags: ["photo", "carnival", "londoneye"], category: "travel-places" },
982
+ { glyph: "๐ŸŽข", label: "Roller Coaster", tags: ["carnival", "playground", "photo", "fun"], category: "travel-places" },
983
+ { glyph: "๐Ÿ’ˆ", label: "Barber Pole", tags: ["hair", "salon", "style"], category: "travel-places" },
984
+ { glyph: "๐ŸŽช", label: "Circus Tent", tags: ["festival", "carnival", "party"], category: "travel-places" },
985
+ { glyph: "๐Ÿš‚", label: "Locomotive", tags: ["steam", "transportation", "vehicle", "train"], category: "travel-places" },
986
+ { glyph: "๐Ÿšƒ", label: "Railway Car", tags: ["transportation", "vehicle"], category: "travel-places" },
987
+ { glyph: "๐Ÿš„", label: "High-Speed Train", tags: ["bullettrain", "side", "high", "speed", "transportation", "vehicle"], category: "travel-places" },
988
+ { glyph: "๐Ÿš…", label: "Bullet Train", tags: ["bullettrain", "front", "transportation", "vehicle", "speed", "fast", "public", "travel"], category: "travel-places" },
989
+ { glyph: "๐Ÿš†", label: "Train", tags: ["train2", "transportation", "vehicle"], category: "travel-places" },
990
+ { glyph: "๐Ÿš‡", label: "Metro", tags: ["transportation", "blue", "square", "mrt", "underground", "tube"], category: "travel-places" },
991
+ { glyph: "๐Ÿšˆ", label: "Light Rail", tags: ["transportation", "vehicle"], category: "travel-places" },
992
+ { glyph: "๐Ÿš‰", label: "Station", tags: ["transportation", "vehicle", "public"], category: "travel-places" },
993
+ { glyph: "๐ŸšŠ", label: "Tram", tags: ["transportation", "vehicle"], category: "travel-places" },
994
+ { glyph: "๐Ÿš", label: "Monorail", tags: ["transportation", "vehicle"], category: "travel-places" },
995
+ { glyph: "๐Ÿšž", label: "Mountain Railway", tags: ["transportation", "vehicle"], category: "travel-places" },
996
+ { glyph: "๐Ÿš‹", label: "Tram Car", tags: ["train", "transportation", "vehicle", "carriage", "public", "travel"], category: "travel-places" },
997
+ { glyph: "๐ŸšŒ", label: "Bus", tags: ["car", "vehicle", "transportation"], category: "travel-places" },
998
+ { glyph: "๐Ÿš", label: "Oncoming Bus", tags: ["vehicle", "transportation"], category: "travel-places" },
999
+ { glyph: "๐ŸšŽ", label: "Trolleybus", tags: ["bart", "transportation", "vehicle"], category: "travel-places" },
1000
+ { glyph: "๐Ÿš", label: "Minibus", tags: ["vehicle", "car", "transportation"], category: "travel-places" },
1001
+ { glyph: "๐Ÿš‘", label: "Ambulance", tags: ["health", "911", "hospital"], category: "travel-places" },
1002
+ { glyph: "๐Ÿš’", label: "Fire Engine", tags: ["transportation", "cars", "vehicle"], category: "travel-places" },
1003
+ { glyph: "๐Ÿš“", label: "Police Car", tags: ["vehicle", "cars", "transportation", "law", "legal", "enforcement"], category: "travel-places" },
1004
+ { glyph: "๐Ÿš”", label: "Oncoming Police Car", tags: ["vehicle", "law", "legal", "enforcement", "911"], category: "travel-places" },
1005
+ { glyph: "๐Ÿš•", label: "Taxi", tags: ["uber", "vehicle", "cars", "transportation"], category: "travel-places" },
1006
+ { glyph: "๐Ÿš–", label: "Oncoming Taxi", tags: ["vehicle", "cars", "uber"], category: "travel-places" },
1007
+ { glyph: "๐Ÿš—", label: "Automobile", tags: ["car", "red", "transportation", "vehicle"], category: "travel-places" },
1008
+ { glyph: "๐Ÿš˜", label: "Oncoming Automobile", tags: ["car", "vehicle", "transportation"], category: "travel-places" },
1009
+ { glyph: "๐Ÿš™", label: "Recreational Vehicle", tags: ["blue", "car", "sport", "utility", "transportation"], category: "travel-places" },
1010
+ { glyph: "๐Ÿ›ป", label: "Pickup Truck", tags: ["car", "transportation"], category: "travel-places" },
1011
+ { glyph: "๐Ÿšš", label: "Delivery Truck", tags: ["cars", "transportation"], category: "travel-places" },
1012
+ { glyph: "๐Ÿš›", label: "Articulated Lorry", tags: ["vehicle", "cars", "transportation", "express"], category: "travel-places" },
1013
+ { glyph: "๐Ÿšœ", label: "Tractor", tags: ["vehicle", "car", "farming", "agriculture"], category: "travel-places" },
1014
+ { glyph: "๐ŸŽ๏ธ", label: "Racing Car", tags: ["sports", "race", "fast", "formula", "f1"], category: "travel-places" },
1015
+ { glyph: "๐Ÿ๏ธ", label: "Motorcycle", tags: ["racing", "race", "sports", "fast"], category: "travel-places" },
1016
+ { glyph: "๐Ÿ›ต", label: "Motor Scooter", tags: ["vehicle", "vespa", "sasha"], category: "travel-places" },
1017
+ { glyph: "๐Ÿฆฝ", label: "Manual Wheelchair", tags: ["accessibility"], category: "travel-places" },
1018
+ { glyph: "๐Ÿฆผ", label: "Motorized Wheelchair", tags: ["accessibility"], category: "travel-places" },
1019
+ { glyph: "๐Ÿ›บ", label: "Auto Rickshaw", tags: ["move", "transportation"], category: "travel-places" },
1020
+ { glyph: "๐Ÿšฒ", label: "Bicycle", tags: ["bike", "sports", "exercise", "hipster"], category: "travel-places" },
1021
+ { glyph: "๐Ÿ›ด", label: "Scooter", tags: ["kick", "vehicle", "razor"], category: "travel-places" },
1022
+ { glyph: "๐Ÿ›น", label: "Skateboard", tags: ["board"], category: "travel-places" },
1023
+ { glyph: "๐Ÿ›ผ", label: "Roller Skate", tags: ["footwear", "sports"], category: "travel-places" },
1024
+ { glyph: "๐Ÿš", label: "Bus Stop", tags: ["busstop", "transportation", "wait"], category: "travel-places" },
1025
+ { glyph: "๐Ÿ›ฃ๏ธ", label: "Motorway", tags: ["road", "cupertino", "interstate", "highway"], category: "travel-places" },
1026
+ { glyph: "๐Ÿ›ค๏ธ", label: "Railway Track", tags: ["train", "transportation"], category: "travel-places" },
1027
+ { glyph: "๐Ÿ›ข๏ธ", label: "Oil Drum", tags: ["barrell"], category: "travel-places" },
1028
+ { glyph: "โ›ฝ", label: "Fuel Pump", tags: ["fuelpump", "gas", "station", "petroleum"], category: "travel-places" },
1029
+ { glyph: "๐Ÿ›ž", label: "Wheel", tags: ["car", "transport"], category: "travel-places" },
1030
+ { glyph: "๐Ÿšจ", label: "Police Car Light", tags: ["rotating", "ambulance", "911", "emergency", "alert", "error", "pinged", "law", "legal"], category: "travel-places" },
1031
+ { glyph: "๐Ÿšฅ", label: "Horizontal Traffic Light", tags: ["transportation", "signal"], category: "travel-places" },
1032
+ { glyph: "๐Ÿšฆ", label: "Vertical Traffic Light", tags: ["transportation", "driving"], category: "travel-places" },
1033
+ { glyph: "๐Ÿ›‘", label: "Stop Sign", tags: ["octagonal"], category: "travel-places" },
1034
+ { glyph: "๐Ÿšง", label: "Construction", tags: ["wip", "progress", "caution", "warning"], category: "travel-places" },
1035
+ { glyph: "โš“", label: "Anchor", tags: ["ship", "ferry", "sea", "boat"], category: "travel-places" },
1036
+ { glyph: "๐Ÿ›Ÿ", label: "Ring Buoy", tags: ["life", "saver", "preserver"], category: "travel-places" },
1037
+ { glyph: "โ›ต", label: "Sailboat", tags: ["boat", "ship", "summer", "transportation", "water", "sailing"], category: "travel-places" },
1038
+ { glyph: "๐Ÿ›ถ", label: "Canoe", tags: ["boat", "paddle", "water", "ship"], category: "travel-places" },
1039
+ { glyph: "๐Ÿšค", label: "Speedboat", tags: ["ship", "transportation", "vehicle", "summer"], category: "travel-places" },
1040
+ { glyph: "๐Ÿ›ณ๏ธ", label: "Passenger Ship", tags: ["yacht", "cruise", "ferry"], category: "travel-places" },
1041
+ { glyph: "โ›ด๏ธ", label: "Ferry", tags: ["boat", "ship", "yacht"], category: "travel-places" },
1042
+ { glyph: "๐Ÿ›ฅ๏ธ", label: "Motor Boat", tags: ["ship"], category: "travel-places" },
1043
+ { glyph: "๐Ÿšข", label: "Ship", tags: ["transportation", "titanic", "deploy"], category: "travel-places" },
1044
+ { glyph: "โœˆ๏ธ", label: "Airplane", tags: ["vehicle", "transportation", "flight", "fly"], category: "travel-places" },
1045
+ { glyph: "๐Ÿ›ฉ๏ธ", label: "Small Airplane", tags: ["flight", "transportation", "fly", "vehicle"], category: "travel-places" },
1046
+ { glyph: "๐Ÿ›ซ", label: "Airplane Departure", tags: ["airport", "flight", "landing"], category: "travel-places" },
1047
+ { glyph: "๐Ÿ›ฌ", label: "Airplane Arrival", tags: ["arriving", "airport", "flight", "boarding"], category: "travel-places" },
1048
+ { glyph: "๐Ÿช‚", label: "Parachute", tags: ["fly", "glide"], category: "travel-places" },
1049
+ { glyph: "๐Ÿ’บ", label: "Seat", tags: ["sit", "airplane", "transport", "bus", "flight", "fly"], category: "travel-places" },
1050
+ { glyph: "๐Ÿš", label: "Helicopter", tags: ["transportation", "vehicle", "fly"], category: "travel-places" },
1051
+ { glyph: "๐ŸšŸ", label: "Suspension Railway", tags: ["vehicle", "transportation"], category: "travel-places" },
1052
+ { glyph: "๐Ÿš ", label: "Mountain Cableway", tags: ["transportation", "vehicle", "ski"], category: "travel-places" },
1053
+ { glyph: "๐Ÿšก", label: "Aerial Tramway", tags: ["transportation", "vehicle", "ski"], category: "travel-places" },
1054
+ { glyph: "๐Ÿ›ฐ๏ธ", label: "Satellite", tags: ["communication", "gps", "orbit", "spaceflight", "nasa", "iss"], category: "travel-places" },
1055
+ { glyph: "๐Ÿš€", label: "Rocket", tags: ["launch", "ship", "staffmode", "nasa", "outer", "space", "fly"], category: "travel-places" },
1056
+ { glyph: "๐Ÿ›ธ", label: "Flying Saucer", tags: ["transportation", "vehicle", "ufo"], category: "travel-places" },
1057
+ { glyph: "๐Ÿ›Ž๏ธ", label: "Bellhop Bell", tags: ["service"], category: "travel-places" },
1058
+ { glyph: "๐Ÿงณ", label: "Luggage", tags: ["packing", "travel"], category: "travel-places" },
1059
+ { glyph: "โŒ›", label: "Hourglass", tags: ["done", "time", "clock", "oldschool", "limit", "exam", "quiz", "test"], category: "travel-places" },
1060
+ { glyph: "โณ", label: "Hourglass Not Done", tags: ["flowing", "sand", "oldschool", "time", "countdown"], category: "travel-places" },
1061
+ { glyph: "โŒš", label: "Watch", tags: ["time", "accessories"], category: "travel-places" },
1062
+ { glyph: "โฐ", label: "Alarm Clock", tags: ["time", "wake"], category: "travel-places" },
1063
+ { glyph: "โฑ๏ธ", label: "Stopwatch", tags: ["time", "deadline"], category: "travel-places" },
1064
+ { glyph: "โฒ๏ธ", label: "Timer Clock", tags: ["alarm"], category: "travel-places" },
1065
+ { glyph: "๐Ÿ•ฐ๏ธ", label: "Mantelpiece Clock", tags: ["time"], category: "travel-places" },
1066
+ { glyph: "๐Ÿ•›", label: "Twelve Oโ€™clock", tags: ["clock12", "o", "clock", "12", "00:00", "0000", "12:00", "1200", "time", "noon", "midnight", "midday", "late", "early", "schedule"], category: "travel-places" },
1067
+ { glyph: "๐Ÿ•ง", label: "Twelve-Thirty", tags: ["clock1230", "twelve", "thirty", "00:30", "0030", "12:30", "1230", "time", "late", "early", "schedule"], category: "travel-places" },
1068
+ { glyph: "๐Ÿ•", label: "One Oโ€™clock", tags: ["clock1", "o", "clock", "1", "1:00", "100", "13:00", "1300", "time", "late", "early", "schedule"], category: "travel-places" },
1069
+ { glyph: "๐Ÿ•œ", label: "One-Thirty", tags: ["clock130", "one", "thirty", "1:30", "130", "13:30", "1330", "time", "late", "early", "schedule"], category: "travel-places" },
1070
+ { glyph: "๐Ÿ•‘", label: "Two Oโ€™clock", tags: ["clock2", "o", "clock", "2", "2:00", "200", "14:00", "1400", "time", "late", "early", "schedule"], category: "travel-places" },
1071
+ { glyph: "๐Ÿ•", label: "Two-Thirty", tags: ["clock230", "two", "thirty", "2:30", "230", "14:30", "1430", "time", "late", "early", "schedule"], category: "travel-places" },
1072
+ { glyph: "๐Ÿ•’", label: "Three Oโ€™clock", tags: ["clock3", "o", "clock", "3", "3:00", "300", "15:00", "1500", "time", "late", "early", "schedule"], category: "travel-places" },
1073
+ { glyph: "๐Ÿ•ž", label: "Three-Thirty", tags: ["clock330", "three", "thirty", "3:30", "330", "15:30", "1530", "time", "late", "early", "schedule"], category: "travel-places" },
1074
+ { glyph: "๐Ÿ•“", label: "Four Oโ€™clock", tags: ["clock4", "o", "clock", "4", "4:00", "400", "16:00", "1600", "time", "late", "early", "schedule"], category: "travel-places" },
1075
+ { glyph: "๐Ÿ•Ÿ", label: "Four-Thirty", tags: ["clock430", "four", "thirty", "4:30", "430", "16:30", "1630", "time", "late", "early", "schedule"], category: "travel-places" },
1076
+ { glyph: "๐Ÿ•”", label: "Five Oโ€™clock", tags: ["clock5", "o", "clock", "5", "5:00", "500", "17:00", "1700", "time", "late", "early", "schedule"], category: "travel-places" },
1077
+ { glyph: "๐Ÿ• ", label: "Five-Thirty", tags: ["clock530", "five", "thirty", "5:30", "530", "17:30", "1730", "time", "late", "early", "schedule"], category: "travel-places" },
1078
+ { glyph: "๐Ÿ••", label: "Six Oโ€™clock", tags: ["clock6", "o", "clock", "6", "6:00", "600", "18:00", "1800", "time", "late", "early", "schedule", "dawn", "dusk"], category: "travel-places" },
1079
+ { glyph: "๐Ÿ•ก", label: "Six-Thirty", tags: ["clock630", "six", "thirty", "6:30", "630", "18:30", "1830", "time", "late", "early", "schedule"], category: "travel-places" },
1080
+ { glyph: "๐Ÿ•–", label: "Seven Oโ€™clock", tags: ["clock7", "o", "clock", "7", "7:00", "700", "19:00", "1900", "time", "late", "early", "schedule"], category: "travel-places" },
1081
+ { glyph: "๐Ÿ•ข", label: "Seven-Thirty", tags: ["clock730", "seven", "thirty", "7:30", "730", "19:30", "1930", "time", "late", "early", "schedule"], category: "travel-places" },
1082
+ { glyph: "๐Ÿ•—", label: "Eight Oโ€™clock", tags: ["clock8", "o", "clock", "8", "8:00", "800", "20:00", "2000", "time", "late", "early", "schedule"], category: "travel-places" },
1083
+ { glyph: "๐Ÿ•ฃ", label: "Eight-Thirty", tags: ["clock830", "eight", "thirty", "8:30", "830", "20:30", "2030", "time", "late", "early", "schedule"], category: "travel-places" },
1084
+ { glyph: "๐Ÿ•˜", label: "Nine Oโ€™clock", tags: ["clock9", "o", "clock", "9", "9:00", "900", "21:00", "2100", "time", "late", "early", "schedule"], category: "travel-places" },
1085
+ { glyph: "๐Ÿ•ค", label: "Nine-Thirty", tags: ["clock930", "nine", "thirty", "9:30", "930", "21:30", "2130", "time", "late", "early", "schedule"], category: "travel-places" },
1086
+ { glyph: "๐Ÿ•™", label: "Ten Oโ€™clock", tags: ["clock10", "o", "clock", "10", "10:00", "1000", "22:00", "2200", "time", "late", "early", "schedule"], category: "travel-places" },
1087
+ { glyph: "๐Ÿ•ฅ", label: "Ten-Thirty", tags: ["clock1030", "ten", "thirty", "10:30", "1030", "22:30", "2230", "time", "late", "early", "schedule"], category: "travel-places" },
1088
+ { glyph: "๐Ÿ•š", label: "Eleven Oโ€™clock", tags: ["clock11", "o", "clock", "11", "11:00", "1100", "23:00", "2300", "time", "late", "early", "schedule"], category: "travel-places" },
1089
+ { glyph: "๐Ÿ•ฆ", label: "Eleven-Thirty", tags: ["clock1130", "eleven", "thirty", "11:30", "1130", "23:30", "2330", "time", "late", "early", "schedule"], category: "travel-places" },
1090
+ { glyph: "๐ŸŒ‘", label: "New Moon", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1091
+ { glyph: "๐ŸŒ’", label: "Waxing Crescent Moon", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1092
+ { glyph: "๐ŸŒ“", label: "First Quarter Moon", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1093
+ { glyph: "๐ŸŒ”", label: "Waxing Gibbous Moon", tags: ["nature", "night", "sky", "gray", "twilight", "planet", "space", "evening", "sleep"], category: "travel-places" },
1094
+ { glyph: "๐ŸŒ•", label: "Full Moon", tags: ["nature", "yellow", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1095
+ { glyph: "๐ŸŒ–", label: "Waning Gibbous Moon", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep", "waxing"], category: "travel-places" },
1096
+ { glyph: "๐ŸŒ—", label: "Last Quarter Moon", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1097
+ { glyph: "๐ŸŒ˜", label: "Waning Crescent Moon", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1098
+ { glyph: "๐ŸŒ™", label: "Crescent Moon", tags: ["night", "sleep", "sky", "evening", "magic"], category: "travel-places" },
1099
+ { glyph: "๐ŸŒš", label: "New Moon Face", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1100
+ { glyph: "๐ŸŒ›", label: "First Quarter Moon Face", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1101
+ { glyph: "๐ŸŒœ", label: "Last Quarter Moon Face", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1102
+ { glyph: "๐ŸŒก๏ธ", label: "Thermometer", tags: ["weather", "temperature", "hot", "cold"], category: "travel-places" },
1103
+ { glyph: "โ˜€๏ธ", label: "Sun", tags: ["sunny", "weather", "nature", "brightness", "summer", "beach", "spring"], category: "travel-places" },
1104
+ { glyph: "๐ŸŒ", label: "Full Moon Face", tags: ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], category: "travel-places" },
1105
+ { glyph: "๐ŸŒž", label: "Sun with Face", tags: ["nature", "morning", "sky"], category: "travel-places" },
1106
+ { glyph: "๐Ÿช", label: "Ringed Planet", tags: ["outerspace"], category: "travel-places" },
1107
+ { glyph: "โญ", label: "Star", tags: ["night", "yellow"], category: "travel-places" },
1108
+ { glyph: "๐ŸŒŸ", label: "Glowing Star", tags: ["star2", "night", "sparkle", "awesome", "good", "magic"], category: "travel-places" },
1109
+ { glyph: "๐ŸŒ ", label: "Shooting Star", tags: ["stars", "night", "photo"], category: "travel-places" },
1110
+ { glyph: "๐ŸŒŒ", label: "Milky Way", tags: ["photo", "space", "stars"], category: "travel-places" },
1111
+ { glyph: "โ˜๏ธ", label: "Cloud", tags: ["weather", "sky"], category: "travel-places" },
1112
+ { glyph: "โ›…", label: "Sun Behind Cloud", tags: ["partly", "sunny", "weather", "nature", "cloudy", "morning", "fall", "spring"], category: "travel-places" },
1113
+ { glyph: "โ›ˆ๏ธ", label: "Cloud with Lightning and Rain", tags: ["thunder", "weather"], category: "travel-places" },
1114
+ { glyph: "๐ŸŒค๏ธ", label: "Sun Behind Small Cloud", tags: ["mostly", "sunny", "weather"], category: "travel-places" },
1115
+ { glyph: "๐ŸŒฅ๏ธ", label: "Sun Behind Large Cloud", tags: ["barely", "sunny", "weather"], category: "travel-places" },
1116
+ { glyph: "๐ŸŒฆ๏ธ", label: "Sun Behind Rain Cloud", tags: ["partly", "sunny", "weather"], category: "travel-places" },
1117
+ { glyph: "๐ŸŒง๏ธ", label: "Cloud with Rain", tags: ["weather"], category: "travel-places" },
1118
+ { glyph: "๐ŸŒจ๏ธ", label: "Cloud with Snow", tags: ["weather"], category: "travel-places" },
1119
+ { glyph: "๐ŸŒฉ๏ธ", label: "Cloud with Lightning", tags: ["weather", "thunder"], category: "travel-places" },
1120
+ { glyph: "๐ŸŒช๏ธ", label: "Tornado", tags: ["cloud", "weather", "cyclone", "twister"], category: "travel-places" },
1121
+ { glyph: "๐ŸŒซ๏ธ", label: "Fog", tags: ["weather"], category: "travel-places" },
1122
+ { glyph: "๐ŸŒฌ๏ธ", label: "Wind Face", tags: ["blowing", "gust", "air"], category: "travel-places" },
1123
+ { glyph: "๐ŸŒ€", label: "Cyclone", tags: ["weather", "swirl", "blue", "cloud", "vortex", "spiral", "whirlpool", "spin", "tornado", "hurricane", "typhoon"], category: "travel-places" },
1124
+ { glyph: "๐ŸŒˆ", label: "Rainbow", tags: ["nature", "happy", "unicorn", "face", "photo", "sky", "spring"], category: "travel-places" },
1125
+ { glyph: "๐ŸŒ‚", label: "Closed Umbrella", tags: ["weather", "rain", "drizzle"], category: "travel-places" },
1126
+ { glyph: "โ˜‚๏ธ", label: "Umbrella", tags: ["weather", "spring"], category: "travel-places" },
1127
+ { glyph: "โ˜”", label: "Umbrella with Rain Drops", tags: ["rainy", "weather", "spring"], category: "travel-places" },
1128
+ { glyph: "โ›ฑ๏ธ", label: "Umbrella on Ground", tags: ["weather", "summer"], category: "travel-places" },
1129
+ { glyph: "โšก", label: "High Voltage", tags: ["zap", "thunder", "weather", "lightning", "bolt", "fast"], category: "travel-places" },
1130
+ { glyph: "โ„๏ธ", label: "Snowflake", tags: ["winter", "season", "cold", "weather", "christmas", "xmas"], category: "travel-places" },
1131
+ { glyph: "โ˜ƒ๏ธ", label: "Snowman", tags: ["winter", "season", "cold", "weather", "christmas", "xmas", "frozen"], category: "travel-places" },
1132
+ { glyph: "โ›„", label: "Snowman Without Snow", tags: ["winter", "season", "cold", "weather", "christmas", "xmas", "frozen"], category: "travel-places" },
1133
+ { glyph: "โ˜„๏ธ", label: "Comet", tags: ["space"], category: "travel-places" },
1134
+ { glyph: "๐Ÿ”ฅ", label: "Fire", tags: ["hot", "cook", "flame"], category: "travel-places" },
1135
+ { glyph: "๐Ÿ’ง", label: "Droplet", tags: ["water", "drip", "faucet", "spring"], category: "travel-places" },
1136
+ { glyph: "๐ŸŒŠ", label: "Water Wave", tags: ["ocean", "sea", "nature", "tsunami", "disaster"], category: "travel-places" },
1137
+ { glyph: "๐Ÿ‘“", label: "Glasses", tags: ["eyeglasses", "fashion", "accessories", "eyesight", "nerdy", "dork", "geek"], category: "objects" },
1138
+ { glyph: "๐Ÿ•ถ๏ธ", label: "Sunglasses", tags: ["dark", "face", "cool", "accessories"], category: "objects" },
1139
+ { glyph: "๐Ÿฅฝ", label: "Goggles", tags: ["eyes", "protection", "safety"], category: "objects" },
1140
+ { glyph: "๐Ÿฅผ", label: "Lab Coat", tags: ["doctor", "experiment", "scientist", "chemist"], category: "objects" },
1141
+ { glyph: "๐Ÿฆบ", label: "Safety Vest", tags: ["protection"], category: "objects" },
1142
+ { glyph: "๐Ÿ‘”", label: "Necktie", tags: ["shirt", "suitup", "formal", "fashion", "cloth", "business"], category: "objects" },
1143
+ { glyph: "๐Ÿ‘•", label: "T-Shirt", tags: ["shirt", "tshirt", "t", "fashion", "cloth", "casual", "tee"], category: "objects" },
1144
+ { glyph: "๐Ÿ‘–", label: "Jeans", tags: ["fashion", "shopping"], category: "objects" },
1145
+ { glyph: "๐Ÿงฃ", label: "Scarf", tags: ["neck", "winter", "clothes"], category: "objects" },
1146
+ { glyph: "๐Ÿงค", label: "Gloves", tags: ["hands", "winter", "clothes"], category: "objects" },
1147
+ { glyph: "๐Ÿงฅ", label: "Coat", tags: ["jacket"], category: "objects" },
1148
+ { glyph: "๐Ÿงฆ", label: "Socks", tags: ["stockings", "clothes"], category: "objects" },
1149
+ { glyph: "๐Ÿ‘—", label: "Dress", tags: ["clothes", "fashion", "shopping"], category: "objects" },
1150
+ { glyph: "๐Ÿ‘˜", label: "Kimono", tags: ["dress", "fashion", "women", "female", "japanese"], category: "objects" },
1151
+ { glyph: "๐Ÿฅป", label: "Sari", tags: ["dress"], category: "objects" },
1152
+ { glyph: "๐Ÿฉฑ", label: "One-Piece Swimsuit", tags: ["one", "piece", "fashion"], category: "objects" },
1153
+ { glyph: "๐Ÿฉฒ", label: "Briefs", tags: ["clothing"], category: "objects" },
1154
+ { glyph: "๐Ÿฉณ", label: "Shorts", tags: ["clothing"], category: "objects" },
1155
+ { glyph: "๐Ÿ‘™", label: "Bikini", tags: ["swimming", "female", "woman", "girl", "fashion", "beach", "summer"], category: "objects" },
1156
+ { glyph: "๐Ÿ‘š", label: "Womans Clothes", tags: ["woman", "s", "fashion", "shopping", "bags", "female"], category: "objects" },
1157
+ { glyph: "๐Ÿชญ", label: "Folding Hand Fan", tags: ["flamenco", "hot"], category: "objects" },
1158
+ { glyph: "๐Ÿ‘›", label: "Purse", tags: ["fashion", "accessories", "money", "sales", "shopping"], category: "objects" },
1159
+ { glyph: "๐Ÿ‘œ", label: "Handbag", tags: ["fashion", "accessory", "accessories", "shopping"], category: "objects" },
1160
+ { glyph: "๐Ÿ‘", label: "Pouch", tags: ["clutch", "bag", "accessories", "shopping"], category: "objects" },
1161
+ { glyph: "๐Ÿ›๏ธ", label: "Shopping Bags", tags: ["mall", "buy", "purchase"], category: "objects" },
1162
+ { glyph: "๐ŸŽ’", label: "Backpack", tags: ["school", "satchel", "student", "education", "bag"], category: "objects" },
1163
+ { glyph: "๐Ÿฉด", label: "Thong Sandal", tags: ["footwear", "summer"], category: "objects" },
1164
+ { glyph: "๐Ÿ‘ž", label: "Mans Shoe", tags: ["man", "s", "fashion", "male"], category: "objects" },
1165
+ { glyph: "๐Ÿ‘Ÿ", label: "Running Shoe", tags: ["athletic", "shoes", "sports", "sneakers"], category: "objects" },
1166
+ { glyph: "๐Ÿฅพ", label: "Hiking Boot", tags: ["backpacking", "camping"], category: "objects" },
1167
+ { glyph: "๐Ÿฅฟ", label: "Flat Shoe", tags: ["womans", "ballet", "slip", "slipper"], category: "objects" },
1168
+ { glyph: "๐Ÿ‘ ", label: "High-Heeled Shoe", tags: ["high", "heel", "heeled", "fashion", "shoes", "female", "pumps", "stiletto"], category: "objects" },
1169
+ { glyph: "๐Ÿ‘ก", label: "Womans Sandal", tags: ["woman", "s", "shoes", "fashion", "flip", "flops"], category: "objects" },
1170
+ { glyph: "๐Ÿฉฐ", label: "Ballet Shoes", tags: ["dance"], category: "objects" },
1171
+ { glyph: "๐Ÿ‘ข", label: "Womans Boots", tags: ["boot", "woman", "s", "shoes", "fashion"], category: "objects" },
1172
+ { glyph: "๐Ÿชฎ", label: "Hair Pick", tags: ["afro", "comb"], category: "objects" },
1173
+ { glyph: "๐Ÿ‘‘", label: "Crown", tags: ["king", "kod", "leader", "royalty", "lord"], category: "objects" },
1174
+ { glyph: "๐Ÿ‘’", label: "Womans Hat", tags: ["woman", "s", "fashion", "accessories", "female", "lady", "spring"], category: "objects" },
1175
+ { glyph: "๐ŸŽฉ", label: "Top Hat", tags: ["tophat", "magic", "gentleman", "classy", "circus"], category: "objects" },
1176
+ { glyph: "๐ŸŽ“", label: "Graduation Cap", tags: ["mortar", "board", "school", "college", "degree", "university", "hat", "legal", "learn", "education"], category: "objects" },
1177
+ { glyph: "๐Ÿงข", label: "Billed Cap", tags: ["baseball"], category: "objects" },
1178
+ { glyph: "๐Ÿช–", label: "Military Helmet", tags: ["army", "protection"], category: "objects" },
1179
+ { glyph: "โ›‘๏ธ", label: "Rescue Workerโ€™s Helmet", tags: ["white", "cross", "worker", "s", "construction", "build"], category: "objects" },
1180
+ { glyph: "๐Ÿ“ฟ", label: "Prayer Beads", tags: ["dhikr", "religious"], category: "objects" },
1181
+ { glyph: "๐Ÿ’„", label: "Lipstick", tags: ["female", "girl", "fashion", "woman"], category: "objects" },
1182
+ { glyph: "๐Ÿ’", label: "Ring", tags: ["wedding", "propose", "marriage", "valentines", "diamond", "fashion", "jewelry", "gem", "engagement"], category: "objects" },
1183
+ { glyph: "๐Ÿ’Ž", label: "Gem Stone", tags: ["blue", "ruby", "diamond", "jewelry"], category: "objects" },
1184
+ { glyph: "๐Ÿ”‡", label: "Muted Speaker", tags: ["mute", "sound", "volume", "silence", "quiet"], category: "objects" },
1185
+ { glyph: "๐Ÿ”ˆ", label: "Speaker", tags: ["low", "volume", "sound", "silence", "broadcast"], category: "objects" },
1186
+ { glyph: "๐Ÿ”‰", label: "Speaker Medium Volume", tags: ["sound", "broadcast"], category: "objects" },
1187
+ { glyph: "๐Ÿ”Š", label: "Speaker High Volume", tags: ["loud", "sound", "noise", "noisy", "broadcast"], category: "objects" },
1188
+ { glyph: "๐Ÿ“ข", label: "Loudspeaker", tags: ["volume", "sound"], category: "objects" },
1189
+ { glyph: "๐Ÿ“ฃ", label: "Megaphone", tags: ["mega", "sound", "speaker", "volume"], category: "objects" },
1190
+ { glyph: "๐Ÿ“ฏ", label: "Postal Horn", tags: ["instrument", "music"], category: "objects" },
1191
+ { glyph: "๐Ÿ””", label: "Bell", tags: ["sound", "notification", "christmas", "xmas", "chime"], category: "objects" },
1192
+ { glyph: "๐Ÿ”•", label: "Bell with Slash", tags: ["no", "sound", "volume", "mute", "quiet", "silent"], category: "objects" },
1193
+ { glyph: "๐ŸŽผ", label: "Musical Score", tags: ["treble", "clef", "compose"], category: "objects" },
1194
+ { glyph: "๐ŸŽต", label: "Musical Note", tags: ["score", "tone", "sound"], category: "objects" },
1195
+ { glyph: "๐ŸŽถ", label: "Musical Notes", tags: ["music", "score"], category: "objects" },
1196
+ { glyph: "๐ŸŽ™๏ธ", label: "Studio Microphone", tags: ["sing", "recording", "artist", "talkshow"], category: "objects" },
1197
+ { glyph: "๐ŸŽš๏ธ", label: "Level Slider", tags: ["scale"], category: "objects" },
1198
+ { glyph: "๐ŸŽ›๏ธ", label: "Control Knobs", tags: ["dial"], category: "objects" },
1199
+ { glyph: "๐ŸŽค", label: "Microphone", tags: ["sound", "music", "pa", "sing", "talkshow"], category: "objects" },
1200
+ { glyph: "๐ŸŽง", label: "Headphone", tags: ["headphones", "music", "score", "gadgets"], category: "objects" },
1201
+ { glyph: "๐Ÿ“ป", label: "Radio", tags: ["communication", "music", "podcast", "program"], category: "objects" },
1202
+ { glyph: "๐ŸŽท", label: "Saxophone", tags: ["music", "instrument", "jazz", "blues"], category: "objects" },
1203
+ { glyph: "๐Ÿช—", label: "Accordion", tags: ["music"], category: "objects" },
1204
+ { glyph: "๐ŸŽธ", label: "Guitar", tags: ["music", "instrument"], category: "objects" },
1205
+ { glyph: "๐ŸŽน", label: "Musical Keyboard", tags: ["piano", "instrument", "compose"], category: "objects" },
1206
+ { glyph: "๐ŸŽบ", label: "Trumpet", tags: ["music", "brass"], category: "objects" },
1207
+ { glyph: "๐ŸŽป", label: "Violin", tags: ["music", "instrument", "orchestra", "symphony"], category: "objects" },
1208
+ { glyph: "๐Ÿช•", label: "Banjo", tags: ["music", "instructment"], category: "objects" },
1209
+ { glyph: "๐Ÿฅ", label: "Drum", tags: ["drumsticks", "music", "instrument", "snare"], category: "objects" },
1210
+ { glyph: "๐Ÿช˜", label: "Long Drum", tags: ["music"], category: "objects" },
1211
+ { glyph: "๐Ÿช‡", label: "Maracas", tags: ["music", "instrument", "percussion"], category: "objects" },
1212
+ { glyph: "๐Ÿชˆ", label: "Flute", tags: ["bamboo", "music", "instrument", "pied", "piper"], category: "objects" },
1213
+ { glyph: "๐Ÿ“ฑ", label: "Mobile Phone", tags: ["iphone", "technology", "apple", "gadgets", "dial"], category: "objects" },
1214
+ { glyph: "๐Ÿ“ฒ", label: "Mobile Phone with Arrow", tags: ["calling", "iphone", "incoming"], category: "objects" },
1215
+ { glyph: "โ˜Ž๏ธ", label: "Telephone", tags: ["phone", "technology", "communication", "dial"], category: "objects" },
1216
+ { glyph: "๐Ÿ“ž", label: "Telephone Receiver", tags: ["technology", "communication", "dial"], category: "objects" },
1217
+ { glyph: "๐Ÿ“Ÿ", label: "Pager", tags: ["bbcall", "oldschool", "90s"], category: "objects" },
1218
+ { glyph: "๐Ÿ“ ", label: "Fax Machine", tags: ["communication", "technology"], category: "objects" },
1219
+ { glyph: "๐Ÿ”‹", label: "Battery", tags: ["power", "energy", "sustain"], category: "objects" },
1220
+ { glyph: "๐Ÿชซ", label: "Low Battery", tags: ["drained", "dead"], category: "objects" },
1221
+ { glyph: "๐Ÿ”Œ", label: "Electric Plug", tags: ["charger", "power"], category: "objects" },
1222
+ { glyph: "๐Ÿ’ป", label: "Laptop", tags: ["computer", "technology", "screen", "display", "monitor"], category: "objects" },
1223
+ { glyph: "๐Ÿ–ฅ๏ธ", label: "Desktop Computer", tags: ["technology", "computing", "screen"], category: "objects" },
1224
+ { glyph: "๐Ÿ–จ๏ธ", label: "Printer", tags: ["paper", "ink"], category: "objects" },
1225
+ { glyph: "โŒจ๏ธ", label: "Keyboard", tags: ["technology", "computer", "type", "input", "text"], category: "objects" },
1226
+ { glyph: "๐Ÿ–ฑ๏ธ", label: "Computer Mouse", tags: ["three", "button", "click"], category: "objects" },
1227
+ { glyph: "๐Ÿ–ฒ๏ธ", label: "Trackball", tags: ["technology", "trackpad"], category: "objects" },
1228
+ { glyph: "๐Ÿ’ฝ", label: "Minidisc", tags: ["computer", "disk", "technology", "record", "data", "90s"], category: "objects" },
1229
+ { glyph: "๐Ÿ’พ", label: "Floppy Disk", tags: ["oldschool", "technology", "save", "90s", "80s"], category: "objects" },
1230
+ { glyph: "๐Ÿ’ฟ", label: "Optical Disc", tags: ["cd", "disk", "technology", "dvd", "90s"], category: "objects" },
1231
+ { glyph: "๐Ÿ“€", label: "Dvd", tags: ["cd", "disk", "disc"], category: "objects" },
1232
+ { glyph: "๐Ÿงฎ", label: "Abacus", tags: ["calculation"], category: "objects" },
1233
+ { glyph: "๐ŸŽฅ", label: "Movie Camera", tags: ["film", "record"], category: "objects" },
1234
+ { glyph: "๐ŸŽž๏ธ", label: "Film Frames", tags: ["movie"], category: "objects" },
1235
+ { glyph: "๐Ÿ“ฝ๏ธ", label: "Film Projector", tags: ["video", "tape", "record", "movie"], category: "objects" },
1236
+ { glyph: "๐ŸŽฌ", label: "Clapper Board", tags: ["movie", "film", "record"], category: "objects" },
1237
+ { glyph: "๐Ÿ“บ", label: "Television", tags: ["tv", "technology", "program", "oldschool", "show"], category: "objects" },
1238
+ { glyph: "๐Ÿ“ท", label: "Camera", tags: ["gadgets", "photography"], category: "objects" },
1239
+ { glyph: "๐Ÿ“ธ", label: "Camera with Flash", tags: ["photography", "gadgets"], category: "objects" },
1240
+ { glyph: "๐Ÿ“น", label: "Video Camera", tags: ["film", "record"], category: "objects" },
1241
+ { glyph: "๐Ÿ“ผ", label: "Videocassette", tags: ["vhs", "record", "video", "oldschool", "90s", "80s"], category: "objects" },
1242
+ { glyph: "๐Ÿ”", label: "Magnifying Glass Tilted Left", tags: ["mag", "search", "zoom", "find", "detective"], category: "objects" },
1243
+ { glyph: "๐Ÿ”Ž", label: "Magnifying Glass Tilted Right", tags: ["mag", "search", "zoom", "find", "detective"], category: "objects" },
1244
+ { glyph: "๐Ÿ•ฏ๏ธ", label: "Candle", tags: ["fire", "wax"], category: "objects" },
1245
+ { glyph: "๐Ÿ’ก", label: "Light Bulb", tags: ["electricity", "idea"], category: "objects" },
1246
+ { glyph: "๐Ÿ”ฆ", label: "Flashlight", tags: ["dark", "camping", "sight", "night"], category: "objects" },
1247
+ { glyph: "๐Ÿฎ", label: "Izakaya Lantern", tags: ["red", "paper", "light", "halloween", "spooky"], category: "objects" },
1248
+ { glyph: "๐Ÿช”", label: "Diya Lamp", tags: ["lighting"], category: "objects" },
1249
+ { glyph: "๐Ÿ“”", label: "Notebook with Decorative Cover", tags: ["classroom", "notes", "record", "paper", "study"], category: "objects" },
1250
+ { glyph: "๐Ÿ“•", label: "Closed Book", tags: ["read", "library", "knowledge", "textbook", "learn"], category: "objects" },
1251
+ { glyph: "๐Ÿ“–", label: "Open Book", tags: ["read", "library", "knowledge", "literature", "learn", "study"], category: "objects" },
1252
+ { glyph: "๐Ÿ“—", label: "Green Book", tags: ["read", "library", "knowledge", "study"], category: "objects" },
1253
+ { glyph: "๐Ÿ“˜", label: "Blue Book", tags: ["read", "library", "knowledge", "learn", "study"], category: "objects" },
1254
+ { glyph: "๐Ÿ“™", label: "Orange Book", tags: ["read", "library", "knowledge", "textbook", "study"], category: "objects" },
1255
+ { glyph: "๐Ÿ“š", label: "Books", tags: ["literature", "library", "study"], category: "objects" },
1256
+ { glyph: "๐Ÿ““", label: "Notebook", tags: ["stationery", "record", "notes", "paper", "study"], category: "objects" },
1257
+ { glyph: "๐Ÿ“’", label: "Ledger", tags: ["notes", "paper"], category: "objects" },
1258
+ { glyph: "๐Ÿ“ƒ", label: "Page with Curl", tags: ["documents", "office", "paper"], category: "objects" },
1259
+ { glyph: "๐Ÿ“œ", label: "Scroll", tags: ["documents", "ancient", "history", "paper"], category: "objects" },
1260
+ { glyph: "๐Ÿ“„", label: "Page Facing Up", tags: ["documents", "office", "paper", "information"], category: "objects" },
1261
+ { glyph: "๐Ÿ“ฐ", label: "Newspaper", tags: ["press", "headline"], category: "objects" },
1262
+ { glyph: "๐Ÿ—ž๏ธ", label: "Rolled-Up Newspaper", tags: ["rolled", "up", "press", "headline"], category: "objects" },
1263
+ { glyph: "๐Ÿ“‘", label: "Bookmark Tabs", tags: ["favorite", "save", "order", "tidy"], category: "objects" },
1264
+ { glyph: "๐Ÿ”–", label: "Bookmark", tags: ["favorite", "label", "save"], category: "objects" },
1265
+ { glyph: "๐Ÿท๏ธ", label: "Label", tags: ["sale", "tag"], category: "objects" },
1266
+ { glyph: "๐Ÿ’ฐ", label: "Money Bag", tags: ["moneybag", "dollar", "payment", "coins", "sale"], category: "objects" },
1267
+ { glyph: "๐Ÿช™", label: "Coin", tags: ["money", "currency"], category: "objects" },
1268
+ { glyph: "๐Ÿ’ด", label: "Yen Banknote", tags: ["money", "sales", "japanese", "dollar", "currency"], category: "objects" },
1269
+ { glyph: "๐Ÿ’ต", label: "Dollar Banknote", tags: ["money", "sales", "bill", "currency"], category: "objects" },
1270
+ { glyph: "๐Ÿ’ถ", label: "Euro Banknote", tags: ["money", "sales", "dollar", "currency"], category: "objects" },
1271
+ { glyph: "๐Ÿ’ท", label: "Pound Banknote", tags: ["british", "sterling", "money", "sales", "bills", "uk", "england", "currency"], category: "objects" },
1272
+ { glyph: "๐Ÿ’ธ", label: "Money with Wings", tags: ["dollar", "bills", "payment", "sale"], category: "objects" },
1273
+ { glyph: "๐Ÿ’ณ", label: "Credit Card", tags: ["money", "sales", "dollar", "bill", "payment", "shopping"], category: "objects" },
1274
+ { glyph: "๐Ÿงพ", label: "Receipt", tags: ["accounting", "expenses"], category: "objects" },
1275
+ { glyph: "๐Ÿ’น", label: "Chart Increasing with Yen", tags: ["green", "square", "graph", "presentation", "stats"], category: "objects" },
1276
+ { glyph: "โœ‰๏ธ", label: "Envelope", tags: ["email", "letter", "postal", "inbox", "communication"], category: "objects" },
1277
+ { glyph: "๐Ÿ“ง", label: "E-Mail", tags: ["e", "mail", "communication", "inbox"], category: "objects" },
1278
+ { glyph: "๐Ÿ“จ", label: "Incoming Envelope", tags: ["email", "inbox"], category: "objects" },
1279
+ { glyph: "๐Ÿ“ฉ", label: "Envelope with Arrow", tags: ["email", "communication"], category: "objects" },
1280
+ { glyph: "๐Ÿ“ค", label: "Outbox Tray", tags: ["inbox", "email"], category: "objects" },
1281
+ { glyph: "๐Ÿ“ฅ", label: "Inbox Tray", tags: ["email", "documents"], category: "objects" },
1282
+ { glyph: "๐Ÿ“ฆ", label: "Package", tags: ["mail", "gift", "cardboard", "box", "moving"], category: "objects" },
1283
+ { glyph: "๐Ÿ“ซ", label: "Closed Mailbox with Raised Flag", tags: ["email", "inbox", "communication"], category: "objects" },
1284
+ { glyph: "๐Ÿ“ช", label: "Closed Mailbox with Lowered Flag", tags: ["email", "communication", "inbox"], category: "objects" },
1285
+ { glyph: "๐Ÿ“ฌ", label: "Open Mailbox with Raised Flag", tags: ["mail", "email", "inbox", "communication"], category: "objects" },
1286
+ { glyph: "๐Ÿ“ญ", label: "Open Mailbox with Lowered Flag", tags: ["no", "mail", "email", "inbox"], category: "objects" },
1287
+ { glyph: "๐Ÿ“ฎ", label: "Postbox", tags: ["email", "letter", "envelope"], category: "objects" },
1288
+ { glyph: "๐Ÿ—ณ๏ธ", label: "Ballot Box with Ballot", tags: ["election", "vote"], category: "objects" },
1289
+ { glyph: "โœ๏ธ", label: "Pencil", tags: ["pencil2", "stationery", "write", "paper", "writing", "school", "study"], category: "objects" },
1290
+ { glyph: "โœ’๏ธ", label: "Black Nib", tags: ["pen", "stationery", "writing", "write"], category: "objects" },
1291
+ { glyph: "๐Ÿ–‹๏ธ", label: "Fountain Pen", tags: ["lower", "left", "stationery", "writing", "write"], category: "objects" },
1292
+ { glyph: "๐Ÿ–Š๏ธ", label: "Pen", tags: ["lower", "left", "ballpoint", "stationery", "writing", "write"], category: "objects" },
1293
+ { glyph: "๐Ÿ–Œ๏ธ", label: "Paintbrush", tags: ["lower", "left", "drawing", "creativity", "art"], category: "objects" },
1294
+ { glyph: "๐Ÿ–๏ธ", label: "Crayon", tags: ["lower", "left", "drawing", "creativity"], category: "objects" },
1295
+ { glyph: "๐Ÿ“", label: "Memo", tags: ["pencil", "write", "documents", "stationery", "paper", "writing", "legal", "exam", "quiz", "test", "study", "compose"], category: "objects" },
1296
+ { glyph: "๐Ÿ’ผ", label: "Briefcase", tags: ["business", "documents", "work", "law", "legal", "job", "career"], category: "objects" },
1297
+ { glyph: "๐Ÿ“", label: "File Folder", tags: ["documents", "business", "office"], category: "objects" },
1298
+ { glyph: "๐Ÿ“‚", label: "Open File Folder", tags: ["documents", "load"], category: "objects" },
1299
+ { glyph: "๐Ÿ—‚๏ธ", label: "Card Index Dividers", tags: ["organizing", "business", "stationery"], category: "objects" },
1300
+ { glyph: "๐Ÿ“…", label: "Calendar", tags: ["date", "schedule"], category: "objects" },
1301
+ { glyph: "๐Ÿ“†", label: "Tear-off Calendar", tags: ["tear", "off", "schedule", "date", "planning"], category: "objects" },
1302
+ { glyph: "๐Ÿ—’๏ธ", label: "Spiral Notepad", tags: ["note", "pad", "memo", "stationery"], category: "objects" },
1303
+ { glyph: "๐Ÿ—“๏ธ", label: "Spiral Calendar", tags: ["pad", "date", "schedule", "planning"], category: "objects" },
1304
+ { glyph: "๐Ÿ“‡", label: "Card Index", tags: ["business", "stationery"], category: "objects" },
1305
+ { glyph: "๐Ÿ“ˆ", label: "Chart Increasing", tags: ["upwards", "trend", "graph", "presentation", "stats", "recovery", "business", "economics", "money", "sales", "good", "success"], category: "objects" },
1306
+ { glyph: "๐Ÿ“‰", label: "Chart Decreasing", tags: ["downwards", "trend", "graph", "presentation", "stats", "recession", "business", "economics", "money", "sales", "bad", "failure"], category: "objects" },
1307
+ { glyph: "๐Ÿ“Š", label: "Bar Chart", tags: ["graph", "presentation", "stats"], category: "objects" },
1308
+ { glyph: "๐Ÿ“‹", label: "Clipboard", tags: ["stationery", "documents"], category: "objects" },
1309
+ { glyph: "๐Ÿ“Œ", label: "Pushpin", tags: ["stationery", "mark", "here"], category: "objects" },
1310
+ { glyph: "๐Ÿ“", label: "Round Pushpin", tags: ["stationery", "location", "map", "here"], category: "objects" },
1311
+ { glyph: "๐Ÿ“Ž", label: "Paperclip", tags: ["documents", "stationery"], category: "objects" },
1312
+ { glyph: "๐Ÿ–‡๏ธ", label: "Linked Paperclips", tags: ["documents", "stationery"], category: "objects" },
1313
+ { glyph: "๐Ÿ“", label: "Straight Ruler", tags: ["stationery", "calculate", "length", "math", "school", "drawing", "architect", "sketch"], category: "objects" },
1314
+ { glyph: "๐Ÿ“", label: "Triangular Ruler", tags: ["stationery", "math", "architect", "sketch"], category: "objects" },
1315
+ { glyph: "โœ‚๏ธ", label: "Scissors", tags: ["stationery", "cut"], category: "objects" },
1316
+ { glyph: "๐Ÿ—ƒ๏ธ", label: "Card File Box", tags: ["business", "stationery"], category: "objects" },
1317
+ { glyph: "๐Ÿ—„๏ธ", label: "File Cabinet", tags: ["filing", "organizing"], category: "objects" },
1318
+ { glyph: "๐Ÿ—‘๏ธ", label: "Wastebasket", tags: ["bin", "trash", "rubbish", "garbage", "toss"], category: "objects" },
1319
+ { glyph: "๐Ÿ”’", label: "Lock", tags: ["locked", "security", "password", "padlock"], category: "objects" },
1320
+ { glyph: "๐Ÿ”“", label: "Unlocked", tags: ["unlock", "privacy", "security"], category: "objects" },
1321
+ { glyph: "๐Ÿ”", label: "Locked with Pen", tags: ["lock", "ink", "security", "secret"], category: "objects" },
1322
+ { glyph: "๐Ÿ”", label: "Locked with Key", tags: ["closed", "lock", "security", "privacy"], category: "objects" },
1323
+ { glyph: "๐Ÿ”‘", label: "Key", tags: ["lock", "door", "password"], category: "objects" },
1324
+ { glyph: "๐Ÿ—๏ธ", label: "Old Key", tags: ["lock", "door", "password"], category: "objects" },
1325
+ { glyph: "๐Ÿ”จ", label: "Hammer", tags: ["tools", "build", "create"], category: "objects" },
1326
+ { glyph: "๐Ÿช“", label: "Axe", tags: ["tool", "chop", "cut"], category: "objects" },
1327
+ { glyph: "โ›๏ธ", label: "Pick", tags: ["tools", "dig"], category: "objects" },
1328
+ { glyph: "โš’๏ธ", label: "Hammer and Pick", tags: ["tools", "build", "create"], category: "objects" },
1329
+ { glyph: "๐Ÿ› ๏ธ", label: "Hammer and Wrench", tags: ["tools", "build", "create"], category: "objects" },
1330
+ { glyph: "๐Ÿ—ก๏ธ", label: "Dagger", tags: ["knife", "weapon"], category: "objects" },
1331
+ { glyph: "โš”๏ธ", label: "Crossed Swords", tags: ["weapon"], category: "objects" },
1332
+ { glyph: "๐Ÿ’ฃ", label: "Bomb", tags: ["boom", "explode", "explosion", "terrorism"], category: "objects" },
1333
+ { glyph: "๐Ÿชƒ", label: "Boomerang", tags: ["weapon"], category: "objects" },
1334
+ { glyph: "๐Ÿน", label: "Bow and Arrow", tags: ["sports"], category: "objects" },
1335
+ { glyph: "๐Ÿ›ก๏ธ", label: "Shield", tags: ["protection", "security"], category: "objects" },
1336
+ { glyph: "๐Ÿชš", label: "Carpentry Saw", tags: ["cut", "chop"], category: "objects" },
1337
+ { glyph: "๐Ÿ”ง", label: "Wrench", tags: ["tools", "diy", "ikea", "fix", "maintainer"], category: "objects" },
1338
+ { glyph: "๐Ÿช›", label: "Screwdriver", tags: ["tools"], category: "objects" },
1339
+ { glyph: "๐Ÿ”ฉ", label: "Nut and Bolt", tags: ["handy", "tools", "fix"], category: "objects" },
1340
+ { glyph: "โš™๏ธ", label: "Gear", tags: ["cog"], category: "objects" },
1341
+ { glyph: "๐Ÿ—œ๏ธ", label: "Clamp", tags: ["compression", "tool"], category: "objects" },
1342
+ { glyph: "โš–๏ธ", label: "Balance Scale", tags: ["scales", "law", "fairness", "weight"], category: "objects" },
1343
+ { glyph: "๐Ÿฆฏ", label: "White Cane", tags: ["probing", "accessibility"], category: "objects" },
1344
+ { glyph: "๐Ÿ”—", label: "Link", tags: ["rings", "url"], category: "objects" },
1345
+ { glyph: "โ›“๏ธ", label: "Chains", tags: ["lock", "arrest"], category: "objects" },
1346
+ { glyph: "๐Ÿช", label: "Hook", tags: ["tools"], category: "objects" },
1347
+ { glyph: "๐Ÿงฐ", label: "Toolbox", tags: ["tools", "diy", "fix", "maintainer", "mechanic"], category: "objects" },
1348
+ { glyph: "๐Ÿงฒ", label: "Magnet", tags: ["attraction", "magnetic"], category: "objects" },
1349
+ { glyph: "๐Ÿชœ", label: "Ladder", tags: ["tools"], category: "objects" },
1350
+ { glyph: "โš—๏ธ", label: "Alembic", tags: ["distilling", "science", "experiment", "chemistry"], category: "objects" },
1351
+ { glyph: "๐Ÿงช", label: "Test Tube", tags: ["chemistry", "experiment", "lab", "science"], category: "objects" },
1352
+ { glyph: "๐Ÿงซ", label: "Petri Dish", tags: ["bacteria", "biology", "culture", "lab"], category: "objects" },
1353
+ { glyph: "๐Ÿงฌ", label: "Dna", tags: ["biologist", "genetics", "life"], category: "objects" },
1354
+ { glyph: "๐Ÿ”ฌ", label: "Microscope", tags: ["laboratory", "experiment", "zoomin", "science", "study"], category: "objects" },
1355
+ { glyph: "๐Ÿ”ญ", label: "Telescope", tags: ["stars", "space", "zoom", "science", "astronomy"], category: "objects" },
1356
+ { glyph: "๐Ÿ“ก", label: "Satellite Antenna", tags: ["communication", "future", "radio", "space"], category: "objects" },
1357
+ { glyph: "๐Ÿ’‰", label: "Syringe", tags: ["health", "hospital", "drugs", "blood", "medicine", "needle", "doctor", "nurse"], category: "objects" },
1358
+ { glyph: "๐Ÿฉธ", label: "Drop of Blood", tags: ["period", "hurt", "harm", "wound"], category: "objects" },
1359
+ { glyph: "๐Ÿ’Š", label: "Pill", tags: ["health", "medicine", "doctor", "pharmacy", "drug"], category: "objects" },
1360
+ { glyph: "๐Ÿฉน", label: "Adhesive Bandage", tags: ["heal"], category: "objects" },
1361
+ { glyph: "๐Ÿฉผ", label: "Crutch", tags: ["accessibility", "assist"], category: "objects" },
1362
+ { glyph: "๐Ÿฉบ", label: "Stethoscope", tags: ["health"], category: "objects" },
1363
+ { glyph: "๐Ÿฉป", label: "X-Ray", tags: ["x", "ray", "skeleton", "medicine"], category: "objects" },
1364
+ { glyph: "๐Ÿšช", label: "Door", tags: ["house", "entry", "exit"], category: "objects" },
1365
+ { glyph: "๐Ÿ›—", label: "Elevator", tags: ["lift"], category: "objects" },
1366
+ { glyph: "๐Ÿชž", label: "Mirror", tags: ["reflection"], category: "objects" },
1367
+ { glyph: "๐ŸชŸ", label: "Window", tags: ["scenery"], category: "objects" },
1368
+ { glyph: "๐Ÿ›๏ธ", label: "Bed", tags: ["sleep", "rest"], category: "objects" },
1369
+ { glyph: "๐Ÿ›‹๏ธ", label: "Couch and Lamp", tags: ["read", "chill"], category: "objects" },
1370
+ { glyph: "๐Ÿช‘", label: "Chair", tags: ["sit", "furniture"], category: "objects" },
1371
+ { glyph: "๐Ÿšฝ", label: "Toilet", tags: ["restroom", "wc", "washroom", "bathroom", "potty"], category: "objects" },
1372
+ { glyph: "๐Ÿช ", label: "Plunger", tags: ["toilet"], category: "objects" },
1373
+ { glyph: "๐Ÿšฟ", label: "Shower", tags: ["clean", "water", "bathroom"], category: "objects" },
1374
+ { glyph: "๐Ÿ›", label: "Bathtub", tags: ["clean", "shower", "bathroom"], category: "objects" },
1375
+ { glyph: "๐Ÿชค", label: "Mouse Trap", tags: ["cheese"], category: "objects" },
1376
+ { glyph: "๐Ÿช’", label: "Razor", tags: ["cut"], category: "objects" },
1377
+ { glyph: "๐Ÿงด", label: "Lotion Bottle", tags: ["moisturizer", "sunscreen"], category: "objects" },
1378
+ { glyph: "๐Ÿงท", label: "Safety Pin", tags: ["diaper"], category: "objects" },
1379
+ { glyph: "๐Ÿงน", label: "Broom", tags: ["cleaning", "sweeping", "witch"], category: "objects" },
1380
+ { glyph: "๐Ÿงบ", label: "Basket", tags: ["laundry"], category: "objects" },
1381
+ { glyph: "๐Ÿงป", label: "Roll of Paper", tags: [], category: "objects" },
1382
+ { glyph: "๐Ÿชฃ", label: "Bucket", tags: ["water", "container"], category: "objects" },
1383
+ { glyph: "๐Ÿงผ", label: "Soap", tags: ["bar", "bathing", "cleaning", "lather"], category: "objects" },
1384
+ { glyph: "๐Ÿซง", label: "Bubbles", tags: ["soap", "fun", "carbonation", "sparkling"], category: "objects" },
1385
+ { glyph: "๐Ÿชฅ", label: "Toothbrush", tags: ["hygiene", "dental"], category: "objects" },
1386
+ { glyph: "๐Ÿงฝ", label: "Sponge", tags: ["absorbing", "cleaning", "porous"], category: "objects" },
1387
+ { glyph: "๐Ÿงฏ", label: "Fire Extinguisher", tags: ["quench"], category: "objects" },
1388
+ { glyph: "๐Ÿ›’", label: "Shopping Cart", tags: ["trolley"], category: "objects" },
1389
+ { glyph: "๐Ÿšฌ", label: "Cigarette", tags: ["smoking", "kills", "tobacco", "joint", "smoke"], category: "objects" },
1390
+ { glyph: "โšฐ๏ธ", label: "Coffin", tags: ["vampire", "dead", "die", "death", "rip", "graveyard", "cemetery", "casket", "funeral", "box"], category: "objects" },
1391
+ { glyph: "๐Ÿชฆ", label: "Headstone", tags: ["death", "rip", "grave"], category: "objects" },
1392
+ { glyph: "โšฑ๏ธ", label: "Funeral Urn", tags: ["dead", "die", "death", "rip", "ashes"], category: "objects" },
1393
+ { glyph: "๐Ÿงฟ", label: "Nazar Amulet", tags: ["bead", "charm"], category: "objects" },
1394
+ { glyph: "๐Ÿชฌ", label: "Hamsa", tags: ["religion", "protection"], category: "objects" },
1395
+ { glyph: "๐Ÿ—ฟ", label: "Moai", tags: ["moyai", "rock", "easter", "island"], category: "objects" },
1396
+ { glyph: "๐Ÿชง", label: "Placard", tags: ["announcement"], category: "objects" },
1397
+ { glyph: "๐Ÿชช", label: "Identification Card", tags: ["document"], category: "objects" },
1398
+ { glyph: "๐Ÿง", label: "Atm Sign", tags: ["money", "sales", "cash", "blue", "square", "payment", "bank"], category: "symbols" },
1399
+ { glyph: "๐Ÿšฎ", label: "Litter in Bin Sign", tags: ["put", "its", "place", "blue", "square", "human", "info"], category: "symbols" },
1400
+ { glyph: "๐Ÿšฐ", label: "Potable Water", tags: ["blue", "square", "liquid", "restroom", "cleaning", "faucet"], category: "symbols" },
1401
+ { glyph: "โ™ฟ", label: "Wheelchair Symbol", tags: ["blue", "square", "disabled", "accessibility"], category: "symbols" },
1402
+ { glyph: "๐Ÿšน", label: "Menโ€™s Room", tags: ["mens", "men", "s", "toilet", "restroom", "wc", "blue", "square", "gender", "male"], category: "symbols" },
1403
+ { glyph: "๐Ÿšบ", label: "Womenโ€™s Room", tags: ["womens", "women", "s", "purple", "square", "woman", "female", "toilet", "loo", "restroom", "gender"], category: "symbols" },
1404
+ { glyph: "๐Ÿšป", label: "Restroom", tags: ["blue", "square", "toilet", "refresh", "wc", "gender"], category: "symbols" },
1405
+ { glyph: "๐Ÿšผ", label: "Baby Symbol", tags: ["orange", "square", "child"], category: "symbols" },
1406
+ { glyph: "๐Ÿšพ", label: "Water Closet", tags: ["wc", "toilet", "restroom", "blue", "square"], category: "symbols" },
1407
+ { glyph: "๐Ÿ›‚", label: "Passport Control", tags: ["custom", "blue", "square"], category: "symbols" },
1408
+ { glyph: "๐Ÿ›ƒ", label: "Customs", tags: ["passport", "border", "blue", "square"], category: "symbols" },
1409
+ { glyph: "๐Ÿ›„", label: "Baggage Claim", tags: ["blue", "square", "airport", "transport"], category: "symbols" },
1410
+ { glyph: "๐Ÿ›…", label: "Left Luggage", tags: ["blue", "square", "travel"], category: "symbols" },
1411
+ { glyph: "โš ๏ธ", label: "Warning", tags: ["exclamation", "wip", "alert", "error", "problem", "issue"], category: "symbols" },
1412
+ { glyph: "๐Ÿšธ", label: "Children Crossing", tags: ["school", "warning", "danger", "sign", "driving", "yellow", "diamond"], category: "symbols" },
1413
+ { glyph: "โ›”", label: "No Entry", tags: ["limit", "security", "privacy", "bad", "denied", "stop", "circle"], category: "symbols" },
1414
+ { glyph: "๐Ÿšซ", label: "Prohibited", tags: ["no", "entry", "sign", "forbid", "stop", "limit", "denied", "disallow", "circle"], category: "symbols" },
1415
+ { glyph: "๐Ÿšณ", label: "No Bicycles", tags: ["cyclist", "prohibited", "circle"], category: "symbols" },
1416
+ { glyph: "๐Ÿšญ", label: "No Smoking", tags: ["cigarette", "blue", "square", "smell", "smoke"], category: "symbols" },
1417
+ { glyph: "๐Ÿšฏ", label: "No Littering", tags: ["do", "not", "litter", "trash", "bin", "garbage", "circle"], category: "symbols" },
1418
+ { glyph: "๐Ÿšฑ", label: "Non-Potable Water", tags: ["non", "potable", "drink", "faucet", "tap", "circle"], category: "symbols" },
1419
+ { glyph: "๐Ÿšท", label: "No Pedestrians", tags: ["rules", "crossing", "walking", "circle"], category: "symbols" },
1420
+ { glyph: "๐Ÿ“ต", label: "No Mobile Phones", tags: ["iphone", "mute", "circle"], category: "symbols" },
1421
+ { glyph: "๐Ÿ”ž", label: "No One Under Eighteen", tags: ["underage", "18", "drink", "pub", "night", "minor", "circle"], category: "symbols" },
1422
+ { glyph: "โ˜ข๏ธ", label: "Radioactive", tags: ["sign", "nuclear", "danger"], category: "symbols" },
1423
+ { glyph: "โ˜ฃ๏ธ", label: "Biohazard", tags: ["sign", "danger"], category: "symbols" },
1424
+ { glyph: "โฌ†๏ธ", label: "Up Arrow", tags: ["blue", "square", "continue", "top", "direction"], category: "symbols" },
1425
+ { glyph: "โ†—๏ธ", label: "Up-Right Arrow", tags: ["upper", "right", "up", "blue", "square", "point", "direction", "diagonal", "northeast"], category: "symbols" },
1426
+ { glyph: "โžก๏ธ", label: "Right Arrow", tags: ["blue", "square", "next"], category: "symbols" },
1427
+ { glyph: "โ†˜๏ธ", label: "South East Arrow", tags: ["lower", "right", "down", "blue", "square", "direction", "diagonal", "southeast"], category: "symbols" },
1428
+ { glyph: "โฌ‡๏ธ", label: "Down Arrow", tags: ["blue", "square", "direction", "bottom"], category: "symbols" },
1429
+ { glyph: "โ†™๏ธ", label: "Down-Left Arrow", tags: ["lower", "left", "down", "blue", "square", "direction", "diagonal", "southwest"], category: "symbols" },
1430
+ { glyph: "โฌ…๏ธ", label: "Left Arrow", tags: ["blue", "square", "previous", "back"], category: "symbols" },
1431
+ { glyph: "โ†–๏ธ", label: "Up-Left Arrow", tags: ["upper", "left", "up", "blue", "square", "point", "direction", "diagonal", "northwest"], category: "symbols" },
1432
+ { glyph: "โ†•๏ธ", label: "Up Down Arrow", tags: ["blue", "square", "direction", "way", "vertical"], category: "symbols" },
1433
+ { glyph: "โ†”๏ธ", label: "Left Right Arrow", tags: ["shape", "direction", "horizontal", "sideways"], category: "symbols" },
1434
+ { glyph: "โ†ฉ๏ธ", label: "Right Arrow Curving Left", tags: ["leftwards", "hook", "back", "return", "blue", "square", "undo", "enter"], category: "symbols" },
1435
+ { glyph: "โ†ช๏ธ", label: "Left Arrow Curving Right", tags: ["hook", "blue", "square", "return", "rotate", "direction"], category: "symbols" },
1436
+ { glyph: "โคด๏ธ", label: "Right Arrow Curving Up", tags: ["heading", "blue", "square", "direction", "top"], category: "symbols" },
1437
+ { glyph: "โคต๏ธ", label: "Right Arrow Curving Down", tags: ["heading", "blue", "square", "direction", "bottom"], category: "symbols" },
1438
+ { glyph: "๐Ÿ”ƒ", label: "Clockwise Vertical Arrows", tags: ["sync", "cycle", "round", "repeat"], category: "symbols" },
1439
+ { glyph: "๐Ÿ”„", label: "Counterclockwise Arrows Button", tags: ["blue", "square", "sync", "cycle"], category: "symbols" },
1440
+ { glyph: "๐Ÿ”™", label: "Back Arrow", tags: ["words", "return"], category: "symbols" },
1441
+ { glyph: "๐Ÿ”š", label: "End Arrow", tags: ["words"], category: "symbols" },
1442
+ { glyph: "๐Ÿ”›", label: "On! Arrow", tags: ["words"], category: "symbols" },
1443
+ { glyph: "๐Ÿ”œ", label: "Soon Arrow", tags: ["words"], category: "symbols" },
1444
+ { glyph: "๐Ÿ”", label: "Top Arrow", tags: ["words", "blue", "square"], category: "symbols" },
1445
+ { glyph: "๐Ÿ›", label: "Place of Worship", tags: ["religion", "church", "temple", "prayer"], category: "symbols" },
1446
+ { glyph: "โš›๏ธ", label: "Atom Symbol", tags: ["science", "physics", "chemistry"], category: "symbols" },
1447
+ { glyph: "๐Ÿ•‰๏ธ", label: "Om", tags: ["symbol", "hinduism", "buddhism", "sikhism", "jainism"], category: "symbols" },
1448
+ { glyph: "โœก๏ธ", label: "Star of David", tags: ["judaism"], category: "symbols" },
1449
+ { glyph: "โ˜ธ๏ธ", label: "Wheel of Dharma", tags: ["hinduism", "buddhism", "sikhism", "jainism"], category: "symbols" },
1450
+ { glyph: "โ˜ฏ๏ธ", label: "Yin Yang", tags: ["balance"], category: "symbols" },
1451
+ { glyph: "โœ๏ธ", label: "Latin Cross", tags: ["christianity"], category: "symbols" },
1452
+ { glyph: "โ˜ฆ๏ธ", label: "Orthodox Cross", tags: ["suppedaneum", "religion"], category: "symbols" },
1453
+ { glyph: "โ˜ช๏ธ", label: "Star and Crescent", tags: ["islam"], category: "symbols" },
1454
+ { glyph: "โ˜ฎ๏ธ", label: "Peace Symbol", tags: ["hippie"], category: "symbols" },
1455
+ { glyph: "๐Ÿ•Ž", label: "Menorah", tags: ["nine", "branches", "hanukkah", "candles", "jewish"], category: "symbols" },
1456
+ { glyph: "๐Ÿ”ฏ", label: "Dotted Six-Pointed Star", tags: ["six", "pointed", "purple", "square", "religion", "jewish", "hexagram"], category: "symbols" },
1457
+ { glyph: "๐Ÿชฏ", label: "Khanda", tags: ["sikhism", "religion"], category: "symbols" },
1458
+ { glyph: "โ™ˆ", label: "Aries", tags: ["sign", "purple", "square", "zodiac", "astrology"], category: "symbols" },
1459
+ { glyph: "โ™‰", label: "Taurus", tags: ["purple", "square", "sign", "zodiac", "astrology"], category: "symbols" },
1460
+ { glyph: "โ™Š", label: "Gemini", tags: ["sign", "zodiac", "purple", "square", "astrology"], category: "symbols" },
1461
+ { glyph: "โ™‹", label: "Cancer", tags: ["sign", "zodiac", "purple", "square", "astrology"], category: "symbols" },
1462
+ { glyph: "โ™Œ", label: "Leo", tags: ["sign", "purple", "square", "zodiac", "astrology"], category: "symbols" },
1463
+ { glyph: "โ™", label: "Virgo", tags: ["sign", "zodiac", "purple", "square", "astrology"], category: "symbols" },
1464
+ { glyph: "โ™Ž", label: "Libra", tags: ["sign", "purple", "square", "zodiac", "astrology"], category: "symbols" },
1465
+ { glyph: "โ™", label: "Scorpio", tags: ["scorpius", "sign", "zodiac", "purple", "square", "astrology"], category: "symbols" },
1466
+ { glyph: "โ™", label: "Sagittarius", tags: ["sign", "zodiac", "purple", "square", "astrology"], category: "symbols" },
1467
+ { glyph: "โ™‘", label: "Capricorn", tags: ["sign", "zodiac", "purple", "square", "astrology"], category: "symbols" },
1468
+ { glyph: "โ™’", label: "Aquarius", tags: ["sign", "purple", "square", "zodiac", "astrology"], category: "symbols" },
1469
+ { glyph: "โ™“", label: "Pisces", tags: ["purple", "square", "sign", "zodiac", "astrology"], category: "symbols" },
1470
+ { glyph: "โ›Ž", label: "Ophiuchus", tags: ["sign", "purple", "square", "constellation", "astrology"], category: "symbols" },
1471
+ { glyph: "๐Ÿ”€", label: "Shuffle Tracks Button", tags: ["twisted", "rightwards", "arrows", "blue", "square", "music", "random"], category: "symbols" },
1472
+ { glyph: "๐Ÿ”", label: "Repeat Button", tags: ["loop", "record"], category: "symbols" },
1473
+ { glyph: "๐Ÿ”‚", label: "Repeat Single Button", tags: ["one", "blue", "square", "loop"], category: "symbols" },
1474
+ { glyph: "โ–ถ๏ธ", label: "Play Button", tags: ["arrow", "forward", "blue", "square", "right", "direction"], category: "symbols" },
1475
+ { glyph: "โฉ", label: "Fast-Forward Button", tags: ["fast", "forward", "blue", "square", "play", "speed", "continue"], category: "symbols" },
1476
+ { glyph: "โญ๏ธ", label: "Next Track Button", tags: ["black", "right", "pointing", "double", "triangle", "vertical", "bar", "forward", "blue", "square"], category: "symbols" },
1477
+ { glyph: "โฏ๏ธ", label: "Play or Pause Button", tags: ["black", "right", "pointing", "triangle", "double", "vertical", "bar", "blue", "square"], category: "symbols" },
1478
+ { glyph: "โ—€๏ธ", label: "Reverse Button", tags: ["arrow", "backward", "blue", "square", "left", "direction"], category: "symbols" },
1479
+ { glyph: "โช", label: "Fast Reverse Button", tags: ["rewind", "play", "blue", "square"], category: "symbols" },
1480
+ { glyph: "โฎ๏ธ", label: "Last Track Button", tags: ["black", "left", "pointing", "double", "triangle", "vertical", "bar", "backward"], category: "symbols" },
1481
+ { glyph: "๐Ÿ”ผ", label: "Upwards Button", tags: ["arrow", "up", "small", "blue", "square", "triangle", "direction", "point", "forward", "top"], category: "symbols" },
1482
+ { glyph: "โซ", label: "Fast Up Button", tags: ["arrow", "double", "blue", "square", "direction", "top"], category: "symbols" },
1483
+ { glyph: "๐Ÿ”ฝ", label: "Downwards Button", tags: ["arrow", "down", "small", "blue", "square", "direction", "bottom"], category: "symbols" },
1484
+ { glyph: "โฌ", label: "Fast Down Button", tags: ["arrow", "double", "blue", "square", "direction", "bottom"], category: "symbols" },
1485
+ { glyph: "โธ๏ธ", label: "Pause Button", tags: ["double", "vertical", "bar", "blue", "square"], category: "symbols" },
1486
+ { glyph: "โน๏ธ", label: "Stop Button", tags: ["black", "square", "blue"], category: "symbols" },
1487
+ { glyph: "โบ๏ธ", label: "Record Button", tags: ["black", "circle", "blue", "square"], category: "symbols" },
1488
+ { glyph: "โ๏ธ", label: "Eject Button", tags: ["blue", "square"], category: "symbols" },
1489
+ { glyph: "๐ŸŽฆ", label: "Cinema", tags: ["blue", "square", "record", "film", "movie", "curtain", "stage", "theater"], category: "symbols" },
1490
+ { glyph: "๐Ÿ”…", label: "Dim Button", tags: ["low", "brightness", "sun", "afternoon", "warm", "summer"], category: "symbols" },
1491
+ { glyph: "๐Ÿ”†", label: "Bright Button", tags: ["high", "brightness", "sun", "light"], category: "symbols" },
1492
+ { glyph: "๐Ÿ“ถ", label: "Antenna Bars", tags: ["signal", "strength", "blue", "square", "reception", "phone", "internet", "connection", "wifi", "bluetooth"], category: "symbols" },
1493
+ { glyph: "๐Ÿ›œ", label: "Wireless", tags: ["wifi", "internet", "contactless", "signal"], category: "symbols" },
1494
+ { glyph: "๐Ÿ“ณ", label: "Vibration Mode", tags: ["orange", "square", "phone"], category: "symbols" },
1495
+ { glyph: "๐Ÿ“ด", label: "Mobile Phone off", tags: ["mute", "orange", "square", "silence", "quiet"], category: "symbols" },
1496
+ { glyph: "โ™€๏ธ", label: "Female Sign", tags: ["woman", "women", "lady", "girl"], category: "symbols" },
1497
+ { glyph: "โ™‚๏ธ", label: "Male Sign", tags: ["man", "boy", "men"], category: "symbols" },
1498
+ { glyph: "โšง๏ธ", label: "Transgender Symbol", tags: ["lgbtq"], category: "symbols" },
1499
+ { glyph: "โœ–๏ธ", label: "Multiply", tags: ["heavy", "multiplication", "x", "sign", "math", "calculation"], category: "symbols" },
1500
+ { glyph: "โž•", label: "Plus", tags: ["heavy", "sign", "math", "calculation", "addition", "more", "increase"], category: "symbols" },
1501
+ { glyph: "โž–", label: "Minus", tags: ["heavy", "sign", "math", "calculation", "subtract", "less"], category: "symbols" },
1502
+ { glyph: "โž—", label: "Divide", tags: ["heavy", "division", "sign", "math", "calculation"], category: "symbols" },
1503
+ { glyph: "๐ŸŸฐ", label: "Heavy Equals Sign", tags: ["math"], category: "symbols" },
1504
+ { glyph: "โ™พ๏ธ", label: "Infinity", tags: ["forever"], category: "symbols" },
1505
+ { glyph: "โ€ผ๏ธ", label: "Double Exclamation Mark", tags: ["bangbang", "surprise"], category: "symbols" },
1506
+ { glyph: "โ‰๏ธ", label: "Exclamation Question Mark", tags: ["interrobang", "wat", "punctuation", "surprise"], category: "symbols" },
1507
+ { glyph: "โ“", label: "Red Question Mark", tags: ["doubt", "confused"], category: "symbols" },
1508
+ { glyph: "โ”", label: "White Question Mark", tags: ["grey", "doubts", "gray", "huh", "confused"], category: "symbols" },
1509
+ { glyph: "โ•", label: "White Exclamation Mark", tags: ["grey", "surprise", "punctuation", "gray", "wow", "warning"], category: "symbols" },
1510
+ { glyph: "โ—", label: "Red Exclamation Mark", tags: ["heavy", "danger", "surprise", "punctuation", "wow", "warning"], category: "symbols" },
1511
+ { glyph: "ใ€ฐ๏ธ", label: "Wavy Dash", tags: ["draw", "line", "moustache", "mustache", "squiggle", "scribble"], category: "symbols" },
1512
+ { glyph: "๐Ÿ’ฑ", label: "Currency Exchange", tags: ["money", "sales", "dollar", "travel"], category: "symbols" },
1513
+ { glyph: "๐Ÿ’ฒ", label: "Heavy Dollar Sign", tags: ["money", "sales", "payment", "currency", "buck"], category: "symbols" },
1514
+ { glyph: "โš•๏ธ", label: "Medical Symbol", tags: ["staff", "aesculapius", "health", "hospital"], category: "symbols" },
1515
+ { glyph: "โ™ป๏ธ", label: "Recycling Symbol", tags: ["recycle", "arrow", "environment", "garbage", "trash"], category: "symbols" },
1516
+ { glyph: "โšœ๏ธ", label: "Fleur-De-Lis", tags: ["fleur", "de", "lis", "decorative", "scout"], category: "symbols" },
1517
+ { glyph: "๐Ÿ”ฑ", label: "Trident Emblem", tags: ["weapon", "spear"], category: "symbols" },
1518
+ { glyph: "๐Ÿ“›", label: "Name Badge", tags: ["fire", "forbid"], category: "symbols" },
1519
+ { glyph: "๐Ÿ”ฐ", label: "Japanese Symbol for Beginner", tags: ["badge", "shield"], category: "symbols" },
1520
+ { glyph: "โญ•", label: "Hollow Red Circle", tags: ["o", "round"], category: "symbols" },
1521
+ { glyph: "โœ…", label: "Check Mark Button", tags: ["white", "green", "square", "ok", "agree", "vote", "election", "answer", "tick"], category: "symbols" },
1522
+ { glyph: "โ˜‘๏ธ", label: "Check Box with Check", tags: ["ballot", "ok", "agree", "confirm", "black", "square", "vote", "election", "yes", "tick"], category: "symbols" },
1523
+ { glyph: "โœ”๏ธ", label: "Check Mark", tags: ["heavy", "ok", "nike", "answer", "yes", "tick"], category: "symbols" },
1524
+ { glyph: "โŒ", label: "Cross Mark", tags: ["x", "no", "delete", "remove", "cancel", "red"], category: "symbols" },
1525
+ { glyph: "โŽ", label: "Cross Mark Button", tags: ["negative", "squared", "x", "green", "square", "no", "deny"], category: "symbols" },
1526
+ { glyph: "โžฐ", label: "Curly Loop", tags: ["scribble", "draw", "shape", "squiggle"], category: "symbols" },
1527
+ { glyph: "โžฟ", label: "Double Curly Loop", tags: ["tape", "cassette"], category: "symbols" },
1528
+ { glyph: "ใ€ฝ๏ธ", label: "Part Alternation Mark", tags: ["graph", "presentation", "stats", "business", "economics", "bad"], category: "symbols" },
1529
+ { glyph: "โœณ๏ธ", label: "Eight Spoked Asterisk", tags: ["star", "sparkle", "green", "square"], category: "symbols" },
1530
+ { glyph: "โœด๏ธ", label: "Eight-Pointed Star", tags: ["eight", "pointed", "black", "orange", "square", "shape", "polygon"], category: "symbols" },
1531
+ { glyph: "โ‡๏ธ", label: "Sparkle", tags: ["stars", "green", "square", "awesome", "good", "fireworks"], category: "symbols" },
1532
+ { glyph: "ยฉ๏ธ", label: "Copyright", tags: ["ip", "license", "circle", "law", "legal"], category: "symbols" },
1533
+ { glyph: "ยฎ๏ธ", label: "Registered", tags: ["alphabet", "circle"], category: "symbols" },
1534
+ { glyph: "โ„ข๏ธ", label: "Trade Mark", tags: ["tm", "trademark", "brand", "law", "legal"], category: "symbols" },
1535
+ { glyph: "#๏ธโƒฃ", label: "Hash Key", tags: ["keycap", "symbol", "blue", "square", "twitter"], category: "symbols" },
1536
+ { glyph: "*๏ธโƒฃ", label: "Keycap: *", tags: ["keycap", "star"], category: "symbols" },
1537
+ { glyph: "0๏ธโƒฃ", label: "Keycap 0", tags: ["zero", "numbers", "blue", "square", "null"], category: "symbols" },
1538
+ { glyph: "1๏ธโƒฃ", label: "Keycap 1", tags: ["one", "blue", "square", "numbers"], category: "symbols" },
1539
+ { glyph: "2๏ธโƒฃ", label: "Keycap 2", tags: ["two", "numbers", "prime", "blue", "square"], category: "symbols" },
1540
+ { glyph: "3๏ธโƒฃ", label: "Keycap 3", tags: ["three", "numbers", "prime", "blue", "square"], category: "symbols" },
1541
+ { glyph: "4๏ธโƒฃ", label: "Keycap 4", tags: ["four", "numbers", "blue", "square"], category: "symbols" },
1542
+ { glyph: "5๏ธโƒฃ", label: "Keycap 5", tags: ["five", "numbers", "blue", "square", "prime"], category: "symbols" },
1543
+ { glyph: "6๏ธโƒฃ", label: "Keycap 6", tags: ["six", "numbers", "blue", "square"], category: "symbols" },
1544
+ { glyph: "7๏ธโƒฃ", label: "Keycap 7", tags: ["seven", "numbers", "blue", "square", "prime"], category: "symbols" },
1545
+ { glyph: "8๏ธโƒฃ", label: "Keycap 8", tags: ["eight", "blue", "square", "numbers"], category: "symbols" },
1546
+ { glyph: "9๏ธโƒฃ", label: "Keycap 9", tags: ["nine", "blue", "square", "numbers"], category: "symbols" },
1547
+ { glyph: "๐Ÿ”Ÿ", label: "Keycap 10", tags: ["ten", "numbers", "blue", "square"], category: "symbols" },
1548
+ { glyph: "๐Ÿ” ", label: "Input Latin Uppercase", tags: ["capital", "abcd", "alphabet", "words", "blue", "square"], category: "symbols" },
1549
+ { glyph: "๐Ÿ”ก", label: "Input Latin Lowercase", tags: ["abcd", "blue", "square", "alphabet"], category: "symbols" },
1550
+ { glyph: "๐Ÿ”ข", label: "Input Numbers", tags: ["1234", "blue", "square", "1", "2", "3", "4"], category: "symbols" },
1551
+ { glyph: "๐Ÿ”ฃ", label: "Input Symbols", tags: ["blue", "square", "music", "note", "ampersand", "percent", "glyphs", "characters"], category: "symbols" },
1552
+ { glyph: "๐Ÿ”ค", label: "Input Latin Letters", tags: ["abc", "blue", "square", "alphabet"], category: "symbols" },
1553
+ { glyph: "๐Ÿ…ฐ๏ธ", label: "A Button (blood Type)", tags: ["red", "square", "alphabet", "letter"], category: "symbols" },
1554
+ { glyph: "๐Ÿ†Ž", label: "Negative Squared Ab", tags: ["button", "red", "square", "alphabet"], category: "symbols" },
1555
+ { glyph: "๐Ÿ…ฑ๏ธ", label: "B Button (blood Type)", tags: ["red", "square", "alphabet", "letter"], category: "symbols" },
1556
+ { glyph: "๐Ÿ†‘", label: "Cl Button", tags: ["alphabet", "words", "red", "square"], category: "symbols" },
1557
+ { glyph: "๐Ÿ†’", label: "Cool Button", tags: ["words", "blue", "square"], category: "symbols" },
1558
+ { glyph: "๐Ÿ†“", label: "Free Button", tags: ["blue", "square", "words"], category: "symbols" },
1559
+ { glyph: "โ„น๏ธ", label: "Information", tags: ["source", "blue", "square", "alphabet", "letter"], category: "symbols" },
1560
+ { glyph: "๐Ÿ†”", label: "Id Button", tags: ["purple", "square", "words"], category: "symbols" },
1561
+ { glyph: "โ“‚๏ธ", label: "Circled M", tags: ["alphabet", "blue", "circle", "letter"], category: "symbols" },
1562
+ { glyph: "๐Ÿ†•", label: "New Button", tags: ["blue", "square", "words", "start"], category: "symbols" },
1563
+ { glyph: "๐Ÿ†–", label: "Ng Button", tags: ["blue", "square", "words", "shape", "icon"], category: "symbols" },
1564
+ { glyph: "๐Ÿ…พ๏ธ", label: "O Button (blood Type)", tags: ["o2", "alphabet", "red", "square", "letter"], category: "symbols" },
1565
+ { glyph: "๐Ÿ†—", label: "Ok Button", tags: ["good", "agree", "yes", "blue", "square"], category: "symbols" },
1566
+ { glyph: "๐Ÿ…ฟ๏ธ", label: "P Button", tags: ["parking", "cars", "blue", "square", "alphabet", "letter"], category: "symbols" },
1567
+ { glyph: "๐Ÿ†˜", label: "Sos Button", tags: ["help", "red", "square", "words", "emergency", "911"], category: "symbols" },
1568
+ { glyph: "๐Ÿ†™", label: "Up! Button", tags: ["up", "blue", "square", "above", "high"], category: "symbols" },
1569
+ { glyph: "๐Ÿ†š", label: "Vs Button", tags: ["words", "orange", "square"], category: "symbols" },
1570
+ { glyph: "๐Ÿˆ", label: "Squared Katakana Koko", tags: ["japanese", "here", "button", "blue", "square", "destination"], category: "symbols" },
1571
+ { glyph: "๐Ÿˆ‚๏ธ", label: "Squared Katakana Sa", tags: ["japanese", "service", "charge", "button", "blue", "square"], category: "symbols" },
1572
+ { glyph: "๐Ÿˆท๏ธ", label: "Japanese โ€œmonthly Amountโ€ Button", tags: ["u6708", "monthly", "amount", "chinese", "month", "moon", "orange", "square", "kanji"], category: "symbols" },
1573
+ { glyph: "๐Ÿˆถ", label: "Squared Cjk Unified Ideograph-6709", tags: ["u6709", "japanese", "not", "free", "charge", "button", "orange", "square", "chinese", "have", "kanji"], category: "symbols" },
1574
+ { glyph: "๐Ÿˆฏ", label: "Japanese โ€œreservedโ€ Button", tags: ["u6307", "reserved", "chinese", "point", "green", "square", "kanji"], category: "symbols" },
1575
+ { glyph: "๐Ÿ‰", label: "Japanese โ€œbargainโ€ Button", tags: ["ideograph", "advantage", "bargain", "chinese", "kanji", "obtain", "get", "circle"], category: "symbols" },
1576
+ { glyph: "๐Ÿˆน", label: "Japanese โ€œdiscountโ€ Button", tags: ["u5272", "discount", "cut", "divide", "chinese", "kanji", "pink", "square"], category: "symbols" },
1577
+ { glyph: "๐Ÿˆš", label: "Japanese โ€œfree of Chargeโ€ Button", tags: ["u7121", "free", "charge", "nothing", "chinese", "kanji", "orange", "square"], category: "symbols" },
1578
+ { glyph: "๐Ÿˆฒ", label: "Japanese โ€œprohibitedโ€ Button", tags: ["u7981", "prohibited", "kanji", "chinese", "forbidden", "limit", "restricted", "red", "square"], category: "symbols" },
1579
+ { glyph: "๐Ÿ‰‘", label: "Circled Ideograph Accept", tags: ["japanese", "acceptable", "button", "ok", "good", "chinese", "kanji", "agree", "yes", "orange", "circle"], category: "symbols" },
1580
+ { glyph: "๐Ÿˆธ", label: "Japanese โ€œapplicationโ€ Button", tags: ["u7533", "application", "chinese", "kanji", "orange", "square"], category: "symbols" },
1581
+ { glyph: "๐Ÿˆด", label: "Japanese โ€œpassing Gradeโ€ Button", tags: ["u5408", "passing", "grade", "chinese", "join", "kanji", "red", "square"], category: "symbols" },
1582
+ { glyph: "๐Ÿˆณ", label: "Japanese โ€œvacancyโ€ Button", tags: ["u7a7a", "vacancy", "kanji", "chinese", "empty", "sky", "blue", "square"], category: "symbols" },
1583
+ { glyph: "ใŠ—๏ธ", label: "Circled Ideograph Congratulation", tags: ["congratulations", "japanese", "button", "chinese", "kanji", "red", "circle"], category: "symbols" },
1584
+ { glyph: "ใŠ™๏ธ", label: "Circled Ideograph Secret", tags: ["japanese", "button", "privacy", "chinese", "sshh", "kanji", "red", "circle"], category: "symbols" },
1585
+ { glyph: "๐Ÿˆบ", label: "Squared Cjk Unified Ideograph-55b6", tags: ["u55b6", "japanese", "open", "business", "button", "opening", "hours", "orange", "square"], category: "symbols" },
1586
+ { glyph: "๐Ÿˆต", label: "Japanese โ€œno Vacancyโ€ Button", tags: ["u6e80", "no", "vacancy", "full", "chinese", "red", "square", "kanji"], category: "symbols" },
1587
+ { glyph: "๐Ÿ”ด", label: "Red Circle", tags: ["shape", "error", "danger"], category: "symbols" },
1588
+ { glyph: "๐ŸŸ ", label: "Orange Circle", tags: ["large", "round"], category: "symbols" },
1589
+ { glyph: "๐ŸŸก", label: "Yellow Circle", tags: ["large", "round"], category: "symbols" },
1590
+ { glyph: "๐ŸŸข", label: "Green Circle", tags: ["large", "round"], category: "symbols" },
1591
+ { glyph: "๐Ÿ”ต", label: "Blue Circle", tags: ["large", "shape", "icon", "button"], category: "symbols" },
1592
+ { glyph: "๐ŸŸฃ", label: "Purple Circle", tags: ["large", "round"], category: "symbols" },
1593
+ { glyph: "๐ŸŸค", label: "Brown Circle", tags: ["large", "round"], category: "symbols" },
1594
+ { glyph: "โšซ", label: "Black Circle", tags: ["shape", "button", "round"], category: "symbols" },
1595
+ { glyph: "โšช", label: "White Circle", tags: ["shape", "round"], category: "symbols" },
1596
+ { glyph: "๐ŸŸฅ", label: "Red Square", tags: ["large"], category: "symbols" },
1597
+ { glyph: "๐ŸŸง", label: "Orange Square", tags: ["large"], category: "symbols" },
1598
+ { glyph: "๐ŸŸจ", label: "Yellow Square", tags: ["large"], category: "symbols" },
1599
+ { glyph: "๐ŸŸฉ", label: "Green Square", tags: ["large"], category: "symbols" },
1600
+ { glyph: "๐ŸŸฆ", label: "Blue Square", tags: ["large"], category: "symbols" },
1601
+ { glyph: "๐ŸŸช", label: "Purple Square", tags: ["large"], category: "symbols" },
1602
+ { glyph: "๐ŸŸซ", label: "Brown Square", tags: ["large"], category: "symbols" },
1603
+ { glyph: "โฌ›", label: "Black Large Square", tags: ["shape", "icon", "button"], category: "symbols" },
1604
+ { glyph: "โฌœ", label: "White Large Square", tags: ["shape", "icon", "stone", "button"], category: "symbols" },
1605
+ { glyph: "โ—ผ๏ธ", label: "Black Medium Square", tags: ["shape", "button", "icon"], category: "symbols" },
1606
+ { glyph: "โ—ป๏ธ", label: "White Medium Square", tags: ["shape", "stone", "icon"], category: "symbols" },
1607
+ { glyph: "โ—พ", label: "Black Medium Small Square", tags: ["icon", "shape", "button"], category: "symbols" },
1608
+ { glyph: "โ—ฝ", label: "White Medium Small Square", tags: ["shape", "stone", "icon", "button"], category: "symbols" },
1609
+ { glyph: "โ–ช๏ธ", label: "Black Small Square", tags: ["shape", "icon"], category: "symbols" },
1610
+ { glyph: "โ–ซ๏ธ", label: "White Small Square", tags: ["shape", "icon"], category: "symbols" },
1611
+ { glyph: "๐Ÿ”ถ", label: "Large Orange Diamond", tags: ["shape", "jewel", "gem"], category: "symbols" },
1612
+ { glyph: "๐Ÿ”ท", label: "Large Blue Diamond", tags: ["shape", "jewel", "gem"], category: "symbols" },
1613
+ { glyph: "๐Ÿ”ธ", label: "Small Orange Diamond", tags: ["shape", "jewel", "gem"], category: "symbols" },
1614
+ { glyph: "๐Ÿ”น", label: "Small Blue Diamond", tags: ["shape", "jewel", "gem"], category: "symbols" },
1615
+ { glyph: "๐Ÿ”บ", label: "Red Triangle Pointed Up", tags: ["small", "shape", "direction", "top"], category: "symbols" },
1616
+ { glyph: "๐Ÿ”ป", label: "Red Triangle Pointed Down", tags: ["small", "shape", "direction", "bottom"], category: "symbols" },
1617
+ { glyph: "๐Ÿ’ ", label: "Diamond with a Dot", tags: ["shape", "inside", "jewel", "blue", "gem", "crystal", "fancy"], category: "symbols" },
1618
+ { glyph: "๐Ÿ”˜", label: "Radio Button", tags: ["input", "old", "music", "circle"], category: "symbols" },
1619
+ { glyph: "๐Ÿ”ณ", label: "White Square Button", tags: ["shape", "input"], category: "symbols" },
1620
+ { glyph: "๐Ÿ”ฒ", label: "Black Square Button", tags: ["shape", "input", "frame"], category: "symbols" },
1621
+ { glyph: "๐Ÿ", label: "Chequered Flag", tags: ["checkered", "contest", "finishline", "race", "gokart"], category: "flags" },
1622
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ณ", label: "China Flag", tags: ["cn", "chinese", "prc", "country", "nation", "banner"], category: "flags" },
1623
+ { glyph: "๐ŸŽŒ", label: "Crossed Flags", tags: ["japanese", "nation", "country", "border"], category: "flags" },
1624
+ { glyph: "๐Ÿ‡ฉ๐Ÿ‡ช", label: "Germany Flag", tags: ["de", "german", "nation", "country", "banner"], category: "flags" },
1625
+ { glyph: "๐Ÿ‡ช๐Ÿ‡ธ", label: "Spain Flag", tags: ["es", "nation", "country", "banner"], category: "flags" },
1626
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡จ", label: "Ascension Island Flag", tags: ["ac"], category: "flags" },
1627
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ฉ", label: "Andorra Flag", tags: ["ad", "nation", "country", "banner"], category: "flags" },
1628
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ช", label: "United Arab Emirates Flag", tags: ["ae", "nation", "country", "banner"], category: "flags" },
1629
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ซ", label: "Afghanistan Flag", tags: ["af", "nation", "country", "banner"], category: "flags" },
1630
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ฌ", label: "Antigua & Barbuda Flag", tags: ["ag", "nation", "country", "banner"], category: "flags" },
1631
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ฎ", label: "Anguilla Flag", tags: ["ai", "nation", "country", "banner"], category: "flags" },
1632
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ฑ", label: "Albania Flag", tags: ["al", "nation", "country", "banner"], category: "flags" },
1633
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ฒ", label: "Armenia Flag", tags: ["am", "nation", "country", "banner"], category: "flags" },
1634
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ด", label: "Angola Flag", tags: ["ao", "nation", "country", "banner"], category: "flags" },
1635
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ถ", label: "Antarctica Flag", tags: ["aq", "nation", "country", "banner"], category: "flags" },
1636
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ท", label: "Argentina Flag", tags: ["ar", "nation", "country", "banner"], category: "flags" },
1637
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ธ", label: "American Samoa Flag", tags: ["as", "ws", "nation", "country", "banner"], category: "flags" },
1638
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡น", label: "Austria Flag", tags: ["at", "nation", "country", "banner"], category: "flags" },
1639
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡บ", label: "Australia Flag", tags: ["au", "nation", "country", "banner"], category: "flags" },
1640
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ผ", label: "Aruba Flag", tags: ["aw", "nation", "country", "banner"], category: "flags" },
1641
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ฝ", label: "ร…land Islands Flag", tags: ["ax", "aland", "nation", "country", "banner"], category: "flags" },
1642
+ { glyph: "๐Ÿ‡ฆ๐Ÿ‡ฟ", label: "Azerbaijan Flag", tags: ["az", "nation", "country", "banner"], category: "flags" },
1643
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฆ", label: "Bosnia & Herzegovina Flag", tags: ["ba", "nation", "country", "banner"], category: "flags" },
1644
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ง", label: "Barbados Flag", tags: ["bb", "nation", "country", "banner"], category: "flags" },
1645
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฉ", label: "Bangladesh Flag", tags: ["bd", "nation", "country", "banner"], category: "flags" },
1646
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ช", label: "Belgium Flag", tags: ["be", "nation", "country", "banner"], category: "flags" },
1647
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ซ", label: "Burkina Faso Flag", tags: ["bf", "nation", "country", "banner"], category: "flags" },
1648
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฌ", label: "Bulgaria Flag", tags: ["bg", "nation", "country", "banner"], category: "flags" },
1649
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ญ", label: "Bahrain Flag", tags: ["bh", "nation", "country", "banner"], category: "flags" },
1650
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฎ", label: "Burundi Flag", tags: ["bi", "nation", "country", "banner"], category: "flags" },
1651
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฏ", label: "Benin Flag", tags: ["bj", "nation", "country", "banner"], category: "flags" },
1652
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฑ", label: "St. Barthรฉlemy Flag", tags: ["bl", "st", "barthelemy", "saint", "nation", "country", "banner"], category: "flags" },
1653
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฒ", label: "Bermuda Flag", tags: ["bm", "nation", "country", "banner"], category: "flags" },
1654
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ณ", label: "Brunei Flag", tags: ["bn", "darussalam", "nation", "country", "banner"], category: "flags" },
1655
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ด", label: "Bolivia Flag", tags: ["bo", "nation", "country", "banner"], category: "flags" },
1656
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ถ", label: "Caribbean Netherlands Flag", tags: ["bq", "bonaire", "nation", "country", "banner"], category: "flags" },
1657
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ท", label: "Brazil Flag", tags: ["br", "nation", "country", "banner"], category: "flags" },
1658
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ธ", label: "Bahamas Flag", tags: ["bs", "nation", "country", "banner"], category: "flags" },
1659
+ { glyph: "๐Ÿ‡ง๐Ÿ‡น", label: "Bhutan Flag", tags: ["bt", "nation", "country", "banner"], category: "flags" },
1660
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ป", label: "Bouvet Island Flag", tags: ["bv", "norway"], category: "flags" },
1661
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ผ", label: "Botswana Flag", tags: ["bw", "nation", "country", "banner"], category: "flags" },
1662
+ { glyph: "๐Ÿ‡ง๐Ÿ‡พ", label: "Belarus Flag", tags: ["by", "nation", "country", "banner"], category: "flags" },
1663
+ { glyph: "๐Ÿ‡ง๐Ÿ‡ฟ", label: "Belize Flag", tags: ["bz", "nation", "country", "banner"], category: "flags" },
1664
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฆ", label: "Canada Flag", tags: ["ca", "nation", "country", "banner"], category: "flags" },
1665
+ { glyph: "๐Ÿ‡จ๐Ÿ‡จ", label: "Cocos (keeling) Islands Flag", tags: ["cc", "keeling", "nation", "country", "banner"], category: "flags" },
1666
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฉ", label: "Congo - Kinshasa Flag", tags: ["cd", "democratic", "republic", "nation", "country", "banner"], category: "flags" },
1667
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ซ", label: "Central African Republic Flag", tags: ["cf", "nation", "country", "banner"], category: "flags" },
1668
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฌ", label: "Congo - Brazzaville Flag", tags: ["cg", "nation", "country", "banner"], category: "flags" },
1669
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ญ", label: "Switzerland Flag", tags: ["ch", "nation", "country", "banner"], category: "flags" },
1670
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฎ", label: "Cรดte Dโ€™ivoire Flag", tags: ["ci", "cote", "d", "ivoire", "ivory", "coast", "nation", "country", "banner"], category: "flags" },
1671
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฐ", label: "Cook Islands Flag", tags: ["ck", "nation", "country", "banner"], category: "flags" },
1672
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฑ", label: "Chile Flag", tags: ["cl", "nation", "country", "banner"], category: "flags" },
1673
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฒ", label: "Cameroon Flag", tags: ["cm", "nation", "country", "banner"], category: "flags" },
1674
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ด", label: "Colombia Flag", tags: ["co", "nation", "country", "banner"], category: "flags" },
1675
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ต", label: "Clipperton Island Flag", tags: ["cp"], category: "flags" },
1676
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ท", label: "Costa Rica Flag", tags: ["cr", "nation", "country", "banner"], category: "flags" },
1677
+ { glyph: "๐Ÿ‡จ๐Ÿ‡บ", label: "Cuba Flag", tags: ["cu", "nation", "country", "banner"], category: "flags" },
1678
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ป", label: "Cape Verde Flag", tags: ["cv", "cabo", "nation", "country", "banner"], category: "flags" },
1679
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ผ", label: "Curaรงao Flag", tags: ["cw", "curacao", "nation", "country", "banner"], category: "flags" },
1680
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฝ", label: "Christmas Island Flag", tags: ["cx", "nation", "country", "banner"], category: "flags" },
1681
+ { glyph: "๐Ÿ‡จ๐Ÿ‡พ", label: "Cyprus Flag", tags: ["cy", "nation", "country", "banner"], category: "flags" },
1682
+ { glyph: "๐Ÿ‡จ๐Ÿ‡ฟ", label: "Czechia Flag", tags: ["cz", "nation", "country", "banner"], category: "flags" },
1683
+ { glyph: "๐Ÿ‡ฉ๐Ÿ‡ฌ", label: "Diego Garcia Flag", tags: ["dg"], category: "flags" },
1684
+ { glyph: "๐Ÿ‡ฉ๐Ÿ‡ฏ", label: "Djibouti Flag", tags: ["dj", "nation", "country", "banner"], category: "flags" },
1685
+ { glyph: "๐Ÿ‡ฉ๐Ÿ‡ฐ", label: "Denmark Flag", tags: ["dk", "nation", "country", "banner"], category: "flags" },
1686
+ { glyph: "๐Ÿ‡ฉ๐Ÿ‡ฒ", label: "Dominica Flag", tags: ["dm", "nation", "country", "banner"], category: "flags" },
1687
+ { glyph: "๐Ÿ‡ฉ๐Ÿ‡ด", label: "Dominican Republic Flag", tags: ["do", "nation", "country", "banner"], category: "flags" },
1688
+ { glyph: "๐Ÿ‡ฉ๐Ÿ‡ฟ", label: "Algeria Flag", tags: ["dz", "nation", "country", "banner"], category: "flags" },
1689
+ { glyph: "๐Ÿ‡ช๐Ÿ‡ฆ", label: "Ceuta & Melilla Flag", tags: ["ea"], category: "flags" },
1690
+ { glyph: "๐Ÿ‡ช๐Ÿ‡จ", label: "Ecuador Flag", tags: ["ec", "nation", "country", "banner"], category: "flags" },
1691
+ { glyph: "๐Ÿ‡ช๐Ÿ‡ช", label: "Estonia Flag", tags: ["ee", "nation", "country", "banner"], category: "flags" },
1692
+ { glyph: "๐Ÿ‡ช๐Ÿ‡ฌ", label: "Egypt Flag", tags: ["eg", "nation", "country", "banner"], category: "flags" },
1693
+ { glyph: "๐Ÿ‡ช๐Ÿ‡ญ", label: "Western Sahara Flag", tags: ["eh", "nation", "country", "banner"], category: "flags" },
1694
+ { glyph: "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ", label: "England Flag", tags: ["english"], category: "flags" },
1695
+ { glyph: "๐Ÿ‡ช๐Ÿ‡ท", label: "Eritrea Flag", tags: ["er", "nation", "country", "banner"], category: "flags" },
1696
+ { glyph: "๐Ÿ‡ช๐Ÿ‡น", label: "Ethiopia Flag", tags: ["et", "nation", "country", "banner"], category: "flags" },
1697
+ { glyph: "๐Ÿ‡ช๐Ÿ‡บ", label: "European Union Flag", tags: ["eu", "banner"], category: "flags" },
1698
+ { glyph: "๐Ÿ‡ซ๐Ÿ‡ฎ", label: "Finland Flag", tags: ["fi", "nation", "country", "banner"], category: "flags" },
1699
+ { glyph: "๐Ÿ‡ซ๐Ÿ‡ฏ", label: "Fiji Flag", tags: ["fj", "nation", "country", "banner"], category: "flags" },
1700
+ { glyph: "๐Ÿ‡ซ๐Ÿ‡ฐ", label: "Falkland Islands Flag", tags: ["fk", "malvinas", "nation", "country", "banner"], category: "flags" },
1701
+ { glyph: "๐Ÿ‡ซ๐Ÿ‡ฒ", label: "Micronesia Flag", tags: ["fm", "federated", "states", "nation", "country", "banner"], category: "flags" },
1702
+ { glyph: "๐Ÿ‡ซ๐Ÿ‡ด", label: "Faroe Islands Flag", tags: ["fo", "nation", "country", "banner"], category: "flags" },
1703
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ฆ", label: "Gabon Flag", tags: ["ga", "nation", "country", "banner"], category: "flags" },
1704
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ฉ", label: "Grenada Flag", tags: ["gd", "nation", "country", "banner"], category: "flags" },
1705
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ช", label: "Georgia Flag", tags: ["ge", "nation", "country", "banner"], category: "flags" },
1706
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ซ", label: "French Guiana Flag", tags: ["gf", "nation", "country", "banner"], category: "flags" },
1707
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ฌ", label: "Guernsey Flag", tags: ["gg", "nation", "country", "banner"], category: "flags" },
1708
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ญ", label: "Ghana Flag", tags: ["gh", "nation", "country", "banner"], category: "flags" },
1709
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ฎ", label: "Gibraltar Flag", tags: ["gi", "nation", "country", "banner"], category: "flags" },
1710
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ฑ", label: "Greenland Flag", tags: ["gl", "nation", "country", "banner"], category: "flags" },
1711
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ฒ", label: "Gambia Flag", tags: ["gm", "nation", "country", "banner"], category: "flags" },
1712
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ณ", label: "Guinea Flag", tags: ["gn", "nation", "country", "banner"], category: "flags" },
1713
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ต", label: "Guadeloupe Flag", tags: ["gp", "nation", "country", "banner"], category: "flags" },
1714
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ถ", label: "Equatorial Guinea Flag", tags: ["gq", "gn", "nation", "country", "banner"], category: "flags" },
1715
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ท", label: "Greece Flag", tags: ["gr", "nation", "country", "banner"], category: "flags" },
1716
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ธ", label: "South Georgia & South Sandwich Islands Flag", tags: ["gs", "nation", "country", "banner"], category: "flags" },
1717
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡น", label: "Guatemala Flag", tags: ["gt", "nation", "country", "banner"], category: "flags" },
1718
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡บ", label: "Guam Flag", tags: ["gu", "nation", "country", "banner"], category: "flags" },
1719
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ผ", label: "Guinea-Bissau Flag", tags: ["gw", "guinea", "bissau", "nation", "country", "banner"], category: "flags" },
1720
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡พ", label: "Guyana Flag", tags: ["gy", "nation", "country", "banner"], category: "flags" },
1721
+ { glyph: "๐Ÿ‡ญ๐Ÿ‡ฐ", label: "Hong Kong Sar China Flag", tags: ["hk", "nation", "country", "banner"], category: "flags" },
1722
+ { glyph: "๐Ÿ‡ญ๐Ÿ‡ฒ", label: "Heard & Mcdonald Islands Flag", tags: ["hm"], category: "flags" },
1723
+ { glyph: "๐Ÿ‡ญ๐Ÿ‡ณ", label: "Honduras Flag", tags: ["hn", "nation", "country", "banner"], category: "flags" },
1724
+ { glyph: "๐Ÿ‡ญ๐Ÿ‡ท", label: "Croatia Flag", tags: ["hr", "nation", "country", "banner"], category: "flags" },
1725
+ { glyph: "๐Ÿ‡ญ๐Ÿ‡น", label: "Haiti Flag", tags: ["ht", "nation", "country", "banner"], category: "flags" },
1726
+ { glyph: "๐Ÿ‡ญ๐Ÿ‡บ", label: "Hungary Flag", tags: ["hu", "nation", "country", "banner"], category: "flags" },
1727
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡จ", label: "Canary Islands Flag", tags: ["ic", "nation", "country", "banner"], category: "flags" },
1728
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ฉ", label: "Indonesia Flag", tags: ["id", "nation", "country", "banner"], category: "flags" },
1729
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ช", label: "Ireland Flag", tags: ["ie", "nation", "country", "banner"], category: "flags" },
1730
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ฑ", label: "Israel Flag", tags: ["il", "nation", "country", "banner"], category: "flags" },
1731
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ฒ", label: "Isle of Man Flag", tags: ["im", "nation", "country", "banner"], category: "flags" },
1732
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ณ", label: "India Flag", tags: ["nation", "country", "banner"], category: "flags" },
1733
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ด", label: "British Indian Ocean Territory Flag", tags: ["io", "nation", "country", "banner"], category: "flags" },
1734
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ถ", label: "Iraq Flag", tags: ["iq", "nation", "country", "banner"], category: "flags" },
1735
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ท", label: "Iran Flag", tags: ["ir", "islamic", "republic", "nation", "country", "banner"], category: "flags" },
1736
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡ธ", label: "Iceland Flag", tags: ["is", "nation", "country", "banner"], category: "flags" },
1737
+ { glyph: "๐Ÿ‡ฏ๐Ÿ‡ช", label: "Jersey Flag", tags: ["je", "nation", "country", "banner"], category: "flags" },
1738
+ { glyph: "๐Ÿ‡ฏ๐Ÿ‡ฒ", label: "Jamaica Flag", tags: ["jm", "nation", "country", "banner"], category: "flags" },
1739
+ { glyph: "๐Ÿ‡ฏ๐Ÿ‡ด", label: "Jordan Flag", tags: ["jo", "nation", "country", "banner"], category: "flags" },
1740
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ช", label: "Kenya Flag", tags: ["ke", "nation", "country", "banner"], category: "flags" },
1741
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ฌ", label: "Kyrgyzstan Flag", tags: ["kg", "nation", "country", "banner"], category: "flags" },
1742
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ญ", label: "Cambodia Flag", tags: ["kh", "nation", "country", "banner"], category: "flags" },
1743
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ฎ", label: "Kiribati Flag", tags: ["ki", "nation", "country", "banner"], category: "flags" },
1744
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ฒ", label: "Comoros Flag", tags: ["km", "nation", "country", "banner"], category: "flags" },
1745
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ณ", label: "St. Kitts & Nevis Flag", tags: ["kn", "st", "saint", "nation", "country", "banner"], category: "flags" },
1746
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ต", label: "North Korea Flag", tags: ["kp", "nation", "country", "banner"], category: "flags" },
1747
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ผ", label: "Kuwait Flag", tags: ["kw", "nation", "country", "banner"], category: "flags" },
1748
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡พ", label: "Cayman Islands Flag", tags: ["ky", "nation", "country", "banner"], category: "flags" },
1749
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ฟ", label: "Kazakhstan Flag", tags: ["kz", "nation", "country", "banner"], category: "flags" },
1750
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡ฆ", label: "Laos Flag", tags: ["la", "lao", "democratic", "republic", "nation", "country", "banner"], category: "flags" },
1751
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡ง", label: "Lebanon Flag", tags: ["lb", "nation", "country", "banner"], category: "flags" },
1752
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡จ", label: "St. Lucia Flag", tags: ["lc", "st", "saint", "nation", "country", "banner"], category: "flags" },
1753
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡ฎ", label: "Liechtenstein Flag", tags: ["li", "nation", "country", "banner"], category: "flags" },
1754
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡ฐ", label: "Sri Lanka Flag", tags: ["lk", "nation", "country", "banner"], category: "flags" },
1755
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡ท", label: "Liberia Flag", tags: ["lr", "nation", "country", "banner"], category: "flags" },
1756
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡ธ", label: "Lesotho Flag", tags: ["ls", "nation", "country", "banner"], category: "flags" },
1757
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡น", label: "Lithuania Flag", tags: ["lt", "nation", "country", "banner"], category: "flags" },
1758
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡บ", label: "Luxembourg Flag", tags: ["lu", "nation", "country", "banner"], category: "flags" },
1759
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡ป", label: "Latvia Flag", tags: ["lv", "nation", "country", "banner"], category: "flags" },
1760
+ { glyph: "๐Ÿ‡ฑ๐Ÿ‡พ", label: "Libya Flag", tags: ["ly", "nation", "country", "banner"], category: "flags" },
1761
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฆ", label: "Morocco Flag", tags: ["ma", "nation", "country", "banner"], category: "flags" },
1762
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡จ", label: "Monaco Flag", tags: ["mc", "nation", "country", "banner"], category: "flags" },
1763
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฉ", label: "Moldova Flag", tags: ["md", "republic", "nation", "country", "banner"], category: "flags" },
1764
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ช", label: "Montenegro Flag", tags: ["me", "nation", "country", "banner"], category: "flags" },
1765
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ซ", label: "St. Martin Flag", tags: ["mf", "st"], category: "flags" },
1766
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฌ", label: "Madagascar Flag", tags: ["mg", "nation", "country", "banner"], category: "flags" },
1767
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ญ", label: "Marshall Islands Flag", tags: ["mh", "nation", "country", "banner"], category: "flags" },
1768
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฐ", label: "North Macedonia Flag", tags: ["mk", "nation", "country", "banner"], category: "flags" },
1769
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฑ", label: "Mali Flag", tags: ["ml", "nation", "country", "banner"], category: "flags" },
1770
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฒ", label: "Myanmar (burma) Flag", tags: ["mm", "nation", "country", "banner"], category: "flags" },
1771
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ณ", label: "Mongolia Flag", tags: ["mn", "nation", "country", "banner"], category: "flags" },
1772
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ด", label: "Macao Sar China Flag", tags: ["mo", "nation", "country", "banner"], category: "flags" },
1773
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ต", label: "Northern Mariana Islands Flag", tags: ["mp", "nation", "country", "banner"], category: "flags" },
1774
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ถ", label: "Martinique Flag", tags: ["mq", "nation", "country", "banner"], category: "flags" },
1775
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ท", label: "Mauritania Flag", tags: ["mr", "nation", "country", "banner"], category: "flags" },
1776
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ธ", label: "Montserrat Flag", tags: ["ms", "nation", "country", "banner"], category: "flags" },
1777
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡น", label: "Malta Flag", tags: ["mt", "nation", "country", "banner"], category: "flags" },
1778
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡บ", label: "Mauritius Flag", tags: ["mu", "nation", "country", "banner"], category: "flags" },
1779
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ป", label: "Maldives Flag", tags: ["mv", "nation", "country", "banner"], category: "flags" },
1780
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ผ", label: "Malawi Flag", tags: ["mw", "nation", "country", "banner"], category: "flags" },
1781
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฝ", label: "Mexico Flag", tags: ["mx", "nation", "country", "banner"], category: "flags" },
1782
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡พ", label: "Malaysia Flag", tags: ["my", "nation", "country", "banner"], category: "flags" },
1783
+ { glyph: "๐Ÿ‡ฒ๐Ÿ‡ฟ", label: "Mozambique Flag", tags: ["mz", "nation", "country", "banner"], category: "flags" },
1784
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ฆ", label: "Namibia Flag", tags: ["na", "nation", "country", "banner"], category: "flags" },
1785
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡จ", label: "New Caledonia Flag", tags: ["nc", "nation", "country", "banner"], category: "flags" },
1786
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ช", label: "Niger Flag", tags: ["ne", "nation", "country", "banner"], category: "flags" },
1787
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ซ", label: "Norfolk Island Flag", tags: ["nf", "nation", "country", "banner"], category: "flags" },
1788
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ฌ", label: "Nigeria Flag", tags: ["ng", "nation", "country", "banner"], category: "flags" },
1789
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ฎ", label: "Nicaragua Flag", tags: ["ni", "nation", "country", "banner"], category: "flags" },
1790
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ฑ", label: "Netherlands Flag", tags: ["nl", "nation", "country", "banner"], category: "flags" },
1791
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ด", label: "Norway Flag", tags: ["no", "nation", "country", "banner"], category: "flags" },
1792
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ต", label: "Nepal Flag", tags: ["np", "nation", "country", "banner"], category: "flags" },
1793
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ท", label: "Nauru Flag", tags: ["nr", "nation", "country", "banner"], category: "flags" },
1794
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡บ", label: "Niue Flag", tags: ["nu", "nation", "country", "banner"], category: "flags" },
1795
+ { glyph: "๐Ÿ‡ณ๐Ÿ‡ฟ", label: "New Zealand Flag", tags: ["nz", "nation", "country", "banner"], category: "flags" },
1796
+ { glyph: "๐Ÿ‡ด๐Ÿ‡ฒ", label: "Oman Flag", tags: ["om", "symbol", "nation", "country", "banner"], category: "flags" },
1797
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ฆ", label: "Panama Flag", tags: ["pa", "nation", "country", "banner"], category: "flags" },
1798
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ช", label: "Peru Flag", tags: ["pe", "nation", "country", "banner"], category: "flags" },
1799
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ซ", label: "French Polynesia Flag", tags: ["pf", "nation", "country", "banner"], category: "flags" },
1800
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ฌ", label: "Papua New Guinea Flag", tags: ["pg", "nation", "country", "banner"], category: "flags" },
1801
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ญ", label: "Philippines Flag", tags: ["ph", "nation", "country", "banner"], category: "flags" },
1802
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ฐ", label: "Pakistan Flag", tags: ["pk", "nation", "country", "banner"], category: "flags" },
1803
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ฑ", label: "Poland Flag", tags: ["pl", "nation", "country", "banner"], category: "flags" },
1804
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ฒ", label: "St. Pierre & Miquelon Flag", tags: ["pm", "st", "saint", "nation", "country", "banner"], category: "flags" },
1805
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ณ", label: "Pitcairn Islands Flag", tags: ["pn", "nation", "country", "banner"], category: "flags" },
1806
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ท", label: "Puerto Rico Flag", tags: ["pr", "nation", "country", "banner"], category: "flags" },
1807
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ธ", label: "Palestinian Territories Flag", tags: ["ps", "palestine", "nation", "country", "banner"], category: "flags" },
1808
+ { glyph: "๐Ÿ‡ต๐Ÿ‡น", label: "Portugal Flag", tags: ["pt", "nation", "country", "banner"], category: "flags" },
1809
+ { glyph: "๐Ÿ‡ต๐Ÿ‡ผ", label: "Palau Flag", tags: ["pw", "nation", "country", "banner"], category: "flags" },
1810
+ { glyph: "๐Ÿ‡ต๐Ÿ‡พ", label: "Paraguay Flag", tags: ["py", "nation", "country", "banner"], category: "flags" },
1811
+ { glyph: "๐Ÿ‡ถ๐Ÿ‡ฆ", label: "Qatar Flag", tags: ["qa", "nation", "country", "banner"], category: "flags" },
1812
+ { glyph: "๐Ÿ‡ท๐Ÿ‡ช", label: "Rรฉunion Flag", tags: ["re", "reunion", "nation", "country", "banner"], category: "flags" },
1813
+ { glyph: "๐Ÿ‡ท๐Ÿ‡ด", label: "Romania Flag", tags: ["ro", "nation", "country", "banner"], category: "flags" },
1814
+ { glyph: "๐Ÿ‡ท๐Ÿ‡ธ", label: "Serbia Flag", tags: ["rs", "nation", "country", "banner"], category: "flags" },
1815
+ { glyph: "๐Ÿ‡ท๐Ÿ‡ผ", label: "Rwanda Flag", tags: ["rw", "nation", "country", "banner"], category: "flags" },
1816
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฆ", label: "Saudi Arabia Flag", tags: ["sa", "nation", "country", "banner"], category: "flags" },
1817
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ง", label: "Solomon Islands Flag", tags: ["sb", "nation", "country", "banner"], category: "flags" },
1818
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡จ", label: "Seychelles Flag", tags: ["sc", "nation", "country", "banner"], category: "flags" },
1819
+ { glyph: "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", label: "Scotland Flag", tags: ["scottish"], category: "flags" },
1820
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฉ", label: "Sudan Flag", tags: ["sd", "nation", "country", "banner"], category: "flags" },
1821
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ช", label: "Sweden Flag", tags: ["se", "nation", "country", "banner"], category: "flags" },
1822
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฌ", label: "Singapore Flag", tags: ["sg", "nation", "country", "banner"], category: "flags" },
1823
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ญ", label: "St. Helena Flag", tags: ["sh", "st", "saint", "ascension", "tristan", "cunha", "nation", "country", "banner"], category: "flags" },
1824
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฎ", label: "Slovenia Flag", tags: ["si", "nation", "country", "banner"], category: "flags" },
1825
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฏ", label: "Svalbard & Jan Mayen Flag", tags: ["sj"], category: "flags" },
1826
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฐ", label: "Slovakia Flag", tags: ["sk", "nation", "country", "banner"], category: "flags" },
1827
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฑ", label: "Sierra Leone Flag", tags: ["sl", "nation", "country", "banner"], category: "flags" },
1828
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฒ", label: "San Marino Flag", tags: ["sm", "nation", "country", "banner"], category: "flags" },
1829
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ณ", label: "Senegal Flag", tags: ["sn", "nation", "country", "banner"], category: "flags" },
1830
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ด", label: "Somalia Flag", tags: ["so", "nation", "country", "banner"], category: "flags" },
1831
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ท", label: "Suriname Flag", tags: ["sr", "nation", "country", "banner"], category: "flags" },
1832
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ธ", label: "South Sudan Flag", tags: ["ss", "sd", "nation", "country", "banner"], category: "flags" },
1833
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡น", label: "Sรฃo Tomรฉ & Prรญncipe Flag", tags: ["st", "sao", "tome", "principe", "nation", "country", "banner"], category: "flags" },
1834
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ป", label: "El Salvador Flag", tags: ["sv", "nation", "country", "banner"], category: "flags" },
1835
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฝ", label: "Sint Maarten Flag", tags: ["sx", "dutch", "nation", "country", "banner"], category: "flags" },
1836
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡พ", label: "Syria Flag", tags: ["sy", "syrian", "arab", "republic", "nation", "country", "banner"], category: "flags" },
1837
+ { glyph: "๐Ÿ‡ธ๐Ÿ‡ฟ", label: "Eswatini Flag", tags: ["sz", "nation", "country", "banner"], category: "flags" },
1838
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฆ", label: "Tristan Da Cunha Flag", tags: ["ta"], category: "flags" },
1839
+ { glyph: "๐Ÿ‡น๐Ÿ‡จ", label: "Turks & Caicos Islands Flag", tags: ["tc", "nation", "country", "banner"], category: "flags" },
1840
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฉ", label: "Chad Flag", tags: ["td", "nation", "country", "banner"], category: "flags" },
1841
+ { glyph: "๐Ÿ‡น๐Ÿ‡ซ", label: "French Southern Territories Flag", tags: ["tf", "nation", "country", "banner"], category: "flags" },
1842
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฌ", label: "Togo Flag", tags: ["tg", "nation", "country", "banner"], category: "flags" },
1843
+ { glyph: "๐Ÿ‡น๐Ÿ‡ญ", label: "Thailand Flag", tags: ["th", "nation", "country", "banner"], category: "flags" },
1844
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฏ", label: "Tajikistan Flag", tags: ["tj", "nation", "country", "banner"], category: "flags" },
1845
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฐ", label: "Tokelau Flag", tags: ["tk", "nation", "country", "banner"], category: "flags" },
1846
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฑ", label: "Timor-Leste Flag", tags: ["tl", "timor", "leste", "nation", "country", "banner"], category: "flags" },
1847
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฒ", label: "Turkmenistan Flag", tags: ["tm", "nation", "country", "banner"], category: "flags" },
1848
+ { glyph: "๐Ÿ‡น๐Ÿ‡ณ", label: "Tunisia Flag", tags: ["tn", "nation", "country", "banner"], category: "flags" },
1849
+ { glyph: "๐Ÿ‡น๐Ÿ‡ด", label: "Tonga Flag", tags: ["nation", "country", "banner"], category: "flags" },
1850
+ { glyph: "๐Ÿ‡น๐Ÿ‡ท", label: "Turkey Flag", tags: ["tr", "nation", "country", "banner"], category: "flags" },
1851
+ { glyph: "๐Ÿ‡น๐Ÿ‡น", label: "Trinidad & Tobago Flag", tags: ["tt", "nation", "country", "banner"], category: "flags" },
1852
+ { glyph: "๐Ÿ‡น๐Ÿ‡ป", label: "Tuvalu Flag", tags: ["tv", "nation", "country", "banner"], category: "flags" },
1853
+ { glyph: "๐Ÿ‡น๐Ÿ‡ผ", label: "Taiwan Flag", tags: ["tw", "nation", "country", "banner"], category: "flags" },
1854
+ { glyph: "๐Ÿ‡น๐Ÿ‡ฟ", label: "Tanzania Flag", tags: ["tz", "united", "republic", "nation", "country", "banner"], category: "flags" },
1855
+ { glyph: "๐Ÿ‡บ๐Ÿ‡ฆ", label: "Ukraine Flag", tags: ["ua", "nation", "country", "banner"], category: "flags" },
1856
+ { glyph: "๐Ÿ‡บ๐Ÿ‡ฌ", label: "Uganda Flag", tags: ["ug", "nation", "country", "banner"], category: "flags" },
1857
+ { glyph: "๐Ÿ‡บ๐Ÿ‡ฒ", label: "U.s. Outlying Islands Flag", tags: ["um", "u", "s"], category: "flags" },
1858
+ { glyph: "๐Ÿ‡บ๐Ÿ‡ณ", label: "United Nations Flag", tags: ["un", "banner"], category: "flags" },
1859
+ { glyph: "๐Ÿ‡บ๐Ÿ‡พ", label: "Uruguay Flag", tags: ["uy", "nation", "country", "banner"], category: "flags" },
1860
+ { glyph: "๐Ÿ‡บ๐Ÿ‡ฟ", label: "Uzbekistan Flag", tags: ["uz", "nation", "country", "banner"], category: "flags" },
1861
+ { glyph: "๐Ÿ‡ป๐Ÿ‡ฆ", label: "Vatican City Flag", tags: ["va", "nation", "country", "banner"], category: "flags" },
1862
+ { glyph: "๐Ÿ‡ป๐Ÿ‡จ", label: "St. Vincent & Grenadines Flag", tags: ["vc", "st", "saint", "nation", "country", "banner"], category: "flags" },
1863
+ { glyph: "๐Ÿ‡ป๐Ÿ‡ช", label: "Venezuela Flag", tags: ["ve", "bolivarian", "republic", "nation", "country", "banner"], category: "flags" },
1864
+ { glyph: "๐Ÿ‡ป๐Ÿ‡ฌ", label: "British Virgin Islands Flag", tags: ["vg", "bvi", "nation", "country", "banner"], category: "flags" },
1865
+ { glyph: "๐Ÿ‡ป๐Ÿ‡ฎ", label: "U.s. Virgin Islands Flag", tags: ["vi", "u", "s", "us", "nation", "country", "banner"], category: "flags" },
1866
+ { glyph: "๐Ÿ‡ป๐Ÿ‡ณ", label: "Vietnam Flag", tags: ["vn", "viet", "nam", "nation", "country", "banner"], category: "flags" },
1867
+ { glyph: "๐Ÿ‡ป๐Ÿ‡บ", label: "Vanuatu Flag", tags: ["vu", "nation", "country", "banner"], category: "flags" },
1868
+ { glyph: "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", label: "Wales Flag", tags: ["welsh"], category: "flags" },
1869
+ { glyph: "๐Ÿ‡ผ๐Ÿ‡ซ", label: "Wallis & Futuna Flag", tags: ["wf", "nation", "country", "banner"], category: "flags" },
1870
+ { glyph: "๐Ÿ‡ผ๐Ÿ‡ธ", label: "Samoa Flag", tags: ["ws", "nation", "country", "banner"], category: "flags" },
1871
+ { glyph: "๐Ÿ‡ฝ๐Ÿ‡ฐ", label: "Kosovo Flag", tags: ["xk", "nation", "country", "banner"], category: "flags" },
1872
+ { glyph: "๐Ÿ‡พ๐Ÿ‡ช", label: "Yemen Flag", tags: ["ye", "nation", "country", "banner"], category: "flags" },
1873
+ { glyph: "๐Ÿ‡พ๐Ÿ‡น", label: "Mayotte Flag", tags: ["yt", "nation", "country", "banner"], category: "flags" },
1874
+ { glyph: "๐Ÿ‡ฟ๐Ÿ‡ฆ", label: "South Africa Flag", tags: ["za", "nation", "country", "banner"], category: "flags" },
1875
+ { glyph: "๐Ÿ‡ฟ๐Ÿ‡ฒ", label: "Zambia Flag", tags: ["zm", "nation", "country", "banner"], category: "flags" },
1876
+ { glyph: "๐Ÿ‡ฟ๐Ÿ‡ผ", label: "Zimbabwe Flag", tags: ["zw", "nation", "country", "banner"], category: "flags" },
1877
+ { glyph: "๐Ÿ‡ซ๐Ÿ‡ท", label: "France Flag", tags: ["fr", "banner", "nation", "french", "country"], category: "flags" },
1878
+ { glyph: "๐Ÿ‡ฌ๐Ÿ‡ง", label: "United Kingdom Flag", tags: ["gb", "uk", "great", "britain", "northern", "ireland", "nation", "country", "banner", "british", "english", "england", "union", "jack"], category: "flags" },
1879
+ { glyph: "๐Ÿ‡ฎ๐Ÿ‡น", label: "Italy Flag", tags: ["it", "nation", "country", "banner"], category: "flags" },
1880
+ { glyph: "๐Ÿ‡ฏ๐Ÿ‡ต", label: "Japan Flag", tags: ["jp", "japanese", "nation", "country", "banner", "ja"], category: "flags" },
1881
+ { glyph: "๐Ÿ‡ฐ๐Ÿ‡ท", label: "South Korea Flag", tags: ["kr", "nation", "country", "banner"], category: "flags" },
1882
+ { glyph: "๐Ÿดโ€โ˜ ๏ธ", label: "Pirate Flag", tags: ["skull", "crossbones", "banner"], category: "flags" },
1883
+ { glyph: "๐Ÿณ๏ธโ€๐ŸŒˆ", label: "Rainbow Flag", tags: ["pride", "gay", "lgbt", "glbt", "queer", "homosexual", "lesbian", "bisexual", "transgender"], category: "flags" },
1884
+ { glyph: "๐Ÿ‡ท๐Ÿ‡บ", label: "Russia Flag", tags: ["ru", "russian", "federation", "nation", "country", "banner"], category: "flags" },
1885
+ { glyph: "๐Ÿณ๏ธโ€โšง๏ธ", label: "Transgender Flag", tags: ["lgbtq"], category: "flags" },
1886
+ { glyph: "๐Ÿšฉ", label: "Triangular Flag", tags: ["post", "mark", "milestone", "place"], category: "flags" },
1887
+ { glyph: "๐Ÿ‡บ๐Ÿ‡ธ", label: "United States Flag", tags: ["us", "america", "nation", "country", "banner"], category: "flags" },
1888
+ { glyph: "๐Ÿด", label: "Black Flag", tags: ["waving", "pirate"], category: "flags" },
1889
+ { glyph: "๐Ÿณ๏ธ", label: "White Flag", tags: ["waving", "losing", "loser", "lost", "surrender", "give", "up", "fail"], category: "flags" }
1890
+ ];
1891
+ const emojiCatalogData = rows;
1892
+ function byCategory(category) {
1893
+ return emojiCatalogData.filter((entry) => entry.category === category);
1894
+ }
1895
+ function search(keyword) {
1896
+ const needle = keyword.trim().toLowerCase();
1897
+ if (!needle) return emojiCatalogData;
1898
+ const ranked = [];
1899
+ for (let order = 0; order < emojiCatalogData.length; order++) {
1900
+ const entry = emojiCatalogData[order];
1901
+ if (entry === void 0) continue;
1902
+ const label = entry.label.toLowerCase();
1903
+ let rank;
1904
+ if (label.startsWith(needle)) rank = 0;
1905
+ else if (label.includes(needle)) rank = 1;
1906
+ else if (entry.tags.some((tag) => tag.includes(needle))) rank = 2;
1907
+ else continue;
1908
+ ranked.push({ entry, rank, order });
1909
+ }
1910
+ ranked.sort((a, b) => a.rank - b.rank || a.order - b.order);
1911
+ return ranked.map((hit) => hit.entry);
1912
+ }
1913
+ const EmojiCatalog = {
1914
+ /** Every catalog emoji, in display order. */
1915
+ all: emojiCatalogData,
1916
+ byCategory,
1917
+ search
1918
+ };
1919
+ export {
1920
+ EmojiCatalog as E,
1921
+ EmojiCategory as a
1922
+ };
1923
+ //# sourceMappingURL=EmojiCatalog-CR4Lcm43.js.map