@amityco/react-native-social-uikit 4.1.0 → 4.1.1-d7da0c5c.0

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 (3543) hide show
  1. package/lib/commonjs/core/assets/icons/emptyCommunity2.js +46 -0
  2. package/lib/commonjs/core/assets/icons/emptyCommunity2.js.map +1 -0
  3. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js +80 -0
  4. package/lib/commonjs/core/design/atoms/Avatar/Avatar.js.map +1 -0
  5. package/lib/commonjs/core/design/atoms/Avatar/index.js +13 -0
  6. package/lib/commonjs/core/design/atoms/Avatar/index.js.map +1 -0
  7. package/lib/commonjs/core/design/atoms/Avatar/styles.js +140 -0
  8. package/lib/commonjs/core/design/atoms/Avatar/styles.js.map +1 -0
  9. package/lib/commonjs/core/design/atoms/Badge/Badge.js +89 -0
  10. package/lib/commonjs/core/design/atoms/Badge/Badge.js.map +1 -0
  11. package/lib/commonjs/core/design/atoms/Badge/index.js +19 -0
  12. package/lib/commonjs/core/design/atoms/Badge/index.js.map +1 -0
  13. package/lib/commonjs/core/design/atoms/Badge/styles.js +159 -0
  14. package/lib/commonjs/core/design/atoms/Badge/styles.js.map +1 -0
  15. package/lib/commonjs/core/design/atoms/Button/Button.js +77 -0
  16. package/lib/commonjs/core/design/atoms/Button/Button.js.map +1 -0
  17. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js +66 -0
  18. package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js.map +1 -0
  19. package/lib/commonjs/core/design/atoms/Button/Icon/index.js +13 -0
  20. package/lib/commonjs/core/design/atoms/Button/Icon/index.js.map +1 -0
  21. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js +139 -0
  22. package/lib/commonjs/core/design/atoms/Button/Icon/styles.js.map +1 -0
  23. package/lib/commonjs/core/design/atoms/Button/index.js +13 -0
  24. package/lib/commonjs/core/design/atoms/Button/index.js.map +1 -0
  25. package/lib/commonjs/core/design/atoms/Button/styles.js +277 -0
  26. package/lib/commonjs/core/design/atoms/Button/styles.js.map +1 -0
  27. package/lib/commonjs/core/design/atoms/Divider/Divider.js +39 -0
  28. package/lib/commonjs/core/design/atoms/Divider/Divider.js.map +1 -0
  29. package/lib/commonjs/core/design/atoms/Divider/index.js +13 -0
  30. package/lib/commonjs/core/design/atoms/Divider/index.js.map +1 -0
  31. package/lib/commonjs/core/design/atoms/Divider/styles.js +49 -0
  32. package/lib/commonjs/core/design/atoms/Divider/styles.js.map +1 -0
  33. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js +73 -0
  34. package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
  35. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js +13 -0
  36. package/lib/commonjs/core/design/atoms/Input/Boxed/index.js.map +1 -0
  37. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js +97 -0
  38. package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js.map +1 -0
  39. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js +87 -0
  40. package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js.map +1 -0
  41. package/lib/commonjs/core/design/atoms/Input/Chip/index.js +13 -0
  42. package/lib/commonjs/core/design/atoms/Input/Chip/index.js.map +1 -0
  43. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js +93 -0
  44. package/lib/commonjs/core/design/atoms/Input/Chip/styles.js.map +1 -0
  45. package/lib/commonjs/core/design/atoms/Input/Input.js +20 -0
  46. package/lib/commonjs/core/design/atoms/Input/Input.js.map +1 -0
  47. package/lib/commonjs/core/design/atoms/Input/Text/Text.js +89 -0
  48. package/lib/commonjs/core/design/atoms/Input/Text/Text.js.map +1 -0
  49. package/lib/commonjs/core/design/atoms/Input/Text/index.js +13 -0
  50. package/lib/commonjs/core/design/atoms/Input/Text/index.js.map +1 -0
  51. package/lib/commonjs/core/design/atoms/Input/Text/styles.js +120 -0
  52. package/lib/commonjs/core/design/atoms/Input/Text/styles.js.map +1 -0
  53. package/lib/commonjs/core/design/atoms/Input/User/User.js +41 -0
  54. package/lib/commonjs/core/design/atoms/Input/User/User.js.map +1 -0
  55. package/lib/commonjs/core/design/atoms/Input/User/index.js +13 -0
  56. package/lib/commonjs/core/design/atoms/Input/User/index.js.map +1 -0
  57. package/lib/commonjs/core/design/atoms/Input/User/styles.js +69 -0
  58. package/lib/commonjs/core/design/atoms/Input/User/styles.js.map +1 -0
  59. package/lib/commonjs/core/design/atoms/Input/index.js +41 -0
  60. package/lib/commonjs/core/design/atoms/Input/index.js.map +1 -0
  61. package/lib/commonjs/core/design/atoms/Loader/Loader.js +16 -0
  62. package/lib/commonjs/core/design/atoms/Loader/Loader.js.map +1 -0
  63. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js +29 -0
  64. package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
  65. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js +13 -0
  66. package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js.map +1 -0
  67. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js +25 -0
  68. package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
  69. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js +96 -0
  70. package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
  71. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js +13 -0
  72. package/lib/commonjs/core/design/atoms/Loader/Upload/index.js.map +1 -0
  73. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js +60 -0
  74. package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js.map +1 -0
  75. package/lib/commonjs/core/design/atoms/Loader/index.js +27 -0
  76. package/lib/commonjs/core/design/atoms/Loader/index.js.map +1 -0
  77. package/lib/commonjs/core/design/atoms/Selection/Selection.js +87 -0
  78. package/lib/commonjs/core/design/atoms/Selection/Selection.js.map +1 -0
  79. package/lib/commonjs/core/design/atoms/Selection/index.js +13 -0
  80. package/lib/commonjs/core/design/atoms/Selection/index.js.map +1 -0
  81. package/lib/commonjs/core/design/atoms/Selection/styles.js +110 -0
  82. package/lib/commonjs/core/design/atoms/Selection/styles.js.map +1 -0
  83. package/lib/commonjs/core/design/atoms/Tab/Tab.js +51 -0
  84. package/lib/commonjs/core/design/atoms/Tab/Tab.js.map +1 -0
  85. package/lib/commonjs/core/design/atoms/Tab/index.js +13 -0
  86. package/lib/commonjs/core/design/atoms/Tab/index.js.map +1 -0
  87. package/lib/commonjs/core/design/atoms/Tab/styles.js +68 -0
  88. package/lib/commonjs/core/design/atoms/Tab/styles.js.map +1 -0
  89. package/lib/commonjs/core/design/components/Menu/Menu.js +96 -0
  90. package/lib/commonjs/core/design/components/Menu/Menu.js.map +1 -0
  91. package/lib/commonjs/core/design/components/Menu/index.js +13 -0
  92. package/lib/commonjs/core/design/components/Menu/index.js.map +1 -0
  93. package/lib/commonjs/core/design/components/Menu/styles.js +85 -0
  94. package/lib/commonjs/core/design/components/Menu/styles.js.map +1 -0
  95. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js +40 -0
  96. package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
  97. package/lib/commonjs/core/design/components/MenuOptionButton/index.js +13 -0
  98. package/lib/commonjs/core/design/components/MenuOptionButton/index.js.map +1 -0
  99. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js +42 -0
  100. package/lib/commonjs/core/design/components/MenuOptionButton/styles.js.map +1 -0
  101. package/lib/commonjs/core/design/components/Popover/Popover.js +118 -0
  102. package/lib/commonjs/core/design/components/Popover/Popover.js.map +1 -0
  103. package/lib/commonjs/core/design/components/Popover/index.js +13 -0
  104. package/lib/commonjs/core/design/components/Popover/index.js.map +1 -0
  105. package/lib/commonjs/core/design/components/Popover/styles.js +49 -0
  106. package/lib/commonjs/core/design/components/Popover/styles.js.map +1 -0
  107. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js +55 -0
  108. package/lib/commonjs/core/design/components/Skeleton/Skeleton.js.map +1 -0
  109. package/lib/commonjs/core/design/components/Skeleton/index.js +13 -0
  110. package/lib/commonjs/core/design/components/Skeleton/index.js.map +1 -0
  111. package/lib/commonjs/core/design/components/Skeleton/styles.js +24 -0
  112. package/lib/commonjs/core/design/components/Skeleton/styles.js.map +1 -0
  113. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js +183 -0
  114. package/lib/commonjs/core/design/components/TextEditor/TextEditor.js.map +1 -0
  115. package/lib/commonjs/core/design/components/TextEditor/index.js +20 -0
  116. package/lib/commonjs/core/design/components/TextEditor/index.js.map +1 -0
  117. package/lib/commonjs/core/design/components/TextEditor/styles.js +62 -0
  118. package/lib/commonjs/core/design/components/TextEditor/styles.js.map +1 -0
  119. package/lib/commonjs/core/design/components/TextEditor/utils.js +132 -0
  120. package/lib/commonjs/core/design/components/TextEditor/utils.js.map +1 -0
  121. package/lib/commonjs/core/design/components/Typography/Typography.js +29 -0
  122. package/lib/commonjs/core/design/components/Typography/Typography.js.map +1 -0
  123. package/lib/commonjs/core/design/components/Typography/index.js +13 -0
  124. package/lib/commonjs/core/design/components/Typography/index.js.map +1 -0
  125. package/lib/commonjs/core/design/components/Typography/styles.js +78 -0
  126. package/lib/commonjs/core/design/components/Typography/styles.js.map +1 -0
  127. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js +26 -0
  128. package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
  129. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js +13 -0
  130. package/lib/commonjs/core/design/elements/ModeratorBadge/index.js.map +1 -0
  131. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js +32 -0
  132. package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
  133. package/lib/commonjs/core/design/elements/PrivateBadge/index.js +13 -0
  134. package/lib/commonjs/core/design/elements/PrivateBadge/index.js.map +1 -0
  135. package/lib/commonjs/core/design/icons/AmityIcon.js +29 -0
  136. package/lib/commonjs/core/design/icons/AmityIcon.js.map +1 -0
  137. package/lib/commonjs/core/design/icons/generated/iconRegistry.js +702 -0
  138. package/lib/commonjs/core/design/icons/generated/iconRegistry.js.map +1 -0
  139. package/lib/commonjs/core/design/icons/index.js +38 -0
  140. package/lib/commonjs/core/design/icons/index.js.map +1 -0
  141. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js +52 -0
  142. package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
  143. package/lib/commonjs/core/design/molecules/SearchInput/index.js +13 -0
  144. package/lib/commonjs/core/design/molecules/SearchInput/index.js.map +1 -0
  145. package/lib/commonjs/core/design/molecules/SearchInput/styles.js +30 -0
  146. package/lib/commonjs/core/design/molecules/SearchInput/styles.js.map +1 -0
  147. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js +38 -0
  148. package/lib/commonjs/core/design/molecules/Tabs/Tabs.js.map +1 -0
  149. package/lib/commonjs/core/design/molecules/Tabs/index.js +13 -0
  150. package/lib/commonjs/core/design/molecules/Tabs/index.js.map +1 -0
  151. package/lib/commonjs/core/design/molecules/Tabs/styles.js +35 -0
  152. package/lib/commonjs/core/design/molecules/Tabs/styles.js.map +1 -0
  153. package/lib/commonjs/core/design/theme/AmityForceMode.js +28 -0
  154. package/lib/commonjs/core/design/theme/AmityForceMode.js.map +1 -0
  155. package/lib/commonjs/core/design/theme/AmityThemeProvider.js +58 -0
  156. package/lib/commonjs/core/design/theme/AmityThemeProvider.js.map +1 -0
  157. package/lib/commonjs/core/design/theme/index.js +52 -0
  158. package/lib/commonjs/core/design/theme/index.js.map +1 -0
  159. package/lib/commonjs/core/design/theme/resolveTokens.js +45 -0
  160. package/lib/commonjs/core/design/theme/resolveTokens.js.map +1 -0
  161. package/lib/commonjs/core/design/theme/useToken.js +22 -0
  162. package/lib/commonjs/core/design/theme/useToken.js.map +1 -0
  163. package/lib/commonjs/core/design/tokens/CHECKSUMS.json +9 -0
  164. package/lib/commonjs/core/design/tokens/amity-color-tokens.js +5076 -0
  165. package/lib/commonjs/core/design/tokens/amity-color-tokens.js.map +1 -0
  166. package/lib/commonjs/core/design/tokens/amity-uikit-config.json +1381 -0
  167. package/lib/commonjs/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  168. package/lib/commonjs/core/design/tokens/config-resolver.d.js +2 -0
  169. package/lib/commonjs/core/design/tokens/config-resolver.d.js.map +1 -0
  170. package/lib/commonjs/core/design/tokens/config-resolver.js +659 -0
  171. package/lib/commonjs/core/design/tokens/config-resolver.js.map +1 -0
  172. package/lib/commonjs/core/design/tokens/geometry.json +2673 -0
  173. package/lib/commonjs/core/design/tokens/spacing.js +33 -0
  174. package/lib/commonjs/core/design/tokens/spacing.js.map +1 -0
  175. package/lib/commonjs/core/index.js +7 -0
  176. package/lib/commonjs/core/index.js.map +1 -1
  177. package/lib/commonjs/core/localization/LocaleProvider.js +136 -0
  178. package/lib/commonjs/core/localization/LocaleProvider.js.map +1 -0
  179. package/lib/commonjs/core/localization/defaultLocaleMap.js +28 -0
  180. package/lib/commonjs/core/localization/defaultLocaleMap.js.map +1 -0
  181. package/lib/commonjs/core/localization/defaults/en.js +23 -0
  182. package/lib/commonjs/core/localization/defaults/en.js.map +1 -0
  183. package/lib/commonjs/core/localization/defaults/en.json +1175 -0
  184. package/lib/commonjs/core/localization/defaults/th.js +25 -0
  185. package/lib/commonjs/core/localization/defaults/th.js.map +1 -0
  186. package/lib/commonjs/core/localization/defaults/th.json +1174 -0
  187. package/lib/commonjs/core/localization/index.js +102 -0
  188. package/lib/commonjs/core/localization/index.js.map +1 -0
  189. package/lib/commonjs/core/localization/resolveString.js +190 -0
  190. package/lib/commonjs/core/localization/resolveString.js.map +1 -0
  191. package/lib/commonjs/core/localization/useString.js +36 -0
  192. package/lib/commonjs/core/localization/useString.js.map +1 -0
  193. package/lib/commonjs/core/providers/AmityUIKitProvider.js +11 -2
  194. package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
  195. package/lib/commonjs/core/routes/AmityChatEntry.js +17 -0
  196. package/lib/commonjs/core/routes/AmityChatEntry.js.map +1 -0
  197. package/lib/commonjs/core/routes/AmityUIKitNavigator.js +68 -1
  198. package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
  199. package/lib/commonjs/core/stores/slices/toastSlice.js +4 -1
  200. package/lib/commonjs/core/stores/slices/toastSlice.js.map +1 -1
  201. package/lib/commonjs/core/utils/abbreviateCount.js +21 -0
  202. package/lib/commonjs/core/utils/abbreviateCount.js.map +1 -0
  203. package/lib/commonjs/index.js +6 -0
  204. package/lib/commonjs/index.js.map +1 -1
  205. package/lib/commonjs/social/components/Toast/index.js +38 -8
  206. package/lib/commonjs/social/components/Toast/index.js.map +1 -1
  207. package/lib/commonjs/social/components/Toast/styles.js +16 -4
  208. package/lib/commonjs/social/components/Toast/styles.js.map +1 -1
  209. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +340 -0
  210. package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
  211. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js +13 -0
  212. package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
  213. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js +135 -0
  214. package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
  215. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +238 -0
  216. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
  217. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +13 -0
  218. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
  219. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +31 -0
  220. package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
  221. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +243 -0
  222. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
  223. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js +13 -0
  224. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
  225. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +28 -0
  226. package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
  227. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +203 -0
  228. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
  229. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js +13 -0
  230. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
  231. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +70 -0
  232. package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
  233. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +223 -0
  234. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
  235. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js +19 -0
  236. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
  237. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js +62 -0
  238. package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
  239. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +432 -0
  240. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
  241. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js +13 -0
  242. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
  243. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js +242 -0
  244. package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
  245. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +266 -0
  246. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
  247. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js +13 -0
  248. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
  249. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js +174 -0
  250. package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
  251. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +135 -0
  252. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
  253. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +82 -0
  254. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
  255. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js +13 -0
  256. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
  257. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js +58 -0
  258. package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
  259. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +156 -0
  260. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
  261. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js +13 -0
  262. package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
  263. package/lib/commonjs/social/features/chat/constants/errorResponse.js +16 -0
  264. package/lib/commonjs/social/features/chat/constants/errorResponse.js.map +1 -0
  265. package/lib/commonjs/social/features/chat/constants/index.js +39 -0
  266. package/lib/commonjs/social/features/chat/constants/index.js.map +1 -0
  267. package/lib/commonjs/social/features/chat/constants/list.js +13 -0
  268. package/lib/commonjs/social/features/chat/constants/list.js.map +1 -0
  269. package/lib/commonjs/social/features/chat/constants/search.js +17 -0
  270. package/lib/commonjs/social/features/chat/constants/search.js.map +1 -0
  271. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +32 -0
  272. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
  273. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js +13 -0
  274. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
  275. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js +39 -0
  276. package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
  277. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js +142 -0
  278. package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
  279. package/lib/commonjs/social/features/chat/elements/Avatar/index.js +13 -0
  280. package/lib/commonjs/social/features/chat/elements/Avatar/index.js.map +1 -0
  281. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js +55 -0
  282. package/lib/commonjs/social/features/chat/elements/Avatar/styles.js.map +1 -0
  283. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js +66 -0
  284. package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
  285. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js +13 -0
  286. package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
  287. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js +50 -0
  288. package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
  289. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +54 -0
  290. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
  291. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js +13 -0
  292. package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
  293. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js +54 -0
  294. package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
  295. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js +13 -0
  296. package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js.map +1 -0
  297. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js +27 -0
  298. package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
  299. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +39 -0
  300. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
  301. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js +13 -0
  302. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
  303. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js +31 -0
  304. package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
  305. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js +83 -0
  306. package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
  307. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js +13 -0
  308. package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
  309. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js +94 -0
  310. package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
  311. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js +69 -0
  312. package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
  313. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js +13 -0
  314. package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js.map +1 -0
  315. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js +65 -0
  316. package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
  317. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js +60 -0
  318. package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
  319. package/lib/commonjs/social/features/chat/elements/TopBar/index.js +13 -0
  320. package/lib/commonjs/social/features/chat/elements/TopBar/index.js.map +1 -0
  321. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js +58 -0
  322. package/lib/commonjs/social/features/chat/elements/TopBar/styles.js.map +1 -0
  323. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +56 -0
  324. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
  325. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js +13 -0
  326. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
  327. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js +38 -0
  328. package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
  329. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js +37 -0
  330. package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
  331. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +134 -0
  332. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
  333. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js +13 -0
  334. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
  335. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +61 -0
  336. package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
  337. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js +28 -0
  338. package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
  339. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js +13 -0
  340. package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js.map +1 -0
  341. package/lib/commonjs/social/features/chat/features/archive/components/index.js +20 -0
  342. package/lib/commonjs/social/features/chat/features/archive/components/index.js.map +1 -0
  343. package/lib/commonjs/social/features/chat/features/archive/index.js +13 -0
  344. package/lib/commonjs/social/features/chat/features/archive/index.js.map +1 -0
  345. package/lib/commonjs/social/features/chat/features/archive/styles.js +29 -0
  346. package/lib/commonjs/social/features/chat/features/archive/styles.js.map +1 -0
  347. package/lib/commonjs/social/features/chat/features/conversation/Chat.js +141 -0
  348. package/lib/commonjs/social/features/chat/features/conversation/Chat.js.map +1 -0
  349. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js +74 -0
  350. package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
  351. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js +13 -0
  352. package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
  353. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js +64 -0
  354. package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
  355. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js +182 -0
  356. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
  357. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js +13 -0
  358. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
  359. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js +56 -0
  360. package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
  361. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +183 -0
  362. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
  363. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js +13 -0
  364. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
  365. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js +86 -0
  366. package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
  367. package/lib/commonjs/social/features/chat/features/conversation/components/index.js +39 -0
  368. package/lib/commonjs/social/features/chat/features/conversation/components/index.js.map +1 -0
  369. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js +44 -0
  370. package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
  371. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js +50 -0
  372. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
  373. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js +13 -0
  374. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
  375. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js +32 -0
  376. package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
  377. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +81 -0
  378. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
  379. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js +13 -0
  380. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
  381. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js +59 -0
  382. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
  383. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js +94 -0
  384. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
  385. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js +13 -0
  386. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
  387. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js +23 -0
  388. package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
  389. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js +27 -0
  390. package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js.map +1 -0
  391. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js +20 -0
  392. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
  393. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +72 -0
  394. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
  395. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +75 -0
  396. package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
  397. package/lib/commonjs/social/features/chat/features/conversation/create/index.js +13 -0
  398. package/lib/commonjs/social/features/chat/features/conversation/create/index.js.map +1 -0
  399. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js +28 -0
  400. package/lib/commonjs/social/features/chat/features/conversation/create/styles.js.map +1 -0
  401. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js +59 -0
  402. package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
  403. package/lib/commonjs/social/features/chat/features/conversation/index.js +13 -0
  404. package/lib/commonjs/social/features/chat/features/conversation/index.js.map +1 -0
  405. package/lib/commonjs/social/features/chat/features/conversation/styles.js +26 -0
  406. package/lib/commonjs/social/features/chat/features/conversation/styles.js.map +1 -0
  407. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js +70 -0
  408. package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
  409. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +43 -0
  410. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
  411. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +13 -0
  412. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
  413. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +30 -0
  414. package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
  415. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js +54 -0
  416. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
  417. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js +13 -0
  418. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
  419. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js +31 -0
  420. package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
  421. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
  422. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  423. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +13 -0
  424. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
  425. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +37 -0
  426. package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
  427. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js +154 -0
  428. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
  429. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js +13 -0
  430. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
  431. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js +48 -0
  432. package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
  433. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js +50 -0
  434. package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js.map +1 -0
  435. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js +17 -0
  436. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
  437. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +102 -0
  438. package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
  439. package/lib/commonjs/social/features/chat/features/group/add-member/index.js +13 -0
  440. package/lib/commonjs/social/features/chat/features/group/add-member/index.js.map +1 -0
  441. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js +31 -0
  442. package/lib/commonjs/social/features/chat/features/group/add-member/styles.js.map +1 -0
  443. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js +61 -0
  444. package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
  445. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +121 -0
  446. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
  447. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +13 -0
  448. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
  449. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +28 -0
  450. package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
  451. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js +27 -0
  452. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
  453. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js +13 -0
  454. package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
  455. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js +20 -0
  456. package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
  457. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js +13 -0
  458. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
  459. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +70 -0
  460. package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
  461. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js +13 -0
  462. package/lib/commonjs/social/features/chat/features/group/banned-members/index.js.map +1 -0
  463. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js +31 -0
  464. package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js.map +1 -0
  465. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js +132 -0
  466. package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
  467. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +39 -0
  468. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
  469. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +13 -0
  470. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
  471. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +40 -0
  472. package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
  473. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js +80 -0
  474. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
  475. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js +13 -0
  476. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
  477. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js +71 -0
  478. package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
  479. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js +28 -0
  480. package/lib/commonjs/social/features/chat/features/group/chat/components/index.js.map +1 -0
  481. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js +13 -0
  482. package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
  483. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js +85 -0
  484. package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
  485. package/lib/commonjs/social/features/chat/features/group/chat/index.js +13 -0
  486. package/lib/commonjs/social/features/chat/features/group/chat/index.js.map +1 -0
  487. package/lib/commonjs/social/features/chat/features/group/chat/styles.js +24 -0
  488. package/lib/commonjs/social/features/chat/features/group/chat/styles.js.map +1 -0
  489. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js +104 -0
  490. package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
  491. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js +45 -0
  492. package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
  493. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js +13 -0
  494. package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
  495. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +60 -0
  496. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
  497. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js +13 -0
  498. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
  499. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js +42 -0
  500. package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
  501. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +113 -0
  502. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
  503. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js +13 -0
  504. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
  505. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js +74 -0
  506. package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
  507. package/lib/commonjs/social/features/chat/features/group/create/components/index.js +27 -0
  508. package/lib/commonjs/social/features/chat/features/group/create/components/index.js.map +1 -0
  509. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js +13 -0
  510. package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js.map +1 -0
  511. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +193 -0
  512. package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
  513. package/lib/commonjs/social/features/chat/features/group/create/index.js +13 -0
  514. package/lib/commonjs/social/features/chat/features/group/create/index.js.map +1 -0
  515. package/lib/commonjs/social/features/chat/features/group/create/styles.js +34 -0
  516. package/lib/commonjs/social/features/chat/features/group/create/styles.js.map +1 -0
  517. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js +36 -0
  518. package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
  519. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js +13 -0
  520. package/lib/commonjs/social/features/chat/features/group/create/utils/index.js.map +1 -0
  521. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js +110 -0
  522. package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
  523. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +42 -0
  524. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
  525. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +13 -0
  526. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
  527. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +37 -0
  528. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
  529. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +46 -0
  530. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
  531. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +13 -0
  532. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
  533. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +37 -0
  534. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
  535. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js +17 -0
  536. package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
  537. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js +17 -0
  538. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
  539. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +134 -0
  540. package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
  541. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js +13 -0
  542. package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js.map +1 -0
  543. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js +38 -0
  544. package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
  545. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +81 -0
  546. package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
  547. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +45 -0
  548. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
  549. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +13 -0
  550. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
  551. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +37 -0
  552. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
  553. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js +17 -0
  554. package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
  555. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js +27 -0
  556. package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
  557. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js +17 -0
  558. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
  559. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +117 -0
  560. package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
  561. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js +13 -0
  562. package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js.map +1 -0
  563. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js +43 -0
  564. package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
  565. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js +67 -0
  566. package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
  567. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js +46 -0
  568. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
  569. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js +13 -0
  570. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
  571. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js +17 -0
  572. package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
  573. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js +17 -0
  574. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
  575. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +156 -0
  576. package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
  577. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js +13 -0
  578. package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js.map +1 -0
  579. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js +34 -0
  580. package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
  581. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js +52 -0
  582. package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
  583. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js +49 -0
  584. package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
  585. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js +13 -0
  586. package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
  587. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +96 -0
  588. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
  589. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js +13 -0
  590. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
  591. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js +63 -0
  592. package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
  593. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js +136 -0
  594. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
  595. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js +13 -0
  596. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
  597. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js +25 -0
  598. package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
  599. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +83 -0
  600. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
  601. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js +19 -0
  602. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
  603. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js +26 -0
  604. package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
  605. package/lib/commonjs/social/features/chat/features/group/members/components/index.js +50 -0
  606. package/lib/commonjs/social/features/chat/features/group/members/components/index.js.map +1 -0
  607. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js +17 -0
  608. package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js.map +1 -0
  609. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js +38 -0
  610. package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
  611. package/lib/commonjs/social/features/chat/features/group/members/index.js +13 -0
  612. package/lib/commonjs/social/features/chat/features/group/members/index.js.map +1 -0
  613. package/lib/commonjs/social/features/chat/features/group/members/styles.js +27 -0
  614. package/lib/commonjs/social/features/chat/features/group/members/styles.js.map +1 -0
  615. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js +80 -0
  616. package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
  617. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +63 -0
  618. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
  619. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +17 -0
  620. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
  621. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +53 -0
  622. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
  623. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +49 -0
  624. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
  625. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +17 -0
  626. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
  627. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +41 -0
  628. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
  629. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js +28 -0
  630. package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
  631. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js +17 -0
  632. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
  633. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +153 -0
  634. package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
  635. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js +13 -0
  636. package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js.map +1 -0
  637. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js +30 -0
  638. package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
  639. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js +74 -0
  640. package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
  641. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js +72 -0
  642. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
  643. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js +13 -0
  644. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
  645. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js +33 -0
  646. package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
  647. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
  648. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  649. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +13 -0
  650. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
  651. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +37 -0
  652. package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
  653. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +76 -0
  654. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
  655. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js +13 -0
  656. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
  657. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js +50 -0
  658. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
  659. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js +132 -0
  660. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
  661. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js +13 -0
  662. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
  663. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js +31 -0
  664. package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
  665. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js +34 -0
  666. package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js.map +1 -0
  667. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js +10 -0
  668. package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
  669. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js +13 -0
  670. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
  671. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +111 -0
  672. package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
  673. package/lib/commonjs/social/features/chat/features/group/select-member/index.js +13 -0
  674. package/lib/commonjs/social/features/chat/features/group/select-member/index.js.map +1 -0
  675. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js +28 -0
  676. package/lib/commonjs/social/features/chat/features/group/select-member/styles.js.map +1 -0
  677. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js +93 -0
  678. package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
  679. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js +27 -0
  680. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
  681. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js +13 -0
  682. package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
  683. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js +17 -0
  684. package/lib/commonjs/social/features/chat/features/group/setting/components/index.js.map +1 -0
  685. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js +17 -0
  686. package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
  687. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js +286 -0
  688. package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
  689. package/lib/commonjs/social/features/chat/features/group/setting/index.js +13 -0
  690. package/lib/commonjs/social/features/chat/features/group/setting/index.js.map +1 -0
  691. package/lib/commonjs/social/features/chat/features/group/setting/styles.js +58 -0
  692. package/lib/commonjs/social/features/chat/features/group/setting/styles.js.map +1 -0
  693. package/lib/commonjs/social/features/chat/features/home/ChatHome.js +80 -0
  694. package/lib/commonjs/social/features/chat/features/home/ChatHome.js.map +1 -0
  695. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js +196 -0
  696. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
  697. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js +13 -0
  698. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
  699. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js +108 -0
  700. package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
  701. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js +44 -0
  702. package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js.map +1 -0
  703. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js +13 -0
  704. package/lib/commonjs/social/features/chat/features/home/components/Header/index.js.map +1 -0
  705. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js +57 -0
  706. package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js.map +1 -0
  707. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +45 -0
  708. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
  709. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +13 -0
  710. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
  711. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +43 -0
  712. package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
  713. package/lib/commonjs/social/features/chat/features/home/components/index.js +39 -0
  714. package/lib/commonjs/social/features/chat/features/home/components/index.js.map +1 -0
  715. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +91 -0
  716. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
  717. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js +13 -0
  718. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
  719. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +32 -0
  720. package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
  721. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +113 -0
  722. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
  723. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js +13 -0
  724. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
  725. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js +32 -0
  726. package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
  727. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js +55 -0
  728. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
  729. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js +13 -0
  730. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
  731. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js +33 -0
  732. package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
  733. package/lib/commonjs/social/features/chat/features/home/hooks/index.js +13 -0
  734. package/lib/commonjs/social/features/chat/features/home/hooks/index.js.map +1 -0
  735. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +37 -0
  736. package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
  737. package/lib/commonjs/social/features/chat/features/home/index.js +28 -0
  738. package/lib/commonjs/social/features/chat/features/home/index.js.map +1 -0
  739. package/lib/commonjs/social/features/chat/features/home/styles.js +32 -0
  740. package/lib/commonjs/social/features/chat/features/home/styles.js.map +1 -0
  741. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js +73 -0
  742. package/lib/commonjs/social/features/chat/features/search/SearchChannel.js.map +1 -0
  743. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js +60 -0
  744. package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js.map +1 -0
  745. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js +13 -0
  746. package/lib/commonjs/social/features/chat/features/search/components/Header/index.js.map +1 -0
  747. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js +41 -0
  748. package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js.map +1 -0
  749. package/lib/commonjs/social/features/chat/features/search/components/index.js +13 -0
  750. package/lib/commonjs/social/features/chat/features/search/components/index.js.map +1 -0
  751. package/lib/commonjs/social/features/chat/features/search/hooks/index.js +13 -0
  752. package/lib/commonjs/social/features/chat/features/search/hooks/index.js.map +1 -0
  753. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js +48 -0
  754. package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
  755. package/lib/commonjs/social/features/chat/features/search/index.js +13 -0
  756. package/lib/commonjs/social/features/chat/features/search/index.js.map +1 -0
  757. package/lib/commonjs/social/features/chat/features/search/styles.js +33 -0
  758. package/lib/commonjs/social/features/chat/features/search/styles.js.map +1 -0
  759. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js +48 -0
  760. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
  761. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js +13 -0
  762. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
  763. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js +37 -0
  764. package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
  765. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +243 -0
  766. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
  767. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js +13 -0
  768. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
  769. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js +103 -0
  770. package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
  771. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +36 -0
  772. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
  773. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js +13 -0
  774. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
  775. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js +55 -0
  776. package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
  777. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +46 -0
  778. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
  779. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js +13 -0
  780. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
  781. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +42 -0
  782. package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
  783. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js +58 -0
  784. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
  785. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js +13 -0
  786. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
  787. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js +38 -0
  788. package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
  789. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +47 -0
  790. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
  791. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js +13 -0
  792. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
  793. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js +40 -0
  794. package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
  795. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +102 -0
  796. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
  797. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js +13 -0
  798. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
  799. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js +73 -0
  800. package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
  801. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +92 -0
  802. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
  803. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js +13 -0
  804. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
  805. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js +97 -0
  806. package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
  807. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +87 -0
  808. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
  809. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +13 -0
  810. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
  811. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +67 -0
  812. package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
  813. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +103 -0
  814. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
  815. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js +13 -0
  816. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
  817. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +80 -0
  818. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
  819. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +52 -0
  820. package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
  821. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +65 -0
  822. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
  823. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js +13 -0
  824. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
  825. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +67 -0
  826. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
  827. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +280 -0
  828. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
  829. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +13 -0
  830. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
  831. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +158 -0
  832. package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
  833. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +155 -0
  834. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
  835. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js +13 -0
  836. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
  837. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js +83 -0
  838. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
  839. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +357 -0
  840. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
  841. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js +13 -0
  842. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
  843. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +125 -0
  844. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
  845. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +78 -0
  846. package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
  847. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +41 -0
  848. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
  849. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js +13 -0
  850. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
  851. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js +40 -0
  852. package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
  853. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +114 -0
  854. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
  855. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js +13 -0
  856. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
  857. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js +77 -0
  858. package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
  859. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +39 -0
  860. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
  861. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +13 -0
  862. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
  863. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +26 -0
  864. package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
  865. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +68 -0
  866. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
  867. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js +13 -0
  868. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
  869. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js +46 -0
  870. package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
  871. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +177 -0
  872. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
  873. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +116 -0
  874. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
  875. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +13 -0
  876. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
  877. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +62 -0
  878. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
  879. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +110 -0
  880. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
  881. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +13 -0
  882. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
  883. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +69 -0
  884. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
  885. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js +28 -0
  886. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
  887. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js +13 -0
  888. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
  889. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js +31 -0
  890. package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
  891. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js +58 -0
  892. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
  893. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js +13 -0
  894. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
  895. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js +35 -0
  896. package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
  897. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js +48 -0
  898. package/lib/commonjs/social/features/chat/features/shared/hooks/index.js.map +1 -0
  899. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js +136 -0
  900. package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
  901. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js +267 -0
  902. package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
  903. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +141 -0
  904. package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
  905. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js +53 -0
  906. package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
  907. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js +77 -0
  908. package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
  909. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js +588 -0
  910. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
  911. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js +86 -0
  912. package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
  913. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js +64 -0
  914. package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
  915. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js +287 -0
  916. package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
  917. package/lib/commonjs/social/features/chat/hooks/collections/index.js +83 -0
  918. package/lib/commonjs/social/features/chat/hooks/collections/index.js.map +1 -0
  919. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +74 -0
  920. package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
  921. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js +92 -0
  922. package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
  923. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +69 -0
  924. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
  925. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js +87 -0
  926. package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
  927. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js +73 -0
  928. package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
  929. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js +81 -0
  930. package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
  931. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js +81 -0
  932. package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
  933. package/lib/commonjs/social/features/chat/hooks/index.js +127 -0
  934. package/lib/commonjs/social/features/chat/hooks/index.js.map +1 -0
  935. package/lib/commonjs/social/features/chat/hooks/queries/index.js +50 -0
  936. package/lib/commonjs/social/features/chat/hooks/queries/index.js.map +1 -0
  937. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js +96 -0
  938. package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
  939. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js +68 -0
  940. package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
  941. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js +91 -0
  942. package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
  943. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +144 -0
  944. package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
  945. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js +55 -0
  946. package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
  947. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js +28 -0
  948. package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js.map +1 -0
  949. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js +65 -0
  950. package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js.map +1 -0
  951. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js +69 -0
  952. package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js.map +1 -0
  953. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js +17 -0
  954. package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
  955. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js +34 -0
  956. package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
  957. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js +37 -0
  958. package/lib/commonjs/social/features/chat/hooks/useEditMessage.js.map +1 -0
  959. package/lib/commonjs/social/features/chat/hooks/useMention.js +130 -0
  960. package/lib/commonjs/social/features/chat/hooks/useMention.js.map +1 -0
  961. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js +31 -0
  962. package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
  963. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js +35 -0
  964. package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
  965. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js +26 -0
  966. package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
  967. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js +32 -0
  968. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
  969. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js +25 -0
  970. package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
  971. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +26 -0
  972. package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
  973. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +27 -0
  974. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
  975. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +24 -0
  976. package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
  977. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js +40 -0
  978. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
  979. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js +25 -0
  980. package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
  981. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js +38 -0
  982. package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
  983. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js +24 -0
  984. package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
  985. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js +24 -0
  986. package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
  987. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +24 -0
  988. package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
  989. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +30 -0
  990. package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
  991. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js +24 -0
  992. package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
  993. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js +27 -0
  994. package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
  995. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js +29 -0
  996. package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
  997. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +29 -0
  998. package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
  999. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js +24 -0
  1000. package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
  1001. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js +24 -0
  1002. package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
  1003. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +18 -0
  1004. package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
  1005. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js +56 -0
  1006. package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
  1007. package/lib/commonjs/social/features/chat/utils/highlightMatch.js +36 -0
  1008. package/lib/commonjs/social/features/chat/utils/highlightMatch.js.map +1 -0
  1009. package/lib/commonjs/social/features/chat/utils/previewLink.js +38 -0
  1010. package/lib/commonjs/social/features/chat/utils/previewLink.js.map +1 -0
  1011. package/lib/commonjs/social/features/chat/utils/timestamp.js +51 -0
  1012. package/lib/commonjs/social/features/chat/utils/timestamp.js.map +1 -0
  1013. package/lib/module/core/assets/icons/emptyCommunity2.js +39 -0
  1014. package/lib/module/core/assets/icons/emptyCommunity2.js.map +1 -0
  1015. package/lib/module/core/design/atoms/Avatar/Avatar.js +75 -0
  1016. package/lib/module/core/design/atoms/Avatar/Avatar.js.map +1 -0
  1017. package/lib/module/core/design/atoms/Avatar/index.js +2 -0
  1018. package/lib/module/core/design/atoms/Avatar/index.js.map +1 -0
  1019. package/lib/module/core/design/atoms/Avatar/styles.js +133 -0
  1020. package/lib/module/core/design/atoms/Avatar/styles.js.map +1 -0
  1021. package/lib/module/core/design/atoms/Badge/Badge.js +82 -0
  1022. package/lib/module/core/design/atoms/Badge/Badge.js.map +1 -0
  1023. package/lib/module/core/design/atoms/Badge/index.js +2 -0
  1024. package/lib/module/core/design/atoms/Badge/index.js.map +1 -0
  1025. package/lib/module/core/design/atoms/Badge/styles.js +151 -0
  1026. package/lib/module/core/design/atoms/Badge/styles.js.map +1 -0
  1027. package/lib/module/core/design/atoms/Button/Button.js +70 -0
  1028. package/lib/module/core/design/atoms/Button/Button.js.map +1 -0
  1029. package/lib/module/core/design/atoms/Button/Icon/Icon.js +60 -0
  1030. package/lib/module/core/design/atoms/Button/Icon/Icon.js.map +1 -0
  1031. package/lib/module/core/design/atoms/Button/Icon/index.js +2 -0
  1032. package/lib/module/core/design/atoms/Button/Icon/index.js.map +1 -0
  1033. package/lib/module/core/design/atoms/Button/Icon/styles.js +132 -0
  1034. package/lib/module/core/design/atoms/Button/Icon/styles.js.map +1 -0
  1035. package/lib/module/core/design/atoms/Button/index.js +8 -0
  1036. package/lib/module/core/design/atoms/Button/index.js.map +1 -0
  1037. package/lib/module/core/design/atoms/Button/styles.js +270 -0
  1038. package/lib/module/core/design/atoms/Button/styles.js.map +1 -0
  1039. package/lib/module/core/design/atoms/Divider/Divider.js +33 -0
  1040. package/lib/module/core/design/atoms/Divider/Divider.js.map +1 -0
  1041. package/lib/module/core/design/atoms/Divider/index.js +2 -0
  1042. package/lib/module/core/design/atoms/Divider/index.js.map +1 -0
  1043. package/lib/module/core/design/atoms/Divider/styles.js +42 -0
  1044. package/lib/module/core/design/atoms/Divider/styles.js.map +1 -0
  1045. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js +67 -0
  1046. package/lib/module/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
  1047. package/lib/module/core/design/atoms/Input/Boxed/index.js +2 -0
  1048. package/lib/module/core/design/atoms/Input/Boxed/index.js.map +1 -0
  1049. package/lib/module/core/design/atoms/Input/Boxed/styles.js +90 -0
  1050. package/lib/module/core/design/atoms/Input/Boxed/styles.js.map +1 -0
  1051. package/lib/module/core/design/atoms/Input/Chip/Chip.js +81 -0
  1052. package/lib/module/core/design/atoms/Input/Chip/Chip.js.map +1 -0
  1053. package/lib/module/core/design/atoms/Input/Chip/index.js +2 -0
  1054. package/lib/module/core/design/atoms/Input/Chip/index.js.map +1 -0
  1055. package/lib/module/core/design/atoms/Input/Chip/styles.js +87 -0
  1056. package/lib/module/core/design/atoms/Input/Chip/styles.js.map +1 -0
  1057. package/lib/module/core/design/atoms/Input/Input.js +14 -0
  1058. package/lib/module/core/design/atoms/Input/Input.js.map +1 -0
  1059. package/lib/module/core/design/atoms/Input/Text/Text.js +83 -0
  1060. package/lib/module/core/design/atoms/Input/Text/Text.js.map +1 -0
  1061. package/lib/module/core/design/atoms/Input/Text/index.js +2 -0
  1062. package/lib/module/core/design/atoms/Input/Text/index.js.map +1 -0
  1063. package/lib/module/core/design/atoms/Input/Text/styles.js +114 -0
  1064. package/lib/module/core/design/atoms/Input/Text/styles.js.map +1 -0
  1065. package/lib/module/core/design/atoms/Input/User/User.js +35 -0
  1066. package/lib/module/core/design/atoms/Input/User/User.js.map +1 -0
  1067. package/lib/module/core/design/atoms/Input/User/index.js +2 -0
  1068. package/lib/module/core/design/atoms/Input/User/index.js.map +1 -0
  1069. package/lib/module/core/design/atoms/Input/User/styles.js +63 -0
  1070. package/lib/module/core/design/atoms/Input/User/styles.js.map +1 -0
  1071. package/lib/module/core/design/atoms/Input/index.js +6 -0
  1072. package/lib/module/core/design/atoms/Input/index.js.map +1 -0
  1073. package/lib/module/core/design/atoms/Loader/Loader.js +10 -0
  1074. package/lib/module/core/design/atoms/Loader/Loader.js.map +1 -0
  1075. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js +23 -0
  1076. package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
  1077. package/lib/module/core/design/atoms/Loader/Spinner/index.js +2 -0
  1078. package/lib/module/core/design/atoms/Loader/Spinner/index.js.map +1 -0
  1079. package/lib/module/core/design/atoms/Loader/Spinner/styles.js +18 -0
  1080. package/lib/module/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
  1081. package/lib/module/core/design/atoms/Loader/Upload/Upload.js +89 -0
  1082. package/lib/module/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
  1083. package/lib/module/core/design/atoms/Loader/Upload/index.js +2 -0
  1084. package/lib/module/core/design/atoms/Loader/Upload/index.js.map +1 -0
  1085. package/lib/module/core/design/atoms/Loader/Upload/styles.js +53 -0
  1086. package/lib/module/core/design/atoms/Loader/Upload/styles.js.map +1 -0
  1087. package/lib/module/core/design/atoms/Loader/index.js +4 -0
  1088. package/lib/module/core/design/atoms/Loader/index.js.map +1 -0
  1089. package/lib/module/core/design/atoms/Selection/Selection.js +81 -0
  1090. package/lib/module/core/design/atoms/Selection/Selection.js.map +1 -0
  1091. package/lib/module/core/design/atoms/Selection/index.js +2 -0
  1092. package/lib/module/core/design/atoms/Selection/index.js.map +1 -0
  1093. package/lib/module/core/design/atoms/Selection/styles.js +104 -0
  1094. package/lib/module/core/design/atoms/Selection/styles.js.map +1 -0
  1095. package/lib/module/core/design/atoms/Tab/Tab.js +45 -0
  1096. package/lib/module/core/design/atoms/Tab/Tab.js.map +1 -0
  1097. package/lib/module/core/design/atoms/Tab/index.js +2 -0
  1098. package/lib/module/core/design/atoms/Tab/index.js.map +1 -0
  1099. package/lib/module/core/design/atoms/Tab/styles.js +61 -0
  1100. package/lib/module/core/design/atoms/Tab/styles.js.map +1 -0
  1101. package/lib/module/core/design/components/Menu/Menu.js +90 -0
  1102. package/lib/module/core/design/components/Menu/Menu.js.map +1 -0
  1103. package/lib/module/core/design/components/Menu/index.js +2 -0
  1104. package/lib/module/core/design/components/Menu/index.js.map +1 -0
  1105. package/lib/module/core/design/components/Menu/styles.js +78 -0
  1106. package/lib/module/core/design/components/Menu/styles.js.map +1 -0
  1107. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js +34 -0
  1108. package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
  1109. package/lib/module/core/design/components/MenuOptionButton/index.js +2 -0
  1110. package/lib/module/core/design/components/MenuOptionButton/index.js.map +1 -0
  1111. package/lib/module/core/design/components/MenuOptionButton/styles.js +35 -0
  1112. package/lib/module/core/design/components/MenuOptionButton/styles.js.map +1 -0
  1113. package/lib/module/core/design/components/Popover/Popover.js +112 -0
  1114. package/lib/module/core/design/components/Popover/Popover.js.map +1 -0
  1115. package/lib/module/core/design/components/Popover/index.js +2 -0
  1116. package/lib/module/core/design/components/Popover/index.js.map +1 -0
  1117. package/lib/module/core/design/components/Popover/styles.js +42 -0
  1118. package/lib/module/core/design/components/Popover/styles.js.map +1 -0
  1119. package/lib/module/core/design/components/Skeleton/Skeleton.js +49 -0
  1120. package/lib/module/core/design/components/Skeleton/Skeleton.js.map +1 -0
  1121. package/lib/module/core/design/components/Skeleton/index.js +2 -0
  1122. package/lib/module/core/design/components/Skeleton/index.js.map +1 -0
  1123. package/lib/module/core/design/components/Skeleton/styles.js +18 -0
  1124. package/lib/module/core/design/components/Skeleton/styles.js.map +1 -0
  1125. package/lib/module/core/design/components/TextEditor/TextEditor.js +181 -0
  1126. package/lib/module/core/design/components/TextEditor/TextEditor.js.map +1 -0
  1127. package/lib/module/core/design/components/TextEditor/index.js +3 -0
  1128. package/lib/module/core/design/components/TextEditor/index.js.map +1 -0
  1129. package/lib/module/core/design/components/TextEditor/styles.js +55 -0
  1130. package/lib/module/core/design/components/TextEditor/styles.js.map +1 -0
  1131. package/lib/module/core/design/components/TextEditor/utils.js +123 -0
  1132. package/lib/module/core/design/components/TextEditor/utils.js.map +1 -0
  1133. package/lib/module/core/design/components/Typography/Typography.js +25 -0
  1134. package/lib/module/core/design/components/Typography/Typography.js.map +1 -0
  1135. package/lib/module/core/design/components/Typography/index.js +2 -0
  1136. package/lib/module/core/design/components/Typography/index.js.map +1 -0
  1137. package/lib/module/core/design/components/Typography/styles.js +72 -0
  1138. package/lib/module/core/design/components/Typography/styles.js.map +1 -0
  1139. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js +20 -0
  1140. package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
  1141. package/lib/module/core/design/elements/ModeratorBadge/index.js +2 -0
  1142. package/lib/module/core/design/elements/ModeratorBadge/index.js.map +1 -0
  1143. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js +26 -0
  1144. package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
  1145. package/lib/module/core/design/elements/PrivateBadge/index.js +2 -0
  1146. package/lib/module/core/design/elements/PrivateBadge/index.js.map +1 -0
  1147. package/lib/module/core/design/icons/AmityIcon.js +23 -0
  1148. package/lib/module/core/design/icons/AmityIcon.js.map +1 -0
  1149. package/lib/module/core/design/icons/generated/iconRegistry.js +694 -0
  1150. package/lib/module/core/design/icons/generated/iconRegistry.js.map +1 -0
  1151. package/lib/module/core/design/icons/index.js +3 -0
  1152. package/lib/module/core/design/icons/index.js.map +1 -0
  1153. package/lib/module/core/design/molecules/SearchInput/SearchInput.js +46 -0
  1154. package/lib/module/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
  1155. package/lib/module/core/design/molecules/SearchInput/index.js +2 -0
  1156. package/lib/module/core/design/molecules/SearchInput/index.js.map +1 -0
  1157. package/lib/module/core/design/molecules/SearchInput/styles.js +24 -0
  1158. package/lib/module/core/design/molecules/SearchInput/styles.js.map +1 -0
  1159. package/lib/module/core/design/molecules/Tabs/Tabs.js +32 -0
  1160. package/lib/module/core/design/molecules/Tabs/Tabs.js.map +1 -0
  1161. package/lib/module/core/design/molecules/Tabs/index.js +2 -0
  1162. package/lib/module/core/design/molecules/Tabs/index.js.map +1 -0
  1163. package/lib/module/core/design/molecules/Tabs/styles.js +28 -0
  1164. package/lib/module/core/design/molecules/Tabs/styles.js.map +1 -0
  1165. package/lib/module/core/design/theme/AmityForceMode.js +21 -0
  1166. package/lib/module/core/design/theme/AmityForceMode.js.map +1 -0
  1167. package/lib/module/core/design/theme/AmityThemeProvider.js +49 -0
  1168. package/lib/module/core/design/theme/AmityThemeProvider.js.map +1 -0
  1169. package/lib/module/core/design/theme/index.js +5 -0
  1170. package/lib/module/core/design/theme/index.js.map +1 -0
  1171. package/lib/module/core/design/theme/resolveTokens.js +38 -0
  1172. package/lib/module/core/design/theme/resolveTokens.js.map +1 -0
  1173. package/lib/module/core/design/theme/useToken.js +17 -0
  1174. package/lib/module/core/design/theme/useToken.js.map +1 -0
  1175. package/lib/module/core/design/tokens/CHECKSUMS.json +9 -0
  1176. package/lib/module/core/design/tokens/amity-color-tokens.js +5070 -0
  1177. package/lib/module/core/design/tokens/amity-color-tokens.js.map +1 -0
  1178. package/lib/module/core/design/tokens/amity-uikit-config.json +1381 -0
  1179. package/lib/module/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  1180. package/lib/module/core/design/tokens/config-resolver.d.js +2 -0
  1181. package/lib/module/core/design/tokens/config-resolver.d.js.map +1 -0
  1182. package/lib/module/core/design/tokens/config-resolver.js +657 -0
  1183. package/lib/module/core/design/tokens/config-resolver.js.map +1 -0
  1184. package/lib/module/core/design/tokens/geometry.json +2673 -0
  1185. package/lib/module/core/design/tokens/spacing.js +26 -0
  1186. package/lib/module/core/design/tokens/spacing.js.map +1 -0
  1187. package/lib/module/core/index.js +1 -0
  1188. package/lib/module/core/index.js.map +1 -1
  1189. package/lib/module/core/localization/LocaleProvider.js +127 -0
  1190. package/lib/module/core/localization/LocaleProvider.js.map +1 -0
  1191. package/lib/module/core/localization/defaultLocaleMap.js +22 -0
  1192. package/lib/module/core/localization/defaultLocaleMap.js.map +1 -0
  1193. package/lib/module/core/localization/defaults/en.js +16 -0
  1194. package/lib/module/core/localization/defaults/en.js.map +1 -0
  1195. package/lib/module/core/localization/defaults/en.json +1175 -0
  1196. package/lib/module/core/localization/defaults/th.js +18 -0
  1197. package/lib/module/core/localization/defaults/th.js.map +1 -0
  1198. package/lib/module/core/localization/defaults/th.json +1174 -0
  1199. package/lib/module/core/localization/index.js +27 -0
  1200. package/lib/module/core/localization/index.js.map +1 -0
  1201. package/lib/module/core/localization/resolveString.js +178 -0
  1202. package/lib/module/core/localization/resolveString.js.map +1 -0
  1203. package/lib/module/core/localization/useString.js +31 -0
  1204. package/lib/module/core/localization/useString.js.map +1 -0
  1205. package/lib/module/core/providers/AmityUIKitProvider.js +11 -2
  1206. package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
  1207. package/lib/module/core/routes/AmityChatEntry.js +10 -0
  1208. package/lib/module/core/routes/AmityChatEntry.js.map +1 -0
  1209. package/lib/module/core/routes/AmityUIKitNavigator.js +68 -1
  1210. package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
  1211. package/lib/module/core/stores/slices/toastSlice.js +4 -1
  1212. package/lib/module/core/stores/slices/toastSlice.js.map +1 -1
  1213. package/lib/module/core/utils/abbreviateCount.js +14 -0
  1214. package/lib/module/core/utils/abbreviateCount.js.map +1 -0
  1215. package/lib/module/index.js +2 -2
  1216. package/lib/module/index.js.map +1 -1
  1217. package/lib/module/social/components/Toast/index.js +38 -8
  1218. package/lib/module/social/components/Toast/index.js.map +1 -1
  1219. package/lib/module/social/components/Toast/styles.js +16 -4
  1220. package/lib/module/social/components/Toast/styles.js.map +1 -1
  1221. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +333 -0
  1222. package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
  1223. package/lib/module/social/features/chat/components/AmityChatListItem/index.js +2 -0
  1224. package/lib/module/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
  1225. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js +128 -0
  1226. package/lib/module/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
  1227. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +231 -0
  1228. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
  1229. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +2 -0
  1230. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
  1231. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +24 -0
  1232. package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
  1233. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +236 -0
  1234. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
  1235. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js +2 -0
  1236. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
  1237. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +21 -0
  1238. package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
  1239. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +197 -0
  1240. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
  1241. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js +2 -0
  1242. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
  1243. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +63 -0
  1244. package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
  1245. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +215 -0
  1246. package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
  1247. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js +2 -0
  1248. package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
  1249. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js +55 -0
  1250. package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
  1251. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +425 -0
  1252. package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
  1253. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js +2 -0
  1254. package/lib/module/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
  1255. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js +236 -0
  1256. package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
  1257. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +260 -0
  1258. package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
  1259. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js +2 -0
  1260. package/lib/module/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
  1261. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js +167 -0
  1262. package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
  1263. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +130 -0
  1264. package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
  1265. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +76 -0
  1266. package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
  1267. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js +2 -0
  1268. package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
  1269. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js +51 -0
  1270. package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
  1271. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +151 -0
  1272. package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
  1273. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js +2 -0
  1274. package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
  1275. package/lib/module/social/features/chat/constants/errorResponse.js +10 -0
  1276. package/lib/module/social/features/chat/constants/errorResponse.js.map +1 -0
  1277. package/lib/module/social/features/chat/constants/index.js +4 -0
  1278. package/lib/module/social/features/chat/constants/index.js.map +1 -0
  1279. package/lib/module/social/features/chat/constants/list.js +7 -0
  1280. package/lib/module/social/features/chat/constants/list.js.map +1 -0
  1281. package/lib/module/social/features/chat/constants/search.js +11 -0
  1282. package/lib/module/social/features/chat/constants/search.js.map +1 -0
  1283. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +26 -0
  1284. package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
  1285. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js +2 -0
  1286. package/lib/module/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
  1287. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js +33 -0
  1288. package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
  1289. package/lib/module/social/features/chat/elements/Avatar/Avatar.js +136 -0
  1290. package/lib/module/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
  1291. package/lib/module/social/features/chat/elements/Avatar/index.js +2 -0
  1292. package/lib/module/social/features/chat/elements/Avatar/index.js.map +1 -0
  1293. package/lib/module/social/features/chat/elements/Avatar/styles.js +49 -0
  1294. package/lib/module/social/features/chat/elements/Avatar/styles.js.map +1 -0
  1295. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js +60 -0
  1296. package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
  1297. package/lib/module/social/features/chat/elements/AvatarPicker/index.js +2 -0
  1298. package/lib/module/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
  1299. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js +44 -0
  1300. package/lib/module/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
  1301. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +48 -0
  1302. package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
  1303. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js +2 -0
  1304. package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
  1305. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js +48 -0
  1306. package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
  1307. package/lib/module/social/features/chat/elements/GroupNameField/index.js +2 -0
  1308. package/lib/module/social/features/chat/elements/GroupNameField/index.js.map +1 -0
  1309. package/lib/module/social/features/chat/elements/GroupNameField/styles.js +21 -0
  1310. package/lib/module/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
  1311. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +33 -0
  1312. package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
  1313. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js +2 -0
  1314. package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
  1315. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js +24 -0
  1316. package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
  1317. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js +77 -0
  1318. package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
  1319. package/lib/module/social/features/chat/elements/ReactionPicker/index.js +2 -0
  1320. package/lib/module/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
  1321. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js +87 -0
  1322. package/lib/module/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
  1323. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js +63 -0
  1324. package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
  1325. package/lib/module/social/features/chat/elements/SettingMenu/index.js +2 -0
  1326. package/lib/module/social/features/chat/elements/SettingMenu/index.js.map +1 -0
  1327. package/lib/module/social/features/chat/elements/SettingMenu/styles.js +59 -0
  1328. package/lib/module/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
  1329. package/lib/module/social/features/chat/elements/TopBar/TopBar.js +55 -0
  1330. package/lib/module/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
  1331. package/lib/module/social/features/chat/elements/TopBar/index.js +2 -0
  1332. package/lib/module/social/features/chat/elements/TopBar/index.js.map +1 -0
  1333. package/lib/module/social/features/chat/elements/TopBar/styles.js +51 -0
  1334. package/lib/module/social/features/chat/elements/TopBar/styles.js.map +1 -0
  1335. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +49 -0
  1336. package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
  1337. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js +2 -0
  1338. package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
  1339. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js +31 -0
  1340. package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
  1341. package/lib/module/social/features/chat/features/archive/ArchivedChat.js +31 -0
  1342. package/lib/module/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
  1343. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +126 -0
  1344. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
  1345. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js +2 -0
  1346. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
  1347. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +54 -0
  1348. package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
  1349. package/lib/module/social/features/chat/features/archive/components/Header/Header.js +22 -0
  1350. package/lib/module/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
  1351. package/lib/module/social/features/chat/features/archive/components/Header/index.js +2 -0
  1352. package/lib/module/social/features/chat/features/archive/components/Header/index.js.map +1 -0
  1353. package/lib/module/social/features/chat/features/archive/components/index.js +3 -0
  1354. package/lib/module/social/features/chat/features/archive/components/index.js.map +1 -0
  1355. package/lib/module/social/features/chat/features/archive/index.js +2 -0
  1356. package/lib/module/social/features/chat/features/archive/index.js.map +1 -0
  1357. package/lib/module/social/features/chat/features/archive/styles.js +22 -0
  1358. package/lib/module/social/features/chat/features/archive/styles.js.map +1 -0
  1359. package/lib/module/social/features/chat/features/conversation/Chat.js +134 -0
  1360. package/lib/module/social/features/chat/features/conversation/Chat.js.map +1 -0
  1361. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js +69 -0
  1362. package/lib/module/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
  1363. package/lib/module/social/features/chat/features/conversation/components/Header/index.js +2 -0
  1364. package/lib/module/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
  1365. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js +57 -0
  1366. package/lib/module/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
  1367. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js +176 -0
  1368. package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
  1369. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js +2 -0
  1370. package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
  1371. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js +49 -0
  1372. package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
  1373. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +176 -0
  1374. package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
  1375. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js +2 -0
  1376. package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
  1377. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js +79 -0
  1378. package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
  1379. package/lib/module/social/features/chat/features/conversation/components/index.js +4 -0
  1380. package/lib/module/social/features/chat/features/conversation/components/index.js.map +1 -0
  1381. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js +38 -0
  1382. package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
  1383. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js +44 -0
  1384. package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
  1385. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js +2 -0
  1386. package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
  1387. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js +25 -0
  1388. package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
  1389. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +74 -0
  1390. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
  1391. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js +2 -0
  1392. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
  1393. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js +52 -0
  1394. package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
  1395. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js +89 -0
  1396. package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
  1397. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js +2 -0
  1398. package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
  1399. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js +16 -0
  1400. package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
  1401. package/lib/module/social/features/chat/features/conversation/create/components/index.js +4 -0
  1402. package/lib/module/social/features/chat/features/conversation/create/components/index.js.map +1 -0
  1403. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js +3 -0
  1404. package/lib/module/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
  1405. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +65 -0
  1406. package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
  1407. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +68 -0
  1408. package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
  1409. package/lib/module/social/features/chat/features/conversation/create/index.js +2 -0
  1410. package/lib/module/social/features/chat/features/conversation/create/index.js.map +1 -0
  1411. package/lib/module/social/features/chat/features/conversation/create/styles.js +21 -0
  1412. package/lib/module/social/features/chat/features/conversation/create/styles.js.map +1 -0
  1413. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js +52 -0
  1414. package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
  1415. package/lib/module/social/features/chat/features/conversation/index.js +2 -0
  1416. package/lib/module/social/features/chat/features/conversation/index.js.map +1 -0
  1417. package/lib/module/social/features/chat/features/conversation/styles.js +19 -0
  1418. package/lib/module/social/features/chat/features/conversation/styles.js.map +1 -0
  1419. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js +64 -0
  1420. package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
  1421. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +37 -0
  1422. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
  1423. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +2 -0
  1424. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
  1425. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +23 -0
  1426. package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
  1427. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js +48 -0
  1428. package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
  1429. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js +2 -0
  1430. package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
  1431. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js +24 -0
  1432. package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
  1433. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
  1434. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  1435. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +2 -0
  1436. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
  1437. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +30 -0
  1438. package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
  1439. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js +147 -0
  1440. package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
  1441. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js +2 -0
  1442. package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
  1443. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js +41 -0
  1444. package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
  1445. package/lib/module/social/features/chat/features/group/add-member/components/index.js +5 -0
  1446. package/lib/module/social/features/chat/features/group/add-member/components/index.js.map +1 -0
  1447. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js +2 -0
  1448. package/lib/module/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
  1449. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +94 -0
  1450. package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
  1451. package/lib/module/social/features/chat/features/group/add-member/index.js +2 -0
  1452. package/lib/module/social/features/chat/features/group/add-member/index.js.map +1 -0
  1453. package/lib/module/social/features/chat/features/group/add-member/styles.js +24 -0
  1454. package/lib/module/social/features/chat/features/group/add-member/styles.js.map +1 -0
  1455. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js +55 -0
  1456. package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
  1457. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +116 -0
  1458. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
  1459. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +2 -0
  1460. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
  1461. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +21 -0
  1462. package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
  1463. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js +21 -0
  1464. package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
  1465. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js +2 -0
  1466. package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
  1467. package/lib/module/social/features/chat/features/group/banned-members/components/index.js +3 -0
  1468. package/lib/module/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
  1469. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js +2 -0
  1470. package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
  1471. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +63 -0
  1472. package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
  1473. package/lib/module/social/features/chat/features/group/banned-members/index.js +2 -0
  1474. package/lib/module/social/features/chat/features/group/banned-members/index.js.map +1 -0
  1475. package/lib/module/social/features/chat/features/group/banned-members/styles.js +24 -0
  1476. package/lib/module/social/features/chat/features/group/banned-members/styles.js.map +1 -0
  1477. package/lib/module/social/features/chat/features/group/chat/GroupChat.js +126 -0
  1478. package/lib/module/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
  1479. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +33 -0
  1480. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
  1481. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +2 -0
  1482. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
  1483. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +33 -0
  1484. package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
  1485. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js +73 -0
  1486. package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
  1487. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js +2 -0
  1488. package/lib/module/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
  1489. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js +63 -0
  1490. package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
  1491. package/lib/module/social/features/chat/features/group/chat/components/index.js +3 -0
  1492. package/lib/module/social/features/chat/features/group/chat/components/index.js.map +1 -0
  1493. package/lib/module/social/features/chat/features/group/chat/hooks/index.js +2 -0
  1494. package/lib/module/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
  1495. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js +78 -0
  1496. package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
  1497. package/lib/module/social/features/chat/features/group/chat/index.js +2 -0
  1498. package/lib/module/social/features/chat/features/group/chat/index.js.map +1 -0
  1499. package/lib/module/social/features/chat/features/group/chat/styles.js +17 -0
  1500. package/lib/module/social/features/chat/features/group/chat/styles.js.map +1 -0
  1501. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js +98 -0
  1502. package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
  1503. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js +39 -0
  1504. package/lib/module/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
  1505. package/lib/module/social/features/chat/features/group/create/components/Header/index.js +2 -0
  1506. package/lib/module/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
  1507. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +54 -0
  1508. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
  1509. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js +2 -0
  1510. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
  1511. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js +35 -0
  1512. package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
  1513. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +108 -0
  1514. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
  1515. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js +2 -0
  1516. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
  1517. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js +67 -0
  1518. package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
  1519. package/lib/module/social/features/chat/features/group/create/components/index.js +4 -0
  1520. package/lib/module/social/features/chat/features/group/create/components/index.js.map +1 -0
  1521. package/lib/module/social/features/chat/features/group/create/hooks/index.js +2 -0
  1522. package/lib/module/social/features/chat/features/group/create/hooks/index.js.map +1 -0
  1523. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +187 -0
  1524. package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
  1525. package/lib/module/social/features/chat/features/group/create/index.js +2 -0
  1526. package/lib/module/social/features/chat/features/group/create/index.js.map +1 -0
  1527. package/lib/module/social/features/chat/features/group/create/styles.js +27 -0
  1528. package/lib/module/social/features/chat/features/group/create/styles.js.map +1 -0
  1529. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js +30 -0
  1530. package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
  1531. package/lib/module/social/features/chat/features/group/create/utils/index.js +2 -0
  1532. package/lib/module/social/features/chat/features/group/create/utils/index.js.map +1 -0
  1533. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js +104 -0
  1534. package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
  1535. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +36 -0
  1536. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
  1537. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +2 -0
  1538. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
  1539. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +30 -0
  1540. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
  1541. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +40 -0
  1542. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
  1543. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +2 -0
  1544. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
  1545. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +30 -0
  1546. package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
  1547. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js +2 -0
  1548. package/lib/module/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
  1549. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js +2 -0
  1550. package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
  1551. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +124 -0
  1552. package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
  1553. package/lib/module/social/features/chat/features/group/edit-notification/index.js +2 -0
  1554. package/lib/module/social/features/chat/features/group/edit-notification/index.js.map +1 -0
  1555. package/lib/module/social/features/chat/features/group/edit-notification/styles.js +31 -0
  1556. package/lib/module/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
  1557. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +75 -0
  1558. package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
  1559. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +39 -0
  1560. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
  1561. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +2 -0
  1562. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
  1563. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +30 -0
  1564. package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
  1565. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js +2 -0
  1566. package/lib/module/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
  1567. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js +22 -0
  1568. package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
  1569. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js +2 -0
  1570. package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
  1571. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +109 -0
  1572. package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
  1573. package/lib/module/social/features/chat/features/group/edit-permission/index.js +2 -0
  1574. package/lib/module/social/features/chat/features/group/edit-permission/index.js.map +1 -0
  1575. package/lib/module/social/features/chat/features/group/edit-permission/styles.js +36 -0
  1576. package/lib/module/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
  1577. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js +61 -0
  1578. package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
  1579. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js +40 -0
  1580. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
  1581. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js +2 -0
  1582. package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
  1583. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js +2 -0
  1584. package/lib/module/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
  1585. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js +2 -0
  1586. package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
  1587. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +148 -0
  1588. package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
  1589. package/lib/module/social/features/chat/features/group/edit-profile/index.js +2 -0
  1590. package/lib/module/social/features/chat/features/group/edit-profile/index.js.map +1 -0
  1591. package/lib/module/social/features/chat/features/group/edit-profile/styles.js +27 -0
  1592. package/lib/module/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
  1593. package/lib/module/social/features/chat/features/group/members/GroupMembers.js +46 -0
  1594. package/lib/module/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
  1595. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js +43 -0
  1596. package/lib/module/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
  1597. package/lib/module/social/features/chat/features/group/members/components/Header/index.js +2 -0
  1598. package/lib/module/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
  1599. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +90 -0
  1600. package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
  1601. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js +2 -0
  1602. package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
  1603. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js +56 -0
  1604. package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
  1605. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js +130 -0
  1606. package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
  1607. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js +2 -0
  1608. package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
  1609. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js +18 -0
  1610. package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
  1611. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +78 -0
  1612. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
  1613. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js +2 -0
  1614. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
  1615. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js +19 -0
  1616. package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
  1617. package/lib/module/social/features/chat/features/group/members/components/index.js +5 -0
  1618. package/lib/module/social/features/chat/features/group/members/components/index.js.map +1 -0
  1619. package/lib/module/social/features/chat/features/group/members/hooks/index.js +2 -0
  1620. package/lib/module/social/features/chat/features/group/members/hooks/index.js.map +1 -0
  1621. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js +32 -0
  1622. package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
  1623. package/lib/module/social/features/chat/features/group/members/index.js +2 -0
  1624. package/lib/module/social/features/chat/features/group/members/index.js.map +1 -0
  1625. package/lib/module/social/features/chat/features/group/members/styles.js +20 -0
  1626. package/lib/module/social/features/chat/features/group/members/styles.js.map +1 -0
  1627. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js +74 -0
  1628. package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
  1629. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +57 -0
  1630. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
  1631. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +2 -0
  1632. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
  1633. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +46 -0
  1634. package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
  1635. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +43 -0
  1636. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
  1637. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +2 -0
  1638. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
  1639. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +34 -0
  1640. package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
  1641. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js +3 -0
  1642. package/lib/module/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
  1643. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js +2 -0
  1644. package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
  1645. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +144 -0
  1646. package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
  1647. package/lib/module/social/features/chat/features/group/notification-preference/index.js +2 -0
  1648. package/lib/module/social/features/chat/features/group/notification-preference/index.js.map +1 -0
  1649. package/lib/module/social/features/chat/features/group/notification-preference/styles.js +23 -0
  1650. package/lib/module/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
  1651. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js +68 -0
  1652. package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
  1653. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js +66 -0
  1654. package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
  1655. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js +2 -0
  1656. package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
  1657. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js +26 -0
  1658. package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
  1659. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
  1660. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
  1661. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +2 -0
  1662. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
  1663. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +30 -0
  1664. package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
  1665. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +69 -0
  1666. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
  1667. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js +2 -0
  1668. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
  1669. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js +43 -0
  1670. package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
  1671. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js +127 -0
  1672. package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
  1673. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js +2 -0
  1674. package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
  1675. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js +24 -0
  1676. package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
  1677. package/lib/module/social/features/chat/features/group/select-member/components/index.js +5 -0
  1678. package/lib/module/social/features/chat/features/group/select-member/components/index.js.map +1 -0
  1679. package/lib/module/social/features/chat/features/group/select-member/constants/index.js +4 -0
  1680. package/lib/module/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
  1681. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js +2 -0
  1682. package/lib/module/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
  1683. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +105 -0
  1684. package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
  1685. package/lib/module/social/features/chat/features/group/select-member/index.js +2 -0
  1686. package/lib/module/social/features/chat/features/group/select-member/index.js.map +1 -0
  1687. package/lib/module/social/features/chat/features/group/select-member/styles.js +21 -0
  1688. package/lib/module/social/features/chat/features/group/select-member/styles.js.map +1 -0
  1689. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js +91 -0
  1690. package/lib/module/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
  1691. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js +21 -0
  1692. package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
  1693. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js +2 -0
  1694. package/lib/module/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
  1695. package/lib/module/social/features/chat/features/group/setting/components/index.js +2 -0
  1696. package/lib/module/social/features/chat/features/group/setting/components/index.js.map +1 -0
  1697. package/lib/module/social/features/chat/features/group/setting/hooks/index.js +2 -0
  1698. package/lib/module/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
  1699. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js +278 -0
  1700. package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
  1701. package/lib/module/social/features/chat/features/group/setting/index.js +2 -0
  1702. package/lib/module/social/features/chat/features/group/setting/index.js.map +1 -0
  1703. package/lib/module/social/features/chat/features/group/setting/styles.js +51 -0
  1704. package/lib/module/social/features/chat/features/group/setting/styles.js.map +1 -0
  1705. package/lib/module/social/features/chat/features/home/ChatHome.js +74 -0
  1706. package/lib/module/social/features/chat/features/home/ChatHome.js.map +1 -0
  1707. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js +189 -0
  1708. package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
  1709. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js +2 -0
  1710. package/lib/module/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
  1711. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js +101 -0
  1712. package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
  1713. package/lib/module/social/features/chat/features/home/components/Header/Header.js +38 -0
  1714. package/lib/module/social/features/chat/features/home/components/Header/Header.js.map +1 -0
  1715. package/lib/module/social/features/chat/features/home/components/Header/index.js +2 -0
  1716. package/lib/module/social/features/chat/features/home/components/Header/index.js.map +1 -0
  1717. package/lib/module/social/features/chat/features/home/components/Header/styles.js +50 -0
  1718. package/lib/module/social/features/chat/features/home/components/Header/styles.js.map +1 -0
  1719. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +39 -0
  1720. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
  1721. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +2 -0
  1722. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
  1723. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +36 -0
  1724. package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
  1725. package/lib/module/social/features/chat/features/home/components/index.js +4 -0
  1726. package/lib/module/social/features/chat/features/home/components/index.js.map +1 -0
  1727. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +84 -0
  1728. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
  1729. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js +2 -0
  1730. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
  1731. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +25 -0
  1732. package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
  1733. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +106 -0
  1734. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
  1735. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js +2 -0
  1736. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
  1737. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js +25 -0
  1738. package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
  1739. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js +48 -0
  1740. package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
  1741. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js +2 -0
  1742. package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
  1743. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js +26 -0
  1744. package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
  1745. package/lib/module/social/features/chat/features/home/hooks/index.js +2 -0
  1746. package/lib/module/social/features/chat/features/home/hooks/index.js.map +1 -0
  1747. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +31 -0
  1748. package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
  1749. package/lib/module/social/features/chat/features/home/index.js +3 -0
  1750. package/lib/module/social/features/chat/features/home/index.js.map +1 -0
  1751. package/lib/module/social/features/chat/features/home/styles.js +25 -0
  1752. package/lib/module/social/features/chat/features/home/styles.js.map +1 -0
  1753. package/lib/module/social/features/chat/features/search/SearchChannel.js +66 -0
  1754. package/lib/module/social/features/chat/features/search/SearchChannel.js.map +1 -0
  1755. package/lib/module/social/features/chat/features/search/components/Header/Header.js +54 -0
  1756. package/lib/module/social/features/chat/features/search/components/Header/Header.js.map +1 -0
  1757. package/lib/module/social/features/chat/features/search/components/Header/index.js +2 -0
  1758. package/lib/module/social/features/chat/features/search/components/Header/index.js.map +1 -0
  1759. package/lib/module/social/features/chat/features/search/components/Header/styles.js +34 -0
  1760. package/lib/module/social/features/chat/features/search/components/Header/styles.js.map +1 -0
  1761. package/lib/module/social/features/chat/features/search/components/index.js +6 -0
  1762. package/lib/module/social/features/chat/features/search/components/index.js.map +1 -0
  1763. package/lib/module/social/features/chat/features/search/hooks/index.js +2 -0
  1764. package/lib/module/social/features/chat/features/search/hooks/index.js.map +1 -0
  1765. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js +42 -0
  1766. package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
  1767. package/lib/module/social/features/chat/features/search/index.js +2 -0
  1768. package/lib/module/social/features/chat/features/search/index.js.map +1 -0
  1769. package/lib/module/social/features/chat/features/search/styles.js +26 -0
  1770. package/lib/module/social/features/chat/features/search/styles.js.map +1 -0
  1771. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js +42 -0
  1772. package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
  1773. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js +2 -0
  1774. package/lib/module/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
  1775. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js +30 -0
  1776. package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
  1777. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +236 -0
  1778. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
  1779. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js +2 -0
  1780. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
  1781. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js +96 -0
  1782. package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
  1783. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +30 -0
  1784. package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
  1785. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js +2 -0
  1786. package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
  1787. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js +48 -0
  1788. package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
  1789. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +40 -0
  1790. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
  1791. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js +2 -0
  1792. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
  1793. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +35 -0
  1794. package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
  1795. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js +52 -0
  1796. package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
  1797. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js +2 -0
  1798. package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
  1799. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js +31 -0
  1800. package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
  1801. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +41 -0
  1802. package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
  1803. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js +2 -0
  1804. package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
  1805. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js +33 -0
  1806. package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
  1807. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +95 -0
  1808. package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
  1809. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js +2 -0
  1810. package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
  1811. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js +66 -0
  1812. package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
  1813. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +86 -0
  1814. package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
  1815. package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js +2 -0
  1816. package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
  1817. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js +90 -0
  1818. package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
  1819. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +81 -0
  1820. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
  1821. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +2 -0
  1822. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
  1823. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +60 -0
  1824. package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
  1825. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +97 -0
  1826. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
  1827. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js +2 -0
  1828. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
  1829. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +73 -0
  1830. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
  1831. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +45 -0
  1832. package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
  1833. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +59 -0
  1834. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
  1835. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js +2 -0
  1836. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
  1837. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +60 -0
  1838. package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
  1839. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +274 -0
  1840. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
  1841. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +2 -0
  1842. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
  1843. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +151 -0
  1844. package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
  1845. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +148 -0
  1846. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
  1847. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js +2 -0
  1848. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
  1849. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js +76 -0
  1850. package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
  1851. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +350 -0
  1852. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
  1853. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js +2 -0
  1854. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
  1855. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +118 -0
  1856. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
  1857. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +71 -0
  1858. package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
  1859. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +35 -0
  1860. package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
  1861. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js +2 -0
  1862. package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
  1863. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js +33 -0
  1864. package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
  1865. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +107 -0
  1866. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
  1867. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js +2 -0
  1868. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
  1869. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js +70 -0
  1870. package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
  1871. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +33 -0
  1872. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
  1873. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +2 -0
  1874. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
  1875. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +19 -0
  1876. package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
  1877. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +61 -0
  1878. package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
  1879. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js +2 -0
  1880. package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
  1881. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js +40 -0
  1882. package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
  1883. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +170 -0
  1884. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
  1885. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +109 -0
  1886. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
  1887. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +2 -0
  1888. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
  1889. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +55 -0
  1890. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
  1891. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +108 -0
  1892. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
  1893. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +2 -0
  1894. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
  1895. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +62 -0
  1896. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
  1897. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js +3 -0
  1898. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
  1899. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js +2 -0
  1900. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
  1901. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js +24 -0
  1902. package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
  1903. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js +51 -0
  1904. package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
  1905. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js +2 -0
  1906. package/lib/module/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
  1907. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js +28 -0
  1908. package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
  1909. package/lib/module/social/features/chat/features/shared/hooks/index.js +10 -0
  1910. package/lib/module/social/features/chat/features/shared/hooks/index.js.map +1 -0
  1911. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js +129 -0
  1912. package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
  1913. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js +261 -0
  1914. package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
  1915. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +135 -0
  1916. package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
  1917. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js +46 -0
  1918. package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
  1919. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js +71 -0
  1920. package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
  1921. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js +579 -0
  1922. package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
  1923. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js +80 -0
  1924. package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
  1925. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js +58 -0
  1926. package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
  1927. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js +272 -0
  1928. package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
  1929. package/lib/module/social/features/chat/hooks/collections/index.js +8 -0
  1930. package/lib/module/social/features/chat/hooks/collections/index.js.map +1 -0
  1931. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +67 -0
  1932. package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
  1933. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js +85 -0
  1934. package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
  1935. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +62 -0
  1936. package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
  1937. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js +80 -0
  1938. package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
  1939. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js +66 -0
  1940. package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
  1941. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js +74 -0
  1942. package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
  1943. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js +74 -0
  1944. package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
  1945. package/lib/module/social/features/chat/hooks/index.js +12 -0
  1946. package/lib/module/social/features/chat/hooks/index.js.map +1 -0
  1947. package/lib/module/social/features/chat/hooks/queries/index.js +5 -0
  1948. package/lib/module/social/features/chat/hooks/queries/index.js.map +1 -0
  1949. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js +90 -0
  1950. package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
  1951. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js +62 -0
  1952. package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
  1953. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js +85 -0
  1954. package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
  1955. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +137 -0
  1956. package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
  1957. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js +48 -0
  1958. package/lib/module/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
  1959. package/lib/module/social/features/chat/hooks/useChatNavigation.js +22 -0
  1960. package/lib/module/social/features/chat/hooks/useChatNavigation.js.map +1 -0
  1961. package/lib/module/social/features/chat/hooks/useChatNotifications.js +59 -0
  1962. package/lib/module/social/features/chat/hooks/useChatNotifications.js.map +1 -0
  1963. package/lib/module/social/features/chat/hooks/useCreateMessage.js +62 -0
  1964. package/lib/module/social/features/chat/hooks/useCreateMessage.js.map +1 -0
  1965. package/lib/module/social/features/chat/hooks/useCurrentUserId.js +11 -0
  1966. package/lib/module/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
  1967. package/lib/module/social/features/chat/hooks/useDeleteMessage.js +27 -0
  1968. package/lib/module/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
  1969. package/lib/module/social/features/chat/hooks/useEditMessage.js +30 -0
  1970. package/lib/module/social/features/chat/hooks/useEditMessage.js.map +1 -0
  1971. package/lib/module/social/features/chat/hooks/useMention.js +123 -0
  1972. package/lib/module/social/features/chat/hooks/useMention.js.map +1 -0
  1973. package/lib/module/social/features/chat/hooks/useNetworkOnline.js +24 -0
  1974. package/lib/module/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
  1975. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js +29 -0
  1976. package/lib/module/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
  1977. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js +19 -0
  1978. package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
  1979. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js +26 -0
  1980. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
  1981. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js +18 -0
  1982. package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
  1983. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +19 -0
  1984. package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
  1985. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +21 -0
  1986. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
  1987. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +17 -0
  1988. package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
  1989. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js +33 -0
  1990. package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
  1991. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js +18 -0
  1992. package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
  1993. package/lib/module/social/features/chat/pages/AmityChatPage/index.js +33 -0
  1994. package/lib/module/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
  1995. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js +17 -0
  1996. package/lib/module/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
  1997. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js +17 -0
  1998. package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
  1999. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +17 -0
  2000. package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
  2001. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +23 -0
  2002. package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
  2003. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js +17 -0
  2004. package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
  2005. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js +20 -0
  2006. package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
  2007. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js +22 -0
  2008. package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
  2009. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +22 -0
  2010. package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
  2011. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js +17 -0
  2012. package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
  2013. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js +18 -0
  2014. package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
  2015. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +11 -0
  2016. package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
  2017. package/lib/module/social/features/chat/utils/groupMessagesByDate.js +50 -0
  2018. package/lib/module/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
  2019. package/lib/module/social/features/chat/utils/highlightMatch.js +30 -0
  2020. package/lib/module/social/features/chat/utils/highlightMatch.js.map +1 -0
  2021. package/lib/module/social/features/chat/utils/previewLink.js +31 -0
  2022. package/lib/module/social/features/chat/utils/previewLink.js.map +1 -0
  2023. package/lib/module/social/features/chat/utils/timestamp.js +43 -0
  2024. package/lib/module/social/features/chat/utils/timestamp.js.map +1 -0
  2025. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts +2 -0
  2026. package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts.map +1 -0
  2027. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts +20 -0
  2028. package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts.map +1 -0
  2029. package/lib/typescript/core/design/atoms/Avatar/index.d.ts +3 -0
  2030. package/lib/typescript/core/design/atoms/Avatar/index.d.ts.map +1 -0
  2031. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts +51 -0
  2032. package/lib/typescript/core/design/atoms/Avatar/styles.d.ts.map +1 -0
  2033. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts +35 -0
  2034. package/lib/typescript/core/design/atoms/Badge/Badge.d.ts.map +1 -0
  2035. package/lib/typescript/core/design/atoms/Badge/index.d.ts +3 -0
  2036. package/lib/typescript/core/design/atoms/Badge/index.d.ts.map +1 -0
  2037. package/lib/typescript/core/design/atoms/Badge/styles.d.ts +50 -0
  2038. package/lib/typescript/core/design/atoms/Badge/styles.d.ts.map +1 -0
  2039. package/lib/typescript/core/design/atoms/Button/Button.d.ts +25 -0
  2040. package/lib/typescript/core/design/atoms/Button/Button.d.ts.map +1 -0
  2041. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts +25 -0
  2042. package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts.map +1 -0
  2043. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts +3 -0
  2044. package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts.map +1 -0
  2045. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts +22 -0
  2046. package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts.map +1 -0
  2047. package/lib/typescript/core/design/atoms/Button/index.d.ts +8 -0
  2048. package/lib/typescript/core/design/atoms/Button/index.d.ts.map +1 -0
  2049. package/lib/typescript/core/design/atoms/Button/styles.d.ts +34 -0
  2050. package/lib/typescript/core/design/atoms/Button/styles.d.ts.map +1 -0
  2051. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts +10 -0
  2052. package/lib/typescript/core/design/atoms/Divider/Divider.d.ts.map +1 -0
  2053. package/lib/typescript/core/design/atoms/Divider/index.d.ts +3 -0
  2054. package/lib/typescript/core/design/atoms/Divider/index.d.ts.map +1 -0
  2055. package/lib/typescript/core/design/atoms/Divider/styles.d.ts +34 -0
  2056. package/lib/typescript/core/design/atoms/Divider/styles.d.ts.map +1 -0
  2057. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts +22 -0
  2058. package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts.map +1 -0
  2059. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts +3 -0
  2060. package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts.map +1 -0
  2061. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts +45 -0
  2062. package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts.map +1 -0
  2063. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts +22 -0
  2064. package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts.map +1 -0
  2065. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts +3 -0
  2066. package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts.map +1 -0
  2067. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts +56 -0
  2068. package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts.map +1 -0
  2069. package/lib/typescript/core/design/atoms/Input/Input.d.ts +11 -0
  2070. package/lib/typescript/core/design/atoms/Input/Input.d.ts.map +1 -0
  2071. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts +23 -0
  2072. package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts.map +1 -0
  2073. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts +3 -0
  2074. package/lib/typescript/core/design/atoms/Input/Text/index.d.ts.map +1 -0
  2075. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts +66 -0
  2076. package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts.map +1 -0
  2077. package/lib/typescript/core/design/atoms/Input/User/User.d.ts +14 -0
  2078. package/lib/typescript/core/design/atoms/Input/User/User.d.ts.map +1 -0
  2079. package/lib/typescript/core/design/atoms/Input/User/index.d.ts +3 -0
  2080. package/lib/typescript/core/design/atoms/Input/User/index.d.ts.map +1 -0
  2081. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts +38 -0
  2082. package/lib/typescript/core/design/atoms/Input/User/styles.d.ts.map +1 -0
  2083. package/lib/typescript/core/design/atoms/Input/index.d.ts +10 -0
  2084. package/lib/typescript/core/design/atoms/Input/index.d.ts.map +1 -0
  2085. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts +7 -0
  2086. package/lib/typescript/core/design/atoms/Loader/Loader.d.ts.map +1 -0
  2087. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts +7 -0
  2088. package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts.map +1 -0
  2089. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts +3 -0
  2090. package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts.map +1 -0
  2091. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts +7 -0
  2092. package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts.map +1 -0
  2093. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts +9 -0
  2094. package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts.map +1 -0
  2095. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts +3 -0
  2096. package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts.map +1 -0
  2097. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts +42 -0
  2098. package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts.map +1 -0
  2099. package/lib/typescript/core/design/atoms/Loader/index.d.ts +6 -0
  2100. package/lib/typescript/core/design/atoms/Loader/index.d.ts.map +1 -0
  2101. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts +23 -0
  2102. package/lib/typescript/core/design/atoms/Selection/Selection.d.ts.map +1 -0
  2103. package/lib/typescript/core/design/atoms/Selection/index.d.ts +3 -0
  2104. package/lib/typescript/core/design/atoms/Selection/index.d.ts.map +1 -0
  2105. package/lib/typescript/core/design/atoms/Selection/styles.d.ts +61 -0
  2106. package/lib/typescript/core/design/atoms/Selection/styles.d.ts.map +1 -0
  2107. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts +12 -0
  2108. package/lib/typescript/core/design/atoms/Tab/Tab.d.ts.map +1 -0
  2109. package/lib/typescript/core/design/atoms/Tab/index.d.ts +3 -0
  2110. package/lib/typescript/core/design/atoms/Tab/index.d.ts.map +1 -0
  2111. package/lib/typescript/core/design/atoms/Tab/styles.d.ts +53 -0
  2112. package/lib/typescript/core/design/atoms/Tab/styles.d.ts.map +1 -0
  2113. package/lib/typescript/core/design/components/Menu/Menu.d.ts +27 -0
  2114. package/lib/typescript/core/design/components/Menu/Menu.d.ts.map +1 -0
  2115. package/lib/typescript/core/design/components/Menu/index.d.ts +3 -0
  2116. package/lib/typescript/core/design/components/Menu/index.d.ts.map +1 -0
  2117. package/lib/typescript/core/design/components/Menu/styles.d.ts +51 -0
  2118. package/lib/typescript/core/design/components/Menu/styles.d.ts.map +1 -0
  2119. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts +9 -0
  2120. package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts.map +1 -0
  2121. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts +3 -0
  2122. package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts.map +1 -0
  2123. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts +35 -0
  2124. package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts.map +1 -0
  2125. package/lib/typescript/core/design/components/Popover/Popover.d.ts +27 -0
  2126. package/lib/typescript/core/design/components/Popover/Popover.d.ts.map +1 -0
  2127. package/lib/typescript/core/design/components/Popover/index.d.ts +3 -0
  2128. package/lib/typescript/core/design/components/Popover/index.d.ts.map +1 -0
  2129. package/lib/typescript/core/design/components/Popover/styles.d.ts +27 -0
  2130. package/lib/typescript/core/design/components/Popover/styles.d.ts.map +1 -0
  2131. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts +10 -0
  2132. package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts.map +1 -0
  2133. package/lib/typescript/core/design/components/Skeleton/index.d.ts +3 -0
  2134. package/lib/typescript/core/design/components/Skeleton/index.d.ts.map +1 -0
  2135. package/lib/typescript/core/design/components/Skeleton/styles.d.ts +8 -0
  2136. package/lib/typescript/core/design/components/Skeleton/styles.d.ts.map +1 -0
  2137. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts +36 -0
  2138. package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts.map +1 -0
  2139. package/lib/typescript/core/design/components/TextEditor/index.d.ts +5 -0
  2140. package/lib/typescript/core/design/components/TextEditor/index.d.ts.map +1 -0
  2141. package/lib/typescript/core/design/components/TextEditor/styles.d.ts +29 -0
  2142. package/lib/typescript/core/design/components/TextEditor/styles.d.ts.map +1 -0
  2143. package/lib/typescript/core/design/components/TextEditor/utils.d.ts +54 -0
  2144. package/lib/typescript/core/design/components/TextEditor/utils.d.ts.map +1 -0
  2145. package/lib/typescript/core/design/components/Typography/Typography.d.ts +7 -0
  2146. package/lib/typescript/core/design/components/Typography/Typography.d.ts.map +1 -0
  2147. package/lib/typescript/core/design/components/Typography/index.d.ts +3 -0
  2148. package/lib/typescript/core/design/components/Typography/index.d.ts.map +1 -0
  2149. package/lib/typescript/core/design/components/Typography/styles.d.ts +53 -0
  2150. package/lib/typescript/core/design/components/Typography/styles.d.ts.map +1 -0
  2151. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts +6 -0
  2152. package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts.map +1 -0
  2153. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts +3 -0
  2154. package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts.map +1 -0
  2155. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts +7 -0
  2156. package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts.map +1 -0
  2157. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts +3 -0
  2158. package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts.map +1 -0
  2159. package/lib/typescript/core/design/icons/AmityIcon.d.ts +12 -0
  2160. package/lib/typescript/core/design/icons/AmityIcon.d.ts.map +1 -0
  2161. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts +222 -0
  2162. package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts.map +1 -0
  2163. package/lib/typescript/core/design/icons/index.d.ts +5 -0
  2164. package/lib/typescript/core/design/icons/index.d.ts.map +1 -0
  2165. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts +12 -0
  2166. package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts.map +1 -0
  2167. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts +3 -0
  2168. package/lib/typescript/core/design/molecules/SearchInput/index.d.ts.map +1 -0
  2169. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts +19 -0
  2170. package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts.map +1 -0
  2171. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts +16 -0
  2172. package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts.map +1 -0
  2173. package/lib/typescript/core/design/molecules/Tabs/index.d.ts +3 -0
  2174. package/lib/typescript/core/design/molecules/Tabs/index.d.ts.map +1 -0
  2175. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts +19 -0
  2176. package/lib/typescript/core/design/molecules/Tabs/styles.d.ts.map +1 -0
  2177. package/lib/typescript/core/design/theme/AmityForceMode.d.ts +8 -0
  2178. package/lib/typescript/core/design/theme/AmityForceMode.d.ts.map +1 -0
  2179. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts +27 -0
  2180. package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts.map +1 -0
  2181. package/lib/typescript/core/design/theme/index.d.ts +9 -0
  2182. package/lib/typescript/core/design/theme/index.d.ts.map +1 -0
  2183. package/lib/typescript/core/design/theme/resolveTokens.d.ts +16 -0
  2184. package/lib/typescript/core/design/theme/resolveTokens.d.ts.map +1 -0
  2185. package/lib/typescript/core/design/theme/useToken.d.ts +6 -0
  2186. package/lib/typescript/core/design/theme/useToken.d.ts.map +1 -0
  2187. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts +5065 -0
  2188. package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts.map +1 -0
  2189. package/lib/typescript/core/design/tokens/spacing.d.ts +22 -0
  2190. package/lib/typescript/core/design/tokens/spacing.d.ts.map +1 -0
  2191. package/lib/typescript/core/index.d.ts +1 -0
  2192. package/lib/typescript/core/index.d.ts.map +1 -1
  2193. package/lib/typescript/core/localization/LocaleProvider.d.ts +77 -0
  2194. package/lib/typescript/core/localization/LocaleProvider.d.ts.map +1 -0
  2195. package/lib/typescript/core/localization/defaultLocaleMap.d.ts +19 -0
  2196. package/lib/typescript/core/localization/defaultLocaleMap.d.ts.map +1 -0
  2197. package/lib/typescript/core/localization/defaults/en.d.ts +14 -0
  2198. package/lib/typescript/core/localization/defaults/en.d.ts.map +1 -0
  2199. package/lib/typescript/core/localization/defaults/th.d.ts +16 -0
  2200. package/lib/typescript/core/localization/defaults/th.d.ts.map +1 -0
  2201. package/lib/typescript/core/localization/index.d.ts +28 -0
  2202. package/lib/typescript/core/localization/index.d.ts.map +1 -0
  2203. package/lib/typescript/core/localization/resolveString.d.ts +82 -0
  2204. package/lib/typescript/core/localization/resolveString.d.ts.map +1 -0
  2205. package/lib/typescript/core/localization/useString.d.ts +23 -0
  2206. package/lib/typescript/core/localization/useString.d.ts.map +1 -0
  2207. package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -1
  2208. package/lib/typescript/core/routes/AmityChatEntry.d.ts +2 -0
  2209. package/lib/typescript/core/routes/AmityChatEntry.d.ts.map +1 -0
  2210. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts +5 -1
  2211. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -1
  2212. package/lib/typescript/core/routes/RouteParamList.d.ts +40 -0
  2213. package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -1
  2214. package/lib/typescript/core/stores/slices/toastSlice.d.ts +1 -0
  2215. package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -1
  2216. package/lib/typescript/core/utils/abbreviateCount.d.ts +2 -0
  2217. package/lib/typescript/core/utils/abbreviateCount.d.ts.map +1 -0
  2218. package/lib/typescript/index.d.ts +2 -2
  2219. package/lib/typescript/index.d.ts.map +1 -1
  2220. package/lib/typescript/social/components/Toast/index.d.ts.map +1 -1
  2221. package/lib/typescript/social/components/Toast/styles.d.ts +3 -1
  2222. package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -1
  2223. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts +36 -0
  2224. package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts.map +1 -0
  2225. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts +3 -0
  2226. package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts.map +1 -0
  2227. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts +106 -0
  2228. package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts.map +1 -0
  2229. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts +7 -0
  2230. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts.map +1 -0
  2231. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts +2 -0
  2232. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts.map +1 -0
  2233. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts +10 -0
  2234. package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts.map +1 -0
  2235. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts +20 -0
  2236. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts.map +1 -0
  2237. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts +2 -0
  2238. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts.map +1 -0
  2239. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts +10 -0
  2240. package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts.map +1 -0
  2241. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts +7 -0
  2242. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts.map +1 -0
  2243. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts +2 -0
  2244. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts.map +1 -0
  2245. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts +45 -0
  2246. package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts.map +1 -0
  2247. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts +42 -0
  2248. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts.map +1 -0
  2249. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts +3 -0
  2250. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts.map +1 -0
  2251. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts +37 -0
  2252. package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts.map +1 -0
  2253. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts +25 -0
  2254. package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts.map +1 -0
  2255. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts +2 -0
  2256. package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts.map +1 -0
  2257. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts +195 -0
  2258. package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts.map +1 -0
  2259. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts +11 -0
  2260. package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts.map +1 -0
  2261. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts +2 -0
  2262. package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts.map +1 -0
  2263. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts +140 -0
  2264. package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts.map +1 -0
  2265. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts +5 -0
  2266. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts.map +1 -0
  2267. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts +11 -0
  2268. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts.map +1 -0
  2269. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts +3 -0
  2270. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts.map +1 -0
  2271. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts +34 -0
  2272. package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts.map +1 -0
  2273. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts +5 -0
  2274. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts.map +1 -0
  2275. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts +3 -0
  2276. package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts.map +1 -0
  2277. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts +6 -0
  2278. package/lib/typescript/social/features/chat/constants/errorResponse.d.ts.map +1 -0
  2279. package/lib/typescript/social/features/chat/constants/index.d.ts +4 -0
  2280. package/lib/typescript/social/features/chat/constants/index.d.ts.map +1 -0
  2281. package/lib/typescript/social/features/chat/constants/list.d.ts +3 -0
  2282. package/lib/typescript/social/features/chat/constants/list.d.ts.map +1 -0
  2283. package/lib/typescript/social/features/chat/constants/search.d.ts +8 -0
  2284. package/lib/typescript/social/features/chat/constants/search.d.ts.map +1 -0
  2285. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts +2 -0
  2286. package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts.map +1 -0
  2287. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts +2 -0
  2288. package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts.map +1 -0
  2289. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts +22 -0
  2290. package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts.map +1 -0
  2291. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts +29 -0
  2292. package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts.map +1 -0
  2293. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts +3 -0
  2294. package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts.map +1 -0
  2295. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts +35 -0
  2296. package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts.map +1 -0
  2297. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts +10 -0
  2298. package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts.map +1 -0
  2299. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts +3 -0
  2300. package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts.map +1 -0
  2301. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts +35 -0
  2302. package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts.map +1 -0
  2303. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts +12 -0
  2304. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts.map +1 -0
  2305. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts +3 -0
  2306. package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts.map +1 -0
  2307. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts +9 -0
  2308. package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts.map +1 -0
  2309. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts +3 -0
  2310. package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts.map +1 -0
  2311. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts +11 -0
  2312. package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts.map +1 -0
  2313. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts +6 -0
  2314. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts.map +1 -0
  2315. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts +3 -0
  2316. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts.map +1 -0
  2317. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts +16 -0
  2318. package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts.map +1 -0
  2319. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts +11 -0
  2320. package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts.map +1 -0
  2321. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts +3 -0
  2322. package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts.map +1 -0
  2323. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts +58 -0
  2324. package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts.map +1 -0
  2325. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts +12 -0
  2326. package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts.map +1 -0
  2327. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts +3 -0
  2328. package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts.map +1 -0
  2329. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts +47 -0
  2330. package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts.map +1 -0
  2331. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts +10 -0
  2332. package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts.map +1 -0
  2333. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts +2 -0
  2334. package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts.map +1 -0
  2335. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts +40 -0
  2336. package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts.map +1 -0
  2337. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts +2 -0
  2338. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts.map +1 -0
  2339. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts +2 -0
  2340. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts.map +1 -0
  2341. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts +17 -0
  2342. package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts.map +1 -0
  2343. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts +2 -0
  2344. package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts.map +1 -0
  2345. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts +2 -0
  2346. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts.map +1 -0
  2347. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts +2 -0
  2348. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts.map +1 -0
  2349. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts +33 -0
  2350. package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts.map +1 -0
  2351. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts +6 -0
  2352. package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts.map +1 -0
  2353. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts +2 -0
  2354. package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts.map +1 -0
  2355. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts +3 -0
  2356. package/lib/typescript/social/features/chat/features/archive/components/index.d.ts.map +1 -0
  2357. package/lib/typescript/social/features/chat/features/archive/index.d.ts +2 -0
  2358. package/lib/typescript/social/features/chat/features/archive/index.d.ts.map +1 -0
  2359. package/lib/typescript/social/features/chat/features/archive/styles.d.ts +11 -0
  2360. package/lib/typescript/social/features/chat/features/archive/styles.d.ts.map +1 -0
  2361. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts +7 -0
  2362. package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts.map +1 -0
  2363. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts +12 -0
  2364. package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts.map +1 -0
  2365. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts +2 -0
  2366. package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts.map +1 -0
  2367. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts +44 -0
  2368. package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts.map +1 -0
  2369. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts +45 -0
  2370. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts.map +1 -0
  2371. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts +2 -0
  2372. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts.map +1 -0
  2373. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts +32 -0
  2374. package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts.map +1 -0
  2375. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts +29 -0
  2376. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts.map +1 -0
  2377. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts +2 -0
  2378. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts.map +1 -0
  2379. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts +61 -0
  2380. package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts.map +1 -0
  2381. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts +4 -0
  2382. package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts.map +1 -0
  2383. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts +2 -0
  2384. package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts.map +1 -0
  2385. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts +8 -0
  2386. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts.map +1 -0
  2387. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts +2 -0
  2388. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts.map +1 -0
  2389. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts +14 -0
  2390. package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts.map +1 -0
  2391. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts +11 -0
  2392. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts.map +1 -0
  2393. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts +2 -0
  2394. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts.map +1 -0
  2395. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts +40 -0
  2396. package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts.map +1 -0
  2397. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts +7 -0
  2398. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts.map +1 -0
  2399. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts +2 -0
  2400. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts.map +1 -0
  2401. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts +8 -0
  2402. package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts.map +1 -0
  2403. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts +4 -0
  2404. package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts.map +1 -0
  2405. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts +4 -0
  2406. package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts.map +1 -0
  2407. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts +8 -0
  2408. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts.map +1 -0
  2409. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts +14 -0
  2410. package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts.map +1 -0
  2411. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts +2 -0
  2412. package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts.map +1 -0
  2413. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts +10 -0
  2414. package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts.map +1 -0
  2415. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts +82 -0
  2416. package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts.map +1 -0
  2417. package/lib/typescript/social/features/chat/features/conversation/index.d.ts +3 -0
  2418. package/lib/typescript/social/features/chat/features/conversation/index.d.ts.map +1 -0
  2419. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts +10 -0
  2420. package/lib/typescript/social/features/chat/features/conversation/styles.d.ts.map +1 -0
  2421. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts +6 -0
  2422. package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts.map +1 -0
  2423. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts +7 -0
  2424. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts.map +1 -0
  2425. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts +2 -0
  2426. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts.map +1 -0
  2427. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts +13 -0
  2428. package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts.map +1 -0
  2429. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts +10 -0
  2430. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts.map +1 -0
  2431. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts +2 -0
  2432. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts.map +1 -0
  2433. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts +14 -0
  2434. package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts.map +1 -0
  2435. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
  2436. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
  2437. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts +2 -0
  2438. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts.map +1 -0
  2439. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts +18 -0
  2440. package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
  2441. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts +8 -0
  2442. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts.map +1 -0
  2443. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts +2 -0
  2444. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts.map +1 -0
  2445. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts +31 -0
  2446. package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts.map +1 -0
  2447. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts +5 -0
  2448. package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts.map +1 -0
  2449. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts +2 -0
  2450. package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts.map +1 -0
  2451. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts +23 -0
  2452. package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts.map +1 -0
  2453. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts +2 -0
  2454. package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts.map +1 -0
  2455. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts +14 -0
  2456. package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts.map +1 -0
  2457. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts +6 -0
  2458. package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts.map +1 -0
  2459. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts +8 -0
  2460. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts.map +1 -0
  2461. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts +2 -0
  2462. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts.map +1 -0
  2463. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts +14 -0
  2464. package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts.map +1 -0
  2465. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts +6 -0
  2466. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts.map +1 -0
  2467. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts +2 -0
  2468. package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts.map +1 -0
  2469. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts +3 -0
  2470. package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts.map +1 -0
  2471. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts +2 -0
  2472. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts.map +1 -0
  2473. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts +13 -0
  2474. package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts.map +1 -0
  2475. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts +2 -0
  2476. package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts.map +1 -0
  2477. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts +14 -0
  2478. package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts.map +1 -0
  2479. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts +7 -0
  2480. package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts.map +1 -0
  2481. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts +2 -0
  2482. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts.map +1 -0
  2483. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts +2 -0
  2484. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts.map +1 -0
  2485. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts +26 -0
  2486. package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts.map +1 -0
  2487. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts +10 -0
  2488. package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts.map +1 -0
  2489. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts +2 -0
  2490. package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts.map +1 -0
  2491. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts +53 -0
  2492. package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts.map +1 -0
  2493. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts +3 -0
  2494. package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts.map +1 -0
  2495. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts +2 -0
  2496. package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts.map +1 -0
  2497. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts +91 -0
  2498. package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts.map +1 -0
  2499. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts +3 -0
  2500. package/lib/typescript/social/features/chat/features/group/chat/index.d.ts.map +1 -0
  2501. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts +10 -0
  2502. package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts.map +1 -0
  2503. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts +3 -0
  2504. package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts.map +1 -0
  2505. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts +8 -0
  2506. package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts.map +1 -0
  2507. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts +2 -0
  2508. package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts.map +1 -0
  2509. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts +9 -0
  2510. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts.map +1 -0
  2511. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts +2 -0
  2512. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts.map +1 -0
  2513. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts +22 -0
  2514. package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts.map +1 -0
  2515. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts +17 -0
  2516. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts.map +1 -0
  2517. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts +2 -0
  2518. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts.map +1 -0
  2519. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts +54 -0
  2520. package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts.map +1 -0
  2521. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts +4 -0
  2522. package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts.map +1 -0
  2523. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts +3 -0
  2524. package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts.map +1 -0
  2525. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts +34 -0
  2526. package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts.map +1 -0
  2527. package/lib/typescript/social/features/chat/features/group/create/index.d.ts +3 -0
  2528. package/lib/typescript/social/features/chat/features/group/create/index.d.ts.map +1 -0
  2529. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts +15 -0
  2530. package/lib/typescript/social/features/chat/features/group/create/styles.d.ts.map +1 -0
  2531. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts +2 -0
  2532. package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts.map +1 -0
  2533. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts +2 -0
  2534. package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts.map +1 -0
  2535. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts +3 -0
  2536. package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts.map +1 -0
  2537. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts +7 -0
  2538. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts.map +1 -0
  2539. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts +2 -0
  2540. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts.map +1 -0
  2541. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts +18 -0
  2542. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts.map +1 -0
  2543. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts +7 -0
  2544. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts.map +1 -0
  2545. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts +2 -0
  2546. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts.map +1 -0
  2547. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts +18 -0
  2548. package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts.map +1 -0
  2549. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts +2 -0
  2550. package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts.map +1 -0
  2551. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts +2 -0
  2552. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts.map +1 -0
  2553. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts +16 -0
  2554. package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts.map +1 -0
  2555. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts +3 -0
  2556. package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts.map +1 -0
  2557. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts +16 -0
  2558. package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts.map +1 -0
  2559. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts +3 -0
  2560. package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts.map +1 -0
  2561. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts +7 -0
  2562. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts.map +1 -0
  2563. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts +2 -0
  2564. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts.map +1 -0
  2565. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts +18 -0
  2566. package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts.map +1 -0
  2567. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts +2 -0
  2568. package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts.map +1 -0
  2569. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts +11 -0
  2570. package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts.map +1 -0
  2571. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts +2 -0
  2572. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts.map +1 -0
  2573. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts +12 -0
  2574. package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts.map +1 -0
  2575. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts +3 -0
  2576. package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts.map +1 -0
  2577. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts +22 -0
  2578. package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts.map +1 -0
  2579. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts +3 -0
  2580. package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts.map +1 -0
  2581. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts +8 -0
  2582. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts.map +1 -0
  2583. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts +2 -0
  2584. package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts.map +1 -0
  2585. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts +2 -0
  2586. package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts.map +1 -0
  2587. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts +2 -0
  2588. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts.map +1 -0
  2589. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts +14 -0
  2590. package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts.map +1 -0
  2591. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts +3 -0
  2592. package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts.map +1 -0
  2593. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts +15 -0
  2594. package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts.map +1 -0
  2595. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts +7 -0
  2596. package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts.map +1 -0
  2597. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts +8 -0
  2598. package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts.map +1 -0
  2599. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts +2 -0
  2600. package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts.map +1 -0
  2601. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts +16 -0
  2602. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts.map +1 -0
  2603. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts +2 -0
  2604. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts.map +1 -0
  2605. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts +45 -0
  2606. package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts.map +1 -0
  2607. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts +8 -0
  2608. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts.map +1 -0
  2609. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts +2 -0
  2610. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts.map +1 -0
  2611. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts +11 -0
  2612. package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts.map +1 -0
  2613. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts +10 -0
  2614. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts.map +1 -0
  2615. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts +2 -0
  2616. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts.map +1 -0
  2617. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts +12 -0
  2618. package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts.map +1 -0
  2619. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts +5 -0
  2620. package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts.map +1 -0
  2621. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts +2 -0
  2622. package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts.map +1 -0
  2623. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts +12 -0
  2624. package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts.map +1 -0
  2625. package/lib/typescript/social/features/chat/features/group/members/index.d.ts +2 -0
  2626. package/lib/typescript/social/features/chat/features/group/members/index.d.ts.map +1 -0
  2627. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts +10 -0
  2628. package/lib/typescript/social/features/chat/features/group/members/styles.d.ts.map +1 -0
  2629. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts +3 -0
  2630. package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts.map +1 -0
  2631. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts +8 -0
  2632. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts.map +1 -0
  2633. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts +2 -0
  2634. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts.map +1 -0
  2635. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts +31 -0
  2636. package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts.map +1 -0
  2637. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts +2 -0
  2638. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts.map +1 -0
  2639. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts +2 -0
  2640. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts.map +1 -0
  2641. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts +19 -0
  2642. package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts.map +1 -0
  2643. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts +3 -0
  2644. package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts.map +1 -0
  2645. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts +2 -0
  2646. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts.map +1 -0
  2647. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts +16 -0
  2648. package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts.map +1 -0
  2649. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts +3 -0
  2650. package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts.map +1 -0
  2651. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts +11 -0
  2652. package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts.map +1 -0
  2653. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts +3 -0
  2654. package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts.map +1 -0
  2655. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts +12 -0
  2656. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts.map +1 -0
  2657. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts +2 -0
  2658. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts.map +1 -0
  2659. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts +14 -0
  2660. package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts.map +1 -0
  2661. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
  2662. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
  2663. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts +2 -0
  2664. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts.map +1 -0
  2665. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts +18 -0
  2666. package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
  2667. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts +10 -0
  2668. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts.map +1 -0
  2669. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts +2 -0
  2670. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts.map +1 -0
  2671. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts +30 -0
  2672. package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts.map +1 -0
  2673. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts +8 -0
  2674. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts.map +1 -0
  2675. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts +2 -0
  2676. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts.map +1 -0
  2677. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts +11 -0
  2678. package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts.map +1 -0
  2679. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts +5 -0
  2680. package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts.map +1 -0
  2681. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts +2 -0
  2682. package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts.map +1 -0
  2683. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts +3 -0
  2684. package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts.map +1 -0
  2685. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts +22 -0
  2686. package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts.map +1 -0
  2687. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts +3 -0
  2688. package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts.map +1 -0
  2689. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts +10 -0
  2690. package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts.map +1 -0
  2691. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts +3 -0
  2692. package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts.map +1 -0
  2693. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts +7 -0
  2694. package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts.map +1 -0
  2695. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts +2 -0
  2696. package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts.map +1 -0
  2697. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts +2 -0
  2698. package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts.map +1 -0
  2699. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts +2 -0
  2700. package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts.map +1 -0
  2701. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts +20 -0
  2702. package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts.map +1 -0
  2703. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts +3 -0
  2704. package/lib/typescript/social/features/chat/features/group/setting/index.d.ts.map +1 -0
  2705. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts +36 -0
  2706. package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts.map +1 -0
  2707. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts +8 -0
  2708. package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts.map +1 -0
  2709. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts +14 -0
  2710. package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts.map +1 -0
  2711. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts +3 -0
  2712. package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts.map +1 -0
  2713. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts +78 -0
  2714. package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts.map +1 -0
  2715. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts +2 -0
  2716. package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts.map +1 -0
  2717. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts +2 -0
  2718. package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts.map +1 -0
  2719. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts +33 -0
  2720. package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts.map +1 -0
  2721. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts +2 -0
  2722. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts.map +1 -0
  2723. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts +2 -0
  2724. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts.map +1 -0
  2725. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts +20 -0
  2726. package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts.map +1 -0
  2727. package/lib/typescript/social/features/chat/features/home/components/index.d.ts +4 -0
  2728. package/lib/typescript/social/features/chat/features/home/components/index.d.ts.map +1 -0
  2729. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts +2 -0
  2730. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts.map +1 -0
  2731. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts +2 -0
  2732. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts.map +1 -0
  2733. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts +14 -0
  2734. package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts.map +1 -0
  2735. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts +9 -0
  2736. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts.map +1 -0
  2737. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts +2 -0
  2738. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts.map +1 -0
  2739. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts +14 -0
  2740. package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts.map +1 -0
  2741. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts +2 -0
  2742. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts.map +1 -0
  2743. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts +2 -0
  2744. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts.map +1 -0
  2745. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts +14 -0
  2746. package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts.map +1 -0
  2747. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts +2 -0
  2748. package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts.map +1 -0
  2749. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts +2 -0
  2750. package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts.map +1 -0
  2751. package/lib/typescript/social/features/chat/features/home/index.d.ts +4 -0
  2752. package/lib/typescript/social/features/chat/features/home/index.d.ts.map +1 -0
  2753. package/lib/typescript/social/features/chat/features/home/styles.d.ts +15 -0
  2754. package/lib/typescript/social/features/chat/features/home/styles.d.ts.map +1 -0
  2755. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts +2 -0
  2756. package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts.map +1 -0
  2757. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts +9 -0
  2758. package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts.map +1 -0
  2759. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts +2 -0
  2760. package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts.map +1 -0
  2761. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts +20 -0
  2762. package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts.map +1 -0
  2763. package/lib/typescript/social/features/chat/features/search/components/index.d.ts +2 -0
  2764. package/lib/typescript/social/features/chat/features/search/components/index.d.ts.map +1 -0
  2765. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts +2 -0
  2766. package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts.map +1 -0
  2767. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts +13 -0
  2768. package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts.map +1 -0
  2769. package/lib/typescript/social/features/chat/features/search/index.d.ts +2 -0
  2770. package/lib/typescript/social/features/chat/features/search/index.d.ts.map +1 -0
  2771. package/lib/typescript/social/features/chat/features/search/styles.d.ts +14 -0
  2772. package/lib/typescript/social/features/chat/features/search/styles.d.ts.map +1 -0
  2773. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts +8 -0
  2774. package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts.map +1 -0
  2775. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts +2 -0
  2776. package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts.map +1 -0
  2777. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts +17 -0
  2778. package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts.map +1 -0
  2779. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts +8 -0
  2780. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts.map +1 -0
  2781. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts +2 -0
  2782. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts.map +1 -0
  2783. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts +79 -0
  2784. package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts.map +1 -0
  2785. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts +6 -0
  2786. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts.map +1 -0
  2787. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts +2 -0
  2788. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts.map +1 -0
  2789. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts +28 -0
  2790. package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts.map +1 -0
  2791. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts +6 -0
  2792. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts.map +1 -0
  2793. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts +2 -0
  2794. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts.map +1 -0
  2795. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts +20 -0
  2796. package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts.map +1 -0
  2797. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts +7 -0
  2798. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts.map +1 -0
  2799. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts +2 -0
  2800. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts.map +1 -0
  2801. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts +19 -0
  2802. package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts.map +1 -0
  2803. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts +7 -0
  2804. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts.map +1 -0
  2805. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts +2 -0
  2806. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts.map +1 -0
  2807. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts +22 -0
  2808. package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts.map +1 -0
  2809. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts +10 -0
  2810. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts.map +1 -0
  2811. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts +2 -0
  2812. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts.map +1 -0
  2813. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts +49 -0
  2814. package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts.map +1 -0
  2815. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts +14 -0
  2816. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts.map +1 -0
  2817. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts +2 -0
  2818. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts.map +1 -0
  2819. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts +69 -0
  2820. package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts.map +1 -0
  2821. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts +9 -0
  2822. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts.map +1 -0
  2823. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts +2 -0
  2824. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts.map +1 -0
  2825. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts +46 -0
  2826. package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts.map +1 -0
  2827. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts +9 -0
  2828. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts.map +1 -0
  2829. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts +2 -0
  2830. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts.map +1 -0
  2831. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts +54 -0
  2832. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts.map +1 -0
  2833. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts +13 -0
  2834. package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts.map +1 -0
  2835. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts +7 -0
  2836. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts.map +1 -0
  2837. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts +2 -0
  2838. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts.map +1 -0
  2839. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts +38 -0
  2840. package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts.map +1 -0
  2841. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts +23 -0
  2842. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts.map +1 -0
  2843. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts +2 -0
  2844. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts.map +1 -0
  2845. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts +110 -0
  2846. package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts.map +1 -0
  2847. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts +11 -0
  2848. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts.map +1 -0
  2849. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts +2 -0
  2850. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts.map +1 -0
  2851. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts +60 -0
  2852. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts.map +1 -0
  2853. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts +14 -0
  2854. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts.map +1 -0
  2855. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts +2 -0
  2856. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts.map +1 -0
  2857. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts +110 -0
  2858. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts.map +1 -0
  2859. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts +14 -0
  2860. package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts.map +1 -0
  2861. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts +6 -0
  2862. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts.map +1 -0
  2863. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts +2 -0
  2864. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts.map +1 -0
  2865. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts +18 -0
  2866. package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts.map +1 -0
  2867. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts +7 -0
  2868. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts.map +1 -0
  2869. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts +2 -0
  2870. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts.map +1 -0
  2871. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts +57 -0
  2872. package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts.map +1 -0
  2873. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts +6 -0
  2874. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts.map +1 -0
  2875. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts +2 -0
  2876. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts.map +1 -0
  2877. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts +10 -0
  2878. package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts.map +1 -0
  2879. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts +6 -0
  2880. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts.map +1 -0
  2881. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts +3 -0
  2882. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts.map +1 -0
  2883. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts +27 -0
  2884. package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts.map +1 -0
  2885. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts +18 -0
  2886. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
  2887. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts +17 -0
  2888. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts.map +1 -0
  2889. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts +2 -0
  2890. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts.map +1 -0
  2891. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts +53 -0
  2892. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts.map +1 -0
  2893. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts +9 -0
  2894. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts.map +1 -0
  2895. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts +2 -0
  2896. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts.map +1 -0
  2897. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts +47 -0
  2898. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts.map +1 -0
  2899. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts +3 -0
  2900. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts.map +1 -0
  2901. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts +2 -0
  2902. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts.map +1 -0
  2903. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts +15 -0
  2904. package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts.map +1 -0
  2905. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts +7 -0
  2906. package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts.map +1 -0
  2907. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts +2 -0
  2908. package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts.map +1 -0
  2909. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts +17 -0
  2910. package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts.map +1 -0
  2911. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts +12 -0
  2912. package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts.map +1 -0
  2913. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts +27 -0
  2914. package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts.map +1 -0
  2915. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts +86 -0
  2916. package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts.map +1 -0
  2917. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts +12 -0
  2918. package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts.map +1 -0
  2919. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts +8 -0
  2920. package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts.map +1 -0
  2921. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts +22 -0
  2922. package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts.map +1 -0
  2923. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts +80 -0
  2924. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts.map +1 -0
  2925. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts +12 -0
  2926. package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts.map +1 -0
  2927. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts +16 -0
  2928. package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts.map +1 -0
  2929. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts +19 -0
  2930. package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts.map +1 -0
  2931. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts +8 -0
  2932. package/lib/typescript/social/features/chat/hooks/collections/index.d.ts.map +1 -0
  2933. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts +11 -0
  2934. package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts.map +1 -0
  2935. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts +18 -0
  2936. package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts.map +1 -0
  2937. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts +8 -0
  2938. package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts.map +1 -0
  2939. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts +17 -0
  2940. package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts.map +1 -0
  2941. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts +11 -0
  2942. package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts.map +1 -0
  2943. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts +10 -0
  2944. package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts.map +1 -0
  2945. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts +13 -0
  2946. package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts.map +1 -0
  2947. package/lib/typescript/social/features/chat/hooks/index.d.ts +12 -0
  2948. package/lib/typescript/social/features/chat/hooks/index.d.ts.map +1 -0
  2949. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts +5 -0
  2950. package/lib/typescript/social/features/chat/hooks/queries/index.d.ts.map +1 -0
  2951. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts +11 -0
  2952. package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts.map +1 -0
  2953. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts +8 -0
  2954. package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts.map +1 -0
  2955. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts +19 -0
  2956. package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts.map +1 -0
  2957. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts +5 -0
  2958. package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts.map +1 -0
  2959. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts +8 -0
  2960. package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts.map +1 -0
  2961. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts +10 -0
  2962. package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts.map +1 -0
  2963. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts +17 -0
  2964. package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts.map +1 -0
  2965. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts +13 -0
  2966. package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts.map +1 -0
  2967. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts +2 -0
  2968. package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts.map +1 -0
  2969. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts +12 -0
  2970. package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts.map +1 -0
  2971. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts +15 -0
  2972. package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts.map +1 -0
  2973. package/lib/typescript/social/features/chat/hooks/useMention.d.ts +28 -0
  2974. package/lib/typescript/social/features/chat/hooks/useMention.d.ts.map +1 -0
  2975. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts +5 -0
  2976. package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts.map +1 -0
  2977. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts +2 -0
  2978. package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts.map +1 -0
  2979. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts +2 -0
  2980. package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts.map +1 -0
  2981. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts +2 -0
  2982. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts.map +1 -0
  2983. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts +9 -0
  2984. package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts.map +1 -0
  2985. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts +2 -0
  2986. package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts.map +1 -0
  2987. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts +2 -0
  2988. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts.map +1 -0
  2989. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts +10 -0
  2990. package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts.map +1 -0
  2991. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts +2 -0
  2992. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts.map +1 -0
  2993. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts +9 -0
  2994. package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts.map +1 -0
  2995. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts +2 -0
  2996. package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts.map +1 -0
  2997. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts +10 -0
  2998. package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts.map +1 -0
  2999. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts +2 -0
  3000. package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts.map +1 -0
  3001. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts +2 -0
  3002. package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts.map +1 -0
  3003. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts +2 -0
  3004. package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts.map +1 -0
  3005. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts +2 -0
  3006. package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts.map +1 -0
  3007. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts +2 -0
  3008. package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts.map +1 -0
  3009. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts +2 -0
  3010. package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts.map +1 -0
  3011. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts +2 -0
  3012. package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts.map +1 -0
  3013. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts +2 -0
  3014. package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts.map +1 -0
  3015. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts +2 -0
  3016. package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts.map +1 -0
  3017. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts +2 -0
  3018. package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts.map +1 -0
  3019. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts +12 -0
  3020. package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts.map +1 -0
  3021. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts +4 -0
  3022. package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts.map +1 -0
  3023. package/lib/typescript/social/features/chat/utils/previewLink.d.ts +3 -0
  3024. package/lib/typescript/social/features/chat/utils/previewLink.d.ts.map +1 -0
  3025. package/lib/typescript/social/features/chat/utils/timestamp.d.ts +3 -0
  3026. package/lib/typescript/social/features/chat/utils/timestamp.d.ts.map +1 -0
  3027. package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +15 -15
  3028. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +5 -5
  3029. package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +10 -10
  3030. package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +15 -15
  3031. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +1 -0
  3032. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -1
  3033. package/package.json +12 -7
  3034. package/src/core/assets/icons/emptyCommunity2.tsx +46 -0
  3035. package/src/core/design/atoms/Avatar/Avatar.tsx +93 -0
  3036. package/src/core/design/atoms/Avatar/index.ts +9 -0
  3037. package/src/core/design/atoms/Avatar/styles.ts +109 -0
  3038. package/src/core/design/atoms/Badge/Badge.tsx +103 -0
  3039. package/src/core/design/atoms/Badge/index.ts +10 -0
  3040. package/src/core/design/atoms/Badge/styles.ts +158 -0
  3041. package/src/core/design/atoms/Button/Button.tsx +112 -0
  3042. package/src/core/design/atoms/Button/Icon/Icon.tsx +87 -0
  3043. package/src/core/design/atoms/Button/Icon/index.ts +7 -0
  3044. package/src/core/design/atoms/Button/Icon/styles.ts +166 -0
  3045. package/src/core/design/atoms/Button/index.ts +18 -0
  3046. package/src/core/design/atoms/Button/styles.ts +309 -0
  3047. package/src/core/design/atoms/Divider/Divider.tsx +37 -0
  3048. package/src/core/design/atoms/Divider/index.ts +6 -0
  3049. package/src/core/design/atoms/Divider/styles.ts +44 -0
  3050. package/src/core/design/atoms/Input/Boxed/Boxed.tsx +97 -0
  3051. package/src/core/design/atoms/Input/Boxed/index.ts +2 -0
  3052. package/src/core/design/atoms/Input/Boxed/styles.ts +103 -0
  3053. package/src/core/design/atoms/Input/Chip/Chip.tsx +105 -0
  3054. package/src/core/design/atoms/Input/Chip/index.ts +2 -0
  3055. package/src/core/design/atoms/Input/Chip/styles.ts +95 -0
  3056. package/src/core/design/atoms/Input/Input.tsx +14 -0
  3057. package/src/core/design/atoms/Input/Text/Text.tsx +118 -0
  3058. package/src/core/design/atoms/Input/Text/index.ts +2 -0
  3059. package/src/core/design/atoms/Input/Text/styles.ts +137 -0
  3060. package/src/core/design/atoms/Input/User/User.tsx +53 -0
  3061. package/src/core/design/atoms/Input/User/index.ts +2 -0
  3062. package/src/core/design/atoms/Input/User/styles.ts +62 -0
  3063. package/src/core/design/atoms/Input/index.ts +9 -0
  3064. package/src/core/design/atoms/Loader/Loader.tsx +10 -0
  3065. package/src/core/design/atoms/Loader/Spinner/Spinner.tsx +30 -0
  3066. package/src/core/design/atoms/Loader/Spinner/index.ts +2 -0
  3067. package/src/core/design/atoms/Loader/Spinner/styles.ts +21 -0
  3068. package/src/core/design/atoms/Loader/Upload/Upload.tsx +119 -0
  3069. package/src/core/design/atoms/Loader/Upload/index.ts +2 -0
  3070. package/src/core/design/atoms/Loader/Upload/styles.ts +57 -0
  3071. package/src/core/design/atoms/Loader/index.ts +5 -0
  3072. package/src/core/design/atoms/Selection/Selection.tsx +96 -0
  3073. package/src/core/design/atoms/Selection/index.ts +2 -0
  3074. package/src/core/design/atoms/Selection/styles.ts +133 -0
  3075. package/src/core/design/atoms/Tab/Tab.tsx +65 -0
  3076. package/src/core/design/atoms/Tab/index.ts +2 -0
  3077. package/src/core/design/atoms/Tab/styles.ts +109 -0
  3078. package/src/core/design/components/Menu/Menu.tsx +92 -0
  3079. package/src/core/design/components/Menu/index.ts +2 -0
  3080. package/src/core/design/components/Menu/styles.ts +87 -0
  3081. package/src/core/design/components/MenuOptionButton/MenuOptionButton.tsx +36 -0
  3082. package/src/core/design/components/MenuOptionButton/index.ts +2 -0
  3083. package/src/core/design/components/MenuOptionButton/styles.ts +35 -0
  3084. package/src/core/design/components/Popover/Popover.tsx +149 -0
  3085. package/src/core/design/components/Popover/index.ts +2 -0
  3086. package/src/core/design/components/Popover/styles.ts +38 -0
  3087. package/src/core/design/components/Skeleton/Skeleton.tsx +72 -0
  3088. package/src/core/design/components/Skeleton/index.ts +2 -0
  3089. package/src/core/design/components/Skeleton/styles.ts +17 -0
  3090. package/src/core/design/components/TextEditor/TextEditor.tsx +262 -0
  3091. package/src/core/design/components/TextEditor/index.ts +4 -0
  3092. package/src/core/design/components/TextEditor/styles.ts +58 -0
  3093. package/src/core/design/components/TextEditor/utils.ts +145 -0
  3094. package/src/core/design/components/Typography/Typography.tsx +38 -0
  3095. package/src/core/design/components/Typography/index.ts +2 -0
  3096. package/src/core/design/components/Typography/styles.ts +31 -0
  3097. package/src/core/design/elements/ModeratorBadge/ModeratorBadge.tsx +21 -0
  3098. package/src/core/design/elements/ModeratorBadge/index.ts +2 -0
  3099. package/src/core/design/elements/PrivateBadge/PrivateBadge.tsx +29 -0
  3100. package/src/core/design/elements/PrivateBadge/index.ts +2 -0
  3101. package/src/core/design/icons/AmityIcon.tsx +28 -0
  3102. package/src/core/design/icons/generated/iconRegistry.ts +697 -0
  3103. package/src/core/design/icons/index.ts +9 -0
  3104. package/src/core/design/molecules/SearchInput/SearchInput.tsx +58 -0
  3105. package/src/core/design/molecules/SearchInput/index.ts +2 -0
  3106. package/src/core/design/molecules/SearchInput/styles.ts +23 -0
  3107. package/src/core/design/molecules/Tabs/Tabs.tsx +46 -0
  3108. package/src/core/design/molecules/Tabs/index.ts +2 -0
  3109. package/src/core/design/molecules/Tabs/styles.ts +25 -0
  3110. package/src/core/design/theme/AmityForceMode.tsx +24 -0
  3111. package/src/core/design/theme/AmityThemeProvider.tsx +85 -0
  3112. package/src/core/design/theme/index.ts +18 -0
  3113. package/src/core/design/theme/resolveTokens.ts +53 -0
  3114. package/src/core/design/theme/useToken.ts +17 -0
  3115. package/src/core/design/tokens/CHECKSUMS.json +9 -0
  3116. package/src/core/design/tokens/amity-color-tokens.ts +733 -0
  3117. package/src/core/design/tokens/amity-uikit-config.json +1381 -0
  3118. package/src/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
  3119. package/src/core/design/tokens/config-resolver.d.ts +55 -0
  3120. package/src/core/design/tokens/config-resolver.js +525 -0
  3121. package/src/core/design/tokens/geometry.json +2673 -0
  3122. package/src/core/design/tokens/spacing.ts +28 -0
  3123. package/src/core/index.tsx +1 -0
  3124. package/src/core/localization/LocaleProvider.tsx +187 -0
  3125. package/src/core/localization/defaultLocaleMap.ts +23 -0
  3126. package/src/core/localization/defaults/en.json +1175 -0
  3127. package/src/core/localization/defaults/en.ts +16 -0
  3128. package/src/core/localization/defaults/th.json +1174 -0
  3129. package/src/core/localization/defaults/th.ts +18 -0
  3130. package/src/core/localization/index.ts +41 -0
  3131. package/src/core/localization/resolveString.ts +176 -0
  3132. package/src/core/localization/useString.ts +30 -0
  3133. package/src/core/providers/AmityUIKitProvider.tsx +40 -29
  3134. package/src/core/routes/AmityChatEntry.tsx +8 -0
  3135. package/src/core/routes/AmityUIKitNavigator.tsx +86 -1
  3136. package/src/core/routes/RouteParamList.tsx +19 -0
  3137. package/src/core/stores/slices/toastSlice.ts +6 -0
  3138. package/src/core/utils/abbreviateCount.ts +13 -0
  3139. package/src/index.tsx +2 -0
  3140. package/src/social/components/Toast/index.tsx +55 -27
  3141. package/src/social/components/Toast/styles.ts +22 -3
  3142. package/src/social/features/chat/components/AmityChatListItem/AmityChatListItem.tsx +394 -0
  3143. package/src/social/features/chat/components/AmityChatListItem/index.ts +2 -0
  3144. package/src/social/features/chat/components/AmityChatListItem/styles.ts +125 -0
  3145. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.tsx +293 -0
  3146. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/index.ts +1 -0
  3147. package/src/social/features/chat/components/AmityConversationChatUserActionComponent/styles.ts +23 -0
  3148. package/src/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.tsx +347 -0
  3149. package/src/social/features/chat/components/AmityGroupMemberActionComponent/index.ts +1 -0
  3150. package/src/social/features/chat/components/AmityGroupMemberActionComponent/styles.ts +20 -0
  3151. package/src/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.tsx +239 -0
  3152. package/src/social/features/chat/components/AmityMediaAttachmentPicker/index.ts +1 -0
  3153. package/src/social/features/chat/components/AmityMediaAttachmentPicker/styles.ts +66 -0
  3154. package/src/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.tsx +294 -0
  3155. package/src/social/features/chat/components/AmityMessageActionMenu/index.ts +5 -0
  3156. package/src/social/features/chat/components/AmityMessageActionMenu/styles.ts +48 -0
  3157. package/src/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.tsx +625 -0
  3158. package/src/social/features/chat/components/AmityMessageBubble/index.ts +1 -0
  3159. package/src/social/features/chat/components/AmityMessageBubble/styles.ts +252 -0
  3160. package/src/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.tsx +325 -0
  3161. package/src/social/features/chat/components/AmityMessageComposer/index.ts +1 -0
  3162. package/src/social/features/chat/components/AmityMessageComposer/styles.ts +173 -0
  3163. package/src/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.tsx +148 -0
  3164. package/src/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.tsx +94 -0
  3165. package/src/social/features/chat/components/AmitySearchChannelResults/index.ts +2 -0
  3166. package/src/social/features/chat/components/AmitySearchChannelResults/styles.ts +53 -0
  3167. package/src/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.tsx +174 -0
  3168. package/src/social/features/chat/components/AmitySearchMessageResults/index.ts +2 -0
  3169. package/src/social/features/chat/constants/errorResponse.ts +9 -0
  3170. package/src/social/features/chat/constants/index.ts +3 -0
  3171. package/src/social/features/chat/constants/list.ts +7 -0
  3172. package/src/social/features/chat/constants/search.ts +13 -0
  3173. package/src/social/features/chat/elements/ArchivedBadge/ArchivedBadge.tsx +27 -0
  3174. package/src/social/features/chat/elements/ArchivedBadge/index.ts +1 -0
  3175. package/src/social/features/chat/elements/ArchivedBadge/styles.ts +34 -0
  3176. package/src/social/features/chat/elements/Avatar/Avatar.tsx +165 -0
  3177. package/src/social/features/chat/elements/Avatar/index.ts +2 -0
  3178. package/src/social/features/chat/elements/Avatar/styles.ts +49 -0
  3179. package/src/social/features/chat/elements/AvatarPicker/AvatarPicker.tsx +73 -0
  3180. package/src/social/features/chat/elements/AvatarPicker/index.ts +2 -0
  3181. package/src/social/features/chat/elements/AvatarPicker/styles.ts +44 -0
  3182. package/src/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.tsx +61 -0
  3183. package/src/social/features/chat/elements/ConversationChatAvatar/index.ts +2 -0
  3184. package/src/social/features/chat/elements/GroupNameField/GroupNameField.tsx +61 -0
  3185. package/src/social/features/chat/elements/GroupNameField/index.ts +2 -0
  3186. package/src/social/features/chat/elements/GroupNameField/styles.ts +19 -0
  3187. package/src/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.tsx +36 -0
  3188. package/src/social/features/chat/elements/MediaUploadOverlay/index.ts +2 -0
  3189. package/src/social/features/chat/elements/MediaUploadOverlay/styles.ts +25 -0
  3190. package/src/social/features/chat/elements/ReactionPicker/ReactionPicker.tsx +97 -0
  3191. package/src/social/features/chat/elements/ReactionPicker/index.ts +2 -0
  3192. package/src/social/features/chat/elements/ReactionPicker/styles.ts +90 -0
  3193. package/src/social/features/chat/elements/SettingMenu/SettingMenu.tsx +86 -0
  3194. package/src/social/features/chat/elements/SettingMenu/index.ts +2 -0
  3195. package/src/social/features/chat/elements/SettingMenu/styles.ts +57 -0
  3196. package/src/social/features/chat/elements/TopBar/TopBar.tsx +61 -0
  3197. package/src/social/features/chat/elements/TopBar/index.ts +1 -0
  3198. package/src/social/features/chat/elements/TopBar/styles.ts +50 -0
  3199. package/src/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.tsx +48 -0
  3200. package/src/social/features/chat/elements/WaitingForNetwork/index.ts +1 -0
  3201. package/src/social/features/chat/elements/WaitingForNetwork/styles.ts +30 -0
  3202. package/src/social/features/chat/features/archive/ArchivedChat.tsx +28 -0
  3203. package/src/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.tsx +131 -0
  3204. package/src/social/features/chat/features/archive/components/ArchivedChannelList/index.ts +1 -0
  3205. package/src/social/features/chat/features/archive/components/ArchivedChannelList/styles.ts +56 -0
  3206. package/src/social/features/chat/features/archive/components/Header/Header.tsx +18 -0
  3207. package/src/social/features/chat/features/archive/components/Header/index.ts +1 -0
  3208. package/src/social/features/chat/features/archive/components/index.ts +2 -0
  3209. package/src/social/features/chat/features/archive/index.ts +1 -0
  3210. package/src/social/features/chat/features/archive/styles.ts +21 -0
  3211. package/src/social/features/chat/features/conversation/Chat.tsx +153 -0
  3212. package/src/social/features/chat/features/conversation/components/Header/Header.tsx +73 -0
  3213. package/src/social/features/chat/features/conversation/components/Header/index.ts +1 -0
  3214. package/src/social/features/chat/features/conversation/components/Header/styles.ts +56 -0
  3215. package/src/social/features/chat/features/conversation/components/MessageList/MessageList.tsx +235 -0
  3216. package/src/social/features/chat/features/conversation/components/MessageList/index.ts +1 -0
  3217. package/src/social/features/chat/features/conversation/components/MessageList/styles.ts +48 -0
  3218. package/src/social/features/chat/features/conversation/components/MessageRow/MessageRow.tsx +234 -0
  3219. package/src/social/features/chat/features/conversation/components/MessageRow/index.ts +1 -0
  3220. package/src/social/features/chat/features/conversation/components/MessageRow/styles.ts +78 -0
  3221. package/src/social/features/chat/features/conversation/components/index.ts +3 -0
  3222. package/src/social/features/chat/features/conversation/create/CreateConversation.tsx +36 -0
  3223. package/src/social/features/chat/features/conversation/create/components/Header/Header.tsx +42 -0
  3224. package/src/social/features/chat/features/conversation/create/components/Header/index.ts +1 -0
  3225. package/src/social/features/chat/features/conversation/create/components/Header/styles.ts +24 -0
  3226. package/src/social/features/chat/features/conversation/create/components/UserItem/UserItem.tsx +66 -0
  3227. package/src/social/features/chat/features/conversation/create/components/UserItem/index.ts +1 -0
  3228. package/src/social/features/chat/features/conversation/create/components/UserItem/styles.ts +51 -0
  3229. package/src/social/features/chat/features/conversation/create/components/UserList/UserList.tsx +86 -0
  3230. package/src/social/features/chat/features/conversation/create/components/UserList/index.ts +1 -0
  3231. package/src/social/features/chat/features/conversation/create/components/UserList/styles.ts +15 -0
  3232. package/src/social/features/chat/features/conversation/create/components/index.ts +3 -0
  3233. package/src/social/features/chat/features/conversation/create/hooks/index.ts +6 -0
  3234. package/src/social/features/chat/features/conversation/create/hooks/useCreateConversation.ts +74 -0
  3235. package/src/social/features/chat/features/conversation/create/hooks/useSearchUsers.ts +80 -0
  3236. package/src/social/features/chat/features/conversation/create/index.ts +1 -0
  3237. package/src/social/features/chat/features/conversation/create/styles.ts +20 -0
  3238. package/src/social/features/chat/features/conversation/hooks/useConversation.ts +53 -0
  3239. package/src/social/features/chat/features/conversation/index.ts +2 -0
  3240. package/src/social/features/chat/features/conversation/styles.ts +18 -0
  3241. package/src/social/features/chat/features/group/add-member/AddGroupMember.tsx +61 -0
  3242. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.tsx +40 -0
  3243. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/index.ts +1 -0
  3244. package/src/social/features/chat/features/group/add-member/components/AddMemberButton/styles.ts +22 -0
  3245. package/src/social/features/chat/features/group/add-member/components/Header/Header.tsx +50 -0
  3246. package/src/social/features/chat/features/group/add-member/components/Header/index.ts +1 -0
  3247. package/src/social/features/chat/features/group/add-member/components/Header/styles.ts +23 -0
  3248. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
  3249. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.ts +1 -0
  3250. package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.ts +29 -0
  3251. package/src/social/features/chat/features/group/add-member/components/UserList/UserList.tsx +157 -0
  3252. package/src/social/features/chat/features/group/add-member/components/UserList/index.ts +1 -0
  3253. package/src/social/features/chat/features/group/add-member/components/UserList/styles.ts +40 -0
  3254. package/src/social/features/chat/features/group/add-member/components/index.ts +4 -0
  3255. package/src/social/features/chat/features/group/add-member/hooks/index.ts +1 -0
  3256. package/src/social/features/chat/features/group/add-member/hooks/useAddGroupMember.ts +112 -0
  3257. package/src/social/features/chat/features/group/add-member/index.ts +1 -0
  3258. package/src/social/features/chat/features/group/add-member/styles.ts +23 -0
  3259. package/src/social/features/chat/features/group/banned-members/BannedGroupMembers.tsx +56 -0
  3260. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.tsx +126 -0
  3261. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/index.ts +1 -0
  3262. package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.ts +20 -0
  3263. package/src/social/features/chat/features/group/banned-members/components/Header/Header.tsx +17 -0
  3264. package/src/social/features/chat/features/group/banned-members/components/Header/index.ts +1 -0
  3265. package/src/social/features/chat/features/group/banned-members/components/index.ts +2 -0
  3266. package/src/social/features/chat/features/group/banned-members/hooks/index.ts +1 -0
  3267. package/src/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.ts +75 -0
  3268. package/src/social/features/chat/features/group/banned-members/index.ts +1 -0
  3269. package/src/social/features/chat/features/group/banned-members/styles.ts +23 -0
  3270. package/src/social/features/chat/features/group/chat/GroupChat.tsx +150 -0
  3271. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.tsx +34 -0
  3272. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/index.ts +1 -0
  3273. package/src/social/features/chat/features/group/chat/components/BannedEmptyState/styles.ts +27 -0
  3274. package/src/social/features/chat/features/group/chat/components/Header/Header.tsx +92 -0
  3275. package/src/social/features/chat/features/group/chat/components/Header/index.ts +1 -0
  3276. package/src/social/features/chat/features/group/chat/components/Header/styles.ts +53 -0
  3277. package/src/social/features/chat/features/group/chat/components/index.ts +2 -0
  3278. package/src/social/features/chat/features/group/chat/hooks/index.ts +1 -0
  3279. package/src/social/features/chat/features/group/chat/hooks/useGroupChat.ts +85 -0
  3280. package/src/social/features/chat/features/group/chat/index.ts +2 -0
  3281. package/src/social/features/chat/features/group/chat/styles.ts +14 -0
  3282. package/src/social/features/chat/features/group/create/CreateGroupChat.tsx +94 -0
  3283. package/src/social/features/chat/features/group/create/components/Header/Header.tsx +44 -0
  3284. package/src/social/features/chat/features/group/create/components/Header/index.ts +1 -0
  3285. package/src/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.tsx +62 -0
  3286. package/src/social/features/chat/features/group/create/components/MemberGrid/index.ts +1 -0
  3287. package/src/social/features/chat/features/group/create/components/MemberGrid/styles.ts +34 -0
  3288. package/src/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.tsx +117 -0
  3289. package/src/social/features/chat/features/group/create/components/PrivacySection/index.ts +1 -0
  3290. package/src/social/features/chat/features/group/create/components/PrivacySection/styles.ts +66 -0
  3291. package/src/social/features/chat/features/group/create/components/index.ts +3 -0
  3292. package/src/social/features/chat/features/group/create/hooks/index.ts +5 -0
  3293. package/src/social/features/chat/features/group/create/hooks/useCreateGroupChat.ts +237 -0
  3294. package/src/social/features/chat/features/group/create/index.ts +5 -0
  3295. package/src/social/features/chat/features/group/create/styles.ts +26 -0
  3296. package/src/social/features/chat/features/group/create/utils/generateDisplayName.ts +36 -0
  3297. package/src/social/features/chat/features/group/create/utils/index.ts +1 -0
  3298. package/src/social/features/chat/features/group/edit-notification/EditGroupNotification.tsx +121 -0
  3299. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.tsx +39 -0
  3300. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/index.ts +1 -0
  3301. package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.ts +29 -0
  3302. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.tsx +43 -0
  3303. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.ts +1 -0
  3304. package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.ts +29 -0
  3305. package/src/social/features/chat/features/group/edit-notification/components/index.ts +1 -0
  3306. package/src/social/features/chat/features/group/edit-notification/hooks/index.ts +1 -0
  3307. package/src/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.ts +127 -0
  3308. package/src/social/features/chat/features/group/edit-notification/index.ts +2 -0
  3309. package/src/social/features/chat/features/group/edit-notification/styles.ts +30 -0
  3310. package/src/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.tsx +83 -0
  3311. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.tsx +42 -0
  3312. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/index.ts +1 -0
  3313. package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.ts +29 -0
  3314. package/src/social/features/chat/features/group/edit-permission/components/index.ts +1 -0
  3315. package/src/social/features/chat/features/group/edit-permission/constants/index.ts +31 -0
  3316. package/src/social/features/chat/features/group/edit-permission/hooks/index.ts +1 -0
  3317. package/src/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.ts +115 -0
  3318. package/src/social/features/chat/features/group/edit-permission/index.ts +2 -0
  3319. package/src/social/features/chat/features/group/edit-permission/styles.ts +35 -0
  3320. package/src/social/features/chat/features/group/edit-profile/EditGroupProfile.tsx +65 -0
  3321. package/src/social/features/chat/features/group/edit-profile/components/Header/Header.tsx +45 -0
  3322. package/src/social/features/chat/features/group/edit-profile/components/Header/index.ts +1 -0
  3323. package/src/social/features/chat/features/group/edit-profile/components/index.ts +1 -0
  3324. package/src/social/features/chat/features/group/edit-profile/hooks/index.ts +1 -0
  3325. package/src/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.ts +150 -0
  3326. package/src/social/features/chat/features/group/edit-profile/index.ts +2 -0
  3327. package/src/social/features/chat/features/group/edit-profile/styles.ts +26 -0
  3328. package/src/social/features/chat/features/group/members/GroupMembers.tsx +47 -0
  3329. package/src/social/features/chat/features/group/members/components/Header/Header.tsx +51 -0
  3330. package/src/social/features/chat/features/group/members/components/Header/index.ts +1 -0
  3331. package/src/social/features/chat/features/group/members/components/MemberItem/MemberItem.tsx +94 -0
  3332. package/src/social/features/chat/features/group/members/components/MemberItem/index.ts +1 -0
  3333. package/src/social/features/chat/features/group/members/components/MemberItem/styles.ts +55 -0
  3334. package/src/social/features/chat/features/group/members/components/MemberList/MemberList.tsx +144 -0
  3335. package/src/social/features/chat/features/group/members/components/MemberList/index.ts +1 -0
  3336. package/src/social/features/chat/features/group/members/components/MemberList/styles.ts +17 -0
  3337. package/src/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.tsx +86 -0
  3338. package/src/social/features/chat/features/group/members/components/MemberTabs/index.ts +1 -0
  3339. package/src/social/features/chat/features/group/members/components/MemberTabs/styles.ts +18 -0
  3340. package/src/social/features/chat/features/group/members/components/index.ts +4 -0
  3341. package/src/social/features/chat/features/group/members/hooks/index.ts +1 -0
  3342. package/src/social/features/chat/features/group/members/hooks/useGroupMembers.ts +36 -0
  3343. package/src/social/features/chat/features/group/members/index.ts +1 -0
  3344. package/src/social/features/chat/features/group/members/styles.ts +19 -0
  3345. package/src/social/features/chat/features/group/notification-preference/NotificationPreference.tsx +66 -0
  3346. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.tsx +75 -0
  3347. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.ts +1 -0
  3348. package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.ts +45 -0
  3349. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.tsx +42 -0
  3350. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.ts +1 -0
  3351. package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.ts +33 -0
  3352. package/src/social/features/chat/features/group/notification-preference/components/index.ts +2 -0
  3353. package/src/social/features/chat/features/group/notification-preference/hooks/index.ts +1 -0
  3354. package/src/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.ts +163 -0
  3355. package/src/social/features/chat/features/group/notification-preference/index.ts +2 -0
  3356. package/src/social/features/chat/features/group/notification-preference/styles.ts +22 -0
  3357. package/src/social/features/chat/features/group/select-member/SelectGroupMember.tsx +68 -0
  3358. package/src/social/features/chat/features/group/select-member/components/Header/Header.tsx +76 -0
  3359. package/src/social/features/chat/features/group/select-member/components/Header/index.ts +1 -0
  3360. package/src/social/features/chat/features/group/select-member/components/Header/styles.ts +25 -0
  3361. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
  3362. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.ts +1 -0
  3363. package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.ts +29 -0
  3364. package/src/social/features/chat/features/group/select-member/components/UserItem/UserItem.tsx +58 -0
  3365. package/src/social/features/chat/features/group/select-member/components/UserItem/index.ts +1 -0
  3366. package/src/social/features/chat/features/group/select-member/components/UserItem/styles.ts +42 -0
  3367. package/src/social/features/chat/features/group/select-member/components/UserList/UserList.tsx +131 -0
  3368. package/src/social/features/chat/features/group/select-member/components/UserList/index.ts +1 -0
  3369. package/src/social/features/chat/features/group/select-member/components/UserList/styles.ts +24 -0
  3370. package/src/social/features/chat/features/group/select-member/components/index.ts +4 -0
  3371. package/src/social/features/chat/features/group/select-member/constants/index.ts +3 -0
  3372. package/src/social/features/chat/features/group/select-member/hooks/index.ts +2 -0
  3373. package/src/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.ts +128 -0
  3374. package/src/social/features/chat/features/group/select-member/index.ts +2 -0
  3375. package/src/social/features/chat/features/group/select-member/styles.ts +20 -0
  3376. package/src/social/features/chat/features/group/setting/GroupSetting.tsx +94 -0
  3377. package/src/social/features/chat/features/group/setting/components/Header/Header.tsx +17 -0
  3378. package/src/social/features/chat/features/group/setting/components/Header/index.ts +1 -0
  3379. package/src/social/features/chat/features/group/setting/components/index.ts +1 -0
  3380. package/src/social/features/chat/features/group/setting/hooks/index.ts +1 -0
  3381. package/src/social/features/chat/features/group/setting/hooks/useGroupSetting.ts +324 -0
  3382. package/src/social/features/chat/features/group/setting/index.ts +2 -0
  3383. package/src/social/features/chat/features/group/setting/styles.ts +50 -0
  3384. package/src/social/features/chat/features/home/ChatHome.tsx +84 -0
  3385. package/src/social/features/chat/features/home/components/ChannelList/ChannelList.tsx +209 -0
  3386. package/src/social/features/chat/features/home/components/ChannelList/index.ts +2 -0
  3387. package/src/social/features/chat/features/home/components/ChannelList/styles.ts +102 -0
  3388. package/src/social/features/chat/features/home/components/Header/Header.tsx +38 -0
  3389. package/src/social/features/chat/features/home/components/Header/index.ts +1 -0
  3390. package/src/social/features/chat/features/home/components/Header/styles.ts +50 -0
  3391. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.tsx +36 -0
  3392. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/index.ts +1 -0
  3393. package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.ts +35 -0
  3394. package/src/social/features/chat/features/home/components/index.ts +3 -0
  3395. package/src/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.tsx +89 -0
  3396. package/src/social/features/chat/features/home/elements/ChatHomeMenu/index.ts +1 -0
  3397. package/src/social/features/chat/features/home/elements/ChatHomeMenu/styles.ts +26 -0
  3398. package/src/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.tsx +131 -0
  3399. package/src/social/features/chat/features/home/elements/CreateChatMenu/index.ts +1 -0
  3400. package/src/social/features/chat/features/home/elements/CreateChatMenu/styles.ts +26 -0
  3401. package/src/social/features/chat/features/home/elements/SearchButton/SearchButton.tsx +57 -0
  3402. package/src/social/features/chat/features/home/elements/SearchButton/index.ts +1 -0
  3403. package/src/social/features/chat/features/home/elements/SearchButton/styles.ts +27 -0
  3404. package/src/social/features/chat/features/home/hooks/index.ts +1 -0
  3405. package/src/social/features/chat/features/home/hooks/usePushNotificationEnabled.ts +35 -0
  3406. package/src/social/features/chat/features/home/index.ts +3 -0
  3407. package/src/social/features/chat/features/home/styles.ts +25 -0
  3408. package/src/social/features/chat/features/search/SearchChannel.tsx +68 -0
  3409. package/src/social/features/chat/features/search/components/Header/Header.tsx +61 -0
  3410. package/src/social/features/chat/features/search/components/Header/index.ts +1 -0
  3411. package/src/social/features/chat/features/search/components/Header/styles.ts +33 -0
  3412. package/src/social/features/chat/features/search/components/index.ts +5 -0
  3413. package/src/social/features/chat/features/search/hooks/index.ts +1 -0
  3414. package/src/social/features/chat/features/search/hooks/useSearchChannel.ts +50 -0
  3415. package/src/social/features/chat/features/search/index.ts +1 -0
  3416. package/src/social/features/chat/features/search/styles.ts +25 -0
  3417. package/src/social/features/chat/features/shared/components/AddTile/AddTile.tsx +44 -0
  3418. package/src/social/features/chat/features/shared/components/AddTile/index.ts +1 -0
  3419. package/src/social/features/chat/features/shared/components/AddTile/styles.ts +29 -0
  3420. package/src/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.tsx +308 -0
  3421. package/src/social/features/chat/features/shared/components/ContentReportReason/index.ts +1 -0
  3422. package/src/social/features/chat/features/shared/components/ContentReportReason/styles.ts +95 -0
  3423. package/src/social/features/chat/features/shared/components/DateSeparator/DateSeparator.tsx +29 -0
  3424. package/src/social/features/chat/features/shared/components/DateSeparator/index.ts +1 -0
  3425. package/src/social/features/chat/features/shared/components/DateSeparator/styles.ts +46 -0
  3426. package/src/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.tsx +39 -0
  3427. package/src/social/features/chat/features/shared/components/DeletedMessagePill/index.ts +1 -0
  3428. package/src/social/features/chat/features/shared/components/DeletedMessagePill/styles.ts +43 -0
  3429. package/src/social/features/chat/features/shared/components/EmptyState/EmptyState.tsx +63 -0
  3430. package/src/social/features/chat/features/shared/components/EmptyState/index.ts +1 -0
  3431. package/src/social/features/chat/features/shared/components/EmptyState/styles.ts +30 -0
  3432. package/src/social/features/chat/features/shared/components/FailedToShow/FailedToShow.tsx +44 -0
  3433. package/src/social/features/chat/features/shared/components/FailedToShow/index.ts +1 -0
  3434. package/src/social/features/chat/features/shared/components/FailedToShow/styles.ts +32 -0
  3435. package/src/social/features/chat/features/shared/components/ImageViewer/ImageViewer.tsx +130 -0
  3436. package/src/social/features/chat/features/shared/components/ImageViewer/index.ts +1 -0
  3437. package/src/social/features/chat/features/shared/components/ImageViewer/styles.ts +69 -0
  3438. package/src/social/features/chat/features/shared/components/MediaViewer/MediaViewer.tsx +130 -0
  3439. package/src/social/features/chat/features/shared/components/MediaViewer/index.ts +1 -0
  3440. package/src/social/features/chat/features/shared/components/MediaViewer/styles.ts +93 -0
  3441. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.tsx +100 -0
  3442. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/index.ts +1 -0
  3443. package/src/social/features/chat/features/shared/components/MessageFullTextScreen/styles.ts +59 -0
  3444. package/src/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.tsx +136 -0
  3445. package/src/social/features/chat/features/shared/components/MessageLinkPreview/index.ts +1 -0
  3446. package/src/social/features/chat/features/shared/components/MessageLinkPreview/styles.ts +72 -0
  3447. package/src/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.ts +58 -0
  3448. package/src/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.tsx +72 -0
  3449. package/src/social/features/chat/features/shared/components/MessageReactionBadge/index.tsx +1 -0
  3450. package/src/social/features/chat/features/shared/components/MessageReactionBadge/styles.ts +66 -0
  3451. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.tsx +330 -0
  3452. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/index.tsx +1 -0
  3453. package/src/social/features/chat/features/shared/components/MessageReactorListSheet/styles.ts +150 -0
  3454. package/src/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.tsx +175 -0
  3455. package/src/social/features/chat/features/shared/components/MessageReplyBand/index.ts +1 -0
  3456. package/src/social/features/chat/features/shared/components/MessageReplyBand/styles.ts +77 -0
  3457. package/src/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.tsx +370 -0
  3458. package/src/social/features/chat/features/shared/components/MessageReplyQuote/index.ts +1 -0
  3459. package/src/social/features/chat/features/shared/components/MessageReplyQuote/styles.ts +132 -0
  3460. package/src/social/features/chat/features/shared/components/MessageReplyQuote/utils.ts +97 -0
  3461. package/src/social/features/chat/features/shared/components/MutedBanner/MutedBanner.tsx +42 -0
  3462. package/src/social/features/chat/features/shared/components/MutedBanner/index.ts +1 -0
  3463. package/src/social/features/chat/features/shared/components/MutedBanner/styles.ts +32 -0
  3464. package/src/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.tsx +120 -0
  3465. package/src/social/features/chat/features/shared/components/NewMessageNotification/index.ts +1 -0
  3466. package/src/social/features/chat/features/shared/components/NewMessageNotification/styles.ts +67 -0
  3467. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.tsx +34 -0
  3468. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/index.ts +1 -0
  3469. package/src/social/features/chat/features/shared/components/ScrollToLatestButton/styles.ts +18 -0
  3470. package/src/social/features/chat/features/shared/components/SelectedMember/SelectedMember.tsx +65 -0
  3471. package/src/social/features/chat/features/shared/components/SelectedMember/index.ts +2 -0
  3472. package/src/social/features/chat/features/shared/components/SelectedMember/styles.ts +38 -0
  3473. package/src/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.tsx +213 -0
  3474. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.tsx +147 -0
  3475. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.ts +1 -0
  3476. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.ts +54 -0
  3477. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.tsx +131 -0
  3478. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.ts +1 -0
  3479. package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.ts +62 -0
  3480. package/src/social/features/chat/features/shared/components/VideoPlayer/components/index.ts +2 -0
  3481. package/src/social/features/chat/features/shared/components/VideoPlayer/index.ts +1 -0
  3482. package/src/social/features/chat/features/shared/components/VideoPlayer/styles.ts +23 -0
  3483. package/src/social/features/chat/features/shared/components/YouTile/YouTile.tsx +55 -0
  3484. package/src/social/features/chat/features/shared/components/YouTile/index.ts +1 -0
  3485. package/src/social/features/chat/features/shared/components/YouTile/styles.ts +27 -0
  3486. package/src/social/features/chat/features/shared/hooks/index.ts +21 -0
  3487. package/src/social/features/chat/features/shared/hooks/useBubbleMenu.tsx +165 -0
  3488. package/src/social/features/chat/features/shared/hooks/useChatMessage.ts +303 -0
  3489. package/src/social/features/chat/features/shared/hooks/useFailedMessageSheet.tsx +143 -0
  3490. package/src/social/features/chat/features/shared/hooks/useMarkAsRead.ts +55 -0
  3491. package/src/social/features/chat/features/shared/hooks/useMediaViewer.ts +105 -0
  3492. package/src/social/features/chat/features/shared/hooks/useMessageComposer.ts +778 -0
  3493. package/src/social/features/chat/features/shared/hooks/useMessageReactions.ts +97 -0
  3494. package/src/social/features/chat/features/shared/hooks/useReactorsCollection.ts +71 -0
  3495. package/src/social/features/chat/features/shared/utils/reactionIcons.tsx +282 -0
  3496. package/src/social/features/chat/hooks/collections/index.ts +7 -0
  3497. package/src/social/features/chat/hooks/collections/useArchivedChannelsCollection.ts +72 -0
  3498. package/src/social/features/chat/hooks/collections/useChannelMembersCollection.ts +94 -0
  3499. package/src/social/features/chat/hooks/collections/useChannelsByIdsCollection.ts +66 -0
  3500. package/src/social/features/chat/hooks/collections/useChannelsCollection.ts +98 -0
  3501. package/src/social/features/chat/hooks/collections/useMessageSearchCollection.ts +75 -0
  3502. package/src/social/features/chat/hooks/collections/useMessagesCollection.ts +96 -0
  3503. package/src/social/features/chat/hooks/collections/useSearchChannelsCollection.ts +97 -0
  3504. package/src/social/features/chat/hooks/index.ts +11 -0
  3505. package/src/social/features/chat/hooks/queries/index.ts +4 -0
  3506. package/src/social/features/chat/hooks/queries/useChannelArchiveQuery.ts +99 -0
  3507. package/src/social/features/chat/hooks/queries/useDeleteMessageQuery.ts +71 -0
  3508. package/src/social/features/chat/hooks/queries/useFlagMessageQuery.ts +105 -0
  3509. package/src/social/features/chat/hooks/queries/useSaveMediaMessageQuery.ts +141 -0
  3510. package/src/social/features/chat/hooks/useChannelMyMembership.ts +56 -0
  3511. package/src/social/features/chat/hooks/useChatNavigation.ts +34 -0
  3512. package/src/social/features/chat/hooks/useChatNotifications.ts +83 -0
  3513. package/src/social/features/chat/hooks/useCreateMessage.ts +80 -0
  3514. package/src/social/features/chat/hooks/useCurrentUserId.ts +10 -0
  3515. package/src/social/features/chat/hooks/useDeleteMessage.ts +45 -0
  3516. package/src/social/features/chat/hooks/useEditMessage.ts +47 -0
  3517. package/src/social/features/chat/hooks/useMention.ts +163 -0
  3518. package/src/social/features/chat/hooks/useNetworkOnline.ts +29 -0
  3519. package/src/social/features/chat/hooks/useVideoFileUrl.ts +31 -0
  3520. package/src/social/features/chat/pages/AmityAddGroupMemberPage/index.tsx +27 -0
  3521. package/src/social/features/chat/pages/AmityArchivedChatPage/index.tsx +26 -0
  3522. package/src/social/features/chat/pages/AmityArchivedChatPage/styles.ts +18 -0
  3523. package/src/social/features/chat/pages/AmityBannedGroupMemberListPage/index.tsx +27 -0
  3524. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/index.tsx +21 -0
  3525. package/src/social/features/chat/pages/AmityChannelCreateConversationPage/styles.ts +16 -0
  3526. package/src/social/features/chat/pages/AmityChatHomePage/index.tsx +39 -0
  3527. package/src/social/features/chat/pages/AmityChatHomePage/styles.ts +18 -0
  3528. package/src/social/features/chat/pages/AmityChatPage/index.tsx +37 -0
  3529. package/src/social/features/chat/pages/AmityChatPage/styles.ts +16 -0
  3530. package/src/social/features/chat/pages/AmityCreateGroupChatPage/index.tsx +17 -0
  3531. package/src/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.tsx +19 -0
  3532. package/src/social/features/chat/pages/AmityEditGroupNotificationPage/index.tsx +26 -0
  3533. package/src/social/features/chat/pages/AmityEditGroupProfilePage/index.tsx +17 -0
  3534. package/src/social/features/chat/pages/AmityGroupChatPage/index.tsx +28 -0
  3535. package/src/social/features/chat/pages/AmityGroupMemberListPage/index.tsx +32 -0
  3536. package/src/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.tsx +25 -0
  3537. package/src/social/features/chat/pages/AmityGroupSettingPage/index.tsx +17 -0
  3538. package/src/social/features/chat/pages/AmitySearchChannelPage/index.tsx +19 -0
  3539. package/src/social/features/chat/pages/AmitySelectGroupMemberPage/index.tsx +12 -0
  3540. package/src/social/features/chat/utils/groupMessagesByDate.ts +67 -0
  3541. package/src/social/features/chat/utils/highlightMatch.tsx +40 -0
  3542. package/src/social/features/chat/utils/previewLink.ts +37 -0
  3543. package/src/social/features/chat/utils/timestamp.ts +54 -0
@@ -0,0 +1,222 @@
1
+ export declare const ICON_FILL_PLACEHOLDER = "{{FILL}}";
2
+ export declare const iconRegistry: {
3
+ readonly 'Video-Backward10-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0371 5.14509C9.81909 5.29949 9.81909 5.62989 10.0371 5.78429L12.9683 7.85992C13.2195 8.03781 13.5621 7.8534 13.5621 7.54033V6.33858C16.3892 7.0556 18.4852 9.67448 18.4852 12.7954C18.4852 16.4687 15.5817 19.4465 12 19.4465C8.41832 19.4465 5.51479 16.4687 5.51479 12.7954C5.51479 10.5515 6.59757 8.5669 8.2599 7.36111C8.60141 7.11339 8.68245 6.62864 8.44091 6.27839C8.19936 5.92815 7.7267 5.84504 7.38519 6.09276C5.33866 7.57724 4 10.026 4 12.7954C4 17.3267 7.58172 21 12 21C16.4183 21 20 17.3267 20 12.7954C20 8.81239 17.2326 5.49227 13.5621 4.74716V3.38905C13.5621 3.07598 13.2195 2.89157 12.9683 3.06945L10.0371 5.14509Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3765 10.7296C12.6988 10.1511 13.2307 9.6398 13.9408 9.6398C14.6509 9.6398 15.1828 10.1511 15.5052 10.7296C15.8367 11.3246 16.0237 12.1077 16.0237 12.9411C16.0237 13.7744 15.8367 14.5575 15.5052 15.1525C15.1828 15.731 14.6509 16.2423 13.9408 16.2423C13.2307 16.2423 12.6988 15.731 12.3765 15.1525C12.045 14.5575 11.858 13.7744 11.858 12.9411C11.858 12.1077 12.045 11.3246 12.3765 10.7296ZM13.3629 11.3077C13.1462 11.6967 12.9941 12.2729 12.9941 12.9411C12.9941 13.6092 13.1462 14.1854 13.3629 14.5744C13.5888 14.9799 13.8144 15.0772 13.9408 15.0772C14.0673 15.0772 14.2928 14.9799 14.5187 14.5744C14.7355 14.1854 14.8876 13.6092 14.8876 12.9411C14.8876 12.2729 14.7355 11.6967 14.5187 11.3077C14.2928 10.9022 14.0673 10.805 13.9408 10.805C13.8144 10.805 13.5888 10.9022 13.3629 11.3077Z\" fill=\"{{FILL}}\"/>\n<path d=\"M8.12789 10.8104C7.86937 10.9926 7.80388 11.3553 7.98161 11.6205C8.15934 11.8856 8.513 11.9528 8.77152 11.7705L9.39645 11.3299V15.4655C9.39645 15.7873 9.65077 16.0481 9.9645 16.0481C10.2782 16.0481 10.5325 15.7873 10.5325 15.4655V10.2224C10.5325 10.006 10.4156 9.8075 10.229 9.70679C10.0423 9.60607 9.81651 9.61975 9.64268 9.74231L8.12789 10.8104Z\" fill=\"{{FILL}}\"/>\n</svg>";
4
+ readonly 'Video-Forward10-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9629 6.02592C14.1809 6.17174 14.1809 6.48379 13.9629 6.6296L11.0317 8.58993C10.7805 8.75793 10.4379 8.58377 10.4379 8.28808V7.15311C7.61078 7.83029 5.51479 10.3037 5.51479 13.2512C5.51479 16.7204 8.41832 19.5328 12 19.5328C15.5817 19.5328 18.4852 16.7204 18.4852 13.2512C18.4852 11.132 17.4024 9.25763 15.7401 8.11882C15.3986 7.88486 15.3175 7.42705 15.5591 7.09626C15.8006 6.76547 16.2733 6.68698 16.6148 6.92094C18.6613 8.32295 20 10.6356 20 13.2512C20 17.5308 16.4183 21 12 21C7.58172 21 4 17.5308 4 13.2512C4 9.48948 6.76743 6.35381 10.4379 5.6501V4.36744C10.4379 4.07176 10.7805 3.89759 11.0317 4.06559L13.9629 6.02592Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3765 11.3002C12.6988 10.7538 13.2307 10.2709 13.9408 10.2709C14.6509 10.2709 15.1828 10.7538 15.5052 11.3002C15.8367 11.8621 16.0237 12.6017 16.0237 13.3888C16.0237 14.1758 15.8367 14.9154 15.5052 15.4774C15.1828 16.0237 14.6509 16.5066 13.9408 16.5066C13.2307 16.5066 12.6988 16.0237 12.3765 15.4774C12.045 14.9154 11.858 14.1758 11.858 13.3888C11.858 12.6017 12.045 11.8621 12.3765 11.3002ZM13.3629 11.8462C13.1462 12.2135 12.9941 12.7578 12.9941 13.3888C12.9941 14.0198 13.1462 14.564 13.3629 14.9314C13.5888 15.3143 13.8144 15.4062 13.9408 15.4062C14.0673 15.4062 14.2928 15.3143 14.5187 14.9314C14.7355 14.564 14.8876 14.0198 14.8876 13.3888C14.8876 12.7578 14.7355 12.2135 14.5187 11.8462C14.2928 11.4632 14.0673 11.3713 13.9408 11.3713C13.8144 11.3713 13.5888 11.4632 13.3629 11.8462Z\" fill=\"{{FILL}}\"/>\n<path d=\"M8.12789 11.3765C7.86937 11.5486 7.80388 11.8912 7.98161 12.1416C8.15934 12.392 8.513 12.4554 8.77152 12.2832L9.39645 11.8671V15.773C9.39645 16.0769 9.65077 16.3232 9.9645 16.3232C10.2782 16.3232 10.5325 16.0769 10.5325 15.773V10.8211C10.5325 10.6168 10.4156 10.4293 10.229 10.3342C10.0423 10.2391 9.81651 10.252 9.64268 10.3677L8.12789 11.3765Z\" fill=\"{{FILL}}\"/>\n</svg>";
5
+ readonly 'archive-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.125 3C21.1406 3 22 3.85938 22 4.875V7.41406C22 8.07812 21.4141 8.625 20.75 8.625V18C20.75 19.4062 19.6172 20.5 18.25 20.5H5.75C4.34375 20.5 3.25 19.4062 3.25 18L3.21094 8.625C2.54688 8.625 2 8.07812 2 7.375V4.875C2 3.85938 2.82031 3 3.875 3H20.125ZM18.25 18.625C18.5625 18.625 18.875 18.3516 18.875 18V8.625H5.125V18C5.125 18.3516 5.39844 18.625 5.75 18.625H18.25ZM20.125 6.75V4.875H3.875V6.75H20.125Z\" fill=\"{{FILL}}\"/>\n<path d=\"M15.3333 14L12.6282 16.7441C12.2376 17.0957 11.6516 17.0957 11.3001 16.7441L8.55594 14C8.16532 13.6094 8.16532 13.0234 8.55594 12.6719C8.90751 12.2812 9.49344 12.2812 9.88407 12.6719L11.0657 13.8144V10.9375C11.0657 10.3906 11.4563 10 12.0032 10C12.511 10 12.9407 10.3906 12.9407 10.9375V13.8144L14.0442 12.7109C14.2005 12.5156 14.4348 12.4375 14.7083 12.4375C14.9426 12.4375 15.177 12.5156 15.3333 12.7109C15.7239 13.0625 15.7239 13.6484 15.3333 14Z\" fill=\"{{FILL}}\"/>\n</svg>";
6
+ readonly 'arrow-down-to-bracket-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C11.8438 15 11.7188 14.9688 11.625 14.875L7.125 10.375C6.9375 10.1875 6.9375 9.84375 7.125 9.65625C7.3125 9.46875 7.65625 9.46875 7.84375 9.65625L11.5 13.3125V4.5C11.5 4.25 11.7188 4 12 4C12.25 4 12.5 4.25 12.5 4.5V13.3125L16.125 9.65625C16.3125 9.46875 16.6562 9.46875 16.8438 9.65625C17.0312 9.84375 17.0312 10.1875 16.8438 10.375L12.3438 14.875C12.25 14.9688 12.125 15 12 15ZM19 17.5C19 18.9062 17.875 20 16.5 20H7.5C6.09375 20 5 18.9062 5 17.5V14.5C5 14.25 5.21875 14 5.5 14C5.75 14 6 14.25 6 14.5V17.5C6 18.3438 6.65625 19 7.5 19H16.5C17.3125 19 18 18.3438 18 17.5V14.5C18 14.25 18.2188 14 18.5 14C18.75 14 19 14.25 19 14.5V17.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
7
+ readonly 'arrow-down-to-bracket-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 20H8C6.3125 20 5 18.6875 5 17V14.75C5 14.3438 5.3125 14 5.75 14C6.15625 14 6.5 14.3438 6.5 14.75V17C6.5 17.8438 7.15625 18.5 8 18.5H16C16.8125 18.5 17.5 17.8438 17.5 17V14.75C17.5 14.3438 17.8125 14 18.25 14C18.6562 14 19 14.3438 19 14.75V17C19 18.6562 17.6562 20 16 20ZM12.5 14.8125L16.75 10.8125C17.0625 10.5312 17.0625 10.0625 16.7812 9.75C16.5 9.4375 16.0312 9.4375 15.7188 9.71875L12.75 12.5312V4.75C12.75 4.34375 12.4062 4 12 4C11.5625 4 11.25 4.34375 11.25 4.75V12.5312L8.25 9.71875C7.9375 9.4375 7.46875 9.4375 7.1875 9.75C7.0625 9.90625 7 10.0938 7 10.25C7 10.4688 7.0625 10.6562 7.21875 10.8125L11.4688 14.8125C11.75 15.0938 12.2188 15.0938 12.5 14.8125Z\" fill=\"{{FILL}}\"/>\n</svg>";
8
+ readonly 'arrow-down-to-bracket-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6875 10.7188L12.6875 14.7188C12.3125 15.125 11.6562 15.125 11.2812 14.7188L7.28125 10.7188C6.875 10.3438 6.875 9.6875 7.28125 9.3125C7.65625 8.90625 8.3125 8.90625 8.6875 9.3125L11 11.5938V5C11 4.46875 11.4375 4 12 4C12.5312 4 13 4.46875 13 5V11.5938L15.2812 9.3125C15.6562 8.90625 16.3125 8.90625 16.6875 9.3125C17.0938 9.6875 17.0938 10.3438 16.6875 10.7188ZM7 15V17C7 17.5625 7.4375 18 8 18H16C16.5312 18 17 17.5625 17 17V15C17 14.4688 17.4375 14 18 14C18.5312 14 19 14.4688 19 15V17C19 18.6562 17.6562 20 16 20H8C6.34375 20 5 18.6562 5 17V15C5 14.4688 5.4375 14 6 14C6.53125 14 7 14.4688 7 15Z\" fill=\"{{FILL}}\"/>\n</svg>";
9
+ readonly 'arrow-rotate-left-10-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.79177 4.38343C9.54648 4.55499 9.54648 4.9221 9.79177 5.09365L13.0893 7.39992C13.3719 7.59757 13.7574 7.39267 13.7574 7.04481V5.70954C16.9379 6.50622 19.2959 9.41608 19.2959 12.8838C19.2959 16.9652 16.0294 20.2739 12 20.2739C7.97061 20.2739 4.70414 16.9652 4.70414 12.8838C4.70414 10.3906 5.92227 8.18545 7.79239 6.84567C8.17659 6.57043 8.26776 6.03182 7.99602 5.64266C7.72428 5.2535 7.19254 5.16115 6.80834 5.4364C4.506 7.08582 3 9.80663 3 12.8838C3 17.9185 7.02944 22 12 22C16.9706 22 21 17.9185 21 12.8838C21 8.45822 17.8866 4.76919 13.7574 3.94129V2.43228C13.7574 2.08442 13.3719 1.87952 13.0893 2.07717L9.79177 4.38343Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4236 10.5885C12.7862 9.94567 13.3845 9.37756 14.1834 9.37756C14.9823 9.37756 15.5807 9.94567 15.9433 10.5885C16.3163 11.2496 16.5266 12.1197 16.5266 13.0456C16.5266 13.9716 16.3163 14.8417 15.9433 15.5028C15.5807 16.1456 14.9823 16.7137 14.1834 16.7137C13.3845 16.7137 12.7862 16.1456 12.4236 15.5028C12.0506 14.8417 11.8402 13.9716 11.8402 13.0456C11.8402 12.1197 12.0506 11.2496 12.4236 10.5885ZM13.5333 11.2308C13.2895 11.663 13.1183 12.3032 13.1183 13.0456C13.1183 13.788 13.2895 14.4283 13.5333 14.8605C13.7874 15.311 14.0411 15.4191 14.1834 15.4191C14.3257 15.4191 14.5794 15.311 14.8336 14.8605C15.0774 14.4283 15.2485 13.788 15.2485 13.0456C15.2485 12.3032 15.0774 11.663 14.8336 11.2308C14.5794 10.7803 14.3257 10.6722 14.1834 10.6722C14.0411 10.6722 13.7874 10.7803 13.5333 11.2308Z\" fill=\"{{FILL}}\"/>\n<path d=\"M7.64388 10.6782C7.35304 10.8807 7.27936 11.2837 7.47931 11.5783C7.67926 11.8729 8.07712 11.9475 8.36796 11.745L9.07101 11.2554L9.07101 15.8506C9.07101 16.2081 9.35712 16.4979 9.71006 16.4979C10.063 16.4979 10.3491 16.2081 10.3491 15.8506V10.0249C10.3491 9.78448 10.2176 9.56389 10.0076 9.45198C9.79754 9.34007 9.54358 9.35527 9.34802 9.49146L7.64388 10.6782Z\" fill=\"{{FILL}}\"/>\n</svg>";
10
+ readonly 'arrow-rotate-right-10-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2082 4.38343C14.4535 4.55499 14.4535 4.9221 14.2082 5.09365L10.9107 7.39992C10.6281 7.59757 10.2426 7.39267 10.2426 7.04481V5.70954C7.06213 6.50622 4.70414 9.41608 4.70414 12.8838C4.70414 16.9652 7.97061 20.2739 12 20.2739C16.0294 20.2739 19.2959 16.9652 19.2959 12.8838C19.2959 10.3906 18.0777 8.18545 16.2076 6.84567C15.8234 6.57043 15.7322 6.03182 16.004 5.64266C16.2757 5.2535 16.8075 5.16115 17.1917 5.4364C19.494 7.08582 21 9.80663 21 12.8838C21 17.9185 16.9706 22 12 22C7.02944 22 3 17.9185 3 12.8838C3 8.45822 6.11336 4.76919 10.2426 3.94129V2.43228C10.2426 2.08442 10.6281 1.87952 10.9107 2.07717L14.2082 4.38343Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4236 10.5885C12.7862 9.94567 13.3845 9.37756 14.1834 9.37756C14.9823 9.37756 15.5807 9.94567 15.9433 10.5885C16.3163 11.2496 16.5266 12.1197 16.5266 13.0456C16.5266 13.9716 16.3163 14.8417 15.9433 15.5028C15.5807 16.1456 14.9823 16.7137 14.1834 16.7137C13.3845 16.7137 12.7862 16.1456 12.4236 15.5028C12.0506 14.8417 11.8402 13.9716 11.8402 13.0456C11.8402 12.1197 12.0506 11.2496 12.4236 10.5885ZM13.5333 11.2308C13.2895 11.663 13.1183 12.3032 13.1183 13.0456C13.1183 13.788 13.2895 14.4283 13.5333 14.8605C13.7874 15.311 14.0411 15.4191 14.1834 15.4191C14.3257 15.4191 14.5794 15.311 14.8336 14.8605C15.0774 14.4283 15.2485 13.788 15.2485 13.0456C15.2485 12.3032 15.0774 11.663 14.8336 11.2308C14.5794 10.7803 14.3257 10.6722 14.1834 10.6722C14.0411 10.6722 13.7874 10.7803 13.5333 11.2308Z\" fill=\"{{FILL}}\"/>\n<path d=\"M7.64388 10.6782C7.35304 10.8807 7.27936 11.2837 7.47931 11.5783C7.67926 11.8729 8.07712 11.9475 8.36796 11.745L9.07101 11.2554L9.07101 15.8506C9.07101 16.2081 9.35712 16.4979 9.71006 16.4979C10.063 16.4979 10.3491 16.2081 10.3491 15.8506V10.0249C10.3491 9.78448 10.2176 9.56389 10.0076 9.45198C9.79754 9.34007 9.54358 9.35527 9.34802 9.49146L7.64388 10.6782Z\" fill=\"{{FILL}}\"/>\n</svg>";
11
+ readonly 'arrow-up-from-bracket-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.625 4.15625C11.7188 4.0625 11.8438 4 12 4C12.125 4 12.25 4.0625 12.3438 4.15625L16.8438 8.65625C17.0312 8.84375 17.0312 9.1875 16.8438 9.375C16.6562 9.5625 16.3125 9.5625 16.125 9.375L12.5 5.71875V14.5C12.5 14.7812 12.25 15 12 15C11.7188 15 11.5 14.7812 11.5 14.5V5.71875L7.84375 9.375C7.65625 9.5625 7.3125 9.5625 7.125 9.375C6.9375 9.1875 6.9375 8.84375 7.125 8.65625L11.625 4.15625ZM18 14.5C18 14.25 18.2188 14 18.5 14C18.75 14 19 14.25 19 14.5V17.5C19 18.9062 17.875 20 16.5 20H7.5C6.09375 20 5 18.9062 5 17.5V14.5C5 14.25 5.21875 14 5.5 14C5.75 14 6 14.25 6 14.5V17.5C6 18.3438 6.65625 19 7.5 19H16.5C17.3125 19 18 18.3438 18 17.5V14.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
12
+ readonly 'arrow-up-from-bracket-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.25 13.9957C18.6562 13.9957 19 14.3397 19 14.7462V16.9978C19 18.6866 17.6562 20 16 20H8C6.3125 20 5 18.6866 5 16.9978V14.7462C5 14.3397 5.3125 13.9957 5.75 13.9957C6.15625 13.9957 6.5 14.3397 6.5 14.7462V16.9978C6.5 17.8422 7.15625 18.4989 8 18.4989H16C16.8125 18.4989 17.5 17.8422 17.5 16.9978V14.7462C17.5 14.3397 17.8125 13.9957 18.25 13.9957ZM11.4688 4.20734L7.21875 8.17896C6.90625 8.49168 6.90625 8.96077 7.1875 9.2735C7.46875 9.58622 7.9375 9.58622 8.25 9.30477L11.25 6.49024V14.2458C11.25 14.6837 11.5625 14.9964 12 14.9964C12.4062 14.9964 12.75 14.6837 12.75 14.2771V6.49024L15.7188 9.30477C16.0312 9.58622 16.5 9.58622 16.7812 9.2735C16.9062 9.11713 17 8.9295 17 8.74186C17 8.55423 16.9062 8.36659 16.75 8.21023L12.5 4.23861C12.2188 3.92588 11.75 3.92588 11.4688 4.20734Z\" fill=\"{{FILL}}\"/>\n</svg>";
13
+ readonly 'arrow-up-from-bracket-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6875 4.30484L16.6875 8.30679C17.0938 8.68197 17.0938 9.33854 16.6875 9.71373C16.3125 10.1202 15.6562 10.1202 15.2812 9.71373L13 7.43136V13.9971C13 14.5598 12.5312 14.9976 12 14.9976C11.4375 14.9976 11 14.5598 11 13.9971V7.43136L8.6875 9.71373C8.3125 10.1202 7.65625 10.1202 7.28125 9.71373C6.875 9.33854 6.875 8.68197 7.28125 8.30679L11.2812 4.30484C11.6562 3.89839 12.3125 3.89839 12.6875 4.30484ZM7 14.9976V16.9985C7 17.5613 7.4375 17.999 8 17.999H16C16.5312 17.999 17 17.5613 17 16.9985V14.9976C17 14.466 17.4375 13.9971 18 13.9971C18.5312 13.9971 19 14.466 19 14.9976V16.9985C19 18.6556 17.6562 20 16 20H8C6.34375 20 5 18.6556 5 16.9985V14.9976C5 14.466 5.4375 13.9971 6 13.9971C6.53125 13.9971 7 14.466 7 14.9976Z\" fill=\"{{FILL}}\"/>\n</svg>";
14
+ readonly 'arrow-up-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8401 10.903C18.7307 11.0457 18.5848 11.1171 18.4388 11.1171C18.2929 11.1171 18.147 11.0457 18.0376 10.9387L12.6019 5.94426V19.3935C12.6019 19.7146 12.3101 20 12.0182 20C11.7264 20 11.4345 19.7146 11.4345 19.3935V5.94426L5.96244 10.9387C5.74356 11.1527 5.37875 11.1527 5.15987 10.903C4.94098 10.6533 4.94098 10.2965 5.19635 10.0825L11.617 4.16054C11.8358 3.94649 12.1642 3.94649 12.383 4.16054L18.8037 10.0825C19.059 10.2965 19.059 10.6533 18.8401 10.903Z\" fill=\"{{FILL}}\"/>\n</svg>";
15
+ readonly 'arrow-up-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.24155 10.5503L11.3624 4.25056C11.5446 4.07159 11.7632 4 12.0182 4C12.2368 4 12.4554 4.07159 12.6376 4.25056L18.7584 10.5503C19.0864 10.9083 19.0864 11.4452 18.722 11.7673C18.3941 12.0895 17.8112 12.0895 17.4833 11.7315L12.8926 6.97092V19.1409C12.8926 19.6421 12.4919 20 12.0182 20C11.581 20 11.1438 19.6421 11.1438 19.1409V6.97092L6.51673 11.7315C6.18883 12.0895 5.60589 12.0895 5.27799 11.7673C4.91365 11.4452 4.91365 10.8725 5.24155 10.5503Z\" fill=\"{{FILL}}\"/>\n</svg>";
16
+ readonly 'arrow-up-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.8192 4.34841L18.645 10.0659C19.1183 10.4947 19.1183 11.2451 18.645 11.6739C18.2081 12.1385 17.4434 12.1385 17.0065 11.6739L13.1834 7.92183V18.8565C13.1834 19.4997 12.6372 20 12.0182 20C11.3628 20 10.8531 19.4997 10.8531 18.8565V7.92183L6.9935 11.6739C6.55657 12.1385 5.79194 12.1385 5.35501 11.6739C4.88166 11.2451 4.88166 10.4947 5.35501 10.0659L11.1808 4.34841C11.6177 3.88386 12.3823 3.88386 12.8192 4.34841Z\" fill=\"{{FILL}}\"/>\n</svg>";
17
+ readonly 'at-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1055 3.84766C16.7813 3.88281 20.4024 7.57422 20.4375 12.2852V13.0234C20.4375 14.6055 19.2774 15.9766 17.7305 16.1875C16.3945 16.3633 15.1992 15.6602 14.6016 14.5703C13.8984 15.5547 12.7383 16.2227 11.4375 16.2227C9.01173 16.2227 7.11329 14.043 7.53517 11.5469C7.81642 9.96484 9.08204 8.69922 10.6289 8.41797C12.0352 8.13672 13.3359 8.62891 14.1797 9.54297V8.91016C14.1797 8.59375 14.4609 8.34766 14.7422 8.34766C15.0586 8.34766 15.3399 8.59375 15.3399 8.91016V13.1289C15.3399 14.3594 16.4649 15.3438 17.7305 15.0273C18.6445 14.8516 19.2774 14.0078 19.2774 13.0586V12.2852C19.2774 8.10156 15.9727 4.86719 11.7891 4.97266C7.60548 5.04297 4.40626 8.59375 4.68751 12.8125C4.93361 16.5391 7.71095 19.3516 11.4727 19.5625C11.7539 19.5977 11.9649 19.8438 11.9649 20.125C11.9649 20.4766 11.7188 20.7227 11.3672 20.6875C7.18361 20.4414 4.01954 17.3477 3.59767 13.2344C3.07033 8.20703 7.07814 3.74219 12.1055 3.84766ZM11.4024 15.0977C12.9844 15.0977 14.2149 13.832 14.2149 12.2852C14.2149 10.7383 12.9844 9.47266 11.4024 9.47266C9.85548 9.47266 8.58986 10.7383 8.58986 12.2852C8.58986 13.832 9.85548 15.0977 11.4024 15.0977Z\" fill=\"{{FILL}}\"/>\n</svg>";
18
+ readonly 'at-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.2461 3.84769C16.7461 3.95316 20.4375 7.92582 20.4375 12.6368V13.2344C20.4375 15.0274 18.9609 16.4688 17.2031 16.4688C16.043 16.4688 15.0586 15.8711 14.4609 14.9922C13.7578 15.6954 12.7734 16.1524 11.7188 16.1524C9.53906 16.1524 7.78125 14.3594 7.78125 12.25C7.78125 10.1055 9.53906 8.31254 11.7188 8.31254C12.5625 8.31254 13.3359 8.59379 13.9688 9.08598C14.0391 8.69926 14.3906 8.38285 14.8125 8.38285C15.2695 8.38285 15.6562 8.73441 15.6562 9.19144V13.3047C15.6562 14.1485 16.3242 14.8516 17.2031 14.8516C18.0469 14.8516 18.75 14.1485 18.75 13.3047V12.6368C18.75 8.80473 15.7969 5.64066 12.1758 5.53519C10.3125 5.46488 8.625 6.13285 7.28906 7.43363C5.95312 8.69926 5.25 10.4571 5.25 12.3204C5.25 15.6602 7.71094 18.543 10.9805 19.0352C11.4375 19.1055 11.7539 19.5274 11.6836 19.9844C11.6133 20.4063 11.2617 20.6875 10.875 20.6875C10.8047 20.6875 10.7695 20.6875 10.7344 20.6875C6.62109 20.0899 3.5625 16.4688 3.5625 12.3204C3.5625 10 4.47656 7.82035 6.12891 6.20316C7.78125 4.62113 9.96094 3.77738 12.2461 3.84769ZM11.7188 14.5C12.9492 14.5 13.9688 13.5157 13.9688 12.2852C13.9688 11.0899 12.9492 10.0704 11.7188 10.0704C10.4531 10.0704 9.46875 11.0547 9.46875 12.2852C9.46875 13.5157 10.4531 14.5 11.7188 14.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
19
+ readonly 'at-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5.5C8.27344 5.5 5.25 8.52344 5.25 12.25C5.25 15.9766 8.27344 19 12 19C12.5977 19 13.125 19.5273 13.125 20.125C13.125 20.7578 12.5977 21.25 12 21.25C7.00781 21.25 3 17.2422 3 12.25C3 7.29297 7.00781 3.25 12 3.25C16.957 3.25 21 7.29297 21 12.25V13.375C21 15.2383 19.4883 16.75 17.625 16.75C16.5703 16.75 15.6562 16.293 15.0234 15.5898C14.25 16.3281 13.1602 16.75 12 16.75C9.50391 16.75 7.5 14.7461 7.5 12.25C7.5 9.78906 9.50391 7.75 12 7.75C12.9492 7.75 13.8633 8.06641 14.6016 8.62891C14.8125 8.45312 15.0586 8.3125 15.375 8.3125C15.9727 8.3125 16.5 8.83984 16.5 9.4375V13.375C16.5 14.0078 16.9922 14.5 17.625 14.5C18.2227 14.5 18.75 14.0078 18.75 13.375V12.25C18.75 8.52344 15.7266 5.5 12 5.5ZM14.25 12.25C14.25 11.0195 13.2305 10 12 10C10.7344 10 9.75 11.0195 9.75 12.25C9.75 13.5156 10.7344 14.5 12 14.5C13.2305 14.5 14.25 13.5156 14.25 12.25Z\" fill=\"{{FILL}}\"/>\n</svg>";
20
+ readonly 'ban-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM6.6875 7.4375C5.625 8.65625 5 10.25 5 12C5 15.875 8.125 19 12 19C13.75 19 15.3438 18.375 16.5625 17.3125L6.6875 7.4375ZM19 12C19 8.15625 15.8438 5 12 5C10.2188 5 8.625 5.65625 7.40625 6.71875L17.2812 16.5938C18.3438 15.375 19 13.7812 19 12Z\" fill=\"{{FILL}}\"/>\n</svg>";
21
+ readonly 'ban-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM6.875 7.96875C6 9.09375 5.5 10.5 5.5 12C5.5 15.5938 8.40625 18.5 12 18.5C13.5 18.5 14.9062 18 16.0312 17.125L6.875 7.96875ZM18.5 12C18.5 8.4375 15.5625 5.5 12 5.5C10.4688 5.5 9.0625 6.03125 7.9375 6.90625L17.0938 16.0625C17.9688 14.9375 18.5 13.5312 18.5 12Z\" fill=\"{{FILL}}\"/>\n</svg>";
22
+ readonly 'ban-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4688 16.9062L7.09375 8.53125C6.40625 9.53125 6 10.7188 6 12C6 15.3125 8.6875 18 12 18C13.2812 18 14.4688 17.5938 15.4688 16.9062ZM16.875 15.5C17.5625 14.5 18 13.3125 18 12C18 8.6875 15.3125 6 12 6C10.6875 6 9.5 6.4375 8.5 7.125L16.875 15.5ZM20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12Z\" fill=\"{{FILL}}\"/>\n</svg>";
23
+ readonly 'bell-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1612 4.125V4.75781C15.7338 5.17969 17.7347 7.39453 17.7347 10.0313V11.2266C17.7347 12.8086 18.2707 14.3555 19.2711 15.6211L19.8071 16.2539C20.0214 16.5352 20.0572 16.8867 19.9142 17.168C19.7713 17.4492 19.4855 17.625 19.1639 17.625H4.87182C4.51452 17.625 4.22867 17.4492 4.08575 17.168C3.94283 16.8867 3.97856 16.5352 4.19294 16.2539L4.7289 15.6211C5.72934 14.3555 6.30103 12.8086 6.30103 11.2266V10.0313C6.30103 7.39453 8.26619 5.17969 10.8745 4.75781V4.125C10.8745 3.52734 11.3747 3 12.0179 3C12.6253 3 13.1612 3.52734 13.1612 4.125ZM11.732 6.375C9.65967 6.375 8.01608 8.02734 8.01608 10.0313V11.2266C8.01608 12.9141 7.51586 14.5313 6.58687 15.9375H17.4131C16.4841 14.5313 16.0197 12.9141 16.0197 11.2266V10.0313C16.0197 8.02734 14.3403 6.375 12.3037 6.375H11.732ZM14.3046 18.75C14.3046 19.3477 14.0545 19.9453 13.6257 20.3672C13.197 20.7891 12.5895 21 12.0179 21C11.4105 21 10.803 20.7891 10.3743 20.3672C9.94551 19.9453 9.73113 19.3477 9.73113 18.75H14.3046Z\" fill=\"{{FILL}}\"/>\n</svg>";
24
+ readonly 'bell-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0178 3C12.6245 3 13.1598 3.52734 13.1598 4.125V4.82812C15.7649 5.32031 17.7276 7.60547 17.7276 10.3125V10.9805C17.7276 12.6328 18.3342 14.25 19.4405 15.4805L19.6903 15.7617C20.0115 16.1133 20.0828 16.5703 19.9044 16.9922C19.726 17.3789 19.2978 17.625 18.8695 17.625H5.16616C4.70225 17.625 4.27402 17.3789 4.09559 16.9922C3.91716 16.5703 3.98853 16.1133 4.3097 15.7617L4.5595 15.4805C5.66576 14.25 6.30811 12.6328 6.30811 10.9805V10.3125C6.30811 7.60547 8.27083 5.32031 10.8759 4.82812V4.125C10.8759 3.52734 11.3755 3 12.0178 3ZM13.6237 20.3672C13.1955 20.7891 12.6245 21 12.0178 21C11.4112 21 10.8045 20.7891 10.3763 20.3672C9.94806 19.9453 9.73395 19.3477 9.73395 18.75H14.3017C14.3017 19.3477 14.0519 19.9453 13.6237 20.3672Z\" fill=\"{{FILL}}\"/>\n</svg>";
25
+ readonly 'bell-slash-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8278 15.9971L15.1089 16.9968H6.39155C5.61043 16.9968 4.98553 16.4032 4.98553 15.6222C4.98553 15.2473 5.14175 14.9036 5.39171 14.6536L5.48545 14.5599C6.45404 13.5914 6.9852 12.2792 6.9852 10.9358V10.6234L7.98504 11.3732C7.86006 12.8416 7.23516 14.2163 6.20408 15.2785L6.11034 15.341C6.04786 15.4347 5.98537 15.5284 5.98537 15.6222C5.98537 15.8409 6.17283 15.9971 6.39155 15.9971H13.8278ZM11.4845 4.49988C11.4845 4.24994 11.7344 4 11.9844 4C12.2656 4 12.5155 4.24994 12.5155 4.49988V5.031C15.0151 5.28094 17.0148 7.40542 17.0148 9.99854V10.9358C17.0148 12.2792 17.546 13.5914 18.5146 14.5599L18.6083 14.6536C18.6083 14.6849 18.6395 14.6849 18.6708 14.7161L16.3274 12.8728C16.1087 12.248 16.015 11.5919 16.015 10.9358V9.99854C16.015 7.81157 14.2028 5.99951 11.9844 5.99951C10.8908 5.99951 9.85973 6.46815 9.1411 7.21796L8.35997 6.59312C9.17234 5.74957 10.2659 5.15597 11.4845 5.031V4.49988ZM11.9844 18.9963C12.4218 18.9963 12.7967 18.7464 12.953 18.3402C13.0467 18.0903 13.3279 17.9341 13.5779 18.0278C13.8278 18.1216 13.984 18.4027 13.8903 18.6839C13.6091 19.465 12.8592 19.9961 11.9844 19.9961C11.1408 19.9961 10.3909 19.465 10.1097 18.6839C10.016 18.4027 10.1722 18.1216 10.4221 18.0278C10.6721 17.9341 10.9533 18.0903 11.047 18.3402C11.2033 18.7464 11.5782 18.9963 11.9844 18.9963ZM21.7953 19.1213C22.014 19.2775 22.0765 19.5899 21.889 19.8086C21.7328 20.0273 21.4203 20.0586 21.2016 19.9024L2.20474 4.90603C1.98602 4.74982 1.92353 4.43739 2.111 4.2187C2.26723 4 2.57968 3.93752 2.79839 4.12497L21.7953 19.1213Z\" fill=\"{{FILL}}\"/>\n</svg>";
26
+ readonly 'bell-slash-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.73661 7.71391C8.45499 6.59037 9.64186 5.77893 11.0161 5.56046V4.9987C11.0161 4.46814 11.4534 4 12.0156 4C12.5466 4 13.0151 4.46814 13.0151 4.9987V5.56046C15.2639 5.93498 17.013 7.90116 17.013 10.2419V11.303C17.013 12.7074 17.4815 14.0806 18.356 15.2041L18.8245 15.7659C18.9807 15.9844 19.0432 16.2653 18.9495 16.4837L21.698 18.6684C22.0416 18.918 22.1041 19.3862 21.823 19.6983C21.5731 20.0416 21.1046 20.104 20.7923 19.8231L2.30196 5.342C1.95839 5.09233 1.89593 4.62419 2.17703 4.31209C2.4269 3.96879 2.8954 3.90637 3.20774 4.18726L7.73661 7.71391ZM8.92349 8.65018L16.076 14.2366C15.7012 13.3316 15.5138 12.3329 15.5138 11.303V10.2419C15.5138 8.46293 14.0458 6.99609 12.2655 6.99609H11.7657C10.5476 6.99609 9.48569 7.6827 8.92349 8.65018ZM7.01824 11.303V10.9597L8.45499 12.0832C8.33005 13.3004 7.92401 14.4863 7.26811 15.485H12.7965L14.7017 16.9831H5.76889C5.45656 16.9831 5.20669 16.827 5.08176 16.5773C4.95682 16.3277 4.98805 16.0156 5.17546 15.7659L5.64396 15.2041C6.5185 14.0806 7.01824 12.7074 7.01824 11.303ZM14.0146 17.9818C14.0146 18.5123 13.7959 19.0429 13.4211 19.4174C13.0463 19.7919 12.5154 19.9792 12.0156 19.9792C11.4846 19.9792 10.9537 19.7919 10.5789 19.4174C10.2041 19.0429 10.0167 18.5123 10.0167 17.9818H14.0146Z\" fill=\"{{FILL}}\"/>\n</svg>";
27
+ readonly 'bell-slash-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.20774 4.18726L7.83031 7.77632C8.54869 6.684 9.6731 5.87256 11.0161 5.62288V4.9987C11.0161 4.46814 11.4534 4 12.0156 4C12.5466 4 13.0151 4.46814 13.0151 4.9987V5.62288C15.2951 6.05981 17.013 8.08842 17.013 10.4915V11.5839C17.013 12.4889 17.3566 13.3628 18.0125 13.987L18.0437 14.0494C18.6684 14.6424 19.0119 15.485 19.0119 16.3589C19.0119 16.3901 18.9807 16.4525 18.9807 16.5149L21.698 18.6684C22.0416 18.918 22.1041 19.3862 21.823 19.6983C21.5731 20.0416 21.1046 20.104 20.7923 19.8231L2.30196 5.342C1.95839 5.09233 1.89593 4.62419 2.17703 4.31209C2.4269 3.96879 2.8954 3.90637 3.20774 4.18726ZM7.01824 11.5839V10.9597L14.7017 16.9831H5.64396C5.30039 16.9831 5.01929 16.7022 5.01929 16.3589C5.01929 15.485 5.36286 14.6424 5.9563 14.0494L6.01876 13.987C6.64344 13.3628 7.01824 12.4889 7.01824 11.5839ZM14.0146 17.9818C14.0146 18.5123 13.7959 19.0429 13.4211 19.4174C13.0463 19.7919 12.5466 19.9792 12.0156 19.9792C11.4846 19.9792 10.9537 19.7919 10.5789 19.4174C10.2041 19.0429 10.0167 18.5123 10.0167 17.9818H12.0156H14.0146Z\" fill=\"{{FILL}}\"/>\n</svg>";
28
+ readonly 'calendar-plus-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 14.5C15 14.7812 14.75 15 14.5 15H12.5V17C12.5 17.2812 12.25 17.5 12 17.5C11.7188 17.5 11.5 17.2812 11.5 17V15H9.5C9.21875 15 9 14.7812 9 14.5C9 14.25 9.21875 14 9.5 14H11.5V12C11.5 11.75 11.7188 11.5 12 11.5C12.25 11.5 12.5 11.75 12.5 12V14H14.5C14.75 14 15 14.25 15 14.5ZM8.5 4C8.75 4 9 4.25 9 4.5V6H15V4.5C15 4.25 15.2188 4 15.5 4C15.75 4 16 4.25 16 4.5V6H17C18.0938 6 19 6.90625 19 8V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V8C5 6.90625 5.875 6 7 6H8V4.5C8 4.25 8.21875 4 8.5 4ZM18 10H6V18C6 18.5625 6.4375 19 7 19H17C17.5312 19 18 18.5625 18 18V10ZM17 7H7C6.4375 7 6 7.46875 6 8V9H18V8C18 7.46875 17.5312 7 17 7Z\" fill=\"{{FILL}}\"/>\n</svg>";
29
+ readonly 'calendar-plus-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11.25C12.4062 11.25 12.75 11.5938 12.75 12V13.5H14.25C14.6562 13.5 15 13.8438 15 14.25C15 14.6875 14.6562 15 14.25 15H12.75V16.5C12.75 16.9375 12.4062 17.25 12 17.25C11.5625 17.25 11.25 16.9375 11.25 16.5V15H9.75C9.3125 15 9 14.6875 9 14.25C9 13.8438 9.3125 13.5 9.75 13.5H11.25V12C11.25 11.5938 11.5625 11.25 12 11.25ZM9.75 6H14.25V4.75C14.25 4.34375 14.5625 4 15 4C15.4062 4 15.75 4.34375 15.75 4.75V6H17C18.0938 6 19 6.90625 19 8V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V8C5 6.90625 5.875 6 7 6H8.25V4.75C8.25 4.34375 8.5625 4 9 4C9.40625 4 9.75 4.34375 9.75 4.75V6ZM6.5 18C6.5 18.2812 6.71875 18.5 7 18.5H17C17.25 18.5 17.5 18.2812 17.5 18V10H6.5V18Z\" fill=\"{{FILL}}\"/>\n</svg>";
30
+ readonly 'calendar-plus-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5C8 4.46875 8.4375 4 9 4C9.53125 4 10 4.46875 10 5V6H14V5C14 4.46875 14.4375 4 15 4C15.5312 4 16 4.46875 16 5V6H17.5C18.3125 6 19 6.6875 19 7.5V9H5V7.5C5 6.6875 5.65625 6 6.5 6H8V5ZM19 10V18.5C19 19.3438 18.3125 20 17.5 20H6.5C5.65625 20 5 19.3438 5 18.5V10H19ZM12 11.75C11.5625 11.75 11.25 12.0938 11.25 12.5V14.25H9.5C9.0625 14.25 8.75 14.5938 8.75 15C8.75 15.4375 9.0625 15.75 9.5 15.75H11.25V17.5C11.25 17.9375 11.5625 18.25 12 18.25C12.4062 18.25 12.75 17.9375 12.75 17.5V15.75H14.5C14.9062 15.75 15.25 15.4375 15.25 15C15.25 14.5938 14.9062 14.25 14.5 14.25H12.75V12.5C12.75 12.0938 12.4062 11.75 12 11.75Z\" fill=\"{{FILL}}\"/>\n</svg>";
31
+ readonly 'calendar-star-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3438 12.6562L14.875 12.875C15.5 12.9688 15.75 13.7188 15.3125 14.1562L14.1875 15.2188L14.4375 16.75C14.5625 17.375 13.9062 17.8438 13.375 17.5625L11.9688 16.8438L10.5938 17.5625C10.0625 17.8438 9.40625 17.375 9.53125 16.75L9.78125 15.2188L8.65625 14.1562C8.21875 13.7188 8.46875 12.9688 9.09375 12.875L10.625 12.6562L11.3125 11.25C11.5938 10.6875 12.375 10.6875 12.6562 11.25L13.3438 12.6562ZM11.2812 13.5625L9.71875 13.7812L10.8438 14.875L10.5938 16.4375L11.9688 15.6875L13.375 16.4375L13.125 14.875L14.25 13.7812L12.6875 13.5625L11.9688 12.1562L11.2812 13.5625ZM9 6H15V4.5C15 4.25 15.2188 4 15.5 4C15.75 4 16 4.25 16 4.5V6H17C18.0938 6 19 6.90625 19 8V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V8C5 6.90625 5.875 6 7 6H8V4.5C8 4.25 8.21875 4 8.5 4C8.75 4 9 4.25 9 4.5V6ZM6 18C6 18.5625 6.4375 19 7 19H17C17.5312 19 18 18.5625 18 18V10H6V18ZM6 8V9H18V8C18 7.46875 17.5312 7 17 7H7C6.4375 7 6 7.46875 6 8Z\" fill=\"{{FILL}}\"/>\n</svg>";
32
+ readonly 'calendar-star-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1429 13.2305L15.0357 13.5117C15.3571 13.5469 15.4643 13.9336 15.25 14.1445L13.8929 15.4453L14.2143 17.2734C14.25 17.5898 13.9286 17.8008 13.6786 17.6602L12 16.7812L10.2857 17.6602C10.0357 17.8008 9.71429 17.5898 9.75 17.2734L10.0714 15.4453L8.71429 14.1445C8.5 13.9336 8.60714 13.5469 8.92857 13.5117L10.8214 13.2305L11.6429 11.543C11.7857 11.2969 12.1786 11.2969 12.3214 11.543L13.1429 13.2305ZM8.57143 3C9.03571 3 9.42857 3.38672 9.42857 3.84375V5.25H14.5714V3.84375C14.5714 3.38672 14.9286 3 15.4286 3C15.8929 3 16.2857 3.38672 16.2857 3.84375V5.25H17.7143C18.9643 5.25 20 6.26953 20 7.5V18.75C20 20.0156 18.9643 21 17.7143 21H6.28571C5 21 4 20.0156 4 18.75V7.5C4 6.26953 5 5.25 6.28571 5.25H7.71429V3.84375C7.71429 3.38672 8.07143 3 8.57143 3ZM18.2857 9.75H5.71429V18.75C5.71429 19.0664 5.96429 19.3125 6.28571 19.3125H17.7143C18 19.3125 18.2857 19.0664 18.2857 18.75V9.75Z\" fill=\"{{FILL}}\"/>\n</svg>";
33
+ readonly 'calendar-star-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.14286 2C8.82589 2 9.42857 2.58594 9.42857 3.25V4.5H14.5714V3.25C14.5714 2.58594 15.1339 2 15.8571 2C16.5402 2 17.1429 2.58594 17.1429 3.25V4.5H19.0714C20.1161 4.5 21 5.35938 21 6.375V8.25H3V6.375C3 5.35938 3.84375 4.5 4.92857 4.5H6.85714V3.25C6.85714 2.58594 7.41964 2 8.14286 2ZM3 9.5H21V20.125C21 21.1797 20.1161 22 19.0714 22H4.92857C3.84375 22 3 21.1797 3 20.125V9.5ZM12.3616 11.8047C12.2009 11.5312 11.7589 11.5312 11.5982 11.8047L10.6741 13.6797L8.54464 13.9922C8.18304 14.0313 8.0625 14.4609 8.30357 14.6953L9.83036 16.1406L9.46875 18.1719C9.42857 18.5234 9.79018 18.7578 10.0714 18.6016L12 17.625L13.8884 18.6016C14.1696 18.7578 14.5313 18.5234 14.4911 18.1719L14.1295 16.1406L15.6563 14.6953C15.8973 14.4609 15.7768 14.0313 15.4152 13.9922L13.3259 13.6797L12.3616 11.8047Z\" fill=\"{{FILL}}\"/>\n</svg>";
34
+ readonly 'camcorder-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6875 10.75C12.9688 10.75 13.25 11.0312 13.25 11.3125C13.25 11.5938 12.9688 11.8398 12.6875 11.8398H4.8125C4.49609 11.8398 4.25 11.5938 4.25 11.3125C4.25 10.9961 4.49609 10.75 4.8125 10.75H12.6875ZM21.6172 8.64062C22.0039 8.85156 22.25 9.23828 22.2148 9.625V18.625C22.2148 19.0469 21.9688 19.4336 21.582 19.6445C21.4414 19.7148 21.2656 19.75 21.0898 19.75C20.8789 19.75 20.668 19.7148 20.457 19.5742L16.8359 17.043C16.5898 16.8672 16.5195 16.5156 16.6953 16.2344C16.8711 15.9883 17.2227 15.918 17.5039 16.1289L21.125 18.625V9.66016L17.5039 12.1914C17.2227 12.3672 16.8711 12.2969 16.6953 12.0508C16.5195 11.7695 16.5898 11.418 16.8359 11.2422L20.457 8.71094C20.8086 8.46484 21.2656 8.46484 21.6172 8.64062ZM13.25 8.5C14.4805 8.5 15.5 9.51953 15.5 10.75V17.4648C15.5 18.6602 14.4805 19.6797 13.25 19.6797H4.25C2.98438 19.6797 2 18.6953 2 17.4648V10.75C2 9.48438 2.98438 8.5 4.25 8.5V6.8125C4.25 5.26562 5.48047 4 7.0625 4H12.6875C12.9688 4 13.25 4.28125 13.25 4.5625C13.25 4.84375 12.9688 5.125 12.6875 5.125H7.0625C6.11328 5.125 5.375 5.89844 5.375 6.8125V8.5H13.25ZM14.375 17.5V10.75C14.375 10.1523 13.8477 9.625 13.25 9.625H4.25C3.61719 9.625 3.125 10.1172 3.125 10.75V17.5C3.125 18.0625 3.61719 18.5898 4.25 18.5898H13.25C13.8477 18.5898 14.375 18.0977 14.375 17.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
35
+ readonly 'camera-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.0625 12.5714C8.0625 10.529 9.82031 8.82143 12 8.82143C14.1445 8.82143 15.9375 10.529 15.9375 12.5714C15.9375 14.6473 14.1445 16.3214 12 16.3214C9.82031 16.3214 8.0625 14.6473 8.0625 12.5714ZM12 10.4286C10.7344 10.4286 9.75 11.3996 9.75 12.5714C9.75 13.7768 10.7344 14.7143 12 14.7143C13.2305 14.7143 14.25 13.7768 14.25 12.5714C14.25 11.3996 13.2305 10.4286 12 10.4286ZM15.7266 5.10491L16.1133 6.14286H18.75C19.9805 6.14286 21 7.11384 21 8.28571V16.8571C21 18.0625 19.9805 19 18.75 19H5.25C3.98438 19 3 18.0625 3 16.8571V8.28571C3 7.11384 3.98438 6.14286 5.25 6.14286H7.85156L8.23828 5.10491C8.44922 4.46875 9.08203 4 9.82031 4H14.1445C14.8828 4 15.5156 4.46875 15.7266 5.10491ZM5.25 7.75C4.93359 7.75 4.6875 8.01786 4.6875 8.28571V16.8571C4.6875 17.1585 4.93359 17.3929 5.25 17.3929H18.75C19.0312 17.3929 19.3125 17.1585 19.3125 16.8571V8.28571C19.3125 8.01786 19.0312 7.75 18.75 7.75H14.8828L14.1445 5.60714H9.82031L9.08203 7.75H5.25Z\" fill=\"{{FILL}}\"/>\n</svg>";
36
+ readonly 'camera-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.40234 4.32589C7.66016 3.5625 8.43359 3 9.33594 3H14.6211C15.5234 3 16.2969 3.5625 16.5547 4.32589L17.0273 5.57143H20.25C21.7539 5.57143 23 6.73661 23 8.14286V18.4286C23 19.875 21.7539 21 20.25 21H3.75C2.20312 21 1 19.875 1 18.4286V8.14286C1 6.73661 2.20312 5.57143 3.75 5.57143H6.92969L7.40234 4.32589ZM12 17.1429C14.2773 17.1429 16.125 15.4152 16.125 13.2857C16.125 11.1562 14.2773 9.42857 12 9.42857C9.72266 9.42857 7.875 11.1562 7.875 13.2857C7.875 15.4152 9.72266 17.1429 12 17.1429Z\" fill=\"{{FILL}}\"/>\n</svg>";
37
+ readonly 'check-1-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4248 6.34277C19.8818 6.76465 19.8818 7.50293 19.4248 7.9248L10.4248 16.9248C10.0029 17.3818 9.26465 17.3818 8.84277 16.9248L4.34277 12.4248C3.88574 12.0029 3.88574 11.2646 4.34277 10.8428C4.76465 10.3857 5.50293 10.3857 5.9248 10.8428L9.65137 14.5342L17.8428 6.34277C18.2646 5.88574 19.0029 5.88574 19.4248 6.34277Z\" fill=\"{{FILL}}\"/>\n</svg>";
38
+ readonly 'check-circle-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.3438 14.375C11.1562 14.5625 10.8125 14.5625 10.625 14.375L8.625 12.375C8.4375 12.1875 8.4375 11.8438 8.625 11.6562C8.8125 11.4688 9.15625 11.4688 9.34375 11.6562L11 13.3125L14.625 9.65625C14.8125 9.46875 15.1562 9.46875 15.3438 9.65625C15.5312 9.84375 15.5312 10.1875 15.3438 10.375L11.3438 14.375ZM20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM12 5C8.125 5 5 8.15625 5 12C5 15.875 8.125 19 12 19C15.8438 19 19 15.875 19 12C19 8.15625 15.8438 5 12 5Z\" fill=\"{{FILL}}\"/>\n</svg>";
39
+ readonly 'check-circle-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5938 14.625C11.25 14.9688 10.7188 14.9688 10.375 14.625L8.375 12.625C8.03125 12.2812 8.03125 11.75 8.375 11.4062C8.71875 11.0625 9.25 11.0625 9.59375 11.4062L11 12.7812L14.375 9.40625C14.7188 9.0625 15.25 9.0625 15.5938 9.40625C15.9375 9.75 15.9375 10.2812 15.5938 10.625L11.5938 14.625ZM20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM12 5.5C8.40625 5.5 5.5 8.4375 5.5 12C5.5 15.5938 8.40625 18.5 12 18.5C15.5625 18.5 18.5 15.5938 18.5 12C18.5 8.4375 15.5625 5.5 12 5.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
40
+ readonly 'check-circle-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12C20 16.4375 16.4062 20 12 20ZM15.5312 10.5312H15.5C15.8125 10.25 15.8125 9.78125 15.5 9.46875C15.2188 9.1875 14.75 9.1875 14.4688 9.46875L11 12.9688L9.53125 11.5C9.21875 11.1875 8.75 11.1875 8.46875 11.5C8.15625 11.7812 8.15625 12.25 8.46875 12.5312L10.4688 14.5312C10.75 14.8438 11.2188 14.8438 11.5312 14.5312L15.5312 10.5312Z\" fill=\"{{FILL}}\"/>\n</svg>";
41
+ readonly 'chevron-down': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9284 9.46355L12.2136 15.8971C12.0026 16.0729 11.7917 16.1432 11.6159 16.1432C11.405 16.1432 11.194 16.0729 11.0182 15.9323L4.26824 9.46355C3.91668 9.14715 3.91668 8.58465 4.23308 8.26824C4.54949 7.91668 5.11199 7.91668 5.4284 8.23308L11.6159 14.1393L17.7682 8.23308C18.0846 7.91668 18.6471 7.91668 18.9636 8.26824C19.28 8.58465 19.28 9.14715 18.9284 9.46355Z\" fill=\"{{FILL}}\"/>\n</svg>";
42
+ readonly 'chevron-left': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.6797 18.8932L8.24609 12.1784C8.07031 11.9675 8 11.7565 8 11.5456C8 11.3698 8.07031 11.1589 8.21094 10.9831L14.6445 4.26824C14.9609 3.91668 15.5234 3.91668 15.8398 4.23308C16.1914 4.54949 16.1914 5.07683 15.875 5.4284L10.0039 11.5456L15.9102 17.7331C16.2266 18.0495 16.2266 18.612 15.875 18.9284C15.5586 19.2448 14.9961 19.2448 14.6797 18.8932Z\" fill=\"{{FILL}}\"/>\n</svg>";
43
+ readonly 'chevron-right': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.46355 4.26824L15.8971 10.9831C16.0378 11.1589 16.1432 11.3698 16.1432 11.5807C16.1432 11.7917 16.0378 12.0026 15.8971 12.1432L9.46355 18.8581C9.14715 19.2096 8.58465 19.2096 8.26824 18.8932C7.91668 18.5768 7.91668 18.0495 8.23308 17.6979L14.1393 11.5456L8.23308 5.4284C7.91668 5.11199 7.91668 4.54949 8.26824 4.23308C8.58465 3.91668 9.14715 3.91668 9.46355 4.26824Z\" fill=\"{{FILL}}\"/>\n</svg>";
44
+ readonly 'chevron-up': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.26824 14.7148L10.9831 8.28125C11.194 8.10547 11.405 8 11.6159 8C11.8268 8 12.0026 8.07031 12.1784 8.21094L18.8932 14.6445C19.2448 14.9961 19.2448 15.5234 18.9284 15.8398C18.612 16.1914 18.0846 16.1914 17.7331 15.875L11.6159 10.0391L5.4284 15.9453C5.11199 16.2617 4.54949 16.2617 4.23308 15.9102C3.91668 15.5586 3.91668 15.0312 4.26824 14.7148Z\" fill=\"{{FILL}}\"/>\n</svg>";
45
+ readonly 'circle-play-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.125 11.375C15.3438 11.5 15.5 11.75 15.5 12C15.5 12.2812 15.3438 12.5312 15.125 12.6562L10.625 15.4062C10.4062 15.5312 10.0938 15.5625 9.875 15.4062C9.625 15.2812 9.5 15.0312 9.5 14.75V9.25C9.5 9 9.625 8.75 9.875 8.625C10.0938 8.46875 10.4062 8.46875 10.625 8.625L15.125 11.375ZM10.5 9.71875V14.3125L14.25 12L10.5 9.71875ZM4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12ZM12 19C15.8438 19 19 15.875 19 12C19 8.15625 15.8438 5 12 5C8.125 5 5 8.15625 5 12C5 15.875 8.125 19 12 19Z\" fill=\"{{FILL}}\"/>\n</svg>";
46
+ readonly 'circle-play-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.875 8.625C10.0938 8.46875 10.4062 8.46875 10.625 8.625L15.125 11.375C15.3438 11.5 15.5 11.75 15.5 12C15.5 12.2812 15.3438 12.5312 15.125 12.6562L10.625 15.4062C10.4062 15.5312 10.0938 15.5625 9.875 15.4062C9.625 15.2812 9.5 15.0312 9.5 14.75V9.25C9.5 9 9.625 8.75 9.875 8.625ZM20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM12 5.5C8.40625 5.5 5.5 8.4375 5.5 12C5.5 15.5938 8.40625 18.5 12 18.5C15.5625 18.5 18.5 15.5938 18.5 12C18.5 8.4375 15.5625 5.5 12 5.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
47
+ readonly 'circle-play-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM9.875 8.625C9.625 8.75 9.5 9 9.5 9.25V14.75C9.5 15.0312 9.625 15.2812 9.875 15.4062C10.0938 15.5625 10.4062 15.5312 10.625 15.4062L15.125 12.6562C15.3438 12.5 15.5 12.2812 15.5 12C15.5 11.75 15.3438 11.5 15.125 11.375L10.625 8.625C10.4062 8.46875 10.0938 8.46875 9.875 8.59375V8.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
48
+ readonly 'clapperboard-play-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.75 4C19.9805 4 21 5.03571 21 6.28571V17.7143C21 19 19.9805 20 18.75 20H5.25C3.98438 20 3 19 3 17.7143V6.28571C3 5.03571 3.98438 4 5.25 4H18.75ZM18.2227 5.14286H14.4609L11.0859 8.57143H14.8477L18.2227 5.14286ZM12.8789 5.14286H9.11719L5.74219 8.57143H9.50391L12.8789 5.14286ZM4.125 6.28571V8.57143H4.16016L7.53516 5.14286H5.25C4.61719 5.14286 4.125 5.67857 4.125 6.28571ZM19.875 17.7143V9.71429H4.125V17.7143C4.125 18.3571 4.61719 18.8571 5.25 18.8571H18.75C19.3477 18.8571 19.875 18.3571 19.875 17.7143ZM19.875 8.57143V6.28571C19.875 5.96429 19.7344 5.67857 19.4883 5.46429L16.4297 8.57143H19.875ZM10.207 17.6071C9.92578 17.4286 9.75 17.1071 9.75 16.75V11.8214C9.75 11.5 9.92578 11.1786 10.207 11C10.5234 10.8214 10.875 10.8214 11.1914 11.0357L14.918 13.4643C15.1992 13.6429 15.375 13.9286 15.375 14.2857C15.375 14.6429 15.1992 14.9286 14.918 15.1071L11.1914 17.5714C11.0156 17.6786 10.8398 17.7143 10.6641 17.7143C10.5234 17.7143 10.3477 17.6786 10.207 17.6071ZM10.875 12.1786V16.4286L14.0742 14.2857L10.875 12.1786Z\" fill=\"{{FILL}}\"/>\n</svg>";
49
+ readonly 'clapperboard-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 5C19.0938 5 20 5.90625 20 7V17C20 18.125 19.0938 19 18 19H6C4.875 19 4 18.125 4 17V7C4 5.90625 4.875 5 6 5H18ZM11.9375 6.5L9.4375 9H11.5312L14.0312 6.5H11.9375ZM5.5 7.96875V9H6.53125L9.03125 6.5H6.9375L5.5 7.96875ZM18.5 17V10.5H5.5V17C5.5 17.2812 5.71875 17.5 6 17.5H18C18.25 17.5 18.5 17.2812 18.5 17ZM18.5 7.0625V7C18.5 6.75 18.25 6.5 18 6.5H16.9375L14.4375 9H16.5312L18.5 7.0625ZM10.8125 16.5C10.75 16.5 10.7188 16.5 10.6562 16.4688C10.5625 16.4062 10.5 16.2812 10.5 16.1562V11.8438C10.5 11.7188 10.5625 11.625 10.6562 11.5625C10.75 11.5 10.9062 11.5 11 11.5312L14.3125 13.6875C14.4375 13.75 14.5 13.8438 14.5 14C14.5 14.125 14.4375 14.25 14.3438 14.3125L11 16.4688C10.9375 16.5 10.875 16.5 10.8125 16.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
50
+ readonly 'clapperboard-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1562 5.03125L14.1875 9H11.2812L15.2812 5.03125L15.3125 5H18C18.0625 5 18.0938 5.03125 18.1562 5.03125ZM16.2812 9L19.5625 5.75C19.8125 6.09375 20 6.53125 20 7V9H16.2812ZM10.2812 5H13.1875L9.1875 9H6.28125L10.2812 5.03125L10.3125 5H10.2812ZM8.1875 5L4.1875 9H4V7C4 5.90625 4.875 5 6 5H8.1875ZM4 10H20V17C20 18.125 19.0938 19 18 19H6C4.875 19 4 18.125 4 17V10ZM10.75 12.0625C10.5938 12.1562 10.5 12.3438 10.5 12.5V16.5C10.5 16.6875 10.5938 16.875 10.75 16.9688C10.9062 17.0312 11.125 17.0312 11.25 16.9375L14.25 14.9375C14.4062 14.8438 14.5 14.6875 14.5 14.5C14.5 14.3438 14.4062 14.1875 14.25 14.0938L11.25 12.0938C11.125 12 10.9062 12 10.75 12.0625Z\" fill=\"{{FILL}}\"/>\n</svg>";
51
+ readonly 'clear-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0041 20C10.9007 20 9.86584 19.7915 8.89964 19.3745C7.93344 18.963 7.08252 18.3896 6.34689 17.6543C5.61125 16.9191 5.03483 16.0686 4.6176 15.1029C4.20587 14.1317 4 13.0974 4 12C4 10.8971 4.20587 9.86283 4.6176 8.89712C5.03483 7.93141 5.61125 7.08093 6.34689 6.34568C7.08252 5.61043 7.93344 5.03704 8.89964 4.62551C9.86584 4.2085 10.9007 4 12.0041 4C13.1076 4 14.1396 4.2085 15.1004 4.62551C16.0666 5.03704 16.9175 5.61043 17.6531 6.34568C18.3887 7.08093 18.9624 7.93141 19.3742 8.89712C19.7914 9.86283 20 10.8971 20 12C20 13.0974 19.7914 14.1317 19.3742 15.1029C18.9624 16.0686 18.3887 16.9191 17.6531 17.6543C16.9175 18.3896 16.0666 18.963 15.1004 19.3745C14.1396 19.7915 13.1076 20 12.0041 20ZM9.41843 15.2922C9.62155 15.2922 9.78899 15.2236 9.92074 15.0864L12.0041 12.9959L14.0957 15.0864C14.222 15.2236 14.3867 15.2922 14.5898 15.2922C14.7874 15.2922 14.9521 15.2236 15.0839 15.0864C15.2211 14.9438 15.2898 14.7764 15.2898 14.5844C15.2898 14.3868 15.2211 14.225 15.0839 14.0988L12.984 12.0082L15.0921 9.90946C15.2294 9.77778 15.298 9.61591 15.298 9.42387C15.298 9.23182 15.2294 9.06996 15.0921 8.93827C14.9604 8.8011 14.7984 8.73251 14.6063 8.73251C14.4196 8.73251 14.2577 8.8011 14.1204 8.93827L12.0041 11.0453L9.90427 8.9465C9.76154 8.80933 9.59959 8.74074 9.41843 8.74074C9.22628 8.74074 9.06159 8.80933 8.92434 8.9465C8.79259 9.07819 8.72671 9.24006 8.72671 9.4321C8.72671 9.62414 8.79533 9.78601 8.93258 9.9177L11.0324 12.0082L8.93258 14.107C8.79533 14.2442 8.72671 14.4033 8.72671 14.5844C8.72671 14.7764 8.79259 14.9438 8.92434 15.0864C9.06159 15.2236 9.22628 15.2922 9.41843 15.2922Z\" fill=\"{{FILL}}\"/>\n</svg>";
52
+ readonly 'comment-exclamation-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0104 13.4286C12.4669 13.4286 12.8532 13.8214 12.8532 14.2857C12.8532 14.7857 12.4669 15.1429 12.0104 15.1429C11.5188 15.1429 11.1677 14.7857 11.1677 14.2857C11.1677 13.8214 11.5188 13.4286 12.0104 13.4286ZM11.6944 12.5714C11.5539 12.5714 11.4135 12.4643 11.4135 12.3214L11.1677 8.32143C11.1677 8.14286 11.273 8 11.4486 8H12.5372C12.7127 8 12.8181 8.14286 12.8181 8.32143L12.5723 12.3214C12.5723 12.4643 12.4318 12.5714 12.2914 12.5714H11.6944ZM12.0104 4C16.9617 4 21 7.35714 21 11.4286C21 15.5357 16.9617 18.8571 12.0104 18.8571C10.8516 18.8571 9.76305 18.6786 8.7447 18.3571C7.72635 19.1071 6.00569 20 3.86365 20C3.5125 20 3.19646 19.8214 3.05599 19.5C2.95065 19.1786 2.98576 18.8214 3.23157 18.5714C3.26669 18.5714 4.35527 17.3571 4.84688 15.9643C3.68807 14.7143 3.02088 13.1429 3.02088 11.4286C3.02088 7.35714 7.02404 4 12.0104 4ZM12.0104 17.7143C16.3296 17.7143 19.8763 14.8929 19.8763 11.4286C19.8763 7.96429 16.3296 5.14286 12.0104 5.14286C7.65612 5.14286 4.14457 7.96429 4.14457 11.4286C4.14457 12.7857 4.67131 14.0714 5.68965 15.1786L6.14616 15.6786L5.90035 16.3571C5.51408 17.3929 4.91711 18.3214 4.49573 18.8571C6.04081 18.6786 7.26985 18 8.07751 17.4286L8.53401 17.1071L9.06074 17.2857C10.0089 17.5714 10.9921 17.7143 12.0104 17.7143Z\" fill=\"{{FILL}}\"/>\n</svg>";
53
+ readonly 'comments-alt-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 6V12C15 13.125 14.0938 14 13 14H9L5.59375 15.9375C5.5 16 5.4375 16 5.375 16C5.15625 16 5 15.875 5 15.625V14H4C2.875 14 2 13.125 2 12V6C2 4.90625 2.875 4 4 4H13C14.0938 4 15 4.90625 15 6ZM6.5 13.7188L8.59375 12.5H13C13.25 12.5 13.5 12.2812 13.5 12V6C13.5 5.75 13.25 5.5 13 5.5H4C3.71875 5.5 3.5 5.75 3.5 6V12C3.5 12.2812 3.71875 12.5 4 12.5H6.5V13.7188ZM10 16V15H11.5V16C11.5 16.2812 11.7188 16.5 12 16.5H15.375L17.5 17.7188V16.5H20C20.25 16.5 20.5 16.2812 20.5 16V10C20.5 9.75 20.25 9.5 20 9.5H16V8H20C21.0938 8 22 8.90625 22 10V16C22 17.125 21.0938 18 20 18H19V19.625C19 19.875 18.8125 20 18.625 20C18.5312 20 18.4688 20 18.375 19.9375L15 18H12C10.875 18 10 17.125 10 16Z\" fill=\"{{FILL}}\"/>\n</svg>";
54
+ readonly 'comments-alt-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.25 3H13.375C14.6055 3 15.625 4.01891 15.625 5.24862V11.9945C15.625 13.2593 14.6055 14.2431 13.375 14.2431H8.10156L5.25391 16.3863C5.07812 16.5269 4.86719 16.5269 4.65625 16.4566C4.48047 16.3512 4.375 16.1755 4.375 15.9296V14.2431H3.25C1.98438 14.2431 1 13.2593 1 11.9945V5.24862C1 4.01891 1.98438 3 3.25 3ZM13.375 15.3674C15.2383 15.3674 16.75 13.8566 16.75 11.9945V7.49724H21.25C22.4805 7.49724 23.5 8.51615 23.5 9.74587V16.4917C23.5 17.7566 22.4805 18.7404 21.25 18.7404H20.125V20.4268C20.125 20.6728 19.9844 20.8484 19.8086 20.9538C19.5977 21.0241 19.3867 21.0241 19.2109 20.8836L16.3633 18.7404H12.25C10.9844 18.7404 10 17.7566 10 16.4917V15.3674H13.375Z\" fill=\"{{FILL}}\"/>\n</svg>";
55
+ readonly 'comments-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.50716 4C12.0678 4 15.0037 6.46875 15.0037 9.5C15.0037 12.5625 12.0678 15 8.50716 15C7.91372 15 7.35152 14.9375 6.78932 14.8125C5.85232 15.4062 4.47805 16 2.76021 16C2.44787 16 2.16677 15.8438 2.07307 15.5312C1.94814 15.25 1.97937 14.9375 2.19801 14.6875C2.22924 14.6875 2.91637 13.9375 3.41611 12.9375C2.54157 12 2.01061 10.8125 2.01061 9.5C2.01061 6.46875 4.91531 4 8.50716 4ZM7.13289 13.3438C7.60139 13.4688 8.03866 13.5 8.50716 13.5C11.2557 13.5 13.5045 11.7188 13.5045 9.5C13.5045 7.3125 11.2557 5.5 8.50716 5.5C5.72738 5.5 3.50981 7.3125 3.50981 9.5C3.50981 10.625 4.04078 11.4375 4.50928 11.9062L5.25888 12.6875L4.75915 13.6562C4.63421 13.8438 4.50928 14.0625 4.38435 14.2812C4.94655 14.125 5.47752 13.875 6.00848 13.5312L6.53945 13.2188L7.13289 13.3438ZM15.7845 8.03125C19.2515 8.15625 22 10.5625 22 13.5C22 14.8125 21.4378 16 20.5633 16.9375C21.063 17.9375 21.7501 18.6875 21.7814 18.6875C22 18.9375 22.0312 19.25 21.9063 19.5312C21.8126 19.8438 21.5315 20 21.2192 20C19.5013 20 18.1271 19.4062 17.1901 18.8125C16.6278 18.9375 16.0656 19 15.5034 19C12.9423 19 10.7247 17.75 9.66279 15.9375C10.1938 15.875 10.7247 15.75 11.1932 15.5625C12.0678 16.75 13.6607 17.5 15.5034 17.5C15.9407 17.5 16.378 17.4688 16.8465 17.3438L17.4399 17.2188L17.9709 17.5312C18.5019 17.875 19.0328 18.125 19.595 18.2812C19.4701 18.0625 19.3452 17.8438 19.2202 17.6562L18.7205 16.6875L19.4701 15.9062C19.9386 15.4375 20.5008 14.625 20.5008 13.5C20.5008 11.4375 18.5019 9.75 15.9719 9.53125L16.0032 9.5C16.0032 9 15.9095 8.5 15.7845 8.03125Z\" fill=\"{{FILL}}\"/>\n</svg>";
56
+ readonly 'comments-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.16732 15.375C6.82748 15.375 5.62506 15.0938 4.56007 14.5664C4.28523 14.707 4.01039 14.8125 3.7012 14.9531C3.04845 15.1992 2.29265 15.375 1.5712 15.375C1.33072 15.375 1.12459 15.2344 1.02152 14.9883C0.952812 14.7773 1.05588 14.5312 1.22765 14.3906V14.3555H1.26201C1.29636 14.3203 1.36507 14.25 1.43378 14.2148C1.53684 14.1094 1.70862 13.9336 1.88039 13.7227C2.05217 13.4766 2.25829 13.1602 2.36136 12.8438C1.50249 11.8242 1.02152 10.5586 1.02152 9.1875C1.02152 5.77734 4.21652 3 8.16732 3C12.0838 3 15.3131 5.77734 15.3131 9.1875C15.3131 12.6328 12.0838 15.375 8.16732 15.375ZM16.4125 9.1875H16.3781C16.3781 9.01172 16.3781 8.83594 16.3781 8.66016C20.0884 8.87109 22.9742 11.5781 22.9742 14.8125C22.9742 16.1836 22.4933 17.4492 21.6344 18.4688C21.7375 18.7852 21.9436 19.0664 22.1154 19.3125C22.2871 19.5586 22.4589 19.6992 22.562 19.8398C22.6307 19.875 22.6994 19.9453 22.7337 19.9453C22.7337 19.9805 22.7681 19.9805 22.7681 19.9805C22.9742 20.1562 23.0429 20.4023 22.9742 20.6133C22.9055 20.8594 22.665 21 22.4589 21C21.7031 21 20.9473 20.8242 20.2946 20.5781C19.9854 20.4375 19.7105 20.332 19.4357 20.1914C18.3707 20.7188 17.1683 21 15.8628 21C12.5647 21 9.78199 19.1016 8.95748 16.4648C12.977 16.1133 16.4125 13.1602 16.4125 9.1875Z\" fill=\"{{FILL}}\"/>\n</svg>";
57
+ readonly 'copy-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5977 17.625C12.8789 17.625 13.1602 17.9062 13.1602 18.1875V18.75C13.1602 20.0156 12.1406 21 10.9102 21H5.28516C4.01953 21 3.03516 20.0156 3.03516 18.75L3 9.75C3 8.51953 4.01953 7.5 5.25 7.5H9.22266C9.50391 7.5 9.78516 7.78125 9.78516 8.0625C9.78516 8.37891 9.50391 8.625 9.22266 8.625H5.28516C4.65234 8.625 4.16016 9.15234 4.16016 9.75V18.75C4.16016 19.3828 4.65234 19.875 5.28516 19.875H10.9102C11.5078 19.875 12.0352 19.3828 12.0352 18.75V18.1875C12.0352 17.9062 12.2812 17.625 12.5977 17.625ZM20.6836 6.05859C20.8945 6.26953 21.0352 6.55078 21.0352 6.86719V14.25C21.0352 15.5156 20.0156 16.5 18.7852 16.5H13.1602C11.8945 16.5 10.9102 15.5156 10.9102 14.25V5.25C10.9102 4.01953 11.8945 3 13.1602 3H17.168C17.4844 3 17.7656 3.14062 17.9766 3.35156L20.6836 6.05859ZM17.6602 4.61719V6.375H19.418L17.6602 4.61719ZM19.9102 14.25V7.5H17.6602C17.0273 7.5 16.5352 7.00781 16.5352 6.375V4.125H13.1602C12.5273 4.125 12.0352 4.65234 12.0352 5.25V14.25C12.0352 14.8828 12.5273 15.375 13.1602 15.375H18.7852C19.3828 15.375 19.9102 14.8828 19.9102 14.25Z\" fill=\"{{FILL}}\"/>\n</svg>";
58
+ readonly 'copy-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6836 5.49609C20.8945 5.70703 21.0352 5.98828 21.0352 6.30469V14.25C21.0352 15.5156 20.0156 16.5 18.7852 16.5H12.0352C10.7695 16.5 9.78516 15.5156 9.75 14.25V5.25C9.75 4.01953 10.7344 3 12 3H17.7305C18.0469 3 18.3281 3.14062 18.5391 3.35156L20.6836 5.49609ZM19.3477 14.25H19.3125V7.5H17.6602C17.0273 7.5 16.5352 7.00781 16.5352 6.375L16.5 4.72266H12C11.6836 4.72266 11.4375 4.96875 11.4375 5.28516V14.25C11.4375 14.5664 11.6836 14.8125 12 14.8125H18.7852C19.0664 14.8125 19.3477 14.5664 19.3477 14.25ZM12.5977 18.75V17.625H14.2852V18.75C14.2852 20.0156 13.2656 21 12.0352 21H5.28516C4.01953 21 3.03516 20.0156 3.03516 18.75L3 9.75C3 8.51953 4.01953 7.5 5.25 7.5H8.66016V9.22266H5.25C4.96875 9.22266 4.6875 9.46875 4.6875 9.78516V18.75C4.6875 19.0664 4.93359 19.3125 5.25 19.3125H12.0352C12.3164 19.3125 12.5977 19.0664 12.5977 18.75Z\" fill=\"{{FILL}}\"/>\n</svg>";
59
+ readonly 'copy-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.875 3H18.75C19.9805 3 21 4.01953 21 5.25V13.125C21 14.3906 19.9805 15.375 18.75 15.375H10.875C9.60938 15.375 8.625 14.3906 8.625 13.125V5.25C8.625 4.01953 9.60938 3 10.875 3ZM5.25 8.625H7.5V10.875H5.25V18.75H13.125V16.5H15.375V18.75C15.375 20.0156 14.3555 21 13.125 21H5.25C3.98438 21 3 20.0156 3 18.75V10.875C3 9.64453 3.98438 8.625 5.25 8.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
60
+ readonly 'cross-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8313 17.8313C17.6063 18.0563 17.1938 18.0563 16.9688 17.8313L12.0188 12.8438L7.03125 17.8313C6.80625 18.0563 6.39375 18.0563 6.16875 17.8313C5.94375 17.6063 5.94375 17.1938 6.16875 16.9688L11.1563 11.9813L6.16875 7.03125C5.94375 6.80625 5.94375 6.39375 6.16875 6.16875C6.39375 5.94375 6.80625 5.94375 7.03125 6.16875L12.0188 11.1563L16.9688 6.16875C17.1938 5.94375 17.6063 5.94375 17.8313 6.16875C18.0563 6.39375 18.0563 6.80625 17.8313 7.03125L12.8438 11.9813L17.8313 16.9688C18.0563 17.1938 18.0563 17.6063 17.8313 17.8313Z\" fill=\"{{FILL}}\"/>\n</svg>";
61
+ readonly 'cross-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7188 16.4486C18.0563 16.8224 18.0563 17.3832 17.7188 17.7196C17.3438 18.0935 16.7813 18.0935 16.4438 17.7196L12.0188 13.271L7.55625 17.7196C7.18125 18.0935 6.61875 18.0935 6.28125 17.7196C5.90625 17.3832 5.90625 16.8224 6.28125 16.4486L10.7438 12L6.28125 7.5514C5.90625 7.17757 5.90625 6.61682 6.28125 6.28037C6.61875 5.90654 7.18125 5.90654 7.51875 6.28037L12.0188 10.7664L16.4813 6.31776C16.8188 5.94393 17.3813 5.94393 17.7188 6.31776C18.0938 6.65421 18.0938 7.21495 17.7188 7.58879L13.2563 12L17.7188 16.4486Z\" fill=\"{{FILL}}\"/>\n</svg>";
62
+ readonly 'cross-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5741 7.39158L13.9875 11.9782L18.5741 16.6084C19.142 17.1326 19.142 18.0499 18.5741 18.5741C18.0499 19.142 17.1326 19.142 16.6084 18.5741L12.0218 13.9875L7.39158 18.5741C6.86739 19.142 5.95008 19.142 5.4259 18.5741C4.85803 18.0499 4.85803 17.1326 5.4259 16.6084L10.0125 11.9782L5.4259 7.39158C4.85803 6.86739 4.85803 5.95008 5.4259 5.4259C5.95008 4.85803 6.86739 4.85803 7.39158 5.4259L12.0218 10.0125L16.6084 5.4259C17.1326 4.85803 18.0499 4.85803 18.5741 5.4259C19.142 5.95008 19.142 6.86739 18.5741 7.39158Z\" fill=\"{{FILL}}\"/>\n</svg>";
63
+ readonly 'crown-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8889 7.14286C21.4792 7.14286 22 7.64509 22 8.21429C22 8.81696 21.4792 9.28571 20.8889 9.28571C20.8194 9.28571 20.75 9.28571 20.6806 9.25223L18.9792 18.2589C18.8056 19.2634 17.8681 20 16.7917 20H7.17361C6.09722 20 5.15972 19.2634 4.98611 18.2589L3.28472 9.25223C3.21528 9.28571 3.14583 9.28571 3.11111 9.28571C2.48611 9.28571 2 8.81696 2 8.21429C2 7.64509 2.48611 7.14286 3.11111 7.14286C3.70139 7.14286 4.22222 7.64509 4.22222 8.21429C4.22222 8.48214 4.08333 8.71652 3.94444 8.88393L7.59028 11.6964C7.79861 11.8638 8.04167 11.9308 8.28472 11.9308C8.66667 11.9308 9.08333 11.6964 9.25694 11.3281L11.4792 7.04241C11.1319 6.875 10.8889 6.5067 10.8889 6.07143C10.8889 5.50223 11.375 5 12 5C12.5903 5 13.1111 5.50223 13.1111 6.07143C13.1111 6.5067 12.8333 6.875 12.4861 7.04241L14.7083 11.3281C14.8819 11.6964 15.2986 11.9308 15.6806 11.9308C15.9236 11.9308 16.1667 11.8638 16.375 11.6964L20.0208 8.88393C19.8819 8.71652 19.7778 8.48214 19.7778 8.21429C19.7778 7.64509 20.2639 7.14286 20.8889 7.14286ZM17.9028 18.058L19.2569 10.8594L17.0694 12.5335C16.6875 12.8348 16.2014 13.0022 15.6806 13.0022C14.8472 13.0022 14.0833 12.5335 13.7014 11.7969L12 8.48214L10.2639 11.7969C9.88194 12.5335 9.11806 13.0022 8.28472 13.0022C7.76389 13.0022 7.27778 12.8348 6.89583 12.5335L4.70833 10.8594L6.0625 18.058C6.16667 18.5603 6.61806 18.9286 7.17361 18.9286H16.7917C17.3472 18.9286 17.7986 18.5603 17.9028 18.058Z\" fill=\"{{FILL}}\"/>\n</svg>";
64
+ readonly 'crown-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6135 7.14286C21.3761 7.14286 22 7.74554 22 8.48214C22 9.25223 21.3761 9.82143 20.6135 9.82143C20.5789 9.82143 20.5789 9.82143 20.5789 9.82143L18.8111 19.1295C18.7418 19.6317 18.2565 20 17.7366 20H6.26343C5.7435 20 5.25823 19.6317 5.15425 19.1295L3.38648 9.82143C2.62392 9.82143 2 9.25223 2 8.48214C2 7.74554 2.62392 7.14286 3.38648 7.14286C4.14905 7.14286 4.77296 7.74554 4.77296 8.48214C4.77296 8.78348 4.66898 9.05134 4.49567 9.28571L7.61525 11.6964C7.82322 11.8638 8.06586 11.9308 8.30849 11.9308C8.68977 11.9308 9.10572 11.6964 9.27903 11.3281L11.2548 7.47768C10.8735 7.2433 10.5962 6.84152 10.5962 6.33929C10.5962 5.60268 11.2201 5 12.0173 5C12.7799 5 13.3692 5.60268 13.3692 6.33929C13.3692 6.84152 13.1265 7.2433 12.7106 7.47768L14.721 11.3281C14.8943 11.6964 15.3102 11.9308 15.6915 11.9308C15.9341 11.9308 16.1768 11.8638 16.3847 11.6964L19.5043 9.28571C19.331 9.05134 19.227 8.78348 19.227 8.48214C19.227 7.74554 19.8163 7.14286 20.6135 7.14286ZM17.2513 18.3929L18.4298 12.1652L17.4246 12.9353C16.9393 13.3371 16.3501 13.5379 15.6915 13.5379C14.6516 13.5379 13.7158 12.9687 13.2305 12.0647L12.0173 9.6875L10.7695 12.0647C10.3189 12.9687 9.34835 13.5379 8.30849 13.5379C7.68458 13.5379 7.06066 13.3371 6.57539 12.9353L5.57019 12.1652L6.7487 18.3929H17.2513Z\" fill=\"{{FILL}}\"/>\n</svg>";
65
+ readonly 'crown-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.7292 7.47768L14.7083 11.3281C15.0208 11.9308 15.8542 12.0982 16.375 11.6964L19.5 9.28571C19.3264 9.08482 19.2222 8.78348 19.2222 8.48214C19.2222 7.74554 19.8125 7.14286 20.6111 7.14286C21.375 7.14286 22 7.74554 22 8.48214C22 9.25223 21.375 9.82143 20.6111 9.82143C20.5764 9.82143 20.5764 9.82143 20.5764 9.82143L18.9792 18.2589C18.8056 19.2634 17.8681 20 16.7917 20H7.17361C6.09722 20 5.15972 19.2634 4.98611 18.2589L3.38889 9.82143C2.59028 9.82143 2 9.25223 2 8.48214C2 7.74554 2.59028 7.14286 3.38889 7.14286C4.15278 7.14286 4.77778 7.74554 4.77778 8.48214C4.77778 8.78348 4.67361 9.08482 4.5 9.28571L7.59028 11.6964C8.14583 12.0982 8.94444 11.9308 9.25694 11.3281L11.2708 7.47768C10.8542 7.2433 10.6111 6.84152 10.6111 6.33929C10.6111 5.60268 11.2014 5 12 5C12.7639 5 13.3889 5.60268 13.3889 6.33929C13.3889 6.84152 13.1111 7.2433 12.7292 7.47768Z\" fill=\"{{FILL}}\"/>\n</svg>";
66
+ readonly 'earth-africa-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM18.8125 10.5L17.3438 10.125C17.2188 10.0938 17.0938 10.125 17 10.2188C16.9375 10.2812 16.875 10.3438 16.8438 10.4375H16.8125C16.5938 10.9375 16.125 11.3125 15.625 11.4375L16.0938 11.9062C16.3438 12.1562 16.5 12.5 16.5 12.875C16.5 13.4688 16.0625 14 15.5 14.1562V14.3438C15.5 14.875 15.3125 15.4062 15 15.8438L14.1875 16.9062C13.9062 17.2812 13.4688 17.5 13 17.5C12.1562 17.5 11.5 16.8438 11.5 16V14.5H10.5C9.375 14.5 8.5 13.625 8.5 12.5V11.625C8.5 11.0938 8.75 10.5625 9.1875 10.25L10.4062 9.3125C10.6875 9.125 11 9 11.3125 9C11.4688 9 11.6562 9.03125 11.8125 9.09375L12.8125 9.4375C12.9375 9.46875 13.0625 9.46875 13.2188 9.4375L14.2812 9.1875C14.4062 9.15625 14.5 9.03125 14.5 8.90625C14.5 8.84375 14.4375 8.75 14.375 8.71875L13.5625 8.15625C13.3125 8.375 13 8.5 12.6562 8.5C12.4688 8.5 12.2812 8.46875 12.0938 8.375L11.6875 8.1875C10.9375 9.3125 9.09375 8.625 9.34375 7.21875L9.4375 6.65625C9.46875 6.59375 9.46875 6.53125 9.4375 6.46875L9.15625 5.625C6.6875 6.6875 5 9.15625 5 12C5 15.875 8.125 19 12 19C15.8438 19 19 15.875 19 12C19 11.5 18.9375 10.9688 18.8125 10.5ZM12 5C11.3438 5 10.6875 5.09375 10.0938 5.28125L10.375 6.15625C10.4688 6.375 10.4688 6.59375 10.4375 6.8125L10.3438 7.40625C10.2812 7.71875 10.7188 7.875 10.875 7.59375C11.0938 7.1875 11.625 7.03125 12.0312 7.25L12.5312 7.5C12.5938 7.5 12.625 7.5 12.6562 7.5C12.75 7.5 12.8125 7.5 12.8438 7.4375L12.9688 7.3125C13.2188 7.0625 13.6562 7.03125 13.9688 7.21875L14.9375 7.875C15.2812 8.09375 15.5 8.5 15.5 8.90625C15.5 9.5 15.0938 10 14.5312 10.1562L13.4688 10.4062C13.125 10.5 12.7812 10.4688 12.4688 10.375L11.4688 10.0312C11.4375 10.0312 11.375 10 11.3125 10C11.2188 10 11.0938 10.0625 11 10.125L9.78125 11.0312C9.59375 11.1875 9.5 11.4062 9.5 11.625V12.5C9.5 13.0625 9.9375 13.5 10.5 13.5H11.5C12.0312 13.5 12.5 13.9688 12.5 14.5V16C12.5 16.2812 12.7188 16.5 13 16.5C13.1562 16.5 13.2812 16.4375 13.375 16.3125L14.1875 15.25C14.375 15 14.5 14.6875 14.5 14.3438V13.9688C14.5 13.625 14.7188 13.3125 15.0625 13.2188L15.2188 13.1875C15.375 13.1562 15.5 13 15.5 12.875C15.5 12.7812 15.4375 12.6875 15.375 12.625L14.125 11.375C14 11.2188 13.9375 11 14.0312 10.8125C14.0938 10.625 14.2812 10.5 14.5 10.5H15.0938C15.4375 10.5 15.7812 10.3125 15.9375 10V9.96875C16.0312 9.8125 16.1562 9.65625 16.2812 9.5C16.625 9.15625 17.125 9.03125 17.5938 9.15625L18.4688 9.375C17.4375 6.8125 14.9062 5 12 5Z\" fill=\"{{FILL}}\"/>\n</svg>";
67
+ readonly 'earth-africa-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM18.25 10.2812L17.375 10.0938C17.1562 10.0625 16.9062 10.1562 16.8125 10.375C16.625 10.75 16.1875 10.9062 15.8125 10.7812L15.375 10.6562C15.125 10.5625 14.875 10.625 14.6875 10.8125C14.5625 10.9062 14.5625 11.0938 14.6875 11.2188L15.75 12.2812C15.9062 12.4375 16 12.625 16 12.875C16 13.25 15.7188 13.5938 15.3438 13.6875L15.1875 13.7188C15.0625 13.75 15 13.8438 15 13.9688V14.3438C15 14.7812 14.8438 15.1875 14.5938 15.5625L13.7812 16.625C13.5938 16.875 13.3125 17 13 17C12.4375 17 11.9688 16.5625 11.9688 16V14.5C11.9688 14.25 11.75 14 11.4688 14H10.4688C9.65625 14 8.96875 13.3438 8.96875 12.5V11.625C8.96875 11.25 9.15625 10.875 9.46875 10.625L10.7188 9.71875C10.875 9.59375 11.0938 9.5 11.3125 9.5C11.4375 9.5 11.5312 9.53125 11.625 9.5625L12.625 9.90625C12.875 9.96875 13.0938 9.96875 13.3438 9.9375L14.4375 9.65625C14.75 9.5625 15 9.28125 15 8.96875C15 8.6875 14.8438 8.4375 14.5938 8.3125L13.6875 7.875C13.5625 7.8125 13.4375 7.8125 13.3438 7.90625L13.2188 8.03125C13.0625 8.1875 12.875 8.25 12.6562 8.25C12.5312 8.25 12.4375 8.25 12.3125 8.1875L11.8438 7.9375C11.625 7.84375 11.375 7.90625 11.2188 8.09375L10.8125 8.625C10.625 8.8125 10.3125 8.84375 10.125 8.65625C10.0312 8.5625 9.96875 8.4375 9.96875 8.3125V7.03125C9.96875 6.84375 9.9375 6.6875 9.84375 6.53125L9.53125 6C7.15625 6.96875 5.46875 9.28125 5.46875 12C5.46875 15.5938 8.40625 18.5 11.9688 18.5C15.5625 18.5 18.5 15.5938 18.5 12C18.5 11.4062 18.4062 10.8125 18.25 10.2812Z\" fill=\"{{FILL}}\"/>\n</svg>";
68
+ readonly 'earth-africa-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.53125 6L9.84375 6.53125C9.9375 6.6875 10 6.84375 10 7.03125V8.3125C10 8.4375 10.0312 8.5625 10.125 8.65625C10.3125 8.84375 10.625 8.8125 10.8125 8.625L11.2188 8.09375C11.375 7.90625 11.625 7.84375 11.8438 7.9375L12.3125 8.1875C12.4375 8.25 12.5312 8.25 12.6562 8.25C12.875 8.25 13.0625 8.1875 13.2188 8.03125L13.3438 7.90625C13.4062 7.8125 13.5625 7.8125 13.6875 7.875L14.5938 8.3125C14.8438 8.4375 14.9688 8.6875 14.9688 8.96875C14.9688 9.28125 14.75 9.5625 14.4375 9.65625L13.3438 9.9375C13.0938 9.96875 12.875 9.96875 12.625 9.90625L11.625 9.5625C11.5312 9.53125 11.4375 9.5 11.3125 9.5C11.0938 9.5 10.875 9.59375 10.7188 9.71875L9.5 10.625C9.15625 10.875 9 11.25 9 11.625V12.5C9 13.3438 9.65625 14 10.5 14H11.5C11.75 14 12 14.25 12 14.5V16C12 16.5625 12.4375 17 13 17C13.3125 17 13.5938 16.875 13.7812 16.625L14.5938 15.5625C14.8438 15.1875 15 14.7812 15 14.3438V13.9688C15 13.8438 15.0625 13.75 15.1875 13.7188L15.3438 13.6875C15.7188 13.5938 16 13.25 16 12.875C16 12.625 15.9062 12.4375 15.75 12.2812L14.6875 11.2188C14.5938 11.0938 14.5938 10.9062 14.6875 10.8125C14.875 10.625 15.125 10.5625 15.375 10.6562L15.8125 10.7812C16.1875 10.9062 16.625 10.75 16.8125 10.375C16.9062 10.1562 17.1562 10.0625 17.4062 10.0938L18.25 10.2812C17.5 7.53125 14.9688 5.5 12 5.5C11.125 5.5 10.3125 5.6875 9.53125 6ZM20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12Z\" fill=\"{{FILL}}\"/>\n</svg>";
69
+ readonly 'ellipsis-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 12.25C16.5 11.6523 16.9922 11.125 17.625 11.125C18.2227 11.125 18.75 11.6523 18.75 12.25C18.75 12.8828 18.2227 13.375 17.625 13.375C16.9922 13.375 16.5 12.8828 16.5 12.25ZM10.875 12.25C10.875 11.6523 11.3672 11.125 12 11.125C12.5977 11.125 13.125 11.6523 13.125 12.25C13.125 12.8828 12.5977 13.375 12 13.375C11.3672 13.375 10.875 12.8828 10.875 12.25ZM7.5 12.25C7.5 12.8828 6.97266 13.375 6.375 13.375C5.74219 13.375 5.25 12.8828 5.25 12.25C5.25 11.6523 5.74219 11.125 6.375 11.125C6.97266 11.125 7.5 11.6523 7.5 12.25Z\" fill=\"{{FILL}}\"/>\n</svg>";
70
+ readonly 'ellipsis-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9375 12.25C15.9375 11.3359 16.6758 10.5625 17.625 10.5625C18.5391 10.5625 19.3125 11.3359 19.3125 12.25C19.3125 13.1992 18.5391 13.9375 17.625 13.9375C16.6758 13.9375 15.9375 13.1992 15.9375 12.25ZM10.3125 12.25C10.3125 11.3359 11.0508 10.5625 12 10.5625C12.9141 10.5625 13.6875 11.3359 13.6875 12.25C13.6875 13.1992 12.9141 13.9375 12 13.9375C11.0508 13.9375 10.3125 13.1992 10.3125 12.25ZM8.0625 12.25C8.0625 13.1992 7.28906 13.9375 6.375 13.9375C5.42578 13.9375 4.6875 13.1992 4.6875 12.25C4.6875 11.3359 5.42578 10.5625 6.375 10.5625C7.28906 10.5625 8.0625 11.3359 8.0625 12.25Z\" fill=\"{{FILL}}\"/>\n</svg>";
71
+ readonly 'ellipsis-v-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 16.75C13.0977 16.75 13.625 17.2773 13.625 17.875C13.625 18.5078 13.0977 19 12.5 19C11.8672 19 11.375 18.5078 11.375 17.875C11.375 17.2773 11.8672 16.75 12.5 16.75ZM12.5 11.125C13.0977 11.125 13.625 11.6523 13.625 12.25C13.625 12.8828 13.0977 13.375 12.5 13.375C11.8672 13.375 11.375 12.8828 11.375 12.25C11.375 11.6523 11.8672 11.125 12.5 11.125ZM12.5 7.75C11.8672 7.75 11.375 7.25781 11.375 6.625C11.375 6.02734 11.8672 5.5 12.5 5.5C13.0977 5.5 13.625 6.02734 13.625 6.625C13.625 7.25781 13.0977 7.75 12.5 7.75Z\" fill=\"{{FILL}}\"/>\n</svg>";
72
+ readonly 'ellipsis-v-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 16.1875C13.4141 16.1875 14.1875 16.9609 14.1875 17.875C14.1875 18.8242 13.4141 19.5625 12.5 19.5625C11.5508 19.5625 10.8125 18.8242 10.8125 17.875C10.8125 16.9609 11.5508 16.1875 12.5 16.1875ZM12.5 10.5625C13.4141 10.5625 14.1875 11.3359 14.1875 12.25C14.1875 13.1992 13.4141 13.9375 12.5 13.9375C11.5508 13.9375 10.8125 13.1992 10.8125 12.25C10.8125 11.3359 11.5508 10.5625 12.5 10.5625ZM12.5 8.3125C11.5508 8.3125 10.8125 7.57422 10.8125 6.625C10.8125 5.71094 11.5508 4.9375 12.5 4.9375C13.4141 4.9375 14.1875 5.71094 14.1875 6.625C14.1875 7.57422 13.4141 8.3125 12.5 8.3125Z\" fill=\"{{FILL}}\"/>\n</svg>";
73
+ readonly 'ellipsis-v-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 15.9062C13.5547 15.9062 14.4688 16.8203 14.4688 17.875C14.4688 18.9648 13.5547 19.8438 12.5 19.8438C11.4102 19.8438 10.5312 18.9648 10.5312 17.875C10.5312 16.8203 11.4102 15.9062 12.5 15.9062ZM12.5 10.2812C13.5547 10.2812 14.4688 11.1953 14.4688 12.25C14.4688 13.3398 13.5547 14.2188 12.5 14.2188C11.4102 14.2188 10.5312 13.3398 10.5312 12.25C10.5312 11.1953 11.4102 10.2812 12.5 10.2812ZM14.4688 6.625C14.4688 7.71484 13.5547 8.59375 12.5 8.59375C11.4102 8.59375 10.5312 7.71484 10.5312 6.625C10.5312 5.57031 11.4102 4.65625 12.5 4.65625C13.5547 4.65625 14.4688 5.57031 14.4688 6.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
74
+ readonly 'exclamation-circle-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4C16.4062 4 20 7.59375 20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4ZM12 18.5C15.5625 18.5 18.5 15.5938 18.5 12C18.5 8.4375 15.5625 5.5 12 5.5C8.40625 5.5 5.5 8.4375 5.5 12C5.5 15.5938 8.40625 18.5 12 18.5ZM12 13.5C11.5625 13.5 11.25 13.1875 11.25 12.75V8.75C11.25 8.34375 11.5625 8 12 8C12.4062 8 12.75 8.34375 12.75 8.75V12.75C12.75 13.1875 12.4062 13.5 12 13.5ZM12 14.5625C12.5312 14.5625 12.9688 15 12.9688 15.5312C12.9688 16.0625 12.5312 16.5 12 16.5C11.4375 16.5 11 16.0625 11 15.5312C11 15 11.4375 14.5625 12 14.5625Z\" fill=\"{{FILL}}\"/>\n</svg>";
75
+ readonly 'exclamation-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 17.3125C13.0977 17.3125 13.625 17.8398 13.625 18.4375C13.625 19.0703 13.0977 19.5625 12.5 19.5625C11.8672 19.5625 11.375 19.0703 11.375 18.4375C11.375 17.8398 11.8672 17.3125 12.5 17.3125ZM12.5 15.625C12.1836 15.625 11.9375 15.3789 11.9375 15.0625V4.9375C11.9375 4.65625 12.1836 4.375 12.5 4.375C12.7812 4.375 13.0625 4.65625 13.0625 4.9375V15.0625C13.0625 15.3789 12.7812 15.625 12.5 15.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
76
+ readonly 'exclamation-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 16.1875C12.0078 16.1875 11.6562 15.8359 11.6562 15.3438V5.21875C11.6562 4.76172 12.0078 4.41016 12.5 4.41016C12.957 4.41016 13.3438 4.76172 13.3438 5.21875V15.3438C13.3438 15.8359 12.957 16.1875 12.5 16.1875ZM12.5 17.875C13.0977 17.875 13.625 18.4023 13.625 19C13.625 19.6328 13.0977 20.1602 12.5 20.1602C11.8672 20.1602 11.375 19.6328 11.375 19C11.375 18.4023 11.8672 17.875 12.5 17.875Z\" fill=\"{{FILL}}\"/>\n</svg>";
77
+ readonly 'exclamation-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.625 5.5V14.5C13.625 15.1328 13.0977 15.625 12.5 15.625C11.8672 15.625 11.375 15.1328 11.375 14.5V5.5C11.375 4.90234 11.8672 4.375 12.5 4.375C13.0977 4.375 13.625 4.90234 13.625 5.5ZM12.5 20.125C11.6914 20.125 11.0938 19.5273 11.0938 18.7188C11.0938 17.9453 11.6914 17.3125 12.5 17.3125C13.2734 17.3125 13.9062 17.9453 13.9062 18.7188C13.9062 19.5273 13.2734 20.125 12.5 20.125Z\" fill=\"{{FILL}}\"/>\n</svg>";
78
+ readonly 'expand-alt': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.43359 13.6211C9.75 13.3047 10.2773 13.3047 10.5938 13.6562C10.9453 13.9727 10.9453 14.5 10.5938 14.8164L7.74609 17.6992L9.39844 19.3516C9.71484 19.668 9.82031 20.1602 9.64453 20.582C9.46875 21.0039 9.04688 21.25 8.625 21.25H3.84375C3.35156 21.25 3 20.8984 2.96484 20.4062V15.625C2.96484 15.2031 3.24609 14.7812 3.66797 14.6055C3.80859 14.5352 3.94922 14.5 4.08984 14.5C4.40625 14.5 4.6875 14.6406 4.89844 14.8516L6.55078 16.5039L9.43359 13.6211ZM20.1211 3.25C20.6133 3.25 21 3.63672 21 4.09375V8.875C21 9.33203 20.7188 9.75391 20.2617 9.92969C20.1211 10 19.9805 10 19.8398 10C19.5234 10 19.2422 9.89453 19.0312 9.68359L17.3789 8.03125L14.5312 10.8789C14.1797 11.2305 13.6523 11.2305 13.3359 10.8789C12.9844 10.5625 12.9844 10.0352 13.3359 9.71875L16.1836 6.83594L14.5312 5.18359C14.2148 4.86719 14.1094 4.375 14.2852 3.95312C14.4609 3.53125 14.8828 3.25 15.3398 3.25H20.1211Z\" fill=\"{{FILL}}\"/>\n</svg>";
79
+ readonly 'expand-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.1875 4.375C9.46875 4.375 9.75 4.65625 9.75 4.9375C9.75 5.25391 9.46875 5.5 9.1875 5.5H5.25V9.4375C5.25 9.75391 4.96875 10 4.6875 10C4.37109 10 4.125 9.75391 4.125 9.4375V4.9375C4.125 4.65625 4.37109 4.375 4.6875 4.375H9.1875ZM9.1875 19C9.46875 19 9.75 19.2812 9.75 19.5625C9.75 19.8789 9.46875 20.125 9.1875 20.125H4.6875C4.37109 20.125 4.125 19.8789 4.125 19.5625V15.0625C4.125 14.7812 4.37109 14.5 4.6875 14.5C4.96875 14.5 5.25 14.7812 5.25 15.0625V19H9.1875ZM19.3125 14.5C19.5938 14.5 19.875 14.7812 19.875 15.0625V19.5625C19.875 19.8789 19.5938 20.125 19.3125 20.125H14.8125C14.4961 20.125 14.25 19.8789 14.25 19.5625C14.25 19.2812 14.4961 19 14.8125 19H18.75V15.0625C18.75 14.7812 18.9961 14.5 19.3125 14.5ZM19.3125 4.375C19.5938 4.375 19.875 4.65625 19.875 4.9375V9.4375C19.875 9.75391 19.5938 10 19.3125 10C18.9961 10 18.75 9.75391 18.75 9.4375V5.5H14.8125C14.4961 5.5 14.25 5.25391 14.25 4.9375C14.25 4.65625 14.4961 4.375 14.8125 4.375H19.3125Z\" fill=\"{{FILL}}\"/>\n</svg>";
80
+ readonly 'expand-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.90625 4.375C9.36328 4.375 9.75 4.76172 9.75 5.21875C9.75 5.71094 9.36328 6.0625 8.90625 6.0625H5.8125V9.15625C5.8125 9.64844 5.42578 10 4.96875 10C4.47656 10 4.125 9.64844 4.125 9.15625V5.21875C4.125 4.76172 4.47656 4.375 4.96875 4.375H8.90625ZM19.0312 4.375C19.4883 4.375 19.875 4.76172 19.875 5.21875V9.15625C19.875 9.64844 19.4883 10 19.0312 10C18.5391 10 18.1875 9.64844 18.1875 9.15625V6.0625H15.0938C14.6016 6.0625 14.25 5.71094 14.25 5.21875C14.25 4.76172 14.6016 4.375 15.0938 4.375H19.0312ZM8.90625 18.4375C9.36328 18.4375 9.75 18.8242 9.75 19.2812C9.75 19.7734 9.36328 20.125 8.90625 20.125H4.96875C4.47656 20.125 4.125 19.7734 4.125 19.2812V15.3438C4.125 14.8867 4.47656 14.5 4.96875 14.5C5.42578 14.5 5.8125 14.8867 5.8125 15.3438V18.4375H8.90625ZM19.0312 14.5C19.4883 14.5 19.875 14.8867 19.875 15.3438V19.2812C19.875 19.7734 19.4883 20.125 19.0312 20.125H15.0938C14.6016 20.125 14.25 19.7734 14.25 19.2812C14.25 18.8242 14.6016 18.4375 15.0938 18.4375H18.1875V15.3438C18.1875 14.8867 18.5391 14.5 19.0312 14.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
81
+ readonly 'expand-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.25 4.375H8.625C9.22266 4.375 9.75 4.90234 9.75 5.5C9.75 6.13281 9.22266 6.625 8.625 6.625H6.375V8.875C6.375 9.50781 5.84766 10 5.25 10C4.61719 10 4.125 9.50781 4.125 8.875V5.5C4.125 4.90234 4.61719 4.375 5.25 4.375ZM6.375 15.625V17.875H8.625C9.22266 17.875 9.75 18.4023 9.75 19C9.75 19.6328 9.22266 20.125 8.625 20.125H5.25C4.61719 20.125 4.125 19.6328 4.125 19V15.625C4.125 15.0273 4.61719 14.5 5.25 14.5C5.84766 14.5 6.375 15.0273 6.375 15.625ZM15.375 4.375H18.75C19.3477 4.375 19.875 4.90234 19.875 5.5V8.875C19.875 9.50781 19.3477 10 18.75 10C18.1172 10 17.625 9.50781 17.625 8.875V6.625H15.375C14.7422 6.625 14.25 6.13281 14.25 5.5C14.25 4.90234 14.7422 4.375 15.375 4.375ZM19.875 15.625V19C19.875 19.6328 19.3477 20.125 18.75 20.125H15.375C14.7422 20.125 14.25 19.6328 14.25 19C14.25 18.4023 14.7422 17.875 15.375 17.875H17.625V15.625C17.625 15.0273 18.1172 14.5 18.75 14.5C19.3477 14.5 19.875 15.0273 19.875 15.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
82
+ readonly file: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.2682 6.57636C18.2682 6.33383 18.2199 6.09331 18.1269 5.86923C18.0339 5.6451 17.8977 5.44092 17.7258 5.26937C17.5539 5.09781 17.3493 4.96197 17.1247 4.86912C16.9001 4.77632 16.6591 4.7281 16.416 4.7281C16.1729 4.72813 15.932 4.77631 15.7074 4.86912C15.483 4.96192 15.2791 5.09799 15.1072 5.26937L6.67629 13.7986L6.67231 13.8026C6.07025 14.4033 5.7318 15.2184 5.73177 16.068C5.73177 16.9176 6.07024 17.7326 6.67231 18.3334C7.27435 18.9341 8.09108 19.2719 8.94252 19.2719C9.79396 19.2719 10.6107 18.9341 11.2127 18.3334L18.1826 11.3882C18.5212 11.051 19.0698 11.0514 19.4078 11.3892C19.7455 11.7271 19.7452 12.2745 19.4068 12.6118L12.4379 19.5559C11.5109 20.4809 10.2534 21 8.94252 21C7.63161 21 6.3741 20.4809 5.44713 19.5559C4.52015 18.631 4 17.3761 4 16.068C4.00003 14.7599 4.52014 13.505 5.44713 12.58L13.8781 4.05175L13.8821 4.04679C14.2148 3.71486 14.6099 3.45181 15.0445 3.27213C15.4793 3.09243 15.9454 3.00003 16.416 3C16.8866 3 17.3527 3.09245 17.7875 3.27213C18.2224 3.45185 18.6182 3.7147 18.951 4.04679C19.2838 4.37887 19.5472 4.7739 19.7273 5.20779C19.9073 5.64161 20 6.10681 20 6.57636C19.9999 7.04589 19.9074 7.51115 19.7273 7.94493C19.5479 8.3769 19.2848 8.76884 18.954 9.09998L10.52 17.6342L10.516 17.6382C10.0987 18.0545 9.53265 18.2887 8.94252 18.2887C8.35243 18.2886 7.78628 18.0545 7.369 17.6382C6.95175 17.2218 6.71709 16.6568 6.71709 16.068C6.71712 15.4791 6.95171 14.9142 7.369 14.4978L14.4394 7.3262C14.7748 6.98596 15.3235 6.98079 15.6646 7.31527C16.0057 7.65008 16.0101 8.19751 15.6745 8.53785L8.59915 15.7154L8.59418 15.7204C8.50182 15.8125 8.44989 15.9377 8.44986 16.068C8.44986 16.1983 8.50184 16.3234 8.59418 16.4156C8.68653 16.5077 8.8119 16.5596 8.94252 16.5596C9.07316 16.5596 9.19849 16.5077 9.29087 16.4156L17.7208 7.88634L17.7258 7.88237C17.8977 7.71083 18.0339 7.5066 18.1269 7.2825C18.2198 7.05859 18.2682 6.8187 18.2682 6.57636Z\" fill=\"{{FILL}}\"/>\n</svg>";
83
+ readonly 'flag-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.125 3.5625V4.96875L8.67578 4.08984C10.0117 3.77344 11.418 3.91406 12.6484 4.54688C14.2656 5.35547 16.1992 5.35547 17.8164 4.54688L18.168 4.37109C18.8711 4.01953 19.75 4.54688 19.75 5.35547V15.1641C19.75 15.6562 19.4336 16.043 19.0117 16.2188L17.7812 16.6758C16.1641 17.3086 14.3711 17.2031 12.7891 16.4297C11.4531 15.7617 9.94141 15.5859 8.5 15.9375L5.125 16.7812V20.4375C5.125 20.7539 4.84375 21 4.5625 21C4.24609 21 4 20.7539 4 20.4375V3.5625C4 3.28125 4.24609 3 4.5625 3C4.84375 3 5.125 3.28125 5.125 3.5625ZM5.125 6.12891V15.6211L8.21875 14.8477C9.94141 14.4258 11.7344 14.6367 13.3164 15.4102C14.582 16.043 16.0586 16.1133 17.3945 15.6211L18.625 15.1641V5.39062L18.3086 5.53125C16.375 6.51562 14.0898 6.51562 12.1562 5.53125C11.1367 5.03906 10.0117 4.93359 8.92188 5.17969L5.125 6.12891Z\" fill=\"{{FILL}}\"/>\n</svg>";
84
+ readonly 'flag-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.6875 3.84375V4.82812L8.67578 4.08984C10.0117 3.77344 11.418 3.91406 12.6484 4.54688C14.2656 5.35547 16.1992 5.35547 17.8164 4.54688L18.168 4.37109C18.8711 4.01953 19.75 4.54688 19.75 5.35547V15.1641C19.75 15.6562 19.4336 16.043 19.0117 16.2188L17.7812 16.6758C16.1641 17.3086 14.3711 17.2031 12.7891 16.4297C11.4531 15.7617 9.94141 15.5859 8.5 15.9375L5.6875 16.6406V20.1562C5.6875 20.6484 5.30078 21 4.84375 21C4.35156 21 4 20.6484 4 20.1562V3.84375C4 3.38672 4.35156 3 4.84375 3C5.30078 3 5.6875 3.38672 5.6875 3.84375ZM5.6875 6.58594V14.918L8.07812 14.3203C9.90625 13.8633 11.875 14.0742 13.5625 14.918C14.6875 15.4805 15.9883 15.5508 17.1836 15.0938L18.0625 14.7773V6.26953C16.0586 7.07812 13.8086 7.00781 11.9102 6.05859C11.0312 5.60156 10.0117 5.49609 9.0625 5.74219L5.6875 6.58594Z\" fill=\"{{FILL}}\"/>\n</svg>";
85
+ readonly 'flag-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.25 4.125V4.6875L8.67578 4.08984C10.0117 3.77344 11.418 3.91406 12.6484 4.54688C14.2656 5.35547 16.1992 5.35547 17.8164 4.54688L18.168 4.37109C18.8711 4.01953 19.75 4.54688 19.75 5.35547V14.0391C19.75 14.5312 19.4336 14.918 19.0117 15.0938L17.7812 15.5508C16.1641 16.1836 14.3711 16.0781 12.7891 15.3047C11.4531 14.6367 9.94141 14.4609 8.5 14.8125L6.25 15.375V19.875C6.25 20.5078 5.72266 21 5.125 21C4.49219 21 4 20.5078 4 19.875V4.125C4 3.52734 4.49219 3 5.125 3C5.72266 3 6.25 3.52734 6.25 4.125Z\" fill=\"{{FILL}}\"/>\n</svg>";
86
+ readonly 'flag-slash-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M0.203584 3.3511C0.490933 2.96489 1.02971 2.89467 1.3889 3.21066L22.6527 19.5019C23.0478 19.7828 23.1197 20.3095 22.7964 20.6606C22.5091 21.0468 21.9703 21.117 21.6111 20.801L0.347258 4.50975C-0.0478467 4.22887 -0.119684 3.70221 0.203584 3.3511Z\" fill=\"{{FILL}}\"/>\n<path d=\"M6.72881 3.84265V4.82574L9.78189 4.08842C11.1468 3.77243 12.5835 3.91287 13.8407 4.54486C15.493 5.3524 17.4685 5.3524 19.1207 4.54486L19.4799 4.36931C20.1983 4.0182 21.0963 4.54486 21.0963 5.3524V15.1482C21.0963 15.6398 20.773 16.026 20.342 16.2015L19.0848 16.658C17.4326 17.29 15.6007 17.1846 13.9844 16.4122C12.6195 15.7451 11.075 15.5695 9.6023 15.9206L6.72881 16.6229V20.1339C6.72881 20.6254 6.3337 20.9765 5.86676 20.9765C5.3639 20.9765 5.00471 20.6254 5.00471 20.1339V3.84265C5.00471 3.38621 5.3639 3 5.86676 3C6.3337 3 6.72881 3.38621 6.72881 3.84265ZM6.72881 6.58127V14.9024L9.17127 14.3056C11.039 13.8491 13.0505 14.0598 14.7746 14.9024C15.924 15.4642 17.253 15.5344 18.4742 15.078L19.3722 14.762V6.26527C17.3248 7.07281 15.026 7.00259 13.0864 6.05461C12.1884 5.59817 11.1468 5.49284 10.177 5.73861L6.72881 6.58127Z\" fill=\"{{FILL}}\"/>\n</svg>";
87
+ readonly 'globe-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4C16.4062 4 20 7.59375 20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4ZM12 18.5C12.2188 18.5 12.8125 18.2812 13.4688 17C13.75 16.4375 13.9688 15.7812 14.1562 15H9.8125C10 15.7812 10.2188 16.4375 10.5 17C11.1562 18.2812 11.75 18.5 12 18.5ZM9.5625 13.5H14.4062C14.4688 13.0312 14.5 12.5312 14.5 12C14.5 11.5 14.4688 11 14.4062 10.5H9.5625C9.5 11 9.5 11.5 9.5 12C9.5 12.5312 9.5 13.0312 9.5625 13.5ZM14.1562 9C13.9688 8.25 13.75 7.59375 13.4688 7.03125C12.8125 5.75 12.2188 5.5 12 5.5C11.75 5.5 11.1562 5.75 10.5 7.03125C10.2188 7.59375 10 8.25 9.8125 9H14.1562ZM15.9062 10.5C15.9688 11 16 11.5 16 12C16 12.5312 15.9688 13.0312 15.9062 13.5H18.3125C18.4375 13.0312 18.5 12.5312 18.5 12C18.5 11.5 18.4375 11 18.3125 10.5H15.9062ZM14.6875 6.09375C15.125 6.90625 15.4688 7.90625 15.6875 9H17.75C17.0938 7.71875 16 6.6875 14.6875 6.09375ZM9.28125 6.09375C7.96875 6.6875 6.875 7.71875 6.21875 9H8.28125C8.5 7.90625 8.84375 6.90625 9.28125 6.09375ZM5.5 12C5.5 12.5312 5.53125 13.0312 5.65625 13.5H8.0625C8 13.0312 8 12.5312 8 12C8 11.5 8 11 8.0625 10.5H5.65625C5.53125 11 5.5 11.5 5.5 12ZM17.75 15H15.6875C15.4688 16.125 15.125 17.125 14.6875 17.9375C16 17.3438 17.0938 16.3125 17.75 15ZM8.28125 15H6.21875C6.875 16.3125 7.96875 17.3438 9.28125 17.9375C8.84375 17.125 8.5 16.125 8.28125 15Z\" fill=\"{{FILL}}\"/>\n</svg>";
88
+ readonly 'globe-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.375 12C15.375 12.8086 15.3047 13.5469 15.2344 14.25H8.73047C8.66016 13.5469 8.625 12.8086 8.625 12C8.625 11.2266 8.66016 10.4883 8.73047 9.75H15.2344C15.3047 10.4883 15.375 11.2266 15.375 12ZM16.3594 9.75H20.6836C20.8945 10.4883 21 11.2266 21 12C21 12.8086 20.8945 13.5469 20.6836 14.25H16.3594C16.4297 13.5469 16.5 12.7734 16.5 12C16.5 11.2266 16.4297 10.4883 16.3594 9.75ZM20.332 8.625H16.2188C15.8672 6.41016 15.1641 4.51172 14.2852 3.31641C17.0273 4.05469 19.2773 6.02344 20.332 8.625ZM15.0938 8.625H8.87109C9.08203 7.35938 9.43359 6.23438 9.82031 5.32031C10.207 4.47656 10.5938 3.87891 11.0156 3.49219C11.4023 3.14062 11.7188 3 12 3C12.2461 3 12.5625 3.14062 12.9492 3.49219C13.3711 3.87891 13.7578 4.47656 14.1445 5.32031C14.5312 6.23438 14.8828 7.35938 15.0938 8.625ZM7.74609 8.625H3.63281C4.6875 6.02344 6.9375 4.05469 9.67969 3.31641C8.80078 4.51172 8.09766 6.41016 7.74609 8.625ZM3.28125 9.75H7.60547C7.53516 10.4883 7.5 11.2266 7.5 12C7.5 12.7734 7.53516 13.5469 7.60547 14.25H3.28125C3.07031 13.5469 3 12.8086 3 12C3 11.2266 3.07031 10.4883 3.28125 9.75ZM9.82031 18.7148C9.43359 17.8008 9.08203 16.6758 8.87109 15.375H15.0938C14.8828 16.6758 14.5312 17.8008 14.1445 18.7148C13.7578 19.5586 13.3711 20.1562 12.9492 20.543C12.5625 20.8945 12.2461 21 12 21C11.7188 21 11.4023 20.8945 11.0156 20.543C10.5938 20.1562 10.207 19.5586 9.82031 18.7148ZM7.74609 15.375C8.09766 17.625 8.80078 19.5234 9.67969 20.7188C6.9375 19.9805 4.6875 18.0117 3.63281 15.375H7.74609ZM20.332 15.375C19.2773 18.0117 17.0273 19.9805 14.2852 20.7188C15.1992 19.5234 15.8672 17.625 16.2188 15.375H20.332Z\" fill=\"{{FILL}}\"/>\n</svg>";
89
+ readonly 'home-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.7394 11.1746C21.0521 11.4562 21.0834 11.9257 20.8332 12.2386C20.5518 12.5516 20.0828 12.5829 19.7701 12.3325L19.0197 11.6753V17.4963C19.0197 18.9046 17.894 20 16.5182 20H7.51303C6.10596 20 5.01158 18.9046 5.01158 17.4963V11.6753L4.22988 12.3325C3.9172 12.5829 3.44818 12.5516 3.16676 12.2386C2.91662 11.9257 2.94789 11.4562 3.26057 11.1746L11.5153 4.1643C11.7968 3.94523 12.2032 3.94523 12.4847 4.1643L20.7394 11.1746ZM7.51303 18.4978H9.0139V13.7408C9.0139 13.0523 9.54545 12.489 10.2646 12.489H13.7666C14.4545 12.489 15.0174 13.0523 15.0174 13.7408V18.4978H16.5182C17.0498 18.4978 17.5188 18.0597 17.5188 17.4963V10.3922L12.0156 5.7291L6.51245 10.3922V17.4963C6.51245 18.0597 6.9502 18.4978 7.51303 18.4978ZM10.5148 18.4978H13.5165V13.9912H10.5148V18.4978Z\" fill=\"{{FILL}}\"/>\n</svg>";
90
+ readonly 'image-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4258 8.5L18.5742 14.8929C18.8203 15.2143 18.8203 15.6429 18.6445 16C18.4688 16.3571 18.082 16.5714 17.6953 16.5714H6.33984C5.95312 16.5714 5.56641 16.3571 5.39062 16C5.21484 15.6071 5.25 15.1786 5.46094 14.8571L7.74609 11.6429C8.13281 11.0714 9.08203 11.0714 9.50391 11.6429L10.0664 12.4643L12.6328 8.5C13.0547 7.89286 14.0391 7.89286 14.4258 8.5ZM6.375 15.4286H17.625L13.5117 9.14286L10.5586 13.7857C10.4531 13.9286 10.2773 14.0357 10.1016 14.0357C9.92578 14.0714 9.75 13.9643 9.64453 13.7857L8.58984 12.3214L6.375 15.4286ZM18.75 4C20.0156 4 21 5.03571 21 6.28571V17.7143C21 19 19.9805 20 18.75 20H5.25C4.01953 20 3 19 3 17.7143V6.28571C3 5.03571 4.01953 4 5.25 4H18.75ZM19.9102 17.7143V6.28571C19.9102 5.67857 19.3828 5.14286 18.7852 5.14286H5.28516C4.65234 5.14286 4.16016 5.67857 4.16016 6.28571V17.7143C4.16016 18.3571 4.65234 18.8571 5.28516 18.8571H18.7852C19.3828 18.8571 19.9102 18.3571 19.9102 17.7143ZM8.09766 9.71429C7.14844 9.71429 6.41016 8.96429 6.41016 8C6.41016 7.07143 7.14844 6.28571 8.09766 6.28571C9.01172 6.28571 9.78516 7.07143 9.78516 8C9.78516 8.96429 9.01172 9.71429 8.09766 9.71429ZM8.09766 7.42857C7.78125 7.42857 7.53516 7.71429 7.53516 8C7.53516 8.32143 7.78125 8.57143 8.09766 8.57143C8.37891 8.57143 8.625 8.32143 8.625 8C8.625 7.71429 8.37891 7.42857 8.09766 7.42857Z\" fill=\"{{FILL}}\"/>\n</svg>";
91
+ readonly 'image-polaroid-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 9.71429C7.03571 9.71429 6.28571 8.96429 6.28571 8C6.28571 7.07143 7.03571 6.28571 8 6.28571C8.92857 6.28571 9.71429 7.07143 9.71429 8C9.71429 8.96429 8.92857 9.71429 8 9.71429ZM8 7.42857C7.67857 7.42857 7.42857 7.71429 7.42857 8C7.42857 8.32143 7.67857 8.57143 8 8.57143C8.28571 8.57143 8.57143 8.32143 8.57143 8C8.57143 7.71429 8.28571 7.42857 8 7.42857ZM18.8571 4C19.4643 4 20 4.53571 20 5.14286V18.8571C20 19.5 19.4643 20 18.8571 20H5.14286C4.5 20 4 19.5 4 18.8571V5.14286C4 4.53571 4.5 4 5.14286 4H18.8571ZM18.8571 18.8571V16H5.14286V18.8571H18.8571ZM7.03571 14.8571H9.89286L10.3214 14.2857L8.89286 12.3929L7.03571 14.8571ZM11.3214 14.8571H16.75L14.0357 11.25L11.3214 14.8571ZM18.8571 14.8571V5.14286H5.14286V14.8571H5.60714L8.42857 11.1071C8.64286 10.8214 9.10714 10.8214 9.35714 11.1071L11.0357 13.3571L13.5714 9.96429C13.7857 9.67857 14.25 9.67857 14.5 9.96429L18.1786 14.8571H18.8571Z\" fill=\"{{FILL}}\"/>\n</svg>";
92
+ readonly 'image-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.37891 7.14286C9.29297 7.14286 10.0664 7.92857 10.0664 8.85714C10.0664 9.82143 9.29297 10.5714 8.37891 10.5714C7.42969 10.5714 6.69141 9.82143 6.69141 8.85714C6.69141 7.92857 7.42969 7.14286 8.37891 7.14286ZM18.75 4C20.0156 4 21 5.03571 21 6.28571V17.7143C21 19 19.9805 20 18.75 20H5.25C4.01953 20 3 19 3 17.7143V6.28571C3 5.03571 4.01953 4 5.25 4H18.75ZM19.3125 17.5V6.28571C19.3125 6 19.0664 5.71429 18.75 5.71429H5.25C4.96875 5.71429 4.6875 6 4.6875 6.28571L4.72266 17.7143L7.35938 14.3571C7.5 14.2143 7.67578 14.1071 7.88672 14.1071C8.09766 14.1071 8.27344 14.2143 8.41406 14.3571L9.71484 16L13.4414 10.8571C13.582 10.6786 13.7578 10.5714 14.0039 10.5714C14.2148 10.5714 14.3906 10.6786 14.4961 10.8571L19.3125 17.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
93
+ readonly 'image-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6.28571C3 5.03571 3.98438 4 5.25 4H18.75C19.9805 4 21 5.03571 21 6.28571V17.7143C21 19 19.9805 20 18.75 20H5.25C3.98438 20 3 19 3 17.7143V6.28571ZM14.3555 10.1071C14.2148 9.85714 13.9336 9.71429 13.6875 9.71429C13.4062 9.71429 13.125 9.85714 12.9844 10.1071L9.92578 14.6786L8.97656 13.4643C8.83594 13.2857 8.58984 13.1429 8.34375 13.1429C8.0625 13.1429 7.81641 13.2857 7.67578 13.4643L5.42578 16.3214C5.21484 16.6071 5.17969 16.9643 5.32031 17.25C5.46094 17.5357 5.74219 17.7143 6.09375 17.7143H17.9062C18.1875 17.7143 18.5039 17.5714 18.6445 17.2857C18.7852 17 18.75 16.6429 18.5742 16.3929L14.3555 10.1071ZM6.9375 9.71429C7.85156 9.71429 8.625 8.96429 8.625 8C8.625 7.07143 7.85156 6.28571 6.9375 6.28571C5.98828 6.28571 5.25 7.07143 5.25 8C5.25 8.96429 5.98828 9.71429 6.9375 9.71429Z\" fill=\"{{FILL}}\"/>\n</svg>";
94
+ readonly 'image-slash-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.5039 20.2656C23.75 20.4414 23.8203 20.793 23.5742 21.0391C23.4688 21.1797 23.293 21.25 23.1524 21.25C23.0469 21.25 22.9414 21.2149 22.836 21.1446L1.46096 4.26955C1.21487 4.09377 1.14455 3.70705 1.35549 3.49612C1.53127 3.25002 1.88283 3.17971 2.12893 3.39065L23.5039 20.2656ZM19.25 5.50002H7.57815L6.13674 4.37502H19.2149C20.4453 4.37502 21.4649 5.39455 21.4649 6.62502L21.5 16.5039L20.375 15.625V6.62502C20.375 6.02737 19.8477 5.50002 19.25 5.50002ZM13.0977 8.80471C13.5196 8.20705 14.5039 8.20705 14.8906 8.80471L18.3711 14.043L15.5235 11.8281L13.9766 9.43752L13.4844 10.1758L12.6406 9.50783L13.0977 8.80471ZM8.28127 11.793L9.12502 12.461L6.83987 15.625H13.1328L14.5391 16.75H6.80471C6.41799 16.75 6.03127 16.5391 5.85549 16.1524C5.67971 15.7656 5.71487 15.3438 5.9258 15.0274L8.28127 11.793ZM17.3867 19L18.8281 20.125H5.71487C4.4844 20.125 3.46487 19.1406 3.46487 17.875L3.50002 8.03127L4.62502 8.91018V17.875C4.62502 18.5078 5.11721 19 5.75002 19H17.3867Z\" fill=\"{{FILL}}\"/>\n</svg>";
95
+ readonly 'image-slash-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.3984 19.7735C23.7851 20.0547 23.8555 20.5821 23.539 20.9336C23.3633 21.1446 23.1172 21.25 22.8711 21.25C22.6953 21.25 22.5195 21.2149 22.3789 21.0743L1.56639 4.76176C1.17967 4.48051 1.10936 3.95317 1.42576 3.60161C1.70701 3.21489 2.23436 3.14458 2.58592 3.46098L4.37889 4.86723C4.76561 4.55083 5.22264 4.37504 5.71483 4.37504H19.2148C20.4453 4.37504 21.4648 5.39458 21.4648 6.62504V17.875C21.4648 18.0157 21.4648 18.1211 21.4297 18.2266L23.3984 19.7735ZM19.7773 16.9258H19.8125V6.62504C19.8125 6.34379 19.5312 6.06254 19.25 6.06254H5.96092L8.03514 7.71489C8.24608 7.57426 8.52733 7.46879 8.84373 7.46879C9.7578 7.46879 10.5312 8.24223 10.5312 9.15629C10.5312 9.33208 10.4609 9.4727 10.4258 9.57817L13.3437 11.8633L13.9062 11.125C14.0469 10.9493 14.2226 10.8438 14.4687 10.8438C14.6797 10.8438 14.8555 10.9493 14.9609 11.125L18.4765 15.9415L19.7773 16.9258ZM10.1797 16.2227L11.3398 14.6055L18.4414 20.125H5.71483C4.48436 20.125 3.46483 19.1407 3.46483 17.875V8.41801L5.15233 9.75395L5.18748 17.9102L7.8242 14.6055C7.96483 14.4297 8.14061 14.3594 8.35155 14.3594C8.56248 14.3594 8.73826 14.4297 8.87889 14.6055L10.1797 16.2227Z\" fill=\"{{FILL}}\"/>\n</svg>";
96
+ readonly 'image-slash-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.58592 3.46098L4.37889 4.83208C4.76561 4.55083 5.22264 4.37504 5.74998 4.37504H19.25C20.4805 4.37504 21.5 5.39458 21.5 6.62504V17.875C21.5 18.0157 21.4648 18.1211 21.4648 18.2266L23.3984 19.7735C23.7851 20.0547 23.8555 20.5821 23.539 20.9336C23.2578 21.3204 22.7305 21.3907 22.3789 21.0743L1.56639 4.76176C1.17967 4.48051 1.10936 3.95317 1.42576 3.60161C1.70701 3.21489 2.23436 3.14458 2.58592 3.46098ZM6.80467 6.76567L9.08983 8.52348C9.08983 8.45317 9.12498 8.38286 9.12498 8.31254C9.12498 7.39848 8.35155 6.62504 7.43748 6.62504C7.19139 6.62504 7.01561 6.69536 6.80467 6.76567ZM12.7812 11.4063L18.793 16.1524L14.8555 10.3868C14.7148 10.1407 14.4336 10 14.1523 10C13.9062 10 13.625 10.1407 13.4844 10.3868L12.7812 11.4063ZM9.01951 12.8477L5.92576 16.504C5.71483 16.75 5.67967 17.1016 5.8203 17.418C5.96092 17.6993 6.24217 17.875 6.59373 17.875H15.5234L18.3711 20.125H5.74998C4.48436 20.125 3.49998 19.1407 3.49998 17.875V8.41801L9.05467 12.8125C9.05467 12.8125 9.05467 12.8477 9.01951 12.8477Z\" fill=\"{{FILL}}\"/>\n</svg>";
97
+ readonly 'inbox-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.6181 11.4063C22.8472 11.7188 23 12.1094 23 12.5V18.125C23 19.1797 22.1597 20 21.1667 20H2.83333C1.80208 20 1 19.1797 1 18.125V12.5C1 12.1094 1.11458 11.7188 1.34375 11.4063L5.31597 5.78125C5.65972 5.3125 6.19444 5 6.80556 5H17.1562C17.7674 5 18.3021 5.3125 18.6458 5.78125L22.6181 11.4063ZM6.30903 6.52344L2.94792 11.25H8.14236L9.36458 13.75H14.5972L15.8194 11.25H21.0139L17.6528 6.52344C17.5382 6.36719 17.3472 6.25 17.1562 6.25H6.80556C6.61458 6.28906 6.42361 6.36719 6.30903 6.52344ZM21.7778 13.125C21.7778 12.8125 21.4722 12.5 21.1667 12.5H16.5833L15.3611 15H8.63889L7.41667 12.5H2.83333C2.48958 12.5 2.22222 12.8125 2.22222 13.125V18.125C2.22222 18.4766 2.48958 18.75 2.83333 18.75H21.1667C21.4722 18.75 21.7778 18.4766 21.7778 18.125V13.125Z\" fill=\"{{FILL}}\"/>\n</svg>";
98
+ readonly 'info-circle-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4C16.4062 4 20 7.59375 20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4ZM12 18.5C15.5625 18.5 18.5 15.5938 18.5 12C18.5 8.4375 15.5625 5.5 12 5.5C8.40625 5.5 5.5 8.4375 5.5 12C5.5 15.5938 8.40625 18.5 12 18.5ZM13.25 14.5C13.6562 14.5 14 14.8438 14 15.25C14 15.6875 13.6562 16 13.25 16H10.75C10.3125 16 10 15.6875 10 15.25C10 14.8438 10.3125 14.5 10.75 14.5H11.25V12.5H11C10.5625 12.5 10.25 12.1875 10.25 11.75C10.25 11.3438 10.5625 11 11 11H12C12.4062 11 12.75 11.3438 12.75 11.75V14.5H13.25ZM12 10C11.4375 10 11 9.5625 11 9C11 8.46875 11.4375 8 12 8C12.5312 8 13 8.46875 13 9C13 9.5625 12.5312 10 12 10Z\" fill=\"{{FILL}}\"/>\n</svg>";
99
+ readonly 'link-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.49842 18.4931C3.51183 16.5065 3.48925 13.2783 5.49842 11.2691L7.30442 9.46314C7.48502 9.28254 7.84621 9.28254 8.02681 9.46314C8.22999 9.66631 8.20741 10.0049 8.02681 10.1855L6.22082 11.9915C4.618 13.5944 4.64058 16.1905 6.22082 17.7707C7.82364 19.3735 10.3972 19.3735 12 17.7707L13.806 15.9647C13.9866 15.7841 14.3478 15.7841 14.5284 15.9647C14.7316 16.1679 14.709 16.5065 14.5284 16.6871L12.7224 18.4931C10.7132 20.5023 7.50759 20.5023 5.49842 18.4931ZM18.5016 5.48995C20.5107 7.49912 20.4882 10.7273 18.5016 12.7139L16.6956 14.5199C16.4924 14.7231 16.1764 14.7231 15.9732 14.5199C15.7926 14.3393 15.77 14.0007 15.9732 13.7975L17.7792 11.9915C19.3594 10.4113 19.382 7.81517 17.7792 6.21235C16.1989 4.6321 13.5802 4.6321 12 6.21235L10.194 8.01834C9.99083 8.22152 9.67478 8.22152 9.47161 8.01834C9.29101 7.83774 9.26843 7.49912 9.47161 7.29594L11.2776 5.48995C13.2642 3.50335 16.515 3.50335 18.5016 5.48995ZM8.56861 14.7005L14.709 8.56014C14.8896 8.37954 15.2508 8.37954 15.4314 8.56014C15.6346 8.76332 15.612 9.10194 15.4314 9.28254L9.29101 15.4229C9.08784 15.6261 8.77179 15.6261 8.56861 15.4229C8.38801 15.2423 8.36544 14.9037 8.56861 14.7005Z\" fill=\"{{FILL}}\"/>\n</svg>";
100
+ readonly 'link-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.49842 18.4931C3.51183 16.5065 3.48925 13.2783 5.49842 11.2691L7.12382 9.64374C7.41729 9.35026 7.91394 9.35026 8.20741 9.64374C8.52346 9.95979 8.50089 10.4339 8.20741 10.7273L6.58202 12.3527C5.18237 13.7524 5.20495 16.0325 6.58202 17.4095C7.98166 18.8092 10.2392 18.8092 11.6388 17.4095L13.2642 15.7841C13.5577 15.4907 14.0543 15.4907 14.3478 15.7841C14.6638 16.1002 14.6413 16.5743 14.3478 16.8677L12.7224 18.4931C10.7132 20.5023 7.50759 20.5023 5.49842 18.4931ZM18.5016 5.48995C20.5107 7.49912 20.4882 10.7273 18.5016 12.7139L16.8762 14.3393C16.5601 14.6554 16.1086 14.6554 15.7926 14.3393C15.4991 14.0459 15.4765 13.5718 15.7926 13.2557L17.418 11.6303C18.7951 10.2533 18.8176 7.97319 17.418 6.57354C16.0409 5.19647 13.7383 5.19647 12.3612 6.57354L10.7358 8.19894C10.4198 8.51499 9.96826 8.51499 9.65221 8.19894C9.35873 7.90547 9.33616 7.43139 9.65221 7.11534L11.2776 5.48995C13.2642 3.50335 16.515 3.50335 18.5016 5.48995ZM9.11041 13.7975L13.806 9.10194C14.0995 8.80847 14.5961 8.80847 14.8896 9.10194C15.2056 9.41799 15.1831 9.89206 14.8896 10.1855L10.194 14.8811C9.87796 15.1972 9.42646 15.1972 9.11041 14.8811C8.81694 14.5877 8.79436 14.1136 9.11041 13.7975Z\" fill=\"{{FILL}}\"/>\n</svg>";
101
+ readonly 'link-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.49842 18.4931C3.51183 16.5065 3.48925 13.2783 5.49842 11.2691L6.94322 9.82434C7.32699 9.44056 8.00424 9.44056 8.38801 9.82434C8.79436 10.2307 8.77179 10.8854 8.38801 11.2691L6.94322 12.7139C5.74675 13.9104 5.74675 15.8519 6.94322 17.0483C8.13969 18.2448 10.0811 18.2448 11.2776 17.0483L12.7224 15.6035C13.1062 15.2198 13.7834 15.2198 14.1672 15.6035C14.5735 16.0099 14.551 16.6645 14.1672 17.0483L12.7224 18.4931C10.7132 20.5023 7.50759 20.5023 5.49842 18.4931ZM18.5016 5.48995C20.5107 7.49912 20.4882 10.7273 18.5016 12.7139L17.0568 14.1587C16.6504 14.5651 16.0183 14.5651 15.612 14.1587C15.2282 13.775 15.2056 13.1203 15.612 12.7139L17.0568 11.2691C18.2533 10.0727 18.2533 8.13122 17.0568 6.93474C15.8603 5.73827 13.9189 5.73827 12.7224 6.93474L11.2776 8.37954C10.8713 8.78589 10.2392 8.78589 9.83281 8.37954C9.44903 7.99577 9.42646 7.34109 9.83281 6.93474L11.2776 5.48995C13.2642 3.50335 16.515 3.50335 18.5016 5.48995ZM9.11041 13.4363L13.4448 9.10194C13.8286 8.71817 14.5058 8.71817 14.8896 9.10194C15.2959 9.50829 15.2734 10.163 14.8896 10.5467L10.5552 14.8811C10.1489 15.2875 9.51676 15.2875 9.11041 14.8811C8.72664 14.4974 8.70406 13.8427 9.11041 13.4363Z\" fill=\"{{FILL}}\"/>\n</svg>";
102
+ readonly 'list-radio-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.25 7.1875C4.93359 7.1875 4.6875 6.94141 4.6875 6.625C4.6875 6.34375 4.93359 6.0625 5.25 6.0625C5.53125 6.0625 5.8125 6.34375 5.8125 6.625C5.8125 6.94141 5.53125 7.1875 5.25 7.1875ZM5.25 8.875C3.98438 8.875 3 7.89062 3 6.625C3 5.39453 3.98438 4.375 5.25 4.375C6.48047 4.375 7.5 5.39453 7.5 6.625C7.5 7.89062 6.48047 8.875 5.25 8.875ZM6.375 6.625C6.375 6.02734 5.84766 5.5 5.25 5.5C4.61719 5.5 4.125 6.02734 4.125 6.625C4.125 7.25781 4.61719 7.75 5.25 7.75C5.84766 7.75 6.375 7.25781 6.375 6.625ZM9.75 6.625C9.75 6.34375 9.99609 6.0625 10.3125 6.0625H20.4375C20.7188 6.0625 21 6.34375 21 6.625C21 6.94141 20.7188 7.1875 20.4375 7.1875H10.3125C9.99609 7.1875 9.75 6.94141 9.75 6.625ZM9.75 12.25C9.75 11.9688 9.99609 11.6875 10.3125 11.6875H20.4375C20.7188 11.6875 21 11.9688 21 12.25C21 12.5664 20.7188 12.8125 20.4375 12.8125H10.3125C9.99609 12.8125 9.75 12.5664 9.75 12.25ZM9.75 17.875C9.75 17.5938 9.99609 17.3125 10.3125 17.3125H20.4375C20.7188 17.3125 21 17.5938 21 17.875C21 18.1914 20.7188 18.4375 20.4375 18.4375H10.3125C9.99609 18.4375 9.75 18.1914 9.75 17.875ZM5.25 10C6.48047 10 7.5 11.0195 7.5 12.25C7.5 13.5156 6.48047 14.5 5.25 14.5C3.98438 14.5 3 13.5156 3 12.25C3 11.0195 3.98438 10 5.25 10ZM4.125 12.25C4.125 12.8828 4.61719 13.375 5.25 13.375C5.84766 13.375 6.375 12.8828 6.375 12.25C6.375 11.6523 5.84766 11.125 5.25 11.125C4.61719 11.125 4.125 11.6523 4.125 12.25ZM5.25 20.125C3.98438 20.125 3 19.1406 3 17.875C3 16.6445 3.98438 15.625 5.25 15.625C6.48047 15.625 7.5 16.6445 7.5 17.875C7.5 19.1406 6.48047 20.125 5.25 20.125ZM6.375 17.875C6.375 17.2773 5.84766 16.75 5.25 16.75C4.61719 16.75 4.125 17.2773 4.125 17.875C4.125 18.5078 4.61719 19 5.25 19C5.84766 19 6.375 18.5078 6.375 17.875Z\" fill=\"{{FILL}}\"/>\n</svg>";
103
+ readonly 'loader-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 7.5C12.5 7.78125 12.25 8 12 8C11.7188 8 11.5 7.78125 11.5 7.5V4.5C11.5 4.25 11.7188 4 12 4C12.25 4 12.5 4.25 12.5 4.5V7.5ZM12.5 19.5C12.5 19.7812 12.25 20 12 20C11.7188 20 11.5 19.7812 11.5 19.5V16.5C11.5 16.25 11.7188 16 12 16C12.25 16 12.5 16.25 12.5 16.5V19.5ZM4 12C4 11.75 4.21875 11.5 4.5 11.5H7.5C7.75 11.5 8 11.75 8 12C8 12.2812 7.75 12.5 7.5 12.5H4.5C4.21875 12.5 4 12.2812 4 12ZM19.5 11.5C19.75 11.5 20 11.75 20 12C20 12.2812 19.75 12.5 19.5 12.5H16.5C16.2188 12.5 16 12.2812 16 12C16 11.75 16.2188 11.5 16.5 11.5H19.5ZM17.6562 6.34375C17.8438 6.5625 17.8438 6.875 17.6562 7.0625L15.5312 9.1875C15.3125 9.375 15 9.375 14.8125 9.1875C14.625 9 14.625 8.6875 14.8125 8.46875L16.9375 6.34375C17.125 6.15625 17.4375 6.15625 17.6562 6.34375ZM7.03125 17.6562C6.84375 17.875 6.53125 17.875 6.3125 17.6562C6.125 17.4688 6.125 17.1562 6.3125 16.9688L8.4375 14.8438C8.65625 14.6562 8.96875 14.6562 9.15625 14.8438C9.34375 15.0312 9.34375 15.3438 9.15625 15.5625L7.03125 17.6562ZM6.3125 6.34375C6.53125 6.15625 6.84375 6.15625 7.03125 6.34375L9.15625 8.46875C9.34375 8.6875 9.34375 9 9.15625 9.1875C8.96875 9.375 8.65625 9.375 8.4375 9.1875L6.3125 7.0625C6.125 6.875 6.125 6.5625 6.3125 6.34375ZM17.6562 16.9688C17.8438 17.1562 17.8438 17.4688 17.6562 17.6562C17.4375 17.875 17.125 17.875 16.9375 17.6562L14.8125 15.5625C14.625 15.3438 14.625 15.0312 14.8125 14.8438C15 14.6562 15.3125 14.6562 15.5312 14.8438L17.6562 16.9688Z\" fill=\"{{FILL}}\"/>\n</svg>";
104
+ readonly 'loader-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.75 7.25C12.75 7.6875 12.4062 8 12 8C11.5625 8 11.25 7.6875 11.25 7.25V4.75C11.25 4.34375 11.5625 4 12 4C12.4062 4 12.75 4.34375 12.75 4.75V7.25ZM12.75 19.25C12.75 19.6875 12.4062 20 12 20C11.5625 20 11.25 19.6875 11.25 19.25V16.75C11.25 16.3438 11.5625 16 12 16C12.4062 16 12.75 16.3438 12.75 16.75V19.25ZM4 12C4 11.5938 4.3125 11.25 4.75 11.25H7.25C7.65625 11.25 8 11.5938 8 12C8 12.4375 7.65625 12.75 7.25 12.75H4.75C4.3125 12.75 4 12.4375 4 12ZM19.25 11.25C19.6562 11.25 20 11.5938 20 12C20 12.4375 19.6562 12.75 19.25 12.75H16.75C16.3125 12.75 16 12.4375 16 12C16 11.5938 16.3125 11.25 16.75 11.25H19.25ZM17.6562 6.34375C17.9375 6.65625 17.9375 7.125 17.6562 7.40625L15.875 9.1875C15.5938 9.46875 15.0938 9.46875 14.8125 9.1875C14.5312 8.90625 14.5312 8.40625 14.8125 8.125L16.5938 6.34375C16.875 6.0625 17.3438 6.0625 17.6562 6.34375ZM7.375 17.6562C7.09375 17.9688 6.625 17.9688 6.3125 17.6562C6.03125 17.375 6.03125 16.9062 6.3125 16.625L8.09375 14.8438C8.375 14.5625 8.875 14.5625 9.15625 14.8438C9.4375 15.125 9.4375 15.625 9.15625 15.9062L7.375 17.6562ZM6.3125 6.34375C6.625 6.0625 7.09375 6.0625 7.375 6.34375L9.15625 8.125C9.4375 8.40625 9.4375 8.90625 9.15625 9.1875C8.875 9.46875 8.375 9.46875 8.09375 9.1875L6.3125 7.40625C6.03125 7.125 6.03125 6.65625 6.3125 6.34375ZM17.6562 16.625C17.9375 16.9062 17.9375 17.375 17.6562 17.6562C17.3438 17.9688 16.875 17.9688 16.5938 17.6562L14.8125 15.9062C14.5312 15.625 14.5312 15.125 14.8125 14.8438C15.0938 14.5625 15.5938 14.5625 15.875 14.8438L17.6562 16.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
105
+ readonly 'loader-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 5V7C13 7.5625 12.5312 8 12 8C11.4375 8 11 7.5625 11 7V5C11 4.46875 11.4375 4 12 4C12.5312 4 13 4.46875 13 5ZM13 17V19C13 19.5625 12.5312 20 12 20C11.4375 20 11 19.5625 11 19V17C11 16.4688 11.4375 16 12 16C12.5312 16 13 16.4688 13 17ZM4 12C4 11.4688 4.4375 11 5 11H7C7.53125 11 8 11.4688 8 12C8 12.5625 7.53125 13 7 13H5C4.4375 13 4 12.5625 4 12ZM17 11H19C19.5312 11 20 11.4688 20 12C20 12.5625 19.5312 13 19 13H17C16.4375 13 16 12.5625 16 12C16 11.4688 16.4375 11 17 11ZM6.34375 6.34375C6.71875 5.96875 7.34375 5.96875 7.75 6.34375L9.15625 7.78125C9.5625 8.15625 9.5625 8.8125 9.15625 9.1875C8.78125 9.59375 8.125 9.59375 7.75 9.1875L6.34375 7.78125C5.9375 7.375 5.9375 6.75 6.34375 6.34375ZM16.2188 14.8438L17.6562 16.25C18.0312 16.6562 18.0312 17.2812 17.6562 17.6562C17.25 18.0625 16.625 18.0625 16.2188 17.6562L14.8125 16.25C14.4375 15.875 14.4375 15.2188 14.8125 14.8438C15.2188 14.4375 15.8438 14.4375 16.2188 14.8438ZM6.34375 17.6562V17.6875C5.9375 17.2812 5.9375 16.6562 6.34375 16.25L7.75 14.8438C8.125 14.4375 8.78125 14.4375 9.15625 14.8438C9.5625 15.2188 9.5625 15.875 9.15625 16.25L7.75 17.6562C7.34375 18.0625 6.71875 18.0625 6.34375 17.6562ZM14.8125 7.78125L16.2188 6.34375C16.625 5.96875 17.25 5.96875 17.6562 6.34375C18.0312 6.75 18.0312 7.375 17.6562 7.78125L16.2188 9.1875C15.8438 9.5625 15.2188 9.5625 14.8125 9.1875C14.4375 8.78125 14.4375 8.15625 14.8125 7.78125Z\" fill=\"{{FILL}}\"/>\n</svg>";
106
+ readonly 'lock-keyhole-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 16.25C12.5 16.5312 12.25 16.75 12 16.75C11.7188 16.75 11.5 16.5312 11.5 16.25V13.75C11.5 13.5 11.7188 13.25 12 13.25C12.25 13.25 12.5 13.5 12.5 13.75V16.25ZM12 4C14.1875 4 16 5.8125 16 8V10H16.5C17.875 10 19 11.125 19 12.5V17.5C19 18.9062 17.875 20 16.5 20H7.5C6.09375 20 5 18.9062 5 17.5V12.5C5 11.125 6.09375 10 7.5 10H8V8C8 5.8125 9.78125 4 12 4ZM12 5C10.3125 5 9 6.34375 9 8V10H15V8C15 6.34375 13.6562 5 12 5ZM7.5 11C6.65625 11 6 11.6875 6 12.5V17.5C6 18.3438 6.65625 19 7.5 19H16.5C17.3125 19 18 18.3438 18 17.5V12.5C18 11.6875 17.3125 11 16.5 11H7.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
107
+ readonly 'lock-keyhole-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.75 16C12.75 16.4375 12.4062 16.75 12 16.75C11.5625 16.75 11.25 16.4375 11.25 16V14C11.25 13.5938 11.5625 13.25 12 13.25C12.4062 13.25 12.75 13.5938 12.75 14V16ZM12 4C14.1875 4 16 5.8125 16 8V10H17C18.0938 10 19 10.9062 19 12V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V12C5 10.9062 5.875 10 7 10H8V8C8 5.8125 9.78125 4 12 4ZM12 5.5C10.5938 5.5 9.5 6.625 9.5 8V10H14.5V8C14.5 6.625 13.375 5.5 12 5.5ZM7 11.5C6.71875 11.5 6.5 11.75 6.5 12V18C6.5 18.2812 6.71875 18.5 7 18.5H17C17.25 18.5 17.5 18.2812 17.5 18V12C17.5 11.75 17.25 11.5 17 11.5H7Z\" fill=\"{{FILL}}\"/>\n</svg>";
108
+ readonly 'lock-keyhole-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6C10.5938 6 9.5 7.125 9.5 8.5V10H14.5V8.5C14.5 7.125 13.375 6 12 6ZM7.5 8.5C7.5 6.03125 9.5 4 12 4C14.4688 4 16.5 6.03125 16.5 8.5V10H17C18.0938 10 19 10.9062 19 12V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V12C5 10.9062 5.875 10 7 10H7.5V8.5ZM13 14C13 13.4688 12.5312 13 12 13C11.4375 13 11 13.4688 11 14V16C11 16.5625 11.4375 17 12 17C12.5312 17 13 16.5625 13 16V14Z\" fill=\"{{FILL}}\"/>\n</svg>";
109
+ readonly 'lock-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10V8C8 5.8125 9.78125 4 12 4C14.1875 4 16 5.8125 16 8V10H16.5C17.875 10 19 11.125 19 12.5V17.5C19 18.9062 17.875 20 16.5 20H7.5C6.09375 20 5 18.9062 5 17.5V12.5C5 11.125 6.09375 10 7.5 10H8ZM9 10H15V8C15 6.34375 13.6562 5 12 5C10.3125 5 9 6.34375 9 8V10ZM6 17.5C6 18.3438 6.65625 19 7.5 19H16.5C17.3125 19 18 18.3438 18 17.5V12.5C18 11.6875 17.3125 11 16.5 11H7.5C6.65625 11 6 11.6875 6 12.5V17.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
110
+ readonly 'lock-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10V8C8 5.8125 9.78125 4 12 4C14.1875 4 16 5.8125 16 8V10H17C18.0938 10 19 10.9062 19 12V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V12C5 10.9062 5.875 10 7 10H8ZM9.5 10H14.5V8C14.5 6.625 13.375 5.5 12 5.5C10.5938 5.5 9.5 6.625 9.5 8V10ZM6.5 18C6.5 18.2812 6.71875 18.5 7 18.5H17C17.25 18.5 17.5 18.2812 17.5 18V12C17.5 11.75 17.25 11.5 17 11.5H7C6.71875 11.5 6.5 11.75 6.5 12V18Z\" fill=\"{{FILL}}\"/>\n</svg>";
111
+ readonly 'lock-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 8.5V10H14.5V8.5C14.5 7.125 13.375 6 12 6C10.5938 6 9.5 7.125 9.5 8.5ZM7.5 10V8.5C7.5 6.03125 9.5 4 12 4C14.4688 4 16.5 6.03125 16.5 8.5V10H17C18.0938 10 19 10.9062 19 12V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V12C5 10.9062 5.875 10 7 10H7.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
112
+ readonly 'memo-pad-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.75 14C8.3125 14 8 13.6875 8 13.25C8 12.8438 8.3125 12.5 8.75 12.5H15.25C15.6562 12.5 16 12.8438 16 13.25C16 13.6875 15.6562 14 15.25 14H8.75ZM8.75 17C8.3125 17 8 16.6875 8 16.25C8 15.8438 8.3125 15.5 8.75 15.5H12.25C12.6562 15.5 13 15.8438 13 16.25C13 16.6875 12.6562 17 12.25 17H8.75ZM8.75 11C8.3125 11 8 10.6875 8 10.25C8 9.84375 8.3125 9.5 8.75 9.5H15.25C15.6562 9.5 16 9.84375 16 10.25C16 10.6875 15.6562 11 15.25 11H8.75ZM17 4C18.0938 4 19 4.90625 19 6V18C19 19.125 18.0938 20 17 20H7C5.875 20 5 19.125 5 18V6C5 4.90625 5.875 4 7 4H17ZM17.5 18V8H6.5V18C6.5 18.2812 6.71875 18.5 7 18.5H17C17.25 18.5 17.5 18.2812 17.5 18Z\" fill=\"{{FILL}}\"/>\n</svg>";
113
+ readonly 'memo-pad-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 5.25C4 4.01953 4.98438 3 6.25 3H17.5C18.7305 3 19.75 4.01953 19.75 5.25V6.375H4V5.25ZM4 7.5H19.75V18.75C19.75 20.0156 18.7305 21 17.5 21H6.25C4.98438 21 4 20.0156 4 18.75V7.5ZM7.375 10.875C7.375 11.1914 7.62109 11.4375 7.9375 11.4375H15.8125C16.0938 11.4375 16.375 11.1914 16.375 10.875C16.375 10.5938 16.0938 10.3125 15.8125 10.3125H7.9375C7.62109 10.3125 7.375 10.5938 7.375 10.875ZM7.375 14.25C7.375 14.5664 7.62109 14.8125 7.9375 14.8125H15.8125C16.0938 14.8125 16.375 14.5664 16.375 14.25C16.375 13.9688 16.0938 13.6875 15.8125 13.6875H7.9375C7.62109 13.6875 7.375 13.9688 7.375 14.25ZM7.375 17.625C7.375 17.9414 7.62109 18.1875 7.9375 18.1875H11.3125C11.5938 18.1875 11.875 17.9414 11.875 17.625C11.875 17.3438 11.5938 17.0625 11.3125 17.0625H7.9375C7.62109 17.0625 7.375 17.3438 7.375 17.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
114
+ readonly 'microphone-slash-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.698 18.6875C22.0416 18.9375 22.1041 19.4062 21.823 19.7188C21.6668 19.9062 21.4482 20 21.2295 20C21.0734 20 20.9172 19.9688 20.761 19.8125L2.30196 5.34375C1.95839 5.09375 1.89593 4.625 2.17703 4.3125C2.4269 3.96875 2.8954 3.90625 3.20774 4.1875L8.98596 8.71875V7C8.98596 5.34375 10.3602 4 12.0156 4C13.671 4 14.9828 5.34375 14.9828 7L15.014 12C15.014 12.4062 14.9203 12.8125 14.7642 13.1875L15.5762 13.8125C15.8574 13.25 16.0135 12.6562 16.0135 12V10.75C16.0135 10.3438 16.3883 10 16.7631 10C17.1692 10 17.5127 10.3438 17.5127 10.75V12C17.5127 13.0312 17.2004 13.9688 16.7319 14.7812L21.698 18.6875ZM13.5148 12V7C13.5148 6.1875 12.8277 5.5 12.0156 5.5C11.1723 5.5 10.5164 6.1875 10.5164 7V9.875L13.4836 12.2188C13.4836 12.1562 13.5148 12.0938 13.5148 12ZM14.2644 18.5C14.6705 18.5 15.014 18.8438 15.014 19.25C15.014 19.6875 14.6705 20 14.2644 20H9.7668C9.32953 20 9.01719 19.6875 9.01719 19.25C9.01719 18.8438 9.32953 18.5 9.7668 18.5H11.2035V17.4375C8.45499 17.0625 6.48727 14.5625 6.48727 11.7812L6.5185 10.75C6.5185 10.6875 6.5185 10.625 6.54974 10.5625L8.01771 11.7188V11.8438C8.01771 13.9375 9.51693 15.7812 11.6096 16C12.1718 16.0625 12.7028 15.9688 13.2337 15.8125L14.5768 16.875C14.0146 17.1562 13.3899 17.375 12.7652 17.4688V18.5H14.2644Z\" fill=\"{{FILL}}\"/>\n</svg>";
115
+ readonly 'minus-cirlce-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4C16.4194 4 20 7.58065 20 12C20 16.4194 16.4194 20 12 20C7.58065 20 4 16.4194 4 12C4 7.58065 7.58065 4 12 4ZM12 5.03223C8.12903 5.03223 5.03223 8.19355 5.03223 12C5.03223 15.871 8.16129 18.9678 12 18.9678C15.8387 18.9678 18.9678 15.8387 18.9678 12C18.9678 8.16129 15.8065 5.03223 12 5.03223ZM15.7422 11.4189C15.9357 11.4191 16.1289 11.6132 16.1289 11.8066V12.1934C16.1289 12.4191 15.9357 12.5809 15.7422 12.5811H8.25781C8.03214 12.5809 7.87109 12.4191 7.87109 12.1934V11.8066C7.87109 11.6132 8.03214 11.4191 8.25781 11.4189H15.7422Z\" fill=\"{{FILL}}\"/>\n<path d=\"M12 4C16.4194 4 20 7.58065 20 12C20 16.4194 16.4194 20 12 20C7.58065 20 4 16.4194 4 12C4 7.58065 7.58065 4 12 4ZM12 5.03223C8.12903 5.03223 5.03223 8.19355 5.03223 12C5.03223 15.871 8.16129 18.9678 12 18.9678C15.8387 18.9678 18.9678 15.8387 18.9678 12C18.9678 8.16129 15.8065 5.03223 12 5.03223ZM15.7422 11.4189C15.9357 11.4191 16.1289 11.6132 16.1289 11.8066V12.1934C16.1289 12.4191 15.9357 12.5809 15.7422 12.5811H8.25781C8.03214 12.5809 7.87109 12.4191 7.87109 12.1934V11.8066C7.87109 11.6132 8.03214 11.4191 8.25781 11.4189H15.7422Z\" stroke=\"{{FILL}}\"/>\n</svg>";
116
+ readonly 'minus-cirlce-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4C16.4194 4 20 7.58065 20 12C20 16.4194 16.4194 20 12 20C7.58065 20 4 16.4194 4 12C4 7.58065 7.58065 4 12 4ZM12 5.54883C8.41935 5.54883 5.54883 8.45161 5.54883 12C5.54883 15.5806 8.41935 18.4512 12 18.4512C15.5484 18.4512 18.4512 15.5806 18.4512 12C18.4512 8.45161 15.5484 5.54883 12 5.54883ZM15.7422 11.0967C15.9355 11.0968 16.1286 11.2901 16.1289 11.4834V12.5166C16.1286 12.7421 15.9355 12.9032 15.7422 12.9033H8.25781C8.0323 12.9032 7.87132 12.7421 7.87109 12.5166V11.4834C7.87136 11.2901 8.03232 11.0968 8.25781 11.0967H15.7422Z\" fill=\"{{FILL}}\"/>\n<path d=\"M12 4C16.4194 4 20 7.58065 20 12C20 16.4194 16.4194 20 12 20C7.58065 20 4 16.4194 4 12C4 7.58065 7.58065 4 12 4ZM12 5.54883C8.41935 5.54883 5.54883 8.45161 5.54883 12C5.54883 15.5806 8.41935 18.4512 12 18.4512C15.5484 18.4512 18.4512 15.5806 18.4512 12C18.4512 8.45161 15.5484 5.54883 12 5.54883ZM15.7422 11.0967C15.9355 11.0968 16.1286 11.2901 16.1289 11.4834V12.5166C16.1286 12.7421 15.9355 12.9032 15.7422 12.9033H8.25781C8.0323 12.9032 7.87132 12.7421 7.87109 12.5166V11.4834C7.87136 11.2901 8.03232 11.0968 8.25781 11.0967H15.7422Z\" stroke=\"{{FILL}}\"/>\n</svg>";
117
+ readonly 'minus-cirlce-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4C16.4194 4 20 7.58065 20 12C20 16.4194 16.4194 20 12 20C7.58065 20 4 16.4194 4 12C4 7.58065 7.58065 4 12 4ZM7.74219 10.71C7.51642 10.71 7.35454 10.9032 7.35449 11.0967V12.9033C7.35454 13.1291 7.51641 13.29 7.74219 13.29H16.2578C16.4513 13.29 16.6455 13.1291 16.6455 12.9033V11.0967C16.6454 10.9032 16.4513 10.71 16.2578 10.71H7.74219Z\" fill=\"{{FILL}}\"/>\n<path d=\"M12 4C16.4194 4 20 7.58065 20 12C20 16.4194 16.4194 20 12 20C7.58065 20 4 16.4194 4 12C4 7.58065 7.58065 4 12 4ZM7.74219 10.71C7.51642 10.71 7.35454 10.9032 7.35449 11.0967V12.9033C7.35454 13.1291 7.51641 13.29 7.74219 13.29H16.2578C16.4513 13.29 16.6455 13.1291 16.6455 12.9033V11.0967C16.6454 10.9032 16.4513 10.71 16.2578 10.71H7.74219Z\" stroke=\"{{FILL}}\"/>\n</svg>";
118
+ readonly 'newspaper-cross-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3365 10.0585C14.5252 9.86997 14.9028 9.87012 15.0916 10.0585C15.3038 10.2706 15.2802 10.6239 15.0916 10.8125L13.5815 12.3215L15.0916 13.8295C15.3038 14.0416 15.2801 14.3949 15.0916 14.5835C14.8792 14.7955 14.5488 14.7956 14.3365 14.5835L12.8264 13.0755L11.3174 14.5835C11.1051 14.7956 10.7746 14.7955 10.5623 14.5835C10.3738 14.3949 10.35 14.0416 10.5623 13.8295L12.0724 12.3215L10.5623 10.8125C10.3736 10.6239 10.3501 10.2706 10.5623 10.0585C10.7511 9.87012 11.1287 9.86997 11.3174 10.0585L12.8264 11.5665L14.3365 10.0585Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0737 5C22.5701 5 22.99 5.41995 22.99 5.91625V18.7438C22.99 19.2782 22.5701 19.66 22.0737 19.66H2.8325C1.80172 19.66 1 18.8583 1 17.8275V7.13792C1 6.64161 1.38177 6.22167 1.91625 6.22167H3.44333V5.91625C3.44333 5.41995 3.8251 5 4.35958 5H22.0737ZM2.22167 17.8275C2.22167 18.1711 2.48891 18.4383 2.8325 18.4383C3.13792 18.4383 3.44333 18.1711 3.44333 17.8275V7.44333H2.22167V17.8275ZM4.665 17.8275C4.665 17.8657 4.62682 17.8657 4.62682 17.8657C4.62682 18.0566 4.62682 18.2856 4.55047 18.4383H21.7683V6.22167H4.665V17.8275Z\" fill=\"{{FILL}}\"/>\n</svg>";
119
+ readonly 'newspaper-exclamation-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6239 13.2802C14.2211 13.2802 14.7098 13.7383 14.7098 14.2982C14.7098 14.8709 14.2211 15.3163 13.6239 15.3163C13.0131 15.3163 12.538 14.8709 12.538 14.2982C12.538 13.7383 13.0131 13.2802 13.6239 13.2802Z\" fill=\"{{FILL}}\"/>\n<path d=\"M14.2485 8.80074C14.4384 8.80085 14.5876 8.95352 14.5741 9.13161L14.398 12.593C14.3845 12.7457 14.2343 12.873 14.0714 12.873H13.1626C12.9997 12.873 12.8506 12.7457 12.837 12.593L12.6599 9.13161C12.6464 8.95359 12.7957 8.80097 12.9855 8.80074H14.2485Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0737 5C22.5701 5 22.99 5.41995 22.99 5.91625V18.7438C22.99 19.2782 22.5701 19.66 22.0737 19.66H2.8325C1.80172 19.66 1 18.8583 1 17.8275V7.13792C1 6.64161 1.38177 6.22167 1.91625 6.22167H3.44333V5.91625C3.44333 5.41995 3.8251 5 4.35958 5H22.0737ZM2.22167 17.8275C2.22167 18.1711 2.48891 18.4383 2.8325 18.4383C3.13792 18.4383 3.44333 18.1711 3.44333 17.8275V7.44333H2.22167V17.8275ZM4.665 17.8275C4.665 17.8657 4.62682 17.8657 4.62682 17.8657C4.62682 18.0566 4.62682 18.2856 4.55047 18.4383H21.7683V6.22167H4.665V17.8275Z\" fill=\"{{FILL}}\"/>\n</svg>";
120
+ readonly 'newspaper-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2812 5.5C21.7383 5.5 22.125 5.88672 22.125 6.34375V18.1562C22.125 18.6484 21.7383 19 21.2812 19H3.5625C2.61328 19 1.875 18.2617 1.875 17.3125V7.46875C1.875 7.01172 2.22656 6.625 2.71875 6.625H4.125V6.34375C4.125 5.88672 4.47656 5.5 4.96875 5.5H21.2812ZM3 17.3125C3 17.6289 3.24609 17.875 3.5625 17.875C3.84375 17.875 4.125 17.6289 4.125 17.3125V7.75H3V17.3125ZM21 17.875V6.625H5.25V17.3125C5.25 17.3477 5.21484 17.3477 5.21484 17.3477C5.21484 17.5234 5.21484 17.7344 5.14453 17.875H21ZM6.79688 14.5C6.55078 14.5 6.375 14.3242 6.375 14.0781V8.17188C6.375 7.96094 6.55078 7.75 6.79688 7.75H12.7031C12.9141 7.75 13.125 7.96094 13.125 8.17188V14.0781C13.125 14.3242 12.9141 14.5 12.7031 14.5H6.79688ZM7.5 8.875V13.375H12V8.875H7.5ZM6.375 16.3281V16.0469C6.375 15.8359 6.55078 15.625 6.79688 15.625H12.7031C12.9141 15.625 13.125 15.8359 13.125 16.0469V16.3281C13.125 16.5742 12.9141 16.75 12.7031 16.75H6.79688C6.55078 16.75 6.375 16.5742 6.375 16.3281ZM14.25 16.3281V16.0469C14.25 15.8359 14.4258 15.625 14.6719 15.625H19.4531C19.6641 15.625 19.875 15.8359 19.875 16.0469V16.3281C19.875 16.5742 19.6641 16.75 19.4531 16.75H14.6719C14.4258 16.75 14.25 16.5742 14.25 16.3281ZM14.25 14.0781V13.7969C14.25 13.5859 14.4258 13.375 14.6719 13.375H19.4531C19.6641 13.375 19.875 13.5859 19.875 13.7969V14.0781C19.875 14.3242 19.6641 14.5 19.4531 14.5H14.6719C14.4258 14.5 14.25 14.3242 14.25 14.0781ZM14.25 9.57812V9.29688C14.25 9.08594 14.4258 8.875 14.6719 8.875H19.4531C19.6641 8.875 19.875 9.08594 19.875 9.29688V9.57812C19.875 9.82422 19.6641 10 19.4531 10H14.6719C14.4258 10 14.25 9.82422 14.25 9.57812ZM14.25 11.8281V11.5469C14.25 11.3359 14.4258 11.125 14.6719 11.125H19.4531C19.6641 11.125 19.875 11.3359 19.875 11.5469V11.8281C19.875 12.0742 19.6641 12.25 19.4531 12.25H14.6719C14.4258 12.25 14.25 12.0742 14.25 11.8281Z\" fill=\"{{FILL}}\"/>\n</svg>";
121
+ readonly 'newspaper-question-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.7225 13.7065C13.1657 13.7065 13.5274 14.0681 13.5274 14.5114C13.5274 14.9546 13.1657 15.3162 12.7225 15.3163C12.2675 15.3163 11.9059 14.9547 11.9059 14.5114C11.9059 14.0681 12.2675 13.7065 12.7225 13.7065Z\" fill=\"{{FILL}}\"/>\n<path d=\"M12.8391 9.3437C13.819 9.34375 14.8806 10.1253 14.8806 11.1401C14.8806 12.4933 13.4224 12.5166 13.4224 13.0182V13.0766C13.4224 13.2399 13.294 13.3565 13.1424 13.3565H12.2909C12.1392 13.3565 12.0109 13.2399 12.0109 13.0766V12.9716C12.0109 12.2483 12.5592 11.9567 12.9791 11.7234C13.329 11.5251 13.5507 11.3968 13.5507 11.1285C13.5507 10.7786 13.1074 10.5569 12.7458 10.5569C12.2909 10.5569 12.0692 10.7669 11.7776 11.1285C11.6843 11.2451 11.5093 11.2684 11.3927 11.1751L10.891 10.7902C10.7627 10.7085 10.7394 10.5336 10.8211 10.4169C11.2993 9.72868 11.9059 9.3437 12.8391 9.3437Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0737 5C22.5701 5 22.99 5.41995 22.99 5.91625V18.7438C22.99 19.2782 22.5701 19.66 22.0737 19.66H2.8325C1.80172 19.66 1 18.8583 1 17.8275V7.13792C1 6.64161 1.38177 6.22167 1.91625 6.22167H3.44333V5.91625C3.44333 5.41995 3.8251 5 4.35958 5H22.0737ZM2.22167 17.8275C2.22167 18.1711 2.48891 18.4383 2.8325 18.4383C3.13792 18.4383 3.44333 18.1711 3.44333 17.8275V7.44333H2.22167V17.8275ZM4.665 17.8275C4.665 17.8657 4.62682 17.8657 4.62682 17.8657C4.62682 18.0566 4.62682 18.2856 4.55047 18.4383H21.7683V6.22167H4.665V17.8275Z\" fill=\"{{FILL}}\"/>\n</svg>";
122
+ readonly 'newspaper-regular-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7812 5.5C22.2383 5.5 22.625 5.88672 22.625 6.34375V18.1562C22.625 18.6484 22.2383 19 21.7812 19H4.34375C3.25391 19 2.375 18.1211 2.375 17.0312V7.46875C2.375 7.01172 2.72656 6.625 3.21875 6.625H4.69531C4.94141 5.99219 5.57422 5.5 6.3125 5.5H21.7812ZM4.0625 17.0312C4.0625 17.207 4.16797 17.3125 4.34375 17.3125C4.48438 17.3125 4.625 17.207 4.625 17.0312V8.3125H4.0625V17.0312ZM20.9375 17.3125V7.1875H6.3125V17.0312C6.3125 17.1367 6.27734 17.2422 6.27734 17.3125H20.9375ZM8.42188 13.0938C8.17578 13.0938 8 12.918 8 12.6719V9.29688C8 9.08594 8.17578 8.875 8.42188 8.875H13.2031C13.4141 8.875 13.625 9.08594 13.625 9.29688V12.6719C13.625 12.918 13.4141 13.0938 13.2031 13.0938H8.42188ZM9.40625 10.2812V11.6875H12.2188V10.2812H9.40625ZM8 15.2031V14.3594C8 14.1484 8.17578 13.9375 8.42188 13.9375H13.2031C13.4141 13.9375 13.625 14.1484 13.625 14.3594V15.2031C13.625 15.4492 13.4141 15.625 13.2031 15.625H8.42188C8.17578 15.625 8 15.4492 8 15.2031ZM14.75 15.2031V14.3594C14.75 14.1484 14.9258 13.9375 15.1719 13.9375H18.8281C19.0391 13.9375 19.25 14.1484 19.25 14.3594V15.2031C19.25 15.4492 19.0391 15.625 18.8281 15.625H15.1719C14.9258 15.625 14.75 15.4492 14.75 15.2031ZM14.75 10.1406V9.29688C14.75 9.08594 14.9258 8.875 15.1719 8.875H18.8281C19.0391 8.875 19.25 9.08594 19.25 9.29688V10.1406C19.25 10.3867 19.0391 10.5625 18.8281 10.5625H15.1719C14.9258 10.5625 14.75 10.3867 14.75 10.1406ZM14.75 12.6719V11.8281C14.75 11.6172 14.9258 11.4062 15.1719 11.4062H18.8281C19.0391 11.4062 19.25 11.6172 19.25 11.8281V12.6719C19.25 12.918 19.0391 13.0938 18.8281 13.0938H15.1719C14.9258 13.0938 14.75 12.918 14.75 12.6719Z\" fill=\"{{FILL}}\"/>\n</svg>";
123
+ readonly 'newspaper-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.125 5.57143C5.125 4.16518 6.32812 3 7.875 3H20.25C21.7539 3 23 4.16518 23 5.57143V18.4286C23 19.875 21.7539 21 20.25 21H4.4375C2.50391 21 1 19.5938 1 17.7857V6.85714C1 6.17411 1.60156 5.57143 2.375 5.57143C3.10547 5.57143 3.75 6.17411 3.75 6.85714V17.7857C3.75 18.1473 4.05078 18.4286 4.4375 18.4286C4.78125 18.4286 5.125 18.1473 5.125 17.7857V5.57143ZM7.875 6.53571V9.75C7.875 10.3125 8.30469 10.7143 8.90625 10.7143H19.2188C19.7773 10.7143 20.25 10.3125 20.25 9.75V6.53571C20.25 6.01339 19.7773 5.57143 19.2188 5.57143H8.90625C8.30469 5.57143 7.875 6.01339 7.875 6.53571ZM7.875 13.9286C7.875 14.2902 8.17578 14.5714 8.5625 14.5714H12.6875C13.0312 14.5714 13.375 14.2902 13.375 13.9286C13.375 13.6071 13.0312 13.2857 12.6875 13.2857H8.5625C8.17578 13.2857 7.875 13.6071 7.875 13.9286ZM14.75 13.9286C14.75 14.2902 15.0508 14.5714 15.4375 14.5714H19.5625C19.9062 14.5714 20.25 14.2902 20.25 13.9286C20.25 13.6071 19.9062 13.2857 19.5625 13.2857H15.4375C15.0508 13.2857 14.75 13.6071 14.75 13.9286ZM7.875 17.7857C7.875 18.1473 8.17578 18.4286 8.5625 18.4286H12.6875C13.0312 18.4286 13.375 18.1473 13.375 17.7857C13.375 17.4643 13.0312 17.1429 12.6875 17.1429H8.5625C8.17578 17.1429 7.875 17.4643 7.875 17.7857ZM14.75 17.7857C14.75 18.1473 15.0508 18.4286 15.4375 18.4286H19.5625C19.9062 18.4286 20.25 18.1473 20.25 17.7857C20.25 17.4643 19.9062 17.1429 19.5625 17.1429H15.4375C15.0508 17.1429 14.75 17.4643 14.75 17.7857Z\" fill=\"{{FILL}}\"/>\n</svg>";
124
+ readonly 'party-horn-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.68172 10.3125L13.653 15.3125C13.9031 15.5625 13.9969 15.9062 13.9344 16.2188C13.8719 16.5625 13.6217 16.8438 13.3091 16.9375L5.33626 19.9375C5.21119 20 5.08613 20 4.99233 20C4.71094 20 4.46081 19.9062 4.30448 19.7188C4.02309 19.4375 3.92929 19.0312 4.05435 18.6562L7.02462 10.6562C7.14968 10.3438 7.43108 10.125 7.775 10.0312C7.83753 10.0312 7.90007 10 7.9626 10C8.24399 10 8.49412 10.125 8.68172 10.3125ZM4.99233 19L7.36855 18.0938L5.86778 16.5938L4.99233 19ZM8.40032 17.7188L10.2763 17.0312L6.96209 13.7188L6.24297 15.5938L8.40032 17.7188ZM11.3081 16.625L12.9652 16L7.9626 11.0312L7.33728 12.6875L11.3081 16.625ZM19.4997 12C19.7499 12 20 12.25 20 12.5C20 12.7812 19.7499 13 19.4997 13H19.1558C17.8739 13 16.7171 13.6562 15.9042 14.8125C15.7791 14.9375 15.6228 15 15.4977 15C15.3726 15 15.2788 14.9688 15.185 14.9375C14.9662 14.75 14.9036 14.4375 15.06 14.2188C16.0918 12.8125 17.5613 12 19.1558 12H19.4997ZM9.49463 9C9.3383 9 9.18197 8.9375 9.05691 8.8125C8.90058 8.59375 8.96311 8.28125 9.21324 8.09375C10.3701 7.28125 10.9954 6.125 10.9954 4.84375V4.5C10.9954 4.25 11.2455 4 11.4957 4C11.7458 4 11.9959 4.25 11.9959 4.5V4.84375C11.9959 6.4375 11.183 7.90625 9.77603 8.90625C9.68223 8.96875 9.58843 9 9.49463 9ZM5.99284 5.75C5.55512 5.75 5.24246 5.4375 5.24246 5C5.24246 4.59375 5.55512 4.25 5.99284 4.25C6.3993 4.25 6.74323 4.59375 6.74323 5C6.74323 5.4375 6.3993 5.75 5.99284 5.75ZM18.9995 17.25C19.4059 17.25 19.7499 17.5938 19.7499 18C19.7499 18.4375 19.4059 18.75 18.9995 18.75C18.5618 18.75 18.2491 18.4375 18.2491 18C18.2491 17.5938 18.5618 17.25 18.9995 17.25ZM18.9995 8.25C19.4059 8.25 19.7499 8.59375 19.7499 9C19.7499 9.4375 19.4059 9.75 18.9995 9.75C18.5618 9.75 18.2491 9.4375 18.2491 9C18.2491 8.59375 18.5618 8.25 18.9995 8.25ZM15.9354 9.5C15.3101 10.2188 14.6223 10.2812 14.0595 10.3438C13.5592 10.375 13.2153 10.4062 12.8714 10.8438C12.7776 10.9688 12.6212 11 12.4962 11C12.3711 11 12.246 10.9688 12.1522 10.9062C11.9334 10.7188 11.9334 10.4062 12.0897 10.1875C12.715 9.46875 13.4029 9.40625 13.9657 9.34375C14.4659 9.3125 14.8098 9.28125 15.185 8.84375C15.529 8.40625 15.529 8.0625 15.4977 7.5625C15.4352 6.96875 15.4039 6.28125 16.0292 5.53125C16.6545 4.8125 17.3424 4.75 17.9052 4.6875C18.4054 4.65625 18.7494 4.625 19.0933 4.1875C19.2809 3.96875 19.5935 3.96875 19.8124 4.125C20.0313 4.3125 20.0313 4.625 19.8749 4.84375C19.2496 5.5625 18.5618 5.625 17.999 5.6875C17.4987 5.71875 17.1548 5.78125 16.7796 6.1875C16.4357 6.625 16.4357 6.96875 16.4669 7.5C16.5295 8.0625 16.5607 8.75 15.9354 9.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
125
+ readonly 'party-horn-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.75225 9C9.53311 9 9.31396 8.9375 9.15742 8.75C8.90697 8.4375 8.93828 7.96875 9.31396 7.6875C10.0966 7.03125 10.5349 6.09375 10.5349 5.0625V4.75C10.5349 4.34375 10.8793 4 11.255 4C11.662 4 11.975 4.34375 11.975 4.75V5.0625C11.975 6.53125 11.3489 7.90625 10.2219 8.84375C10.0653 8.96875 9.90879 9 9.75225 9ZM5.99544 6C5.43192 6 4.99363 5.5625 4.99363 5C4.99363 4.5 5.43192 4.03125 5.99544 4.03125C6.49635 4.03125 6.96595 4.46875 6.96595 5C6.96595 5.53125 6.52766 6 5.99544 6ZM19.2382 12C19.6765 12 19.9896 12.3438 19.9896 12.75C19.9896 13.1875 19.6765 13.5 19.2695 13.5H18.9564C17.9233 13.5 16.9841 13.9688 16.2954 14.75C16.1388 14.9375 15.9197 15 15.7318 15C15.5753 15 15.4188 14.9688 15.2622 14.8438C14.9492 14.5625 14.9179 14.0938 15.1683 13.7812C16.1075 12.6562 17.485 12 18.9251 12H19.2382ZM18.9877 17C19.5513 17 19.9896 17.4688 19.9583 18C19.9583 18.5 19.4887 18.9688 18.9877 18.9688C18.4555 18.9688 18.0172 18.5312 18.0172 18C18.0172 17.4688 18.4242 17 18.9877 17ZM18.9877 8C19.5513 8 19.9896 8.46875 19.9583 9C19.9583 9.5 19.4887 9.96875 18.9877 9.96875C18.4555 9.96875 18.0172 9.53125 18.0172 9C18.0172 8.46875 18.4242 8 18.9877 8ZM16.1701 9.5C15.5127 10.2812 14.7926 10.3438 14.1978 10.4062C13.7595 10.4375 13.5404 10.4688 13.2899 10.75C13.1334 10.9375 12.9142 11 12.7264 11C12.5699 11 12.382 10.9688 12.2568 10.8438C11.9437 10.5625 11.9124 10.0938 12.1629 9.78125C12.8203 9 13.5717 8.9375 14.1039 8.90625C14.5735 8.84375 14.7926 8.84375 15.0431 8.53125C15.2936 8.25 15.2936 8.03125 15.2622 7.5625C15.1996 7.03125 15.1683 6.28125 15.8258 5.53125C16.4832 4.75 17.2033 4.6875 17.7668 4.625C18.2364 4.59375 18.4242 4.5625 18.6747 4.28125C18.9564 3.96875 19.426 3.9375 19.7391 4.1875C20.0522 4.46875 20.0835 4.9375 19.833 5.25C19.1756 6.03125 18.4242 6.09375 17.892 6.125C17.4224 6.1875 17.2033 6.21875 16.9528 6.5C16.7024 6.78125 16.7024 7 16.7337 7.46875C16.7963 8 16.8276 8.75 16.1701 9.5ZM8.68782 10.3125L13.6656 15.3125C13.9161 15.5625 14.01 15.9062 13.9474 16.2188C13.8847 16.5625 13.6343 16.8438 13.3212 16.9375L5.338 19.9375C5.21277 20 5.08755 20 4.99363 20C4.71186 20 4.46141 19.9062 4.30488 19.7188C4.02312 19.4375 3.9292 19.0312 4.05442 18.6562L7.02856 10.6562C7.15379 10.3438 7.43555 10.125 7.77993 10.0312C7.84254 10.0312 7.90515 10 7.96777 10C8.24953 10 8.49998 10.125 8.68782 10.3125ZM5.83891 18.1562L8.5626 17.1562L6.84072 15.4375L5.83891 18.1562ZM10.0966 16.5625L12.1003 15.8125L8.18691 11.9062L7.43555 13.9062L10.0966 16.5625Z\" fill=\"{{FILL}}\"/>\n</svg>";
126
+ readonly 'pause-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.03125 4C7.58984 4 8.0625 4.45833 8.0625 5V19C8.0625 19.5833 7.58984 20 7.03125 20C6.42969 20 6 19.5833 6 19V5C6 4.45833 6.42969 4 7.03125 4ZM15.9688 4C16.5273 4 17 4.45833 17 5V19C17 19.5833 16.5273 20 15.9688 20C15.3672 20 14.9375 19.5833 14.9375 19V5C14.9375 4.45833 15.3672 4 15.9688 4Z\" fill=\"{{FILL}}\"/>\n</svg>";
127
+ readonly 'pen-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.414 5.78125C20.1953 6.5625 20.1953 7.8125 19.414 8.59375L8.38248 19.625L4.81988 20C4.78863 20 4.75738 20 4.72613 20C4.28862 20 3.94486 19.625 4.00736 19.1875L4.38237 15.625L15.4139 4.59375C15.7889 4.21875 16.3202 4 16.8202 4C17.3202 4 17.8515 4.21875 18.2265 4.59375L19.414 5.78125ZM7.94497 18.6562L16.1952 10.4062L13.6014 7.8125L5.35115 16.0625L5.03864 18.9688L7.94497 18.6562ZM18.6953 7.90625C19.1015 7.5 19.1015 6.875 18.6953 6.46875L17.539 5.3125C17.3515 5.125 17.1015 5 16.8202 5C16.539 5 16.289 5.125 16.1015 5.3125L14.2889 7.125L16.8827 9.71875L18.6953 7.90625Z\" fill=\"{{FILL}}\"/>\n</svg>";
128
+ readonly 'pen-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.414 5.78125C20.1953 6.5625 20.1953 7.8125 19.414 8.59375L8.38248 19.625L4.81988 20C4.78863 20 4.75738 20 4.72613 20C4.28862 20 3.94486 19.625 4.00736 19.1875L4.38237 15.625L15.4139 4.59375C15.7889 4.21875 16.3202 4 16.8202 4C17.3202 4 17.8515 4.21875 18.2265 4.59375L19.414 5.78125ZM7.69497 18.1875L14.9452 10.9688L15.9139 10L14.0076 8.09375L13.0389 9.0625L5.81991 16.3125L5.60116 18.4062L7.69497 18.1875ZM18.3515 7.53125C18.539 7.34375 18.539 7.03125 18.3515 6.84375L17.164 5.65625C17.039 5.53125 16.8827 5.5 16.8202 5.5C16.7577 5.5 16.6015 5.53125 16.4765 5.65625L15.0702 7.03125L16.9765 8.9375L18.3515 7.53125Z\" fill=\"{{FILL}}\"/>\n</svg>";
129
+ readonly 'pen-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0786 6.91717L17.0828 10.9214L8.38605 19.6182L4.81975 19.9936C4.3505 20.0562 3.94382 19.6495 4.00638 19.1802L4.38178 15.6139L13.0786 6.91717ZM19.5542 6.32279C20.1486 6.88589 20.1486 7.85567 19.5542 8.45006L17.8023 10.2019L13.7981 6.19766L15.5499 4.44579C16.1443 3.8514 17.1141 3.8514 17.6772 4.44579L19.5542 6.32279Z\" fill=\"{{FILL}}\"/>\n</svg>";
130
+ readonly 'photo-film-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18V16H18V18C18 19.125 17.0938 20 16 20H4C2.875 20 2 19.125 2 18V10C2 8.90625 2.875 8 4 8H7V18.5H13V16H14.5V18.5H16C16.25 18.5 16.5 18.2812 16.5 18ZM5.5 18.5V16.5H3.5V18C3.5 18.2812 3.71875 18.5 4 18.5H5.5ZM5.5 15V13H3.5V15H5.5ZM5.5 11.5V9.5H4C3.71875 9.5 3.5 9.75 3.5 10V11.5H5.5ZM20 4C21.0938 4 22 4.90625 22 6V13C22 14.125 21.0938 15 20 15H10C8.875 15 8 14.125 8 13V6C8 4.90625 8.875 4 10 4H20ZM20.5 13V6C20.5 5.75 20.25 5.5 20 5.5H10C9.71875 5.5 9.5 5.75 9.5 6V13C9.5 13.2812 9.71875 13.5 10 13.5L12.25 10.4688C12.3438 10.3438 12.4688 10.25 12.6562 10.25C12.8438 10.25 12.9688 10.3438 13.0625 10.4688L13.7812 11.4375L15.7188 8.5C15.8125 8.34375 15.9688 8.25 16.1562 8.25C16.3125 8.25 16.4688 8.34375 16.5625 8.5L20 13.5C20.25 13.5 20.5 13.2812 20.5 13ZM11.4688 6.5C12.0312 6.5 12.4688 6.96875 12.4688 7.5C12.4688 8.0625 12 8.5 11.4688 8.5C10.9062 8.5 10.4688 8.0625 10.4688 7.5C10.4688 6.96875 10.9062 6.5 11.4688 6.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
131
+ readonly 'photo-film-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 3H21.25C22.4805 3 23.5 4.01953 23.5 5.25V13.125C23.5 14.3906 22.4805 15.375 21.25 15.375H10C8.73438 15.375 7.75 14.3906 7.75 13.125V5.25C7.75 4.01953 8.73438 3 10 3ZM17.7344 6.76172C17.5586 6.51562 17.3125 6.375 17.0312 6.375C16.75 6.375 16.4688 6.51562 16.3281 6.76172L14.3594 9.71484L13.7266 8.94141C13.5859 8.76562 13.3398 8.625 13.0938 8.625C12.8125 8.625 12.5664 8.76562 12.4258 8.94141L10.1758 11.7539C9.96484 12.0352 9.92969 12.3867 10.0703 12.668C10.2109 12.9492 10.4922 13.125 10.8438 13.125H20.4062C20.6875 13.125 21.0039 12.9844 21.1445 12.7031C21.2852 12.4219 21.25 12.0703 21.1094 11.8242L17.7344 6.76172ZM12.8125 6.375C12.8125 5.77734 12.2852 5.25 11.6875 5.25C11.0547 5.25 10.5625 5.77734 10.5625 6.375C10.5625 7.00781 11.0547 7.5 11.6875 7.5C12.2852 7.5 12.8125 7.00781 12.8125 6.375ZM3.25 7.5H6.625V17.625C6.625 18.2578 7.11719 18.75 7.75 18.75H12.25C12.8477 18.75 13.375 18.2578 13.375 17.625V16.5H19V18.75C19 20.0156 17.9805 21 16.75 21H3.25C1.98438 21 1 20.0156 1 18.75V9.75C1 8.51953 1.98438 7.5 3.25 7.5ZM3.53125 9.75C3.21484 9.75 2.96875 10.0312 2.96875 10.3125V10.875C2.96875 11.1914 3.21484 11.4375 3.53125 11.4375H4.09375C4.375 11.4375 4.65625 11.1914 4.65625 10.875V10.3125C4.65625 10.0312 4.375 9.75 4.09375 9.75H3.53125ZM3.53125 13.4062C3.21484 13.4062 2.96875 13.6875 2.96875 13.9688V14.5312C2.96875 14.8477 3.21484 15.0938 3.53125 15.0938H4.09375C4.375 15.0938 4.65625 14.8477 4.65625 14.5312V13.9688C4.65625 13.6875 4.375 13.4062 4.09375 13.4062H3.53125ZM3.53125 17.0625C3.21484 17.0625 2.96875 17.3438 2.96875 17.625V18.1875C2.96875 18.5039 3.21484 18.75 3.53125 18.75H4.09375C4.375 18.75 4.65625 18.5039 4.65625 18.1875V17.625C4.65625 17.3438 4.375 17.0625 4.09375 17.0625H3.53125ZM15.3438 17.625V18.1875C15.3438 18.5039 15.5898 18.75 15.9062 18.75H16.4688C16.75 18.75 17.0312 18.5039 17.0312 18.1875V17.625C17.0312 17.3438 16.75 17.0625 16.4688 17.0625H15.9062C15.5898 17.0625 15.3438 17.3438 15.3438 17.625Z\" fill=\"{{FILL}}\"/>\n</svg>";
132
+ readonly 'pinned-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.2139 15.375H6.15137C5.7998 15.375 5.44824 15.2344 5.2373 14.9531C5.02637 14.6719 4.95605 14.3203 5.02637 14.0039L5.27246 13.125C5.62402 11.6484 6.50293 10.4531 7.66309 9.64453L8.12012 4.125H7.27637C7.1709 4.125 7.06543 4.125 6.99512 4.05469C6.81934 3.98438 6.71387 3.77344 6.71387 3.5625C6.71387 3.28125 6.95996 3 7.27637 3H16.2764C16.5576 3 16.8389 3.28125 16.8389 3.5625C16.8389 3.77344 16.6982 3.98438 16.5225 4.05469C16.4521 4.125 16.3467 4.125 16.2764 4.125H15.4326L15.8545 9.64453C17.0146 10.4531 17.8936 11.6484 18.2451 13.125L18.4912 14.0039C18.5615 14.3203 18.4912 14.6719 18.2803 14.9531C18.0693 15.2344 17.7178 15.375 17.4014 15.375H12.3389V20.4375C12.3389 20.7539 12.0576 21 11.7412 21C11.46 21 11.1787 20.7539 11.1787 20.4375L11.2139 15.375ZM8.75293 10.2773L8.2959 10.5938C7.34668 11.2266 6.64355 12.2109 6.3623 13.3711L6.15137 14.25H11.2139V10.875C11.2139 10.5938 11.46 10.3125 11.7764 10.3125C12.0576 10.3125 12.3389 10.5938 12.3389 10.875V14.25H17.4014L17.1553 13.3711C16.874 12.2109 16.1709 11.2266 15.2217 10.5938L14.7646 10.2773L14.2725 4.125H9.24512L8.75293 10.2773Z\" fill=\"{{FILL}}\"/>\n</svg>";
133
+ readonly 'pinned-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9326 15.375H6.15137C5.7998 15.375 5.44824 15.2344 5.2373 14.9531C5.02637 14.6719 4.95605 14.3203 5.02637 14.0039L5.27246 13.125C5.62402 11.6484 6.50293 10.4531 7.66309 9.64453L8.0498 4.6875H6.99512C6.81934 4.6875 6.67871 4.65234 6.53809 4.58203C6.29199 4.44141 6.15137 4.16016 6.15137 3.84375C6.15137 3.38672 6.50293 3 6.99512 3H16.5576C17.0146 3 17.4014 3.38672 17.4014 3.84375C17.4014 4.16016 17.2256 4.44141 16.9795 4.58203C16.8389 4.65234 16.6982 4.6875 16.5576 4.6875H15.4678L15.8545 9.64453C17.0146 10.4531 17.8936 11.6484 18.2451 13.125L18.4912 14.0039C18.5615 14.3203 18.4912 14.6719 18.2803 14.9531C18.0693 15.2344 17.7178 15.375 17.4014 15.375H12.6201V20.1562C12.6201 20.6484 12.2334 21 11.7412 21C11.2842 21 10.8975 20.6484 10.8975 20.1562L10.9326 15.375ZM9.31543 10.5938L8.6123 11.0508C7.80371 11.6133 7.1709 12.4922 6.88965 13.5117L6.85449 13.6875H10.9326V10.5938C10.9326 10.1367 11.2842 9.75 11.7764 9.75C12.2334 9.75 12.6201 10.1367 12.6201 10.5938V13.6875H16.6631L16.6279 13.5117C16.3467 12.4922 15.7139 11.6133 14.9053 11.0508L14.2021 10.5938L13.7803 4.6875H9.7373L9.31543 10.5938Z\" fill=\"{{FILL}}\"/>\n</svg>";
134
+ readonly 'pinned-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.1459 4.125C6.1459 3.52734 6.63809 3 7.2709 3H16.2709C16.8686 3 17.3959 3.52734 17.3959 4.125C17.3959 4.75781 16.8686 5.25 16.2709 5.25H15.2162L15.6029 10.4883C16.9037 11.1914 17.9232 12.3516 18.4154 13.793L18.4506 13.8984C18.5561 14.25 18.5209 14.6367 18.31 14.918C18.099 15.1992 17.7475 15.375 17.3959 15.375H6.1459C5.75918 15.375 5.44278 15.2344 5.23184 14.918C4.98575 14.6367 4.95059 14.25 5.05606 13.8984L5.09122 13.793C5.5834 12.3516 6.60293 11.1914 7.90372 10.4883L8.29043 5.25H7.2709C6.63809 5.25 6.1459 4.75781 6.1459 4.125ZM10.6459 16.5H12.8959V19.875C12.8959 20.5078 12.3686 21 11.7709 21C11.1381 21 10.6459 20.5078 10.6459 19.875V16.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
135
+ readonly 'plus-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 11.9615C20 12.5 19.5769 12.8846 19.0769 12.8846H12.9231V19.0385C12.9231 19.5769 12.5 20 12 20C11.4615 20 11.0769 19.5769 11.0769 19.0385V12.8846H4.92308C4.38462 12.8846 4 12.5 4 12C4 11.4615 4.38462 11.0385 4.92308 11.0385H11.0769V4.88462C11.0769 4.38462 11.4615 4 12 4C12.5 4 12.9231 4.38462 12.9231 4.88462V11.0385H19.0769C19.5769 11.0385 20 11.4615 20 11.9615Z\" fill=\"{{FILL}}\"/>\n</svg>";
136
+ readonly 'plus-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3846 4.38462V10.6154H19.6154C20.351 10.6154 21 11.2644 21 12C21 12.7788 20.351 13.3846 19.6154 13.3846H13.3846V19.6154C13.3846 20.3942 12.7356 21 12 21C11.2212 21 10.6154 20.3942 10.6154 19.6154V13.3846H4.38462C3.60577 13.3846 3 12.7788 3 12C3 11.2644 3.60577 10.6154 4.38462 10.6154H10.6154V4.38462C10.6154 3.64904 11.2212 3 12 3C12.7356 3 13.3846 3.64904 13.3846 4.38462Z\" fill=\"{{FILL}}\"/>\n</svg>";
137
+ readonly 'poll-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.2857 4C19.2143 4 20 4.78571 20 5.71429V18.2857C20 19.25 19.2143 20 18.2857 20H5.71429C4.75 20 4 19.25 4 18.2857V5.71429C4 4.78571 4.75 4 5.71429 4H18.2857ZM18.2857 18.2857V5.71429H5.71429V18.2857H18.2857ZM8.28571 16.5714C7.96429 16.5714 7.71429 16.3214 7.71429 16V11.4286C7.71429 11.1429 7.96429 10.8571 8.28571 10.8571H8.85714C9.14286 10.8571 9.42857 11.1429 9.42857 11.4286V16C9.42857 16.3214 9.14286 16.5714 8.85714 16.5714H8.28571ZM11.7143 16.5714C11.3929 16.5714 11.1429 16.3214 11.1429 16V8C11.1429 7.71429 11.3929 7.42857 11.7143 7.42857H12.2857C12.5714 7.42857 12.8571 7.71429 12.8571 8V16C12.8571 16.3214 12.5714 16.5714 12.2857 16.5714H11.7143ZM15.1429 16.5714C14.8214 16.5714 14.5714 16.3214 14.5714 16V13.7143C14.5714 13.4286 14.8214 13.1429 15.1429 13.1429H15.7143C16 13.1429 16.2857 13.4286 16.2857 13.7143V16C16.2857 16.3214 16 16.5714 15.7143 16.5714H15.1429Z\" fill=\"{{FILL}}\"/>\n</svg>";
138
+ readonly post: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5789 14.7736L16.5802 13.7721C16.7366 13.6156 17.0183 13.7408 17.0183 13.9599V18.4978C17.0183 19.3428 16.3299 20 15.5163 20H4.50196C3.65711 20 3 19.3428 3 18.4978V7.48166C3 6.66797 3.65711 5.97946 4.50196 5.97946H13.0443C13.2634 5.97946 13.3885 6.26112 13.2321 6.4176L12.2308 7.41907C12.1682 7.48166 12.1056 7.48166 12.043 7.48166H4.50196V18.4978H15.5163V14.9614C15.5163 14.8988 15.5163 14.8362 15.5789 14.7736ZM20.4602 8.48313L12.2621 16.6826L9.4146 16.9956C8.60104 17.0895 7.91265 16.401 8.00652 15.5873L8.31943 12.7394L16.5176 4.53985C17.2373 3.82005 18.395 3.82005 19.1147 4.53985L20.4602 5.88557C21.1799 6.60538 21.1799 7.76333 20.4602 8.48313ZM17.3937 9.422L15.5789 7.60685L9.7588 13.4279L9.50847 15.4934L11.5737 15.243L17.3937 9.422ZM19.3963 6.94963L18.0508 5.60391C17.9257 5.44743 17.7066 5.44743 17.5815 5.60391L16.6428 6.54279L18.4576 8.38924L19.4276 7.41907C19.5528 7.26259 19.5528 7.07482 19.3963 6.94963Z\" fill=\"{{FILL}}\"/>\n</svg>";
139
+ readonly 'question-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4 17.6837C12.0375 17.6837 12.6 18.2183 12.6 18.8241C12.6 19.4655 12.0375 20 11.4 20C10.725 20 10.2 19.4655 10.2 18.8241C10.2 18.2183 10.725 17.6837 11.4 17.6837ZM13.9125 4C16.1625 4 18 5.7461 18 7.88419C18 9.34521 17.1375 10.6637 15.7875 11.3408L13.0875 12.6949C12.6 12.9443 12.3 13.4076 12.3 13.9421V14.5479C12.3 15.0468 11.8875 15.4388 11.4 15.4388C10.875 15.4388 10.5 15.0468 10.5 14.5479V13.9421C10.5 12.7661 11.1375 11.6971 12.2625 11.1626L14.9625 9.80846C15.7125 9.45212 16.2 8.70379 16.2 7.88419C16.2 6.70824 15.15 5.71047 13.9125 5.71047H9.9C8.7375 5.71047 7.8 6.63697 7.8 7.70601V8.27617C7.8 8.77506 7.3875 9.1314 6.9 9.1314C6.375 9.1314 6 8.77506 6 8.27617V7.70601C6 5.67483 7.725 4 9.9 4H13.9125Z\" fill=\"{{FILL}}\"/>\n</svg>";
140
+ readonly 'question-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.9 5.57143C8.16875 5.57143 7.6 6.17411 7.6 6.85714C7.6 7.58036 6.99063 8.14286 6.3 8.14286C5.56875 8.14286 5 7.58036 5 6.85714C5 4.72768 6.74688 3 8.9 3H12.8406C15.6844 3 18 5.29018 18 8.10268C18 10.2321 16.6594 12.1205 14.7094 12.8839L12.15 13.8482V14.5714C12.15 15.2946 11.5406 15.8571 10.85 15.8571C10.1188 15.8571 9.55 15.2946 9.55 14.5714V13.8482C9.55 12.8036 10.2 11.8393 11.175 11.4777L13.7344 10.4732C14.75 10.1116 15.4 9.14732 15.4 8.10268C15.4 6.73661 14.2219 5.57143 12.8406 5.57143H8.9ZM10.85 21C9.91563 21 9.225 20.317 9.225 19.3929C9.225 18.5089 9.91563 17.7857 10.85 17.7857C11.7438 17.7857 12.475 18.5089 12.475 19.3929C12.475 20.317 11.7438 21 10.85 21Z\" fill=\"{{FILL}}\"/>\n</svg>";
141
+ readonly 'redo-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9643 4.03571C14.8214 4.03571 17.3929 5.5 18.8571 7.92857V4.57143C18.8571 4.28571 19.1071 4 19.4286 4C19.7143 4 20 4.28571 20 4.57143V9.14286C20 9.46429 19.7143 9.71429 19.4286 9.71429H14.8571C14.5357 9.71429 14.2857 9.46429 14.2857 9.14286C14.2857 8.85714 14.5357 8.57143 14.8571 8.57143H17.8929C16.6786 6.46429 14.4286 5.14286 12 5.14286C8.21429 5.14286 5.14286 8.25 5.14286 12C5.14286 15.7857 8.21429 18.8571 12 18.8571C14.1071 18.8571 16.0714 17.9286 17.3929 16.25C17.5714 16 17.9286 15.9286 18.1786 16.1429C18.4286 16.3214 18.4643 16.6786 18.2857 16.9286C16.75 18.8929 14.4643 20 11.9643 20C7.57143 20 4 16.4286 4 12C4 7.60714 7.57143 4.03571 11.9643 4.03571Z\" fill=\"{{FILL}}\"/>\n</svg>";
142
+ readonly 'redo-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 4.82759V10.3448C20 10.8276 19.6207 11.1724 19.1724 11.1724H13.6552C13.1724 11.1724 12.8276 10.8276 12.8276 10.3448C12.8276 9.89655 13.1724 9.51724 13.6552 9.51724H17.1034C16.069 7.55172 14 6.2069 11.7241 6.2069C8.34483 6.2069 5.65517 8.93103 5.65517 12.2759C5.65517 15.6552 8.34483 18.3448 11.7241 18.3448C13.1379 18.3448 14.5172 17.8621 15.5862 16.9655C15.931 16.6552 16.4483 16.7241 16.7586 17.069C17.0345 17.4138 17 17.931 16.6552 18.2414C15.2759 19.3793 13.5172 20 11.6897 20C7.44828 20 4 16.5517 4 12.2759C4 8.03448 7.44828 4.58621 11.6897 4.58621C14.4483 4.58621 16.9655 6.06897 18.3448 8.34483V4.82759C18.3448 4.37931 18.6897 4 19.1724 4C19.6207 4 20 4.37931 20 4.82759Z\" fill=\"{{FILL}}\"/>\n</svg>";
143
+ readonly 'redo-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2089 8.56888L15.623 7.96207C13.4518 5.74902 9.97092 5.74902 7.79968 7.96207C5.6629 10.2108 5.6629 13.816 7.79968 16.0647C9.97092 18.2777 13.4518 18.2777 15.623 16.0647C16.0366 15.6007 16.7259 15.6007 17.1739 16.0647C17.5875 16.493 17.5875 17.2069 17.1739 17.6709C14.1411 20.7764 9.28164 20.7764 6.24879 17.6709C3.2504 14.5298 3.2504 9.49693 6.24879 6.35583C9.28164 3.25042 14.1411 3.25042 17.1739 6.35583L17.7943 6.99833V5.14222C17.7943 4.53542 18.2768 4 18.8971 4C19.483 4 20 4.53542 20 5.14222V9.7111C20 10.3536 19.483 10.8533 18.8971 10.8533H14.4857C13.8654 10.8533 13.3829 10.3536 13.3829 9.7111C13.3829 9.10429 13.8654 8.56888 14.4857 8.56888H16.2089Z\" fill=\"{{FILL}}\"/>\n</svg>";
144
+ readonly 'scale-2-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.43848 18.7251L2.27832 12.6414C1.90723 12.2749 1.90723 11.6518 2.27832 11.2853L3.61426 9.96597C3.98535 9.59948 4.5791 9.59948 4.9502 9.96597L9.14355 14.0707L18.0498 5.27487C18.4209 4.90838 19.0146 4.90838 19.3857 5.27487L20.7217 6.59424C21.0928 6.96073 21.0928 7.58377 20.7217 7.95026L9.81152 18.7251C9.44043 19.0916 8.80957 19.0916 8.43848 18.7251Z\" fill=\"{{FILL}}\"/>\n</svg>";
145
+ readonly 'search-1-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0064 10.4905C17.0064 11.9259 16.5374 13.2677 15.7557 14.3286L19.6952 18.2916C20.1016 18.666 20.1016 19.3213 19.6952 19.6958C19.32 20.1014 18.6634 20.1014 18.2882 19.6958L14.3175 15.7328C13.2545 16.5441 11.9101 16.981 10.5032 16.981C6.90767 16.981 4 14.079 4 10.4905C4 6.9332 6.90767 4 10.5032 4C14.0674 4 17.0064 6.9332 17.0064 10.4905ZM10.5032 14.9839C12.9731 14.9839 15.0054 12.9868 15.0054 10.4905C15.0054 8.02535 12.9731 5.99707 10.5032 5.99707C8.00195 5.99707 6.00098 8.02535 6.00098 10.4905C6.00098 12.9868 8.00195 14.9839 10.5032 14.9839Z\" fill=\"{{FILL}}\"/>\n</svg>";
146
+ readonly 'search-2-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7927 17.8302C20.0741 18.1424 20.0741 18.6107 19.7614 18.8917L18.8858 19.7659C18.6043 20.078 18.1352 20.078 17.8225 19.7659L14.7265 16.6751C14.5701 16.519 14.5076 16.3317 14.5076 16.1444V15.6137C13.3818 16.4878 12.0058 16.9873 10.5047 16.9873C6.90835 16.9873 4 14.0839 4 10.4937C4 6.93463 6.90835 4 10.5047 4C14.0698 4 17.0094 6.93463 17.0094 10.4937C17.0094 12.0234 16.4778 13.3971 15.6334 14.4898H16.1338C16.3214 14.4898 16.509 14.5834 16.6654 14.7083L19.7927 17.8302ZM10.5047 14.4898C12.6938 14.4898 14.5076 12.7102 14.5076 10.4937C14.5076 8.30829 12.6938 6.49756 10.5047 6.49756C8.28435 6.49756 6.50181 8.30829 6.50181 10.4937C6.50181 12.7102 8.28435 14.4898 10.5047 14.4898Z\" fill=\"{{FILL}}\"/>\n</svg>";
147
+ readonly 'search-cross-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0634 8.35243C12.2372 8.17885 12.5847 8.17899 12.7586 8.35243C12.9541 8.54779 12.9324 8.87322 12.7586 9.04688L11.3683 10.4366L12.7586 11.8255C12.9541 12.0209 12.9324 12.3463 12.7586 12.52C12.563 12.7152 12.2589 12.7153 12.0634 12.52L10.6732 11.1311L9.28294 12.52C9.08743 12.7153 8.78336 12.7152 8.58781 12.52C8.414 12.3463 8.39227 12.0209 8.58781 11.8255L9.97806 10.4366L8.58781 9.04688C8.414 8.87322 8.39227 8.54779 8.58781 8.35243C8.7617 8.17899 9.10919 8.17885 9.28294 8.35243L10.6732 9.74132L12.0634 8.35243Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4751 4C14.0411 4 16.9814 6.9375 16.9814 10.5C16.9814 12.125 16.4184 13.5938 15.4174 14.75L19.8592 19.1562C20.0469 19.3438 20.0469 19.6875 19.8592 19.875C19.7654 19.9688 19.6403 20 19.5152 20C19.3587 20 19.2336 19.9688 19.1085 19.875L14.6979 15.4375C13.5406 16.4375 12.0704 17 10.4751 17C6.90909 17 4 14.0938 4 10.5C4 6.9375 6.87781 4 10.4751 4ZM10.5064 5C7.44086 5 5.00098 7.46875 5.00098 10.5C5.00098 13.5312 7.44086 16 10.5064 16C13.5406 16 16.0117 13.5625 16.0117 10.5C16.0117 7.46875 13.5406 5 10.5064 5Z\" fill=\"{{FILL}}\"/>\n</svg>";
148
+ readonly 'search-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8592 19.1562C20.0469 19.3438 20.0469 19.6875 19.8592 19.875C19.7654 19.9688 19.6403 20 19.5152 20C19.3587 20 19.2336 19.9688 19.1085 19.875L14.6979 15.4375C13.5406 16.4375 12.0704 17 10.4751 17C6.90909 17 4 14.0938 4 10.5C4 6.9375 6.87781 4 10.4751 4C14.0411 4 16.9814 6.9375 16.9814 10.5C16.9814 12.125 16.4184 13.5938 15.4174 14.75L19.8592 19.1562ZM10.5064 16C13.5406 16 16.0117 13.5625 16.0117 10.5C16.0117 7.46875 13.5406 5 10.5064 5C7.44086 5 5.00098 7.46875 5.00098 10.5C5.00098 13.5312 7.44086 16 10.5064 16Z\" fill=\"{{FILL}}\"/>\n</svg>";
149
+ readonly 'search-plus-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0088 10C13.259 10 13.5093 10.25 13.5093 10.5C13.5093 10.7812 13.259 11 13.0088 11H11.0068V13C11.0068 13.2812 10.7566 13.5 10.5064 13.5C10.2248 13.5 10.0059 13.2812 10.0059 13V11H8.00391C7.72239 11 7.50342 10.7812 7.50342 10.5C7.50342 10.25 7.72239 10 8.00391 10H10.0059V8C10.0059 7.75 10.2248 7.5 10.5064 7.5C10.7566 7.5 11.0068 7.75 11.0068 8V10H13.0088ZM19.8592 19.1562C20.0469 19.3438 20.0469 19.6875 19.8592 19.875C19.7654 19.9688 19.6403 20 19.5152 20C19.3587 20 19.2336 19.9688 19.1398 19.875L14.7292 15.4375C13.5718 16.4375 12.1017 17 10.5064 17C6.90909 17 4 14.0938 4 10.5C4 6.9375 6.90909 4 10.5064 4C14.0723 4 17.0127 6.9375 17.0127 10.5C17.0127 12.125 16.4184 13.5938 15.4174 14.75L19.8592 19.1562ZM10.5064 16C13.5406 16 16.0117 13.5625 16.0117 10.5C16.0117 7.46875 13.5406 5 10.5064 5C7.44086 5 5.00098 7.46875 5.00098 10.5C5.00098 13.5312 7.44086 16 10.5064 16Z\" fill=\"{{FILL}}\"/>\n</svg>";
150
+ readonly 'search-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7654 18.7188C20.0782 19.0312 20.0782 19.5 19.7654 19.7812C19.6403 19.9375 19.4526 20 19.2649 20C19.0459 20 18.8583 19.9375 18.7019 19.7812L14.5103 15.5938C13.3842 16.5 11.9765 17 10.4751 17C6.90909 17 4 14.0938 4 10.5C4 6.9375 6.87781 4 10.4751 4C14.0411 4 16.9814 6.9375 16.9814 10.5C16.9814 12.0312 16.4809 13.4375 15.5738 14.5312L19.7654 18.7188ZM5.50147 10.5C5.50147 13.2812 7.72239 15.5 10.5064 15.5C13.259 15.5 15.5112 13.2812 15.5112 10.5C15.5112 7.75 13.259 5.5 10.5064 5.5C7.72239 5.5 5.50147 7.75 5.50147 10.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
151
+ readonly 'share-left-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5938 8.56322H14.8125C17.625 8.56322 19.875 10.8863 19.875 13.7098C19.875 15.3895 19.3477 16.569 18.6797 17.4267C18.75 17.1765 18.75 16.8906 18.75 16.569C18.75 14.0672 16.7461 11.9943 14.25 11.9943H10.5938C10.1367 11.9943 9.75 12.3874 9.75 12.852V15.4253L4.125 10.2787L9.75 5.13219V7.70546C9.75 8.20582 10.1367 8.56322 10.5938 8.56322ZM10.875 13.1379H14.25C16.1133 13.1379 17.625 14.6748 17.625 16.569C17.625 17.6769 17.2031 18.2845 16.8516 18.6061C16.6758 18.7848 16.5 19.035 16.5 19.3209C16.5 19.7141 16.8164 20 17.2031 20C17.3086 20 17.4141 20 17.4844 19.9643C18.1523 19.5711 21 17.7841 21 13.7098C21 10.243 18.2578 7.41955 14.8125 7.41955H10.875V5.13219C10.875 4.70331 10.6289 4.27443 10.207 4.09573C9.82031 3.91703 9.32812 3.98851 9.01172 4.31017L3.38672 9.45672C3.14062 9.67116 3 9.95708 3 10.2787C3 10.6361 3.14062 10.9221 3.38672 11.1365L9.01172 16.283C9.32812 16.6047 9.82031 16.6762 10.207 16.4975C10.6289 16.3188 10.875 15.8899 10.875 15.4253V13.1379Z\" fill=\"{{FILL}}\"/>\n</svg>";
152
+ readonly 'share-left-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0312 11.4224C9.57422 11.4224 9.1875 11.8156 9.1875 12.2802V14.1744L4.96875 10.2787L9.1875 6.41883V8.2773C9.1875 8.77766 9.57422 9.13506 10.0312 9.13506H14.8125C17.3086 9.13506 19.3125 11.208 19.3125 13.7098C19.3125 14.2816 19.2773 14.782 19.1367 15.2108C18.5391 13.0307 16.6055 11.4224 14.25 11.4224H10.0312ZM10.875 13.1379V13.1737H14.25C16.1133 13.1737 17.625 14.7105 17.625 16.6047C17.625 17.2123 17.4844 17.6769 17.3086 18.0343C17.2383 18.1415 17.2031 18.213 17.1328 18.3202C17.0273 18.4274 16.957 18.5347 16.8516 18.6061C16.8516 18.6419 16.8164 18.6419 16.8164 18.6776C16.6406 18.8563 16.5352 19.0708 16.5352 19.3209C16.5352 19.7141 16.8164 20 17.2031 20C17.3086 20 17.4141 20 17.4844 19.9643C17.5898 19.8928 17.7305 19.8213 17.8711 19.7141C17.9766 19.6426 18.082 19.5711 18.1875 19.4996C18.3281 19.3924 18.4688 19.2852 18.6094 19.178C19.6641 18.2487 21 16.4975 21 13.7098C21 10.243 18.2578 7.41955 14.8125 7.41955H10.875V5.13219C10.875 4.70331 10.6289 4.27443 10.207 4.09573C9.82031 3.91703 9.32812 3.98851 9.01172 4.31017L3.38672 9.45672C3.14062 9.67116 3 9.95708 3 10.2787C3 10.6361 3.14062 10.9221 3.38672 11.1365L9.01172 16.283C9.32812 16.6047 9.82031 16.6762 10.207 16.4975C10.6289 16.3188 10.875 15.8899 10.875 15.4253V13.1379Z\" fill=\"{{FILL}}\"/>\n</svg>";
153
+ readonly 'share-left-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.207 4.09573C9.82031 3.91703 9.32812 3.98851 9.01172 4.31017L3.38672 9.45672C3.14062 9.67116 3 9.95708 3 10.2787C3 10.6361 3.14062 10.9221 3.38672 11.1365L9.01172 16.283C9.32812 16.6047 9.82031 16.6762 10.207 16.4975C10.6289 16.3188 10.875 15.8899 10.875 15.4253V13.1379H14.25C16.1133 13.1379 17.625 14.6748 17.625 16.569C17.625 17.6769 17.2031 18.2845 16.8516 18.6061C16.6758 18.7848 16.5 19.035 16.5 19.3209C16.5 19.7141 16.8164 20 17.2031 20C17.3086 20 17.4141 20 17.4844 19.9643C18.1523 19.5711 21 17.7841 21 13.7098C21 10.243 18.2578 7.41955 14.8125 7.41955H10.875V5.13219C10.875 4.70331 10.6289 4.27443 10.207 4.09573Z\" fill=\"{{FILL}}\"/>\n</svg>";
154
+ readonly 'share-right-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4062 8.56322H9.1875C6.375 8.56322 4.125 10.8863 4.125 13.7098C4.125 15.3895 4.65234 16.569 5.32031 17.4267C5.25 17.1765 5.25 16.8906 5.25 16.569C5.25 14.0672 7.25391 11.9943 9.75 11.9943H13.4062C13.8633 11.9943 14.25 12.3874 14.25 12.852V15.4253L19.875 10.2787L14.25 5.13219V7.70546C14.25 8.20582 13.8633 8.56322 13.4062 8.56322ZM13.125 13.1379H9.75C7.88672 13.1379 6.375 14.6748 6.375 16.569C6.375 17.6769 6.79688 18.2845 7.14844 18.6061C7.32422 18.7848 7.5 19.035 7.5 19.3209C7.5 19.7141 7.18359 20 6.79688 20C6.69141 20 6.58594 20 6.51562 19.9643C5.84766 19.5711 3 17.7841 3 13.7098C3 10.243 5.74219 7.41955 9.1875 7.41955H13.125V5.13219C13.125 4.70331 13.3711 4.27443 13.793 4.09573C14.1797 3.91703 14.6719 3.98851 14.9883 4.31017L20.6133 9.45672C20.8594 9.67116 21 9.95708 21 10.2787C21 10.6361 20.8594 10.9221 20.6133 11.1365L14.9883 16.283C14.6719 16.6047 14.1797 16.6762 13.793 16.4975C13.3711 16.3188 13.125 15.8899 13.125 15.4253V13.1379Z\" fill=\"{{FILL}}\"/>\n</svg>";
155
+ readonly 'share-right-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9688 11.4224C14.4258 11.4224 14.8125 11.8156 14.8125 12.2802V14.1744L19.0312 10.2787L14.8125 6.41883V8.2773C14.8125 8.77766 14.4258 9.13506 13.9688 9.13506H9.1875C6.69141 9.13506 4.6875 11.208 4.6875 13.7098C4.6875 14.2816 4.72266 14.782 4.86328 15.2108C5.46094 13.0307 7.39453 11.4224 9.75 11.4224H13.9688ZM13.125 13.1379V13.1737H9.75C7.88672 13.1737 6.375 14.7105 6.375 16.6047C6.375 17.2123 6.51562 17.6769 6.69141 18.0343C6.76172 18.1415 6.79688 18.213 6.86719 18.3202C6.97266 18.4274 7.04297 18.5347 7.14844 18.6061C7.14844 18.6419 7.18359 18.6419 7.18359 18.6776C7.35938 18.8563 7.46484 19.0708 7.46484 19.3209C7.46484 19.7141 7.18359 20 6.79688 20C6.69141 20 6.58594 20 6.51562 19.9643C6.41016 19.8928 6.26953 19.8213 6.12891 19.7141C6.02344 19.6426 5.91797 19.5711 5.8125 19.4996C5.67188 19.3924 5.53125 19.2852 5.39062 19.178C4.33594 18.2487 3 16.4975 3 13.7098C3 10.243 5.74219 7.41955 9.1875 7.41955H13.125V5.13219C13.125 4.70331 13.3711 4.27443 13.793 4.09573C14.1797 3.91703 14.6719 3.98851 14.9883 4.31017L20.6133 9.45672C20.8594 9.67116 21 9.95708 21 10.2787C21 10.6361 20.8594 10.9221 20.6133 11.1365L14.9883 16.283C14.6719 16.6047 14.1797 16.6762 13.793 16.4975C13.3711 16.3188 13.125 15.8899 13.125 15.4253V13.1379Z\" fill=\"{{FILL}}\"/>\n</svg>";
156
+ readonly 'share-right-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.793 4.09573C14.1797 3.91703 14.6719 3.98851 14.9883 4.31017L20.6133 9.45672C20.8594 9.67116 21 9.95708 21 10.2787C21 10.6361 20.8594 10.9221 20.6133 11.1365L14.9883 16.283C14.6719 16.6047 14.1797 16.6762 13.793 16.4975C13.3711 16.3188 13.125 15.8899 13.125 15.4253V13.1379H9.75C7.88672 13.1379 6.375 14.6748 6.375 16.569C6.375 17.6769 6.79688 18.2845 7.14844 18.6061C7.32422 18.7848 7.5 19.035 7.5 19.3209C7.5 19.7141 7.18359 20 6.79688 20C6.69141 20 6.58594 20 6.51562 19.9643C5.84766 19.5711 3 17.7841 3 13.7098C3 10.243 5.74219 7.41955 9.1875 7.41955H13.125V5.13219C13.125 4.70331 13.3711 4.27443 13.793 4.09573Z\" fill=\"{{FILL}}\"/>\n</svg>";
157
+ readonly 'shield-check-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8203 5.91797C20.4531 6.19922 20.875 6.79688 20.875 7.46484C20.875 16.6055 14.1602 20.9648 12.4023 20.9648C10.6445 20.9648 4 16.5352 4 7.46484C4 6.79688 4.38672 6.19922 5.01953 5.91797L11.7695 3.10547C11.9805 3.03516 12.1914 3 12.4375 3C12.6484 3 12.8594 3.03516 13.0703 3.10547L19.8203 5.91797ZM12.4375 19.2773C15.707 17.9062 19.1875 13.582 19.1875 7.46484L12.4375 4.65234L5.6875 7.46484C5.6875 13.4414 8.99219 17.8711 12.4375 19.2773ZM10.4688 11.6484L11.5234 12.7031L14.3008 9.43359C14.4766 9.22266 14.7227 9.15234 14.9688 9.15234C15.6016 9.15234 15.8125 9.71484 15.8125 9.99609C15.8125 10.1719 15.7422 10.3828 15.6016 10.5234L12.2266 14.4609C11.9805 14.7422 11.6641 14.7773 11.5938 14.7773C11.3477 14.7773 11.1367 14.707 10.9961 14.5312L9.30859 12.8438C9.13281 12.7031 9.0625 12.4922 9.0625 12.2461C9.0625 11.7891 9.41406 11.4023 9.90625 11.4023C10.1172 11.4023 10.3281 11.5078 10.4688 11.6484Z\" fill=\"{{FILL}}\"/>\n</svg>";
158
+ readonly 'shield-check-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.896 3.10547L19.5054 5.91797C20.2788 6.26953 20.8765 7.00781 20.8765 7.92188C20.8413 11.4375 19.3999 17.8008 13.353 20.7188C12.7554 21 12.0874 21 11.4898 20.7188C5.44288 17.8008 4.00147 11.4375 4.00147 7.92188C3.96632 7.00781 4.56397 6.26953 5.33741 5.91797L11.9468 3.10547C12.0874 3.03516 12.2632 3 12.439 3C12.5796 3 12.7554 3.03516 12.896 3.10547ZM16.4116 10.3477H16.3765C16.728 10.0312 16.728 9.50391 16.3765 9.15234C16.0601 8.83594 15.5327 8.83594 15.2163 9.15234L11.314 13.0898L9.66163 11.4375C9.31007 11.0859 8.78272 11.0859 8.46632 11.4375C8.11476 11.7539 8.11476 12.2812 8.46632 12.5977L10.7163 14.8477C11.0327 15.1992 11.5601 15.1992 11.9116 14.8477L16.4116 10.3477Z\" fill=\"{{FILL}}\"/>\n</svg>";
159
+ readonly 'signal-stream-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.45833 8.41818C8.5625 8.52727 8.63194 8.63636 8.63194 8.81818C8.63194 8.92727 8.59722 9.07273 8.52778 9.14545C7.90278 9.94545 7.55556 10.9273 7.55556 12.0182C7.55556 13.0727 7.90278 14.0545 8.52778 14.8545C8.59722 14.9273 8.63194 15.0727 8.63194 15.1818C8.63194 15.3636 8.5625 15.4727 8.45833 15.5818L8.07639 15.9818C7.97222 16.0909 7.83333 16.1636 7.69444 16.1636C7.52083 16.1636 7.34722 16.0909 7.24306 15.9455C6.375 14.8909 5.88889 13.5091 5.88889 11.9818C5.88889 10.4909 6.375 9.10909 7.24306 8.05455C7.34722 7.90909 7.52083 7.83636 7.69444 7.83636C7.83333 7.83636 7.97222 7.90909 8.07639 8.01818L8.45833 8.41818ZM5.71528 5.58182C5.92361 5.8 5.92361 6.12727 5.71528 6.38182C4.43056 7.87273 3.66667 9.83636 3.66667 12.0182C3.66667 14.1636 4.43056 16.1273 5.71528 17.6182C5.92361 17.8727 5.92361 18.2 5.71528 18.4182L5.33333 18.8182C5.22917 18.9273 5.09028 19 4.91667 19C4.74306 19 4.60417 18.8909 4.5 18.7818C2.86806 16.8909 2 14.5273 2 11.9818C2 9.47273 2.86806 7.07273 4.5 5.21818C4.60417 5.10909 4.74306 5.03636 4.91667 5.03636C5.09028 5.03636 5.22917 5.07273 5.33333 5.18182L5.71528 5.58182ZM19.4653 5.21818C21.0972 7.07273 22 9.47273 22 11.9818C22 14.5273 21.0972 16.8909 19.4653 18.7818C19.3611 18.8909 19.2222 18.9636 19.0486 18.9636C18.875 18.9636 18.7361 18.9273 18.6667 18.8182L18.25 18.4182C18.0417 18.2 18.0417 17.8727 18.25 17.6182C19.5347 16.1273 20.2986 14.1636 20.2986 11.9818C20.2986 9.83636 19.5347 7.87273 18.25 6.38182C18.0417 6.12727 18.0417 5.8 18.25 5.58182L18.6667 5.18182C18.7361 5.07273 18.875 5 19.0486 5C19.2222 5 19.3611 5.10909 19.4653 5.21818ZM12 9.94545C13.0417 9.94545 13.9444 10.8909 13.9444 11.9818C13.9444 13.1091 13.0417 14.0182 12 14.0182C10.9236 14.0182 10.0556 13.1091 10.0556 11.9818C10.0556 10.8909 10.9236 9.94545 12 9.94545ZM15.8889 8.01818C15.9931 7.90909 16.1319 7.83636 16.2708 7.83636C16.4444 7.83636 16.6181 7.90909 16.7222 8.05455C17.5903 9.10909 18.0764 10.4909 18.0764 12.0182C18.0764 13.5091 17.5903 14.8909 16.7222 15.9455C16.6181 16.0909 16.4444 16.1636 16.2708 16.1636C16.1319 16.1636 15.9931 16.0909 15.8889 15.9818L15.5069 15.5818C15.4028 15.4727 15.3333 15.3636 15.3333 15.1818C15.3333 15.0727 15.3681 14.9273 15.4375 14.8545C16.0625 14.0545 16.4097 13.0727 16.4097 11.9818C16.4097 10.9273 16.0625 9.94545 15.4375 9.14545C15.3681 9.07273 15.3333 8.92727 15.3333 8.81818C15.3333 8.63636 15.4028 8.52727 15.5069 8.41818L15.8889 8.01818Z\" fill=\"{{FILL}}\"/>\n</svg>";
160
+ readonly 'smile-plus-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 4C19.4062 4 19.75 4.34375 19.75 4.75V6.25H21.25C21.6562 6.25 22 6.59375 22 7C22 7.4375 21.6562 7.75 21.25 7.75H19.75V9.25C19.75 9.6875 19.4062 10 19 10C18.5625 10 18.25 9.6875 18.25 9.25V7.75H16.75C16.3125 7.75 16 7.4375 16 7C16 6.59375 16.3125 6.25 16.75 6.25H18.25V4.75C18.25 4.34375 18.5625 4 19 4ZM5.5 11.5C5.5 10.9688 5.9375 10.5 6.5 10.5C7.0625 10.5 7.5 10.9688 7.5 11.5C7.5 12.0625 7.0625 12.5 6.5 12.5C5.9375 12.5 5.5 12.0625 5.5 11.5ZM12.5 11.5C12.5 12.0625 12.0625 12.5 11.5 12.5C10.9375 12.5 10.5 12.0625 10.5 11.5C10.5 10.9688 10.9375 10.5 11.5 10.5C12.0625 10.5 12.5 10.9688 12.5 11.5ZM9 15.5C9.96875 15.5 10.8125 15.0938 11.4375 14.4062C11.6875 14.0938 12.1562 14.0625 12.4688 14.3438C12.7812 14.625 12.8125 15.0938 12.5312 15.4062C11.6875 16.4062 10.4062 17 9 17C7.5625 17 6.28125 16.4062 5.4375 15.4062C5.15625 15.0938 5.1875 14.625 5.5 14.3438C5.8125 14.0625 6.28125 14.0938 6.53125 14.4062C7.15625 15.0938 8 15.5 9 15.5ZM16 13C16 16.875 12.8438 20 9 20C5.125 20 2 16.875 2 13C2 9.15625 5.125 6 9 6C12.8438 6 16 9.15625 16 13ZM9 7.5C5.9375 7.5 3.5 9.96875 3.5 13C3.5 16.0625 5.9375 18.5 9 18.5C12.0312 18.5 14.5 16.0625 14.5 13C14.5 9.96875 12.0312 7.5 9 7.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
161
+ readonly 'smile-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C13.1562 15 13.9688 14.4688 14.4375 13.9688C14.7188 13.6562 15.1875 13.625 15.5 13.9062C15.8125 14.1875 15.8125 14.6562 15.5312 14.9688C14.8438 15.7188 13.6562 16.5 12 16.5C10.3125 16.5 9.125 15.7188 8.4375 14.9688C8.15625 14.6562 8.15625 14.1875 8.46875 13.9062C8.78125 13.625 9.25 13.6562 9.53125 13.9688C10 14.4688 10.8125 15 12 15ZM10.5 10.5C10.5 11.0625 10.0625 11.5 9.5 11.5C8.9375 11.5 8.5 11.0625 8.5 10.5C8.5 9.96875 8.9375 9.5 9.5 9.5C10.0625 9.5 10.5 9.96875 10.5 10.5ZM13.5 10.5C13.5 9.96875 13.9375 9.5 14.5 9.5C15.0625 9.5 15.5 9.96875 15.5 10.5C15.5 11.0625 15.0625 11.5 14.5 11.5C13.9375 11.5 13.5 11.0625 13.5 10.5ZM20 12C20 16.4375 16.4062 20 12 20C7.5625 20 4 16.4375 4 12C4 7.59375 7.5625 4 12 4C16.4062 4 20 7.59375 20 12ZM12 5.5C8.40625 5.5 5.5 8.4375 5.5 12C5.5 15.5938 8.40625 18.5 12 18.5C15.5625 18.5 18.5 15.5938 18.5 12C18.5 8.4375 15.5625 5.5 12 5.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
162
+ readonly 'smile-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21C7.00781 21 3 16.9922 3 12C3 7.04297 7.00781 3 12 3C16.957 3 21 7.04297 21 12C21 16.9922 16.957 21 12 21ZM8.76562 14.4609C8.55469 14.2148 8.20312 14.2148 7.95703 14.3906C7.71094 14.6016 7.71094 14.9531 7.88672 15.1992C8.69531 16.1133 10.0312 17.0625 12 17.0625C13.9336 17.0625 15.2695 16.1133 16.0781 15.1992C16.2539 14.9531 16.2539 14.6016 16.0078 14.3906C15.7617 14.2148 15.4102 14.2148 15.1992 14.4609C14.6016 15.1992 13.5117 15.9375 12 15.9375C10.4531 15.9375 9.39844 15.1992 8.76562 14.4609ZM10.3125 10.3125C10.3125 9.71484 9.82031 9.1875 9.1875 9.1875C8.55469 9.1875 8.0625 9.71484 8.0625 10.3125C8.0625 10.9453 8.55469 11.4375 9.1875 11.4375C9.82031 11.4375 10.3125 10.9453 10.3125 10.3125ZM14.8125 11.4375C15.4453 11.4375 15.9375 10.9453 15.9375 10.3125C15.9375 9.71484 15.4453 9.1875 14.8125 9.1875C14.1797 9.1875 13.6875 9.71484 13.6875 10.3125C13.6875 10.9453 14.1797 11.4375 14.8125 11.4375Z\" fill=\"{{FILL}}\"/>\n</svg>";
163
+ readonly 'star-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9848 17.6126L7.83096 19.9229C7.5884 20.0478 7.31552 20.0166 7.07296 19.8605C6.86072 19.7044 6.73944 19.3922 6.76976 19.1112L7.5884 14.2719L4.22285 10.8375C4.01061 10.6189 3.94997 10.338 4.04093 10.057C4.13189 9.80719 4.34413 9.58864 4.61702 9.55742L9.25602 8.83932L11.3481 4.4371C11.4694 4.18733 11.712 4 11.9848 4C12.288 4 12.5306 4.18733 12.6519 4.4371L14.744 8.83932L19.383 9.55742C19.6559 9.58864 19.8681 9.80719 19.9591 10.057C20.05 10.338 19.9894 10.6189 19.7771 10.8375L16.4116 14.2719L17.1999 19.1112C17.2606 19.3922 17.1393 19.7044 16.927 19.8605C16.6845 20.0166 16.3813 20.0478 16.1387 19.9229L11.9848 17.6126ZM10.1353 9.27642C9.9837 9.58864 9.71082 9.77597 9.40762 9.83841L5.22342 10.4628L8.25545 13.5538C8.49801 13.7723 8.58897 14.1157 8.52833 14.428L7.83096 18.799L11.53 16.7384C11.8332 16.5822 12.1668 16.5822 12.47 16.7384L16.169 18.799L15.4717 14.428C15.411 14.1157 15.502 13.7723 15.7446 13.5538L18.7463 10.4628L14.5924 9.83841C14.2589 9.77597 13.986 9.58864 13.8647 9.27642L11.9848 5.34252L10.1353 9.27642Z\" fill=\"{{FILL}}\"/>\n</svg>";
164
+ readonly 'star-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9848 4C12.288 4 12.5306 4.18733 12.6519 4.4371L14.744 8.83932L19.383 9.55742C19.6559 9.58864 19.8681 9.80719 19.9591 10.057C20.05 10.338 19.9894 10.6189 19.7771 10.8375L16.4116 14.2719L17.1999 19.1112C17.2606 19.3922 17.1393 19.7044 16.927 19.8605C16.6845 20.0166 16.3813 20.0478 16.1387 19.9229L11.9848 17.6126L7.83096 19.9229C7.5884 20.0478 7.31552 20.0166 7.07296 19.8605C6.86072 19.7044 6.73944 19.3922 6.76976 19.1112L7.5884 14.2719L4.22285 10.8375C4.01061 10.6189 3.94997 10.338 4.04093 10.057C4.13189 9.80719 4.34413 9.58864 4.61702 9.55742L9.25602 8.83932L11.3481 4.4371C11.4694 4.18733 11.712 4 11.9848 4ZM11.9848 6.46649L10.4082 9.86963C10.2869 10.0882 10.105 10.2443 9.86242 10.2755L6.25431 10.8063L8.86185 13.4601C9.04378 13.6474 9.10442 13.8972 9.0741 14.147L8.46769 17.8623L11.6513 16.1139C11.8636 15.989 12.1364 15.989 12.3487 16.1139L15.5323 17.8623L14.9259 14.147C14.8653 13.8972 14.9562 13.6474 15.1381 13.4601L17.7154 10.8063L14.1376 10.2755C13.895 10.2443 13.6828 10.0882 13.5918 9.86963L11.9848 6.46649Z\" fill=\"{{FILL}}\"/>\n</svg>";
165
+ readonly 'star-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.8548 4.56202L14.8249 8.71469L19.1593 9.37038C19.523 9.43283 19.8261 9.68261 19.9473 10.0573C20.0685 10.4007 19.9776 10.8066 19.7048 11.0564L16.5526 14.2724L17.3103 18.831C17.371 19.2057 17.2194 19.5803 16.9163 19.7989C16.6132 20.0487 16.2192 20.0487 15.8858 19.8926L12.0061 17.7382L8.09612 19.8926C7.79302 20.0487 7.39899 20.0487 7.09589 19.7989C6.79279 19.5803 6.64124 19.2057 6.70186 18.831L7.4293 14.2724L4.27707 11.0564C4.03459 10.8066 3.94366 10.4007 4.03459 10.0573C4.15583 9.68261 4.45893 9.43283 4.82265 9.37038L9.18728 8.71469L11.1271 4.56202C11.2787 4.21856 11.6121 4 12.0061 4C12.3698 4 12.7032 4.21856 12.8548 4.56202Z\" fill=\"{{FILL}}\"/>\n</svg>";
166
+ readonly stories: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.54654 17.5685C7.78643 17.3172 8.17456 17.288 8.46744 17.4747C8.78366 17.6765 9.10985 17.853 9.44595 18.003C9.78735 18.1554 10.1456 18.2752 10.5192 18.3624C10.8525 18.4404 11.1061 18.7261 11.1061 19.0685V19.3399C11.1059 19.7458 10.7542 20.0654 10.3561 19.9864C9.8246 19.8809 9.31365 19.7212 8.82291 19.5079C8.33542 19.296 7.874 19.0433 7.43912 18.7501C7.10685 18.526 7.07765 18.0596 7.35416 17.7696L7.54654 17.5685ZM12.7565 4.67001C12.7567 4.2614 13.1125 3.94123 13.5133 4.0206C15.2467 4.3646 16.7181 5.20753 17.9274 6.54892C19.3091 8.08154 20.0006 9.89882 20.0006 12.0011C20.0006 14.1033 19.3091 15.9206 17.9274 17.4532C16.7181 18.7946 15.2467 19.6375 13.5133 19.9815C13.1126 20.0609 12.7568 19.7406 12.7565 19.3321V19.0655C12.7566 18.7242 13.0086 18.4388 13.3415 18.3634C14.7053 18.0545 15.8552 17.3647 16.7907 16.294C17.8571 15.0734 18.3903 13.6422 18.3903 12.0011C18.3903 10.3599 17.8571 8.92878 16.7907 7.7081C15.8552 6.63736 14.7053 5.94766 13.3415 5.63876C13.0086 5.56334 12.7567 5.27783 12.7565 4.93662V4.67001ZM4.95279 12.8145C5.29608 12.8145 5.58288 13.0699 5.65591 13.4054C5.7393 13.7883 5.85316 14.1578 5.99576 14.5138C6.1342 14.8593 6.30054 15.1864 6.49478 15.4952C6.67826 15.7869 6.659 16.1721 6.41666 16.4171L6.23795 16.5977C5.95569 16.8829 5.48689 16.8674 5.25748 16.5382C4.95349 16.1018 4.6964 15.6334 4.48599 15.1339C4.27364 14.6298 4.11569 14.1063 4.01138 13.5636C3.93487 13.1655 4.25443 12.8145 4.65982 12.8145H4.95279ZM12.5045 7.95224C12.6806 7.95224 12.8571 8.12961 12.8571 8.30673V11.4952H16.026C16.202 11.4952 16.3783 11.6717 16.3786 11.8487V12.5577C16.3785 12.7569 16.2021 12.9122 16.026 12.9122H12.8571V16.0997C12.8571 16.299 12.6806 16.4542 12.5045 16.4542H11.8004C11.6024 16.4542 11.4479 16.299 11.4479 16.0997V12.9122H8.27896C8.081 12.9121 7.92744 12.7569 7.9274 12.5577V11.8487C7.92763 11.6718 8.08113 11.4953 8.27896 11.4952H11.4479V8.30673C11.4479 8.12962 11.6024 7.95227 11.8004 7.95224H12.5045ZM5.25943 7.46494C5.48737 7.13478 5.95574 7.11915 6.23795 7.40439L6.41666 7.58505C6.659 7.83008 6.67826 8.21521 6.49478 8.50693C6.30055 8.81578 6.13419 9.14286 5.99576 9.48837C5.85313 9.84438 5.73931 10.2138 5.65591 10.5968C5.58288 10.9322 5.29608 11.1876 4.95279 11.1876H4.68423C4.27014 11.1873 3.94864 10.8212 4.03482 10.4161C4.14861 9.88135 4.30615 9.36551 4.5065 8.86826C4.70761 8.36917 4.95866 7.90105 5.25943 7.46494ZM10.3981 4.01083C10.796 3.93492 11.1461 4.25515 11.1461 4.66025V4.93173C11.1461 5.27504 10.8911 5.56172 10.5563 5.63779C10.1719 5.72516 9.80535 5.84549 9.4567 5.99912C9.12381 6.14583 8.8068 6.31763 8.5065 6.51376C8.21338 6.70514 7.82119 6.68525 7.57486 6.43662L7.37369 6.23251C7.0884 5.94407 7.11316 5.47055 7.44986 5.24423C7.88153 4.95412 8.33951 4.70435 8.82291 4.49423C9.32064 4.2779 9.84552 4.11626 10.3981 4.01083Z\" fill=\"{{FILL}}\"/>\n</svg>";
167
+ readonly 'tag-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.22381 8.09366C7.22381 7.6185 7.59015 7.21645 8.10303 7.21645C8.57928 7.21645 8.98226 7.6185 8.98226 8.09366C8.98226 8.60537 8.57928 8.97087 8.10303 8.97087C7.59015 8.97087 7.22381 8.60537 7.22381 8.09366ZM4 5.75443C4 4.80411 4.76932 4 5.75844 4H11.2169C11.8397 4 12.4259 4.25585 12.8655 4.69446L19.3131 11.1274C20.229 12.0411 20.229 13.5397 19.3131 14.4535L14.4408 19.3147C13.5249 20.2284 12.0229 20.2284 11.107 19.3147L4.65942 12.8818C4.21981 12.4432 4 11.8584 4 11.237V5.75443ZM5.502 12.0777L11.9496 18.5106C12.3892 18.9492 13.1586 18.9492 13.5982 18.5106L18.5072 13.6128C18.9468 13.1742 18.9468 12.4066 18.5072 11.968L12.0595 5.53512C11.8397 5.31582 11.51 5.16962 11.2169 5.16962H5.75844C5.42874 5.16962 5.1723 5.46202 5.1723 5.75443V11.237C5.1723 11.5294 5.2822 11.8584 5.502 12.0777Z\" fill=\"{{FILL}}\"/>\n</svg>";
168
+ readonly 'tag-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.93074 8.09366C6.93074 7.4723 7.44362 6.92404 8.10303 6.92404C8.72582 6.92404 9.27533 7.4723 9.27533 8.09366C9.27533 8.75157 8.72582 9.26328 8.10303 9.26328C7.44362 9.26328 6.93074 8.75157 6.93074 8.09366ZM11.2169 4C11.8397 4 12.4259 4.25585 12.8655 4.69446L19.3131 11.1274C20.229 12.0411 20.229 13.5397 19.3131 14.4535L14.4408 19.3147C13.5249 20.2284 12.0229 20.2284 11.107 19.3147L4.65942 12.8818C4.21981 12.4432 4 11.8584 4 11.237V5.75443C4 4.80411 4.76932 4 5.75844 4H11.2169ZM5.90498 11.6391L12.3526 18.072C12.5724 18.3278 12.9754 18.3278 13.1952 18.072L18.0675 13.2107C18.324 12.9914 18.324 12.5894 18.0675 12.3701L11.6199 5.93718C11.51 5.82753 11.3635 5.75443 11.2169 5.75443H5.75844V11.237C5.75844 11.3832 5.79508 11.5294 5.90498 11.6391Z\" fill=\"{{FILL}}\"/>\n</svg>";
169
+ readonly 'tag-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 5.72288C4 4.77046 4.76932 3.96457 5.75844 4.0012H11.2169C11.8397 4.0012 12.4259 4.22099 12.8655 4.66057L19.3131 11.1077C20.229 12.0235 20.229 13.5254 19.3131 14.4412L14.4408 19.3132C13.5249 20.2289 12.0229 20.2289 11.107 19.3132L4.65942 12.866C4.21981 12.4264 4 11.8403 4 11.2176V5.72288ZM8.10303 9.2395C8.72582 9.2395 9.27533 8.72666 9.27533 8.0673C9.27533 7.44456 8.72582 6.89509 8.10303 6.89509C7.44362 6.89509 6.93074 7.44456 6.93074 8.0673C6.93074 8.72666 7.44362 9.2395 8.10303 9.2395Z\" fill=\"{{FILL}}\"/>\n</svg>";
170
+ readonly 'thumbs-up-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.375 9.69128C6.97266 9.69128 7.5 10.2282 7.5 10.8367V18.783C7.5 19.3915 6.97266 19.8926 6.375 19.8926H4.125C3.49219 19.8926 3 19.3915 3 18.783V10.8009C3 10.1924 3.49219 9.69128 4.125 9.69128H6.375ZM21 10.9441C21 11.8031 20.543 12.519 19.9102 12.9485C19.9453 13.1633 19.9805 13.3423 19.9805 13.5213C19.9805 14.3445 19.5586 15.0604 18.9609 15.4899C18.9609 15.5973 18.9609 15.7047 18.9609 15.8121C18.9609 16.6353 18.5742 17.3512 17.9414 17.7808C17.8711 19.0336 16.8516 20 15.6211 20H13.7578C12.4922 20 11.2617 19.6063 10.2422 18.8188L8.94141 17.8523C8.73047 17.6734 8.58984 17.4228 8.58984 17.1365C8.58984 16.7069 8.97656 16.2774 9.46875 16.2774C9.64453 16.2774 9.82031 16.349 9.96094 16.4564L11.2617 17.4586C11.9648 17.9955 12.8438 18.3177 13.7578 18.3177H15.6211C15.9727 18.3177 16.2891 17.9955 16.2891 17.6376C16.2891 17.4944 16.2188 17.4586 16.2188 17.2796C16.2188 16.3132 17.2734 16.6353 17.2734 15.8121C17.2734 15.4899 17.0625 15.4183 17.0625 15.0246C17.0625 13.9508 18.293 14.4161 18.293 13.5213C18.293 13.0559 17.8711 13.0559 17.8711 12.4832C17.8711 12.0537 18.2227 11.66 18.6797 11.6242C19.0312 11.6242 19.3125 11.302 19.3125 10.9441C19.3125 10.5861 18.9961 10.2998 18.6094 10.264H13.793C13.3359 10.264 12.9492 9.94183 12.9492 9.44072C12.9492 9.29754 12.9844 9.15436 13.0547 9.01119C13.6875 7.86577 13.9688 6.72036 13.9688 6.434C13.9688 6.14765 13.7578 5.71812 13.1602 5.71812C12 5.71812 12.668 7.90157 9.96094 10.085C9.82031 10.2282 9.64453 10.264 9.46875 10.264C8.97656 10.264 8.625 9.87025 8.625 9.40492C8.625 8.43848 9.60938 8.97539 10.7344 6.07606C11.0859 5.14541 11.543 4 13.1602 4C14.707 4 15.6562 5.217 15.6562 6.434C15.6562 6.89933 15.4453 7.6868 15.1289 8.58166H18.6445C19.9102 8.58166 21 9.65548 21 10.9441Z\" fill=\"{{FILL}}\"/>\n</svg>";
171
+ readonly 'thumbs-up-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4038 3.0345C15.4342 3.27175 16.1079 4.26031 15.9097 5.28842L15.7909 5.72339C15.5927 6.79103 15.1964 7.7796 14.6813 8.68908H20.3878C21.4182 8.68908 22.29 9.55901 22.29 10.5871C22.29 11.6152 21.4974 12.4061 20.5067 12.4852C20.8237 12.841 21.0219 13.276 21.0219 13.7505C21.0219 14.6995 20.3482 15.4508 19.4763 15.6486C19.6349 15.9254 19.7538 16.2417 19.7538 16.5976C19.7538 17.4675 19.1989 18.1793 18.4064 18.4165C18.446 18.5352 18.4856 18.6933 18.4856 18.812C18.4856 19.8796 17.6138 20.71 16.5834 20.71H13.6509C12.898 20.71 12.1846 20.5123 11.5506 20.0773L10.005 19.0888C8.97469 18.377 8.34063 17.1907 8.34063 15.9254V11.5361C8.34063 10.3499 8.8558 9.28221 9.76727 8.57045L10.0447 8.33319C11.075 7.46326 11.828 6.31652 12.0657 4.97208L12.145 4.53711C12.3828 3.50901 13.3735 2.83678 14.4038 3.0345ZM3.26813 9.32176H5.80438C6.47807 9.32176 7.0725 9.91489 7.0725 10.5871V19.4446C7.0725 20.1564 6.47807 20.71 5.80438 20.71H3.26813C2.5548 20.71 2 20.1564 2 19.4446V10.5871C2 9.91489 2.5548 9.32176 3.26813 9.32176Z\" fill=\"{{FILL}}\"/>\n</svg>";
172
+ readonly 'thumbtack-angle-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.57972 15.2969L4.34227 12.0565C4.10422 11.8182 3.96139 11.4847 4.009 11.1511C4.05661 10.8175 4.24705 10.5316 4.5089 10.3648L5.27065 9.93593C6.5085 9.17347 7.91299 8.95903 9.24606 9.1973L12.8644 6.09982L12.1502 5.38501C12.0312 5.26588 11.9598 5.14675 11.9122 5.00379C11.8408 4.74169 11.936 4.45577 12.1502 4.24133C12.4597 3.93158 12.9596 3.90775 13.2929 4.24133L19.7678 10.7222C20.0772 11.032 20.0772 11.5561 19.7678 11.8659C19.5535 12.0803 19.2441 12.1518 18.9822 12.0803C18.8394 12.0327 18.7204 11.9612 18.6252 11.8659L17.8872 11.1273L14.7926 14.7489C15.0306 16.0832 14.8164 17.489 14.0546 18.728L13.6261 19.4905C13.4595 19.7526 13.1739 19.9432 12.8406 19.9908C12.5073 20.0385 12.174 19.8955 11.9598 19.6811L8.72235 16.4406L5.4849 19.6811C5.15163 20.0146 4.65173 19.9908 4.31846 19.6572C4.009 19.3475 3.9852 18.8471 4.31846 18.5136L7.57972 15.2969ZM9.72215 10.9605L8.93659 10.7937C8.00821 10.6269 6.9846 10.7937 6.10382 11.2941L5.96099 11.3894L8.72235 14.1533L10.8172 12.0565C11.1266 11.7468 11.6265 11.7229 11.9598 12.0565C12.2693 12.3663 12.2693 12.8904 11.9598 13.2002L9.86498 15.2969L12.6025 18.037L12.6978 17.8941C13.1977 17.0125 13.3643 15.9879 13.1977 15.0587L13.031 14.2724L16.7446 9.98358L14.007 7.2435L9.72215 10.9605Z\" fill=\"{{FILL}}\"/>\n</svg>";
173
+ readonly 'thumbtack-angle-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.0155 2.60641C14.4381 2.1838 15.1593 2.15925 15.6072 2.60711L21.9767 8.97664C22.3997 9.39961 22.4 10.1457 21.9774 10.5683C21.5299 11.0158 20.8087 10.9906 20.3857 10.5676L19.6393 9.8212L16.209 13.7989C16.6324 15.2167 16.5336 16.7586 15.8627 18.1262L15.813 18.2256C15.639 18.5489 15.3407 18.7974 14.9925 18.847C14.6444 18.8966 14.2713 18.7721 14.0225 18.5233L6.06054 10.5614C5.78685 10.2877 5.66236 9.96431 5.73681 9.59129C5.76152 9.21825 6.01009 8.91991 6.33332 8.74596L6.43278 8.69627C7.80034 8.02537 9.34224 7.92657 10.76 8.34998L14.7377 4.91965L14.0162 4.1981C13.5683 3.75024 13.568 3.05388 14.0155 2.60641ZM8.44981 14.5416L10.0422 16.134L7.65571 18.5205C7.20824 18.968 6.487 18.9428 6.06402 18.5198C5.61617 18.0719 5.61586 17.3756 6.06333 16.9281L8.44981 14.5416Z\" fill=\"{{FILL}}\"/>\n</svg>";
174
+ readonly 'trash-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.75 6C18.875 6 19 6.125 19 6.25V6.75C19 6.90625 18.875 7 18.75 7H18.1562L17.0938 18.6562C17.0312 19.4062 16.4062 20 15.625 20H8.34375C7.5625 20 6.9375 19.4062 6.875 18.6562L5.8125 7H5.25C5.09375 7 5 6.90625 5 6.75V6.25C5 6.125 5.09375 6 5.25 6H8.5L9.53125 4.625C9.8125 4.25 10.25 4 10.75 4H13.25C13.7188 4 14.1562 4.25 14.4375 4.625L15.5 6H18.75ZM10.3438 5.21875L9.75 6H14.25L13.625 5.21875C13.5312 5.09375 13.4062 5.03125 13.25 5H10.75C10.5625 5.03125 10.4375 5.09375 10.3438 5.21875ZM16.125 18.5625L17.1562 7H6.84375L7.875 18.5625C7.875 18.8125 8.09375 19 8.34375 19H15.625C15.875 19 16.0938 18.8125 16.125 18.5625Z\" fill=\"{{FILL}}\"/>\n</svg>";
175
+ readonly 'trash-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 6.5C18.75 6.5 19 6.75 19 7V7.5C19 7.78125 18.75 8 18.5 8H18L17.3125 18.5938C17.2812 19.4062 16.625 20 15.8125 20H8.15625C7.34375 20 6.6875 19.4062 6.65625 18.5938L6 8H5.5C5.21875 8 5 7.78125 5 7.5V7C5 6.75 5.21875 6.5 5.5 6.5H8.0625L9.125 4.75C9.375 4.3125 9.875 4 10.4062 4H13.5625C14.0938 4 14.5938 4.3125 14.8438 4.75L15.9062 6.5H18.5ZM10.4062 5.5L9.8125 6.5H14.1562L13.5625 5.5H10.4062ZM15.8125 18.5L16.4688 8H7.5L8.15625 18.5H15.8125Z\" fill=\"{{FILL}}\"/>\n</svg>";
176
+ readonly 'trash-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 5C18.75 5 19 5.25 19 5.5V6.5C19 6.78125 18.75 7 18.5 7H5.5C5.21875 7 5 6.78125 5 6.5V5.5C5 5.25 5.21875 5 5.5 5H9.25L9.53125 4.4375C9.65625 4.1875 9.90625 4 10.1875 4H13.7812C14.0625 4 14.3125 4.1875 14.4375 4.4375L14.75 5H18.5ZM6.65625 18.5938L6 8H18L17.3125 18.5938C17.2812 19.4062 16.625 20 15.8125 20H8.15625C7.34375 20 6.6875 19.4062 6.65625 18.5938Z\" fill=\"{{FILL}}\"/>\n</svg>";
177
+ readonly 'triangle-exclamation-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0176 15.5312C12.4746 15.5312 12.8613 15.918 12.8262 16.375C12.8262 16.8672 12.4746 17.2188 12.0176 17.2188C11.5605 17.2188 11.1738 16.8672 11.1738 16.375C11.1738 15.918 11.5254 15.5312 12.0176 15.5312ZM12.0176 14.125C11.7012 14.125 11.4551 13.8789 11.4551 13.5625V8.5C11.4551 8.21875 11.7363 7.9375 12.0176 7.9375C12.2637 7.9375 12.5449 8.21875 12.5449 8.5V13.5625C12.5449 13.8789 12.2988 14.125 12.0176 14.125ZM20.7363 16.8672C21.0879 17.4648 21.0879 18.168 20.7363 18.7656C20.3848 19.3984 19.752 19.75 19.0488 19.75H4.98633C4.24805 19.75 3.61523 19.3984 3.26367 18.7656C2.91211 18.168 2.91211 17.4648 3.26367 16.8672L10.2949 4.98438C10.6465 4.38672 11.2793 4 12.0176 4C12.7207 4.03516 13.3535 4.38672 13.7051 4.98438L20.7363 16.8672ZM19.752 18.2031C19.9277 17.957 19.8926 17.6758 19.752 17.4297L12.7207 5.54688C12.5801 5.30078 12.2988 5.16016 12.0176 5.125C11.7012 5.125 11.4199 5.30078 11.2793 5.54688L4.24805 17.4297C4.10742 17.6758 4.07227 17.957 4.24805 18.2031C4.38867 18.4844 4.66992 18.625 4.98633 18.625H19.0137C19.3301 18.625 19.6113 18.4844 19.752 18.2031Z\" fill=\"{{FILL}}\"/>\n</svg>";
178
+ readonly 'triangle-exclamation-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8264 17.5352C21.3889 18.5195 20.6858 19.75 19.5257 19.75H4.51394C3.35379 19.75 2.65066 18.5195 3.17801 17.5352L10.7014 4.73828C11.0178 4.24609 11.51 4 12.0374 4C12.5296 4 13.0218 4.24609 13.3382 4.73828L20.8264 17.5352ZM4.86551 18.0625H19.1741L12.0022 5.86328L4.86551 18.0625ZM12.0374 14.7578C12.635 14.7578 13.1272 15.25 13.1272 15.8477C13.1272 16.4453 12.635 16.9375 12.0374 16.9375C11.4046 16.9375 10.9124 16.4453 10.9124 15.8477C10.9124 15.25 11.4046 14.7578 12.0374 14.7578ZM11.1936 9.34375C11.1936 8.88672 11.5452 8.5 12.0374 8.5C12.4944 8.5 12.8811 8.88672 12.8811 9.34375V12.7188C12.8811 13.2109 12.4944 13.5625 12.0374 13.5625C11.5452 13.5625 11.1936 13.2109 11.1936 12.7188V9.34375Z\" fill=\"{{FILL}}\"/>\n</svg>";
179
+ readonly 'unarchive-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.2617 10.2637C11.6523 9.91211 12.2383 9.91212 12.5898 10.2637L15.334 13.0078C15.7003 13.3741 15.723 13.9121 15.4023 14.2676L15.2656 14.4043C14.9101 14.725 14.3722 14.7022 14.0059 14.3359L12.8242 13.1934V16.0703C12.8242 16.6172 12.4336 17.0078 11.8867 17.0078C11.3789 17.0078 10.9492 16.6172 10.9492 16.0703V13.1934L9.8457 14.2969C9.68945 14.4922 9.45507 14.5703 9.18164 14.5703C8.94727 14.5703 8.71289 14.4922 8.55664 14.2969C8.16603 13.9453 8.16603 13.3594 8.55664 13.0078L11.2617 10.2637Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.125 3C21.1406 3 22 3.85938 22 4.875V7.41406C22 8.07812 21.4141 8.625 20.75 8.625V18C20.75 19.4062 19.6172 20.5 18.25 20.5H5.75C4.34375 20.5 3.25 19.4062 3.25 18L3.21094 8.625C2.54688 8.625 2 8.07812 2 7.375V4.875C2 3.85938 2.82031 3 3.875 3H20.125ZM5.125 18C5.125 18.3516 5.39844 18.625 5.75 18.625H18.25C18.5625 18.625 18.875 18.3516 18.875 18V8.625H5.125V18ZM3.875 6.75H20.125V4.875H3.875V6.75Z\" fill=\"{{FILL}}\"/>\n</svg>";
180
+ readonly 'user-check-left-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5617 13.5C18.5623 13.5 21 15.9375 21 18.9375C21 19.5311 20.5004 19.9998 19.9067 20H8.06073C7.46687 20 6.99767 19.5312 6.99767 18.9375C6.99767 15.9376 9.40428 13.5001 12.4047 13.5H15.5617ZM12.4047 15C10.3732 15.0001 8.71685 16.5626 8.49806 18.5H19.4684C19.2183 16.5625 17.5933 15 15.5617 15H12.4047Z\" fill=\"{{FILL}}\"/>\n<path d=\"M6.20403 8.23828C6.48534 7.92581 6.95455 7.92579 7.2671 8.20703C7.57953 8.48823 7.57944 8.95705 7.29833 9.26953L4.04765 12.7695C3.92273 12.9257 3.70404 12.9882 3.51661 12.9883C3.29782 12.9883 3.10962 12.9258 2.98459 12.7695L1.2343 11.0195C0.941364 10.7558 0.923079 10.3272 1.17963 10.043L1.28897 9.93359C1.57329 9.67702 2.00233 9.69523 2.26612 9.98828L3.48537 11.1758L6.20403 8.23828Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9988 4C16.1867 4 18.0002 5.8125 18.0002 8C18.0002 10.2188 16.1867 12 13.9988 12C11.7798 11.9999 9.99845 10.2187 9.99845 8C9.99845 5.81256 11.7798 4.0001 13.9988 4ZM13.9988 5.5C12.5924 5.50009 11.4988 6.62506 11.4988 8C11.4988 9.40619 12.5924 10.4999 13.9988 10.5C15.3741 10.5 16.4998 9.40625 16.4998 8C16.4998 6.625 15.3741 5.5 13.9988 5.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
181
+ readonly 'user-group-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5625 13.5C13.5625 13.5 16 15.9375 16 18.9375C16 19.5312 15.5 20 14.9062 20H3.0625C2.46875 20 2 19.5312 2 18.9375C2 15.9375 4.40625 13.5 7.40625 13.5H10.5625ZM14.9062 19C14.9375 19 15 18.9688 15 18.9375C15 16.5 13 14.5 10.5625 14.5H7.40625C4.96875 14.5 3 16.5 3 18.9375C3 18.9688 3.03125 19 3.0625 19H14.9062ZM9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8C13 10.2188 11.1875 12 9 12ZM9 5C7.34375 5 6 6.375 6 8C6 9.65625 7.34375 11 9 11C10.625 11 12 9.65625 12 8C12 6.375 10.625 5 9 5ZM13.7188 11.5312C13.5 11.4062 13.4062 11.0938 13.5625 10.875C13.6875 10.625 14 10.5312 14.25 10.6875C14.625 10.9062 15.0312 11 15.5 11C16.875 11 18 9.90625 18 8.5C18 7.125 16.875 6 15.5 6C15.1875 6 14.9062 6.0625 14.6562 6.15625C14.4062 6.25 14.0938 6.125 14 5.84375C13.9062 5.59375 14.0625 5.3125 14.3125 5.21875C14.6875 5.09375 15.0938 5 15.5 5C17.4062 5 19 6.59375 19 8.5C19 10.4375 17.4062 12 15.5 12C14.875 12 14.25 11.8438 13.7188 11.5312ZM17.3125 14C19.9062 14 22 16.0938 22 18.6875C22 19.4062 21.375 20 20.6562 20H17.5C17.2188 20 17 19.7812 17 19.5C17 19.25 17.2188 19 17.5 19H20.6562C20.8438 19 21 18.875 21 18.6875C21 16.6562 19.3438 15 17.3125 15H16C15.7188 15 15.5 14.7812 15.5 14.5C15.5 14.25 15.7188 14 16 14H17.3125Z\" fill=\"{{FILL}}\"/>\n</svg>";
182
+ readonly 'user-group-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8C13 10.2188 11.1875 12 9 12ZM9 5.5C7.59375 5.5 6.5 6.625 6.5 8C6.5 9.40625 7.59375 10.5 9 10.5C10.375 10.5 11.5 9.40625 11.5 8C11.5 6.625 10.375 5.5 9 5.5ZM10.5625 13.5C13.5625 13.5 16 15.9375 16 18.9375C16 19.5312 15.5 20 14.9062 20H3.0625C2.46875 20 2 19.5312 2 18.9375C2 15.9375 4.40625 13.5 7.40625 13.5H10.5625ZM3.5 18.5H14.4688C14.2188 16.5625 12.5938 15 10.5625 15H7.40625C5.375 15 3.71875 16.5625 3.5 18.5ZM16.9688 14C19.75 14 22 16.25 22 19C22 19.5625 21.5312 20 21 20H16.6875C16.875 19.6875 17 19.3438 17 18.9375C17 16.9688 16.0938 15.1875 14.6562 14H16.9688ZM15.5 12C14.5 12 13.625 11.625 13 10.9688C13.625 10.1562 14 9.125 14 8C14 7.1875 13.75 6.40625 13.4062 5.71875C13.9688 5.28125 14.6875 5 15.5 5C17.4062 5 19 6.59375 19 8.5C19 10.4375 17.4062 12 15.5 12Z\" fill=\"{{FILL}}\"/>\n</svg>";
183
+ readonly 'user-group-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 7C13 9.21875 11.1875 11 9 11C6.78125 11 5 9.21875 5 7C5 4.8125 6.78125 3 9 3C11.1875 3 13 4.8125 13 7ZM2 18.0938C2 15 4.46875 12.5 7.5625 12.5H10.4062C13.5 12.5 16 15 16 18.0938C16 18.5938 15.5625 19 15.0625 19H2.90625C2.40625 19 2 18.5938 2 18.0938ZM21.0312 19H16.7188C16.875 18.7188 17 18.375 17 18V17.75C17 15.875 16.125 14.1562 14.8125 13.0312C14.875 13.0312 14.9375 13 15.0312 13H16.9375C19.7188 13 22 15.2812 22 18.0625C22 18.5938 21.5625 19 21.0312 19ZM15.5 11C14.5312 11 13.6562 10.625 13 10C13.625 9.15625 14 8.125 14 7C14 6.1875 13.7812 5.375 13.4062 4.6875C14 4.28125 14.7188 4 15.5 4C17.4062 4 19 5.59375 19 7.5C19 9.4375 17.4062 11 15.5 11Z\" fill=\"{{FILL}}\"/>\n</svg>";
184
+ readonly 'user-lock-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 13C21.0938 13 22 13.9062 22 15V18C22 19.125 21.0938 20 20 20H15.0001C13.8751 20 13.0001 19.125 13.0001 18V15C13.0001 13.9062 13.8751 13 15.0001 13V10.5C15.0001 9.125 16.1563 8 17.5001 8C18.875 8 20 9.125 20 10.5C20 10.7812 19.75 11 19.5 11C19.2188 11 19 10.7812 19 10.5C19 9.6875 18.3126 9 17.5001 9C16.6563 9 16.0001 9.6875 16.0001 10.5V13H20ZM21 18V15C21 14.4688 20.5313 14 20 14H15.0001C14.4376 14 14.0001 14.4688 14.0001 15V18C14.0001 18.5625 14.4376 19 15.0001 19H20C20.5313 19 21 18.5625 21 18ZM17.5001 15.75C17.9063 15.75 18.2501 16.0938 18.2501 16.5C18.2501 16.9375 17.9063 17.25 17.5001 17.25C17.0626 17.25 16.7501 16.9375 16.7501 16.5C16.7501 16.0938 17.0626 15.75 17.5001 15.75ZM7.40647 14.5C4.969 14.5 2.96903 16.5 3.00028 18.9375C3.00028 18.9688 3.03153 19 3.06278 19H11.5002C11.7502 19 12.0001 19.25 12.0001 19.5C12.0001 19.7812 11.7502 20 11.5002 20H3.06278C2.46904 20 2.0003 19.5312 2.0003 18.9375C1.96905 15.9375 4.40651 13.5 7.40647 13.5H10.5627C10.9377 13.5 11.2814 13.5625 11.5939 13.625C11.8127 13.6562 11.9689 13.8438 12.0001 14.0625C12.0001 14.0938 12.0001 14.0938 12.0001 14.0938C12.0626 14.4062 11.7502 14.6875 11.4377 14.5938C11.1564 14.5625 10.8752 14.5 10.5627 14.5H7.40647ZM9.00019 12C6.78148 12 5.00025 10.2188 5.00025 8C5.00025 5.8125 6.78148 4 9.00019 4C11.1877 4 13.0001 5.8125 13.0001 8C13.0001 10.2188 11.1877 12 9.00019 12ZM9.00019 5C7.34397 5 6.00024 6.375 6.00024 8C6.00024 9.65625 7.34397 11 9.00019 11C10.6252 11 12.0001 9.65625 12.0001 8C12.0001 6.375 10.6252 5 9.00019 5Z\" fill=\"{{FILL}}\"/>\n</svg>";
185
+ readonly 'user-lock-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8C13 10.2188 11.1875 12 9 12ZM9 5.5C7.59375 5.5 6.5 6.625 6.5 8C6.5 9.40625 7.59375 10.5 9 10.5C10.375 10.5 11.5 9.40625 11.5 8C11.5 6.625 10.375 5.5 9 5.5ZM20.5 13C21.3125 13 22 13.6875 22 14.5V18.5C22 19.3438 21.3125 20 20.5 20H14.5C13.6562 20 13 19.3438 13 18.5V14.5C13 13.6875 13.6562 13 14.5 13H15V10.5C15 9.125 16.0938 8 17.5 8.03125C17.5625 8.03125 17.6562 8.03125 17.75 8.03125C19.0312 8.15625 20 9.34375 20 10.6562V11H18.5V10.5C18.5 9.96875 18.0312 9.5 17.5 9.5C16.9375 9.5 16.5 9.96875 16.5 10.5V13H20.5ZM17.5 17.5C18.0312 17.5 18.5 17.0625 18.5 16.5C18.5 15.9688 18.0312 15.5 17.5 15.5C16.9375 15.5 16.5 15.9688 16.5 16.5C16.5 17.0625 16.9375 17.5 17.5 17.5ZM12 18.5H3.53125C3.75 16.5312 5.4375 15 7.5 15H10.5C11 15 11.5312 15.125 12 15.3125V14.5C12 14.25 12.0312 14 12.0938 13.75C11.5938 13.5938 11.0625 13.5 10.5 13.5H7.5C4.4375 13.5 2 15.9688 2 19C2 19.5625 2.4375 20 3 20H12.5C12.1875 19.5938 12 19.0938 12 18.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
186
+ readonly 'user-lock-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 8C13 10.2188 11.1875 12 9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8ZM2 19.0938C2 16 4.46875 13.5 7.5625 13.5H10.4062C11.7812 13.5 13.0312 14 14 14.8125C14 14.875 14 14.9375 14 15V19C14 19.375 14.0938 19.7188 14.25 20H2.90625C2.40625 20 2 19.5938 2 19.0938ZM17.5 12.5V14H21C21.5312 14 22 14.4688 22 15V19C22 19.5625 21.5312 20 21 20H16C15.4375 20 15 19.5625 15 19V15C15 14.4688 15.4375 14 16 14V12.5C16 11.125 17.0938 10 18.5 10C19.875 10 21 11.125 21 12.5H19.5C19.5 11.9688 19.0312 11.5 18.5 11.5C17.9375 11.5 17.5 11.9688 17.5 12.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
187
+ readonly 'user-plus-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5625 13.5C13.5625 13.5 16 15.9375 16 18.9375C16 19.5312 15.5 20 14.9062 20H3.0625C2.46875 20 2 19.5312 2 18.9375C2 15.9375 4.40625 13.5 7.40625 13.5H10.5625ZM14.9062 19C14.9375 19 15 18.9688 15 18.9375C15 16.5 13 14.5 10.5625 14.5H7.40625C4.96875 14.5 3 16.5 3 18.9375C3 18.9688 3.03125 19 3.0625 19H14.9062ZM9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8C13 10.2188 11.1875 12 9 12ZM9 5C7.34375 5 6 6.375 6 8C6 9.65625 7.34375 11 9 11C10.625 11 12 9.65625 12 8C12 6.375 10.625 5 9 5ZM21.5 10.5C21.75 10.5 22 10.75 22 11C22 11.2812 21.75 11.5 21.5 11.5H19.5V13.5C19.5 13.7812 19.25 14 19 14C18.7188 14 18.5 13.7812 18.5 13.5V11.5H16.5C16.2188 11.5 16 11.2812 16 11C16 10.75 16.2188 10.5 16.5 10.5H18.5V8.5C18.5 8.25 18.7188 8 19 8C19.25 8 19.5 8.25 19.5 8.5V10.5H21.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
188
+ readonly 'user-plus-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8C13 10.2188 11.1875 12 9 12ZM9 5.5C7.59375 5.5 6.5 6.625 6.5 8C6.5 9.40625 7.59375 10.5 9 10.5C10.375 10.5 11.5 9.40625 11.5 8C11.5 6.625 10.375 5.5 9 5.5ZM10.5625 13.5C13.5625 13.5 16 15.9375 16 18.9375C16 19.5312 15.5 20 14.9062 20H3.0625C2.46875 20 2 19.5312 2 18.9375C2 15.9375 4.40625 13.5 7.40625 13.5H10.5625ZM3.5 18.5H14.4688C14.2188 16.5625 12.5938 15 10.5625 15H7.40625C5.375 15 3.71875 16.5625 3.5 18.5ZM21.25 10.25C21.6562 10.25 22 10.5938 22 11C22 11.4375 21.6562 11.75 21.25 11.75H19.75V13.25C19.75 13.6875 19.4062 14 19 14C18.5625 14 18.25 13.6875 18.25 13.25V11.75H16.75C16.3125 11.75 16 11.4375 16 11C16 10.5938 16.3125 10.25 16.75 10.25H18.25V8.75C18.25 8.34375 18.5625 8 19 8C19.4062 8 19.75 8.34375 19.75 8.75V10.25H21.25Z\" fill=\"{{FILL}}\"/>\n</svg>";
189
+ readonly 'user-plus-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 8C13 10.2188 11.1875 12 9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8ZM2 19.0938C2 16 4.46875 13.5 7.5625 13.5H10.4062C13.5 13.5 16 16 16 19.0938C16 19.5938 15.5625 20 15.0625 20H2.90625C2.40625 20 2 19.5938 2 19.0938ZM17.75 13.75V11.75H15.75C15.3125 11.75 15 11.4375 15 11C15 10.5938 15.3125 10.25 15.75 10.25H17.75V8.25C17.75 7.84375 18.0625 7.5 18.5 7.5C18.9062 7.5 19.25 7.84375 19.25 8.25V10.25H21.25C21.6562 10.25 22 10.5938 22 11C22 11.4375 21.6562 11.75 21.25 11.75H19.25V13.75C19.25 14.1875 18.9062 14.5 18.5 14.5C18.0625 14.5 17.75 14.1875 17.75 13.75Z\" fill=\"{{FILL}}\"/>\n</svg>";
190
+ readonly 'user-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 13.5C16.5312 13.5 19 15.9688 19 19C19 19.5625 18.5312 20 18 20H6C5.4375 20 5 19.5625 5 19C5 15.9688 7.4375 13.5 10.5 13.5H13.5ZM6.5 18.5H17.4688C17.2188 16.5312 15.5312 15 13.5 15H10.5C8.4375 15 6.75 16.5312 6.5 18.5ZM12 12C9.78125 12 8 10.2188 8 8C8 5.8125 9.78125 4 12 4C14.1875 4 16 5.8125 16 8C16 10.2188 14.1875 12 12 12ZM12 5.5C10.5938 5.5 9.5 6.625 9.5 8C9.5 9.40625 10.5938 10.5 12 10.5C13.375 10.5 14.5 9.40625 14.5 8C14.5 6.625 13.375 5.5 12 5.5Z\" fill=\"{{FILL}}\"/>\n</svg>";
191
+ readonly 'user-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.875 12C9.37891 12 7.375 9.99609 7.375 7.5C7.375 5.03906 9.37891 3 11.875 3C14.3359 3 16.375 5.03906 16.375 7.5C16.375 9.99609 14.3359 12 11.875 12ZM10.2578 13.6875H13.457C16.9375 13.6875 19.75 16.5 19.75 19.9805C19.75 20.543 19.2578 21 18.6953 21H5.01953C4.45703 21 4 20.543 4 19.9805C4 16.5 6.77734 13.6875 10.2578 13.6875Z\" fill=\"{{FILL}}\"/>\n</svg>";
192
+ readonly 'user-shield-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00019 12C6.78148 12 5.00025 10.2188 5.00025 8C5.00025 5.8125 6.78148 4 9.00019 4C11.1877 4 13.0001 5.8125 13.0001 8C13.0001 10.2188 11.1877 12 9.00019 12ZM9.00019 5C7.34397 5 6.00024 6.375 6.00024 8C6.00024 9.65625 7.34397 11 9.00019 11C10.6252 11 12.0001 9.65625 12.0001 8C12.0001 6.375 10.6252 5 9.00019 5ZM14.3126 19.2188C14.5626 19.5625 14.3126 20 13.9064 20H3.06278C2.46904 20 2.0003 19.5312 2.0003 18.9375C1.96905 15.9375 4.40651 13.5 7.40647 13.5H10.5627C10.9377 13.5 11.2814 13.5625 11.5939 13.625C11.8127 13.6562 11.9689 13.8438 12.0001 14.0625C12.0001 14.0938 12.0001 14.0938 12.0001 14.0938C12.0626 14.4062 11.7502 14.6875 11.4377 14.5938C11.1564 14.5625 10.8752 14.5 10.5627 14.5H7.40647C4.969 14.5 2.96903 16.5 3.00028 18.9375C3.00028 18.9688 3.03153 19 3.06278 19H13.9064C14.0626 19 14.2189 19.0938 14.3126 19.2188ZM21.4375 12.5C21.7813 12.625 22 12.9375 22 13.25C22 17.1562 19.4375 19.3125 17.8126 19.9375C17.6876 20 17.5626 20 17.4688 20C17.3751 20 17.2501 20 17.1251 19.9062C15.1251 19.125 13.0001 16.7188 13.0001 13.25C13.0001 12.9375 13.2189 12.625 13.5314 12.5L17.1251 11.0938C17.2188 11.0312 17.3126 11 17.4688 11C17.5938 11 17.7188 11.0312 17.8438 11.0938L21.4375 12.5ZM17.0001 18.75V12.2188L14.0001 13.375C14.0314 16.0312 15.4688 17.9375 17.0001 18.75ZM18.0001 18.7812C19.1875 18.0938 20.9375 16.3438 21 13.375L18.0001 12.2188V18.7812Z\" fill=\"{{FILL}}\"/>\n</svg>";
193
+ readonly 'user-shield-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.4375 12.5C21.7812 12.625 22 12.9375 22 13.25C22 17.1562 19.4375 19.3125 17.8438 19.9062C17.6875 19.9688 17.4375 20.0312 17.125 19.9062C15.125 19.125 13 16.7188 13 13.25C13 12.9375 13.2188 12.625 13.5312 12.5L17.125 11.0938C17.4375 10.9688 17.7188 11.0312 17.8438 11.0938L21.4375 12.5ZM17.5 18.4688C18.5625 17.9375 20.2812 16.4375 20.4688 13.7188L17.5 12.5625V18.4688ZM9 12C6.78125 12 5 10.2188 5 8C5 5.8125 6.78125 4 9 4C11.1875 4 13 5.8125 13 8C13 10.2188 11.1875 12 9 12ZM9 5.5C7.59375 5.5 6.5 6.625 6.5 8C6.5 9.40625 7.59375 10.5 9 10.5C10.375 10.5 11.5 9.40625 11.5 8C11.5 6.625 10.375 5.5 9 5.5ZM15.1875 19.9688C14.6875 19.5625 14.1875 19.0938 13.75 18.5H3.53125C3.75 16.5312 5.4375 15 7.5 15H10.5C11.125 15 11.7188 15.1875 12.25 15.4375C12.125 14.9062 12.0312 14.3438 12 13.7188C11.5312 13.5938 11 13.5 10.5 13.5H7.5C4.4375 13.5 2 15.9688 2 19C2 19.5625 2.4375 20 3 20H15C15.0625 20 15.125 20 15.1875 19.9688Z\" fill=\"{{FILL}}\"/>\n</svg>";
194
+ readonly 'user-shield-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11.9922C6.78125 11.9922 5 10.2127 5 7.9961C5 5.81073 6.78125 4 9 4C11.1875 4 13 5.81073 13 7.9961C13 10.2127 11.1875 11.9922 9 11.9922ZM7.5625 13.4907H10.4062C10.9688 13.4907 11.5 13.5844 12 13.7405C12.0938 15.5824 12.8438 18.2673 15.2188 19.9844C15.1562 19.9844 15.125 19.9844 15.0625 19.9844H2.90625C2.40625 19.9844 2 19.5785 2 19.079C2 15.9883 4.46875 13.4907 7.5625 13.4907ZM17.2188 11.0556C17.375 10.9932 17.5938 10.9932 17.75 11.0556L21.5 12.5541C21.8125 12.679 22 12.96 22 13.241C22 15.239 21.1875 18.5171 17.7812 19.9532C17.5938 20.0156 17.375 20.0156 17.1875 19.9532C13.7812 18.5171 13 15.239 13 13.241C13 12.96 13.1875 12.679 13.4688 12.5541L17.2188 11.0556ZM20.4688 13.7405L17.5 12.5541V18.4234C19.625 17.3932 20.3438 15.3327 20.4688 13.7405Z\" fill=\"{{FILL}}\"/>\n</svg>";
195
+ readonly 'user-slash-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0187 5C10.6435 5 9.48709 5.9375 9.14329 7.1875L8.29942 6.53125C8.89326 5.0625 10.331 4 11.9875 4C14.2065 4 15.988 5.8125 15.988 8C15.988 9.375 15.3317 10.5625 14.3003 11.2812L13.4564 10.625C14.3628 10.0938 15.0191 9.125 15.0191 8C15.0191 6.375 13.6439 5 12.0187 5ZM6.08036 19H17.6445L18.5821 19.75C18.3946 19.9062 18.1758 20 17.9258 20H6.08036C5.48652 20 5.0177 19.5312 5.0177 18.9375C5.0177 15.9375 7.4243 13.5 10.4247 13.5H10.6748L11.9562 14.5H10.4247C7.98688 14.5 6.01785 16.5 6.01785 18.9375C6.01785 18.9688 6.0491 19 6.08036 19ZM21.8014 19.125C22.0201 19.2812 22.0826 19.5938 21.8639 19.8125C21.7701 19.9375 21.6138 20 21.4888 20C21.395 20 21.3013 19.9688 21.2075 19.9062L2.2048 4.90625C1.98602 4.75 1.92351 4.40625 2.11104 4.21875C2.26731 4 2.57986 3.9375 2.79864 4.125L21.8014 19.125Z\" fill=\"{{FILL}}\"/>\n</svg>";
196
+ readonly 'user-slash-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.698 18.6684C22.0416 18.918 22.1041 19.3862 21.823 19.6983C21.5731 20.0416 21.1046 20.104 20.7923 19.8231L2.30196 5.342C1.95839 5.09233 1.89593 4.62419 2.17703 4.31209C2.30196 4.12484 2.5206 4 2.77047 4C2.92664 4 3.0828 4.06242 3.20774 4.18726L8.01771 7.93237C8.04895 5.74772 9.82926 4 11.9844 4C14.202 4 15.9823 5.81014 16.0135 7.99479C16.0135 9.86735 14.7642 11.3966 13.0463 11.8647L21.698 18.6684ZM11.0786 10.3355C11.3597 10.4291 11.672 10.4915 12.0156 10.4915C13.3899 10.4915 14.5143 9.39921 14.5143 7.99479C14.5143 6.62158 13.3899 5.49805 12.0156 5.49805C10.6101 5.49805 9.51693 6.62158 9.51693 7.99479C9.51693 8.55656 9.6731 9.0559 9.98543 9.46163L11.0786 10.3355ZM6.5185 18.4811H16.6382L18.4185 19.8855C18.2936 19.9479 18.1374 19.9792 18.0125 19.9792H6.01876C5.45656 19.9792 5.01929 19.5422 5.01929 18.9805C5.01929 16.0468 7.33058 13.6125 10.2665 13.5188L12.1718 14.9857H10.5164C8.45499 14.9857 6.76837 16.5149 6.5185 18.4811Z\" fill=\"{{FILL}}\"/>\n</svg>";
197
+ readonly 'user-slash-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.20774 4.18726L8.01771 7.93237C8.04895 5.74772 9.82926 4 12.0156 4C14.202 4 16.0135 5.81014 16.0135 7.99479C16.0135 9.86735 14.7329 11.3966 13.0463 11.8647L21.698 18.6684C22.0416 18.918 22.1041 19.3862 21.823 19.6983C21.5731 20.0416 21.1046 20.104 20.7923 19.8231L2.30196 5.342C1.95839 5.09233 1.89593 4.62419 2.17703 4.31209C2.4269 3.96879 2.8954 3.90637 3.20774 4.18726ZM10.2665 13.5188L18.4185 19.9167C18.2936 19.9792 18.1999 19.9792 18.0749 19.9792H5.92506C5.42533 19.9792 5.01929 19.5734 5.01929 19.0741C5.01929 16.1092 7.33058 13.6749 10.2665 13.5188Z\" fill=\"{{FILL}}\"/>\n</svg>";
198
+ readonly 'users-1-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9688 14C10.1875 14 8.71875 12.5625 8.75 10.75C8.75 8.96875 10.1875 7.5 11.9688 7.5C13.75 7.5 15.2188 8.96875 15.2188 10.75C15.2188 12.5625 13.7812 14 11.9688 14ZM11.9688 9C11.0312 9 10.2188 9.8125 10.2188 10.75C10.2188 11.7188 11.0312 12.5 11.9688 12.5C12.9375 12.5 13.7188 11.7188 13.7188 10.75C13.7188 9.8125 12.9375 9 11.9688 9ZM18 9C16.5938 9 15.5 7.90625 15.5 6.5C15.5 5.125 16.5938 4 18 4C19.375 4 20.5 5.125 20.5 6.5C20.5 7.90625 19.375 9 18 9ZM13.5312 15C16 15 18 16.875 18 19.1875C18 19.6562 17.5938 20 17.0938 20H6.875C6.375 20 6 19.6562 6 19.1875C6 16.875 7.96875 15 10.4375 15H13.5312ZM7.5625 18.5H16.4062C16.0625 17.375 14.9062 16.5 13.5312 16.5H10.4062C9.03125 16.5 7.875 17.375 7.5625 18.5ZM19.2188 10C20.75 10 22 11.3125 22 12.9375C22 13.25 21.75 13.5 21.4375 13.5H15.1875C15.8438 12.7812 16.2188 11.8125 16.2188 10.75C16.2188 10.5938 16.1875 10.4375 16.1875 10.2812C16.5312 10.125 16.9062 10 17.3125 10H19.2188ZM7.71875 10.75C7.71875 11.8125 8.125 12.7812 8.78125 13.5H2.53125C2.21875 13.5 2 13.25 2 12.9375C2 11.3125 3.21875 10 4.75 10H6.65625C7.0625 10 7.4375 10.0938 7.78125 10.2812C7.75 10.4375 7.71875 10.5938 7.71875 10.75ZM6 9C4.59375 9 3.5 7.90625 3.5 6.5C3.5 5.125 4.59375 4 6 4C7.375 4 8.5 5.125 8.5 6.5C8.5 7.90625 7.375 9 6 9Z\" fill=\"{{FILL}}\"/>\n</svg>";
199
+ readonly 'users-2-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7287 10.8571C18.1794 10.8571 16.9745 9.60714 16.9745 8C16.9745 6.42857 18.1794 5.14286 19.7287 5.14286C21.2435 5.14286 22.4829 6.42857 22.4829 8C22.4829 9.60714 21.2435 10.8571 19.7287 10.8571ZM19.7287 6.85714C19.109 6.85714 18.627 7.39286 18.627 8C18.627 8.64286 19.109 9.14286 19.7287 9.14286C20.314 9.14286 20.8304 8.64286 20.8304 8C20.8304 7.39286 20.314 6.85714 19.7287 6.85714ZM4.30506 10.8571C2.75582 10.8571 1.55084 9.60714 1.55084 8C1.55084 6.42857 2.75582 5.14286 4.30506 5.14286C5.81989 5.14286 7.05928 6.42857 7.05928 8C7.05928 9.60714 5.81989 10.8571 4.30506 10.8571ZM4.30506 6.85714C3.68536 6.85714 3.20338 7.39286 3.20338 8C3.20338 8.64286 3.68536 9.14286 4.30506 9.14286C4.89034 9.14286 5.40675 8.64286 5.40675 8C5.40675 7.39286 4.89034 6.85714 4.30506 6.85714ZM17.9385 14.3929C18.3516 15.0714 18.627 15.8571 18.5926 16.7143V18.2857C18.5926 19.25 17.8696 20 16.9401 20H7.02486C6.12974 20 5.37232 19.25 5.37232 18.2857V16.7143C5.37232 15.8571 5.64775 15.0714 6.06088 14.3929C6.99043 12.9286 8.84953 12.3929 10.4676 12.9286C10.9496 13.0714 11.466 13.1429 11.9825 13.1429C12.5333 13.1429 13.0497 13.0714 13.5317 12.9286C15.1498 12.3929 16.9745 12.9643 17.9385 14.3929ZM16.9745 18.2857V16.7143C16.9745 15.3929 15.9416 14.3214 14.7022 14.2857C13.8416 14.6786 12.912 14.8571 12.0169 14.8571C11.0873 14.8571 10.1578 14.6786 9.29709 14.2857C8.05769 14.3214 7.05928 15.3929 7.05928 16.7143V18.2857H16.9745ZM20.1418 12C21.7255 12 23.0338 13.3571 22.9993 15C22.9993 15.5 22.6551 15.8571 22.1731 15.8571C21.7255 15.8571 21.3468 15.5 21.3468 15C21.3468 14.3214 20.796 13.7143 20.1074 13.7143H19.2811C19.1434 13.7143 19.0057 13.7857 18.868 13.8214C18.5582 13.3214 18.145 12.8929 17.6975 12.5357C18.145 12.2143 18.6959 12 19.3156 12H20.1418ZM12.0169 12C9.88236 12 8.16097 10.2143 8.16097 8C8.16097 5.82143 9.88236 4 12.0169 4C14.117 4 15.8728 5.82143 15.8728 8C15.8728 10.2143 14.117 12 12.0169 12ZM12.0169 5.71429C10.7775 5.71429 9.81351 6.75 9.81351 8C9.81351 9.28571 10.7775 10.2857 12.0169 10.2857C13.2219 10.2857 14.2203 9.28571 14.2203 8C14.2203 6.75 13.2219 5.71429 12.0169 5.71429ZM6.30187 12.5357C5.85431 12.8929 5.44118 13.3214 5.13133 13.8214C4.99362 13.7857 4.85591 13.7143 4.7182 13.7143H3.89193C3.20338 13.7143 2.65253 14.3214 2.65253 15C2.65253 15.5 2.27383 15.8571 1.82627 15.8571C1.34428 15.8571 1 15.5 1 15C1 13.3571 2.27383 12 3.89193 12H4.7182C5.30347 12 5.85431 12.2143 6.30187 12.5357Z\" fill=\"{{FILL}}\"/>\n</svg>";
200
+ readonly 'users-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7 11.4286C18.1531 11.4286 16.95 10.2567 16.95 8.75C16.95 7.27679 18.1531 6.07143 19.7 6.07143C21.2125 6.07143 22.45 7.27679 22.45 8.75C22.45 10.2567 21.2125 11.4286 19.7 11.4286ZM19.7 7.14286C18.7719 7.14286 18.05 7.87946 18.05 8.75C18.05 9.65402 18.7719 10.3571 19.7 10.3571C20.5938 10.3571 21.35 9.65402 21.35 8.75C21.35 7.87946 20.5938 7.14286 19.7 7.14286ZM12 12.5C9.86875 12.5 8.15 10.8259 8.15 8.75C8.15 6.70759 9.86875 5 12 5C14.0969 5 15.85 6.70759 15.85 8.75C15.85 10.8259 14.0969 12.5 12 12.5ZM12 6.07143C10.4531 6.07143 9.25 7.27679 9.25 8.75C9.25 10.2567 10.4531 11.4286 12 11.4286C13.5125 11.4286 14.75 10.2567 14.75 8.75C14.75 7.27679 13.5125 6.07143 12 6.07143ZM20.3875 12.5C21.7969 12.5 23 13.7054 23 15.1786C23 15.4799 22.725 15.7143 22.45 15.7143C22.1406 15.7143 21.9 15.4799 21.9 15.1786C21.9 14.308 21.2125 13.5714 20.3875 13.5714H19.0125C18.8062 13.5714 18.6344 13.6384 18.4625 13.7054C18.1875 13.404 17.9125 13.1696 17.5688 12.9353C17.9813 12.6674 18.4625 12.5 19.0125 12.5H20.3875ZM4.3 11.4286C2.75312 11.4286 1.55 10.2567 1.55 8.75C1.55 7.27679 2.75312 6.07143 4.3 6.07143C5.8125 6.07143 7.05 7.27679 7.05 8.75C7.05 10.2567 5.8125 11.4286 4.3 11.4286ZM4.3 7.14286C3.37188 7.14286 2.65 7.87946 2.65 8.75C2.65 9.65402 3.37188 10.3571 4.3 10.3571C5.19375 10.3571 5.95 9.65402 5.95 8.75C5.95 7.87946 5.19375 7.14286 4.3 7.14286ZM14.75 13.1696C15.9875 13.1696 17.1906 13.7388 17.9125 14.7433C18.325 15.3795 18.6 16.1161 18.6 16.9196V18.3929C18.6 19.2969 17.8438 20 16.95 20H7.05C6.12187 20 5.4 19.2969 5.4 18.3929V16.9196C5.4 16.1161 5.64062 15.3795 6.05312 14.7433C6.775 13.7388 7.97813 13.1696 9.21562 13.1696C10.3844 13.1696 10.6594 13.5714 12 13.5714C13.3062 13.5714 13.5813 13.1696 14.75 13.1696ZM17.5 18.3929H17.4656V16.9196C17.4656 16.3504 17.3281 15.8147 16.9844 15.346C16.5375 14.6763 15.6781 14.2411 14.75 14.2411C13.7875 14.2411 13.4781 14.6429 12 14.6429C10.5219 14.6429 10.1781 14.2411 9.21562 14.2411C8.2875 14.2411 7.42812 14.6763 6.98125 15.346C6.6375 15.8147 6.5 16.3504 6.5 16.9196V18.3929C6.5 18.6942 6.74062 18.9286 7.05 18.9286H16.95C17.225 18.9286 17.5 18.6942 17.5 18.3929ZM6.39687 12.9353C6.05312 13.1696 5.77812 13.404 5.50313 13.7054C5.33125 13.6384 5.15938 13.5714 4.9875 13.5714H3.6125C2.75312 13.5714 2.1 14.308 2.1 15.1786C2.1 15.4799 1.825 15.7143 1.55 15.7143C1.24062 15.7143 1 15.4799 1 15.1786C1 13.7054 2.16875 12.5 3.6125 12.5H4.9875C5.50313 12.5 5.98438 12.6674 6.39687 12.9353Z\" fill=\"{{FILL}}\"/>\n</svg>";
201
+ readonly 'users-plus-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.42847 16.2434C6.2418 15.0019 7.86807 14.5475 9.28357 15.0015C9.70531 15.1227 10.1584 15.1831 10.6102 15.1831C11.092 15.1831 11.5435 15.1227 11.9651 15.0015C13.3808 14.5472 14.978 15.0318 15.8215 16.2434C16.183 16.8189 16.4236 17.4859 16.3936 18.2128V19.5461C16.3935 20.3639 15.7607 21 14.9474 21H6.27173C5.48857 21 4.82566 20.3639 4.82556 19.5461V18.2128C4.8256 17.4859 5.06701 16.8189 5.42847 16.2434ZM12.9896 16.1532C12.2365 16.4865 11.423 16.6383 10.6398 16.6383C9.82657 16.6383 9.01336 16.4863 8.26038 16.1532C7.17596 16.1835 6.30137 17.0921 6.30127 18.2128V19.5461H14.9783V18.2128C14.9782 17.0921 14.074 16.1836 12.9896 16.1532Z\" fill=\"{{FILL}}\"/>\n<path d=\"M4.25354 14.2143C4.76561 14.2143 5.2477 14.3963 5.63928 14.6689C5.24767 14.9718 4.88586 15.3355 4.61475 15.7596C4.49431 15.7293 4.37398 15.6682 4.25354 15.6682H3.52979C2.92761 15.6686 2.44617 16.1836 2.44617 16.7589C2.44617 17.183 2.11403 17.4865 1.72241 17.4865C1.30097 17.4863 1 17.1828 1 16.7589C1 15.3656 2.11426 14.2146 3.52979 14.2143H4.25354Z\" fill=\"{{FILL}}\"/>\n<path d=\"M17.7498 14.2143C19.1352 14.2146 20.2801 15.3657 20.25 16.7589C20.25 17.183 19.948 17.4865 19.5262 17.4865C19.1347 17.4864 18.8038 17.183 18.8038 16.7589C18.8038 16.1834 18.3214 15.6682 17.7189 15.6682H16.9965C16.876 15.6682 16.7544 15.7293 16.6339 15.7596C16.3629 15.3357 16.0022 14.9718 15.6107 14.6689C16.0023 14.3963 16.4839 14.2143 17.026 14.2143H17.7498Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6398 7.42857C12.4774 7.42857 14.0142 8.97353 14.0142 10.8214C14.0142 12.6996 12.4774 14.2143 10.6398 14.2143C8.77207 14.2143 7.26538 12.6996 7.26538 10.8214C7.26538 8.97353 8.77207 7.42857 10.6398 7.42857ZM10.6398 8.88246C9.5553 8.88246 8.71155 9.76116 8.71155 10.8214C8.71155 11.912 9.5553 12.7604 10.6398 12.7604C11.6941 12.7604 12.568 11.912 12.568 10.8214C12.568 9.76116 11.6941 8.88246 10.6398 8.88246Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.89233 8.39739C5.21762 8.39761 6.30127 9.48866 6.30127 10.8214C6.30127 12.1845 5.21762 13.2453 3.89233 13.2455C2.53674 13.2455 1.48206 12.1846 1.48206 10.8214C1.48206 9.48852 2.53674 8.39739 3.89233 8.39739ZM3.89233 9.85261C3.3501 9.85261 2.92822 10.3064 2.92822 10.8214C2.92822 11.3667 3.3501 11.7902 3.89233 11.7902C4.40428 11.79 4.85645 11.3666 4.85645 10.8214C4.85645 10.3066 4.40428 9.85285 3.89233 9.85261Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.3872 8.39739C18.7127 8.39739 19.7975 9.48852 19.7975 10.8214C19.7975 12.1846 18.7127 13.2455 17.3872 13.2455C16.0318 13.2453 14.9783 12.1845 14.9783 10.8214C14.9783 9.48865 16.0318 8.39761 17.3872 8.39739ZM17.3872 9.85261C16.8452 9.85283 16.4231 10.3066 16.4231 10.8214C16.4231 11.3666 16.8452 11.79 17.3872 11.7902C17.8993 11.7902 18.3513 11.3667 18.3513 10.8214C18.3513 10.3064 17.8993 9.85261 17.3872 9.85261Z\" fill=\"{{FILL}}\"/>\n<path d=\"M20.4796 2C20.594 2.00029 20.7079 2.11368 20.7079 2.22663V4.26235H22.7704C22.8848 4.26235 22.9997 4.37471 23 4.48765V4.94092C22.9997 5.06794 22.8848 5.16622 22.7704 5.16622H20.7079V7.20194C20.7079 7.32901 20.594 7.42831 20.4796 7.42857H20.0204C19.8917 7.42834 19.7921 7.32902 19.7921 7.20194V5.16622H17.7296C17.6009 5.16622 17.5002 5.06794 17.5 4.94092V4.48765C17.5003 4.37471 17.6009 4.26235 17.7296 4.26235H19.7921V2.22663C19.7921 2.11367 19.8917 2.00026 20.0204 2H20.4796Z\" fill=\"{{FILL}}\"/>\n</svg>";
202
+ readonly 'users-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7287 11.4286C18.1794 11.4286 16.9745 10.2567 16.9745 8.75C16.9745 7.27679 18.1794 6.07143 19.7287 6.07143C21.2435 6.07143 22.4829 7.27679 22.4829 8.75C22.4829 10.2567 21.2435 11.4286 19.7287 11.4286ZM19.7287 7.67857C19.109 7.67857 18.627 8.1808 18.627 8.75C18.627 9.35268 19.109 9.82143 19.7287 9.82143C20.314 9.82143 20.8304 9.35268 20.8304 8.75C20.8304 8.1808 20.314 7.67857 19.7287 7.67857ZM4.30506 11.4286C2.75582 11.4286 1.55084 10.2567 1.55084 8.75C1.55084 7.27679 2.75582 6.07143 4.30506 6.07143C5.81989 6.07143 7.05928 7.27679 7.05928 8.75C7.05928 10.2567 5.81989 11.4286 4.30506 11.4286ZM4.30506 7.67857C3.68536 7.67857 3.20338 8.1808 3.20338 8.75C3.20338 9.35268 3.68536 9.82143 4.30506 9.82143C4.89034 9.82143 5.40675 9.35268 5.40675 8.75C5.40675 8.1808 4.89034 7.67857 4.30506 7.67857ZM17.9385 14.7433C18.3516 15.3795 18.627 16.1161 18.5926 16.9196V18.3929C18.5926 19.2969 17.8696 20 16.9401 20H7.02486C6.12974 20 5.37232 19.2969 5.37232 18.3929V16.9196C5.37232 16.1161 5.64775 15.3795 6.06088 14.7433C6.99043 13.3705 8.84953 12.8683 10.4676 13.3705C10.9496 13.5045 11.466 13.5714 11.9825 13.5714C12.5333 13.5714 13.0497 13.5045 13.5317 13.3705C15.1498 12.8683 16.9745 13.404 17.9385 14.7433ZM16.9745 18.3929V16.9196C16.9745 15.6808 15.9416 14.6763 14.7022 14.6429C13.8416 15.0112 12.912 15.1786 12.0169 15.1786C11.0873 15.1786 10.1578 15.0112 9.29709 14.6429C8.05769 14.6763 7.05928 15.6808 7.05928 16.9196V18.3929H16.9745ZM20.1418 12.5C21.7255 12.5 23.0338 13.7723 22.9993 15.3125C22.9993 15.7812 22.6551 16.1161 22.1731 16.1161C21.7255 16.1161 21.3468 15.7812 21.3468 15.3125C21.3468 14.6763 20.796 14.1071 20.1074 14.1071H19.2811C19.1434 14.1071 19.0057 14.1741 18.868 14.2076C18.5582 13.7388 18.145 13.3371 17.6975 13.0022C18.145 12.7009 18.6959 12.5 19.3156 12.5H20.1418ZM12.0169 12.5C9.88236 12.5 8.16097 10.8259 8.16097 8.75C8.16097 6.70759 9.88236 5 12.0169 5C14.117 5 15.8728 6.70759 15.8728 8.75C15.8728 10.8259 14.117 12.5 12.0169 12.5ZM12.0169 6.60714C10.7775 6.60714 9.81351 7.57812 9.81351 8.75C9.81351 9.95536 10.7775 10.8929 12.0169 10.8929C13.2219 10.8929 14.2203 9.95536 14.2203 8.75C14.2203 7.57812 13.2219 6.60714 12.0169 6.60714ZM6.30187 13.0022C5.85431 13.3371 5.44118 13.7388 5.13133 14.2076C4.99362 14.1741 4.85591 14.1071 4.7182 14.1071H3.89193C3.20338 14.1071 2.65253 14.6763 2.65253 15.3125C2.65253 15.7812 2.27383 16.1161 1.82627 16.1161C1.34428 16.1161 1 15.7812 1 15.3125C1 13.7723 2.27383 12.5 3.89193 12.5H4.7182C5.30347 12.5 5.85431 12.7009 6.30187 13.0022Z\" fill=\"{{FILL}}\"/>\n</svg>";
203
+ readonly 'users-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.3 11.4286C3.0625 11.4286 2.1 10.4911 2.1 9.28571C2.1 8.11384 3.0625 7.14286 4.3 7.14286C5.50313 7.14286 6.5 8.11384 6.5 9.28571C6.5 10.4911 5.50313 11.4286 4.3 11.4286ZM19.7 11.4286C18.4625 11.4286 17.5 10.4911 17.5 9.28571C17.5 8.11384 18.4625 7.14286 19.7 7.14286C20.9031 7.14286 21.9 8.11384 21.9 9.28571C21.9 10.4911 20.9031 11.4286 19.7 11.4286ZM20.8 12.5C22.0031 12.5 23 13.471 23 14.6429V15.7143C23 16.317 22.4844 16.7857 21.9 16.7857H19.6313C19.3906 15.2121 18.4281 13.8728 17.0187 13.1362C17.4312 12.7679 17.9813 12.5 18.6 12.5H20.8ZM12 12.5C9.86875 12.5 8.15 10.8259 8.15 8.75C8.15 6.70759 9.86875 5 12 5C14.0969 5 15.85 6.70759 15.85 8.75C15.85 10.8259 14.0969 12.5 12 12.5ZM14.6125 13.5714C16.8125 13.5714 18.6 15.3125 18.6 17.4554V18.3929C18.6 19.2969 17.8438 20 16.95 20H7.05C6.12187 20 5.4 19.2969 5.4 18.3929V17.4554C5.4 15.3125 7.15312 13.5714 9.35312 13.5714H9.62813C10.35 13.9062 11.1406 14.1071 12 14.1071C12.825 14.1071 13.6156 13.9062 14.3375 13.5714H14.6125ZM6.94688 13.1362C5.5375 13.8728 4.575 15.2121 4.33437 16.7857H2.1C1.48125 16.7857 1 16.317 1 15.7143V14.6429C1 13.471 1.9625 12.5 3.2 12.5H5.4C5.98438 12.5 6.53438 12.7679 6.94688 13.1362Z\" fill=\"{{FILL}}\"/>\n</svg>";
204
+ readonly 'video-casting-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.44262 5C4.64588 5 4 5.65374 4 6.46018V14.9558C4 15.7622 4.64588 16.4159 5.44262 16.4159H8.19672L9.2459 15.0885H5.44262C5.37019 15.0885 5.31148 15.0291 5.31148 14.9558V6.46018C5.31148 6.38686 5.37019 6.32743 5.44262 6.32743H18.5574C18.6298 6.32743 18.6885 6.38686 18.6885 6.46018V14.9558C18.6885 15.0291 18.6298 15.0885 18.5574 15.0885H14.8852L15.9344 16.4159H18.5574C19.3541 16.4159 20 15.7622 20 14.9558V6.46018C20 5.65374 19.3541 5 18.5574 5H5.44262Z\" fill=\"{{FILL}}\"/>\n<path d=\"M12.3926 14.6076C12.1838 14.3692 11.8162 14.3692 11.6074 14.6076L7.65865 19.1168C7.35864 19.4594 7.59893 20 8.05122 20H15.9488C16.4011 20 16.6414 19.4594 16.3414 19.1168L12.3926 14.6076Z\" fill=\"{{FILL}}\"/>\n</svg>";
205
+ readonly 'video-minimize-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.28535 7.2182C5.47156 7.03746 5.77347 7.03746 5.95968 7.2182L7.03791 8.26475L7.70485 7.6174C7.98987 7.34076 8.47801 7.51087 8.51664 7.9003L8.72815 10.0322C8.7569 10.3219 8.50629 10.5652 8.20782 10.5373L6.01136 10.332C5.61014 10.2945 5.43488 9.82067 5.7199 9.54403L6.36358 8.91926L5.28535 7.87271C5.09914 7.69197 5.09914 7.39894 5.28535 7.2182Z\" fill=\"{{FILL}}\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6.27273C3 5.56982 3.58707 5 4.31126 5H15.9934C16.7176 5 17.3046 5.56982 17.3046 6.27273V10.438H19.0927C20.1461 10.438 21 11.2668 21 12.2893V17.1488C21 18.1712 20.1461 19 19.0927 19H11.702C10.6486 19 9.7947 18.1712 9.7947 17.1488V15.6446H4.31126C3.58707 15.6446 3 15.0748 3 14.3719V6.27273ZM16.1126 6.27273V10.438H11.702C10.6486 10.438 9.7947 11.2668 9.7947 12.2893V14.4876H4.31126C4.24542 14.4876 4.19205 14.4358 4.19205 14.3719V6.27273C4.19205 6.20883 4.24542 6.15702 4.31126 6.15702H15.9934C16.0592 6.15702 16.1126 6.20883 16.1126 6.27273Z\" fill=\"{{FILL}}\"/>\n</svg>";
206
+ readonly 'video-pause-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.14286 20H5.71429C4.75 20 4 19.25 4 18.2857V5.71429C4 4.78571 4.75 4 5.71429 4H9.14286C10.0714 4 10.8571 4.78571 10.8571 5.71429V18.2857C10.8571 19.25 10.0714 20 9.14286 20ZM20 18.2857C20 19.25 19.2143 20 18.2857 20H14.8571C13.8929 20 13.1429 19.25 13.1429 18.2857V5.71429C13.1429 4.78571 13.8929 4 14.8571 4H18.2857C19.2143 4 20 4.78571 20 5.71429V18.2857Z\" fill=\"{{FILL}}\"/>\n</svg>";
207
+ readonly 'video-play-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2722 10.6999C20.2426 11.2933 20.2426 12.6986 19.2722 13.292L8.25377 19.7877C7.2521 20.381 6 19.6628 6 18.476V5.48466C6 4.20426 7.346 3.67336 8.25377 4.20426L19.2722 10.6999Z\" fill=\"{{FILL}}\"/>\n</svg>";
208
+ readonly 'volume-high-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.325 6.13987C18.95 7.52978 20 9.62777 20 11.988C20 14.3745 18.95 16.4724 17.325 17.8624C17.075 18.0722 16.7 18.0459 16.475 17.7575C16.275 17.4952 16.325 17.1018 16.575 16.892C17.925 15.7381 18.8 13.9811 18.8 11.988C18.8 10.0211 17.925 8.26408 16.575 7.11018C16.325 6.90039 16.275 6.50701 16.475 6.21854C16.7 5.95629 17.075 5.93007 17.325 6.13987ZM15.825 8.0805C16.9 9.02459 17.6 10.4145 17.6 11.988C17.6 13.5877 16.9 14.9776 15.825 15.8955C15.55 16.1315 15.175 16.0791 14.975 15.8168C14.75 15.5546 14.8 15.1612 15.05 14.9252C15.875 14.2433 16.4 13.1943 16.4 11.988C16.4 10.8079 15.875 9.75889 15.05 9.07704C14.8 8.84102 14.775 8.44765 14.975 8.1854C15.175 7.92315 15.55 7.8707 15.825 8.0805ZM14.3 10.0474C14.85 10.5194 15.2 11.2013 15.2 11.988C15.2 12.801 14.85 13.4828 14.3 13.9549C14.05 14.1647 13.675 14.1384 13.45 13.85C13.25 13.5877 13.3 13.1943 13.55 12.9845C13.825 12.7485 14 12.3814 14 11.988C14 11.5946 13.825 11.2537 13.55 11.0177C13.3 10.8079 13.25 10.4145 13.45 10.126C13.675 9.86379 14.05 9.83756 14.3 10.0474ZM11.525 6.19232C11.8 6.32344 12 6.63814 12 6.95283V17.0232C12 17.3641 11.8 17.6526 11.525 17.8099C11.225 17.941 10.9 17.8886 10.65 17.6526L7.275 14.5056H5.6C4.7 14.5056 4 13.7713 4 12.8272V11.1488C4 10.2309 4.7 9.47042 5.6 9.47042H7.275L10.65 6.34966C10.9 6.11364 11.225 6.06119 11.525 6.19232Z\" fill=\"{{FILL}}\"/>\n</svg>";
209
+ readonly 'volume-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5129 4.10714C12.8971 4.28571 13.1765 4.71429 13.1765 5.14286V18.8571C13.1765 19.3214 12.8971 19.7143 12.5129 19.9286C12.3382 20 12.1985 20 12.0588 20C11.7794 20 11.5 19.9286 11.2904 19.6429L6.57537 15.3571H3.67647C2.73346 15.3571 2 14.6071 2 13.6786V10.2857C2 9.35714 2.73346 8.57143 3.67647 8.57143H6.57537L11.2904 4.32143C11.5 4.10714 11.7794 4 12.0588 4C12.1985 4 12.3382 4.03571 12.5129 4.10714ZM12.0239 18.8571L11.989 5.17857L6.99449 9.71429H3.67647C3.36213 9.71429 3.11765 9.96429 3.11765 10.2857V13.7143C3.11765 14 3.36213 14.2857 3.67647 14.2857H6.99449L12.0239 18.8571ZM18.0312 6.39286C19.8824 7.67857 21 9.75 21 12C21 14.25 19.8824 16.3571 18.0312 17.6429C17.9265 17.7143 17.8217 17.7143 17.7169 17.7143C17.5423 17.7143 17.3676 17.6429 17.2629 17.4643C17.0882 17.2143 17.1581 16.8571 17.4026 16.6786C18.9393 15.6429 19.8824 13.8929 19.8824 12C19.8824 10.1429 18.9393 8.39286 17.4026 7.35714C17.1581 7.17857 17.0882 6.82143 17.2629 6.57143C17.4375 6.28571 17.7868 6.21429 18.0312 6.39286ZM16.1801 9.25C17.0882 9.89286 17.6471 10.9286 17.6471 12C17.6471 13.1071 17.0882 14.1429 16.1801 14.7857C16.0754 14.8571 15.9706 14.8571 15.8658 14.8571C15.6912 14.8571 15.5165 14.7857 15.4118 14.6071C15.2371 14.3571 15.307 14 15.5515 13.8214C16.1452 13.4286 16.5294 12.75 16.5294 12C16.5294 11.2857 16.1452 10.6071 15.5515 10.2143C15.307 10.0357 15.2371 9.67857 15.4118 9.42857C15.5864 9.14286 15.9357 9.07143 16.1801 9.25Z\" fill=\"{{FILL}}\"/>\n</svg>";
210
+ readonly 'volume-low-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.75 4.08932C15.1429 4.26789 15.4286 4.69646 15.4286 5.12503V18.8393C15.4286 19.3036 15.1429 19.6965 14.75 19.9107C14.3214 20.0893 13.8571 20.0179 13.5 19.6965L8.67857 15.4107H6.28571C5 15.4107 4 14.4107 4 13.125V10.8393C4 9.58932 5 8.5536 6.28571 8.5536H8.67857L13.5 4.3036C13.8571 3.98217 14.3214 3.91074 14.75 4.08932ZM18.7143 9.33932C19.5 9.98217 20 10.9107 20 11.9822C20 13.0893 19.5 14.0179 18.7143 14.6607C18.3571 14.9465 17.8214 14.9107 17.5 14.5179C17.2143 14.1607 17.2857 13.625 17.6429 13.3393C18.0357 13.0179 18.2857 12.5179 18.2857 11.9822C18.2857 11.4465 18.0357 10.9822 17.6429 10.6607C17.2857 10.375 17.2143 9.83932 17.5 9.44646C17.8214 9.08932 18.3571 9.0536 18.7143 9.33932Z\" fill=\"{{FILL}}\"/>\n</svg>";
211
+ readonly 'volume-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5129 4.10714C12.8971 4.28571 13.1765 4.71429 13.1765 5.14286V18.8571C13.1765 19.3214 12.8971 19.7143 12.5129 19.9286C12.3382 20 12.1985 20 12.0588 20C11.7794 20 11.5 19.9286 11.2904 19.6429L6.57537 15.3571H3.67647C2.73346 15.3571 2 14.6071 2 13.6786V10.2857C2 9.35714 2.73346 8.57143 3.67647 8.57143H6.57537L11.2904 4.32143C11.5 4.10714 11.7794 4 12.0588 4C12.1985 4 12.3382 4.03571 12.5129 4.10714ZM11.5 17.6071V6.42857L7.23897 10.3214H3.67647V13.7143H7.23897L11.5 17.6071ZM16.3897 9.35714C17.193 10.0357 17.6471 11 17.6471 12C17.6471 13.0357 17.193 14 16.3897 14.6786C16.25 14.7857 16.0404 14.8571 15.8658 14.8571C15.6213 14.8571 15.3768 14.75 15.2022 14.5357C14.9228 14.1786 14.9577 13.6429 15.3419 13.3214C15.7261 13 15.9706 12.5357 15.9706 12C15.9706 11.5 15.7261 11.0357 15.3419 10.7143C14.9577 10.3929 14.9228 9.85714 15.2022 9.5C15.3768 9.28571 15.6213 9.17857 15.8658 9.17857C16.0404 9.17857 16.25 9.25 16.3897 9.35714ZM18.5202 6.71429C20.0919 8.03571 21 9.96429 21 12C21 14.0714 20.0919 16 18.5202 17.3214C18.3456 17.4286 18.171 17.5 17.9614 17.5C17.7169 17.5 17.5074 17.3929 17.3327 17.1786C17.0184 16.8214 17.0882 16.2857 17.4375 15.9643C18.625 15 19.3235 13.5357 19.3235 12C19.3235 10.5 18.625 9.03571 17.4375 8.07143C17.0882 7.75 17.0184 7.21429 17.3327 6.85714C17.5074 6.64286 17.7169 6.53571 17.9614 6.53571C18.171 6.53571 18.3456 6.60714 18.5202 6.71429Z\" fill=\"{{FILL}}\"/>\n</svg>";
212
+ readonly 'volume-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.8529 5.08364C13.1765 5.23976 13.4118 5.61447 13.4118 5.98917V17.9796C13.4118 18.3855 13.1765 18.729 12.8529 18.9164C12.5 19.0725 12.1176 19.01 11.8235 18.729L7.85294 14.982H5.88235C4.82353 14.982 4 14.1077 4 12.9836V10.9852C4 9.8923 4.82353 8.98678 5.88235 8.98678H7.85294L11.8235 5.27099C12.1176 4.98996 12.5 4.92751 12.8529 5.08364ZM17.9118 7.33185C19.1765 8.45595 20 10.1109 20 11.9844C20 13.8891 19.1765 15.544 17.9118 16.6369C17.5882 16.918 17.1471 16.8555 16.9118 16.5433C16.6471 16.231 16.7059 15.7626 17 15.4816C17.9706 14.6697 18.5882 13.4207 18.5882 11.9844C18.5882 10.5793 17.9706 9.33025 17 8.5184C16.7059 8.23737 16.6765 7.769 16.9118 7.45675C17.1471 7.1445 17.5882 7.08205 17.9118 7.33185ZM16.1176 9.67373C16.7647 10.2358 17.1765 11.0476 17.1765 11.9844C17.1765 12.9524 16.7647 13.7642 16.1176 14.3263C15.8235 14.5761 15.3824 14.5448 15.1176 14.2014C14.8824 13.8891 14.9412 13.4207 15.2353 13.1709C15.5588 12.8899 15.7647 12.4528 15.7647 11.9844C15.7647 11.516 15.5588 11.1101 15.2353 10.8291C14.9412 10.5793 14.8824 10.1109 15.1176 9.7674C15.3824 9.45515 15.8235 9.42393 16.1176 9.67373Z\" fill=\"{{FILL}}\"/>\n</svg>";
213
+ readonly 'volume-slash-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0864 5.27142L10.336 7.76969L9.44208 7.06595L12.3644 4.42693C12.5707 4.21581 12.8457 4.11024 13.1207 4.11024C13.2583 4.11024 13.3958 4.14543 13.5677 4.21581C13.9459 4.39174 14.2209 4.81398 14.2209 5.23623V10.9013L13.0864 10.0217V5.27142ZM17.5214 11.9921C17.5214 11.2884 17.1432 10.6198 16.5587 10.2328C16.3181 10.0568 16.2493 9.70498 16.4212 9.45867C16.5931 9.17717 16.9369 9.1068 17.1776 9.28273C18.0714 9.9161 18.6215 10.9365 18.6215 11.9921C18.6215 12.7311 18.3465 13.3996 17.9683 13.9274L17.1088 13.2589C17.3495 12.907 17.5214 12.4496 17.5214 11.9921ZM20.8218 11.9921C20.8218 10.1624 19.8936 8.43824 18.3809 7.41782C18.1402 7.24189 18.0714 6.89002 18.2433 6.64371C18.4152 6.36221 18.759 6.29184 18.9997 6.46777C20.8218 7.7345 21.922 9.77535 21.922 11.9921C21.922 13.47 21.4063 14.8775 20.5468 16.0386L19.6873 15.3349C20.4093 14.3848 20.8218 13.2237 20.8218 11.9921ZM13.0864 18.748V15.7571L14.2209 16.672V18.748C14.2209 19.2055 13.9459 19.5925 13.5677 19.8036C13.3958 19.874 13.2583 19.874 13.1207 19.874C12.8457 19.874 12.5707 19.8036 12.3644 19.5573L7.72309 15.3701H4.86955C3.9413 15.3701 3.21932 14.6312 3.21932 13.6811V10.3032C3.21932 9.56423 3.70064 8.93086 4.38823 8.71974L5.66029 9.74016H4.86955C4.56013 9.74016 4.31947 9.98647 4.31947 10.3032V13.6811C4.31947 13.9626 4.56013 14.2441 4.86955 14.2441H8.13565L13.0864 18.748ZM22.7815 20.0148C23.0222 20.1907 23.0909 20.5426 22.8503 20.7889C22.7471 20.9296 22.5752 21 22.4377 21C22.3346 21 22.2314 20.9648 22.1283 20.8944L1.22528 4.00468C0.984622 3.82875 0.915862 3.44169 1.12214 3.23057C1.29404 2.98426 1.63784 2.91389 1.8785 3.12501L22.7815 20.0148Z\" fill=\"{{FILL}}\"/>\n</svg>";
214
+ readonly 'volume-slash-r': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.6678 19.5225C23.0458 19.8039 23.1145 20.3316 22.8053 20.6834C22.6335 20.8945 22.393 21 22.1525 21C21.9807 21 21.8089 20.9648 21.6371 20.7889L1.33216 4.50102C0.954234 4.21958 0.88552 3.6919 1.19473 3.34011C1.46959 2.95314 1.98494 2.88278 2.32851 3.19939L8.37534 8.0541L12.3607 4.43066C12.5669 4.21958 12.8417 4.11405 13.1166 4.11405C13.254 4.11405 13.3915 4.14923 13.5632 4.21958C13.9412 4.39548 14.216 4.81763 14.216 5.23978V12.6977L16.0713 14.2104C15.9682 13.8938 16.0713 13.542 16.3462 13.2958C16.7241 12.9792 16.9646 12.5218 16.9646 11.9942C16.9646 11.5017 16.7241 11.0443 16.3462 10.7277C15.9682 10.4111 15.9339 9.88341 16.2087 9.53162C16.3805 9.32055 16.621 9.21501 16.8615 9.21501C17.0333 9.21501 17.2394 9.28537 17.3769 9.39091C18.1671 10.0593 18.6137 11.0091 18.6137 11.9942C18.6137 13.0144 18.1671 13.9642 17.3769 14.6326C17.2394 14.7381 17.0333 14.8085 16.8615 14.8085C16.8272 14.8085 16.8272 14.8085 16.7928 14.8085L18.3389 16.0046C18.3732 15.9694 18.3732 15.9342 18.4076 15.899C19.5757 14.9492 20.2629 13.5069 20.2629 11.9942C20.2629 10.5166 19.5757 9.0743 18.4076 8.15964C18.064 7.84303 17.9953 7.31534 18.3045 6.96355C18.4763 6.75248 18.6824 6.64694 18.9229 6.64694C19.1291 6.64694 19.3009 6.7173 19.4726 6.82284C21.0187 8.08928 21.912 9.98895 21.912 11.9942C21.912 13.929 21.0531 15.7583 19.6444 17.0599L22.6678 19.5225ZM12.5669 11.3609V6.50622L9.71526 9.10948L12.5669 11.3609ZM12.5669 17.5173V15.688L14.216 16.9896V18.7485C14.216 19.2059 13.9412 19.5928 13.5632 19.8039C13.3915 19.8743 13.254 19.8743 13.1166 19.8743C12.8417 19.8743 12.5669 19.8039 12.3607 19.5577L7.72256 15.3713H4.87093C3.94329 15.3713 3.22179 14.6326 3.22179 13.6828V10.3056C3.22179 9.67234 3.56536 9.14465 4.04636 8.86322L5.90164 10.3407H4.87093V13.6828H8.37534L12.5669 17.5173Z\" fill=\"{{FILL}}\"/>\n</svg>";
215
+ readonly 'volume-slash-s': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.32851 3.19913L8.37534 8.04751L12.3607 4.42879C12.7043 4.1126 13.151 4.04233 13.5632 4.21799C13.9412 4.39366 14.216 4.81526 14.216 5.23686V12.6851L16.0713 14.1958C15.9682 13.8796 16.0713 13.5283 16.3462 13.3175C16.7241 13.0013 16.9646 12.5094 16.9646 11.9824C16.9646 11.4554 16.7241 10.9987 16.3462 10.6825C16.0026 10.4014 15.9339 9.87444 16.2087 9.48798C16.5179 9.13664 17.0333 9.10151 17.3769 9.38258C18.1327 10.015 18.6137 10.9284 18.6137 11.9824C18.6137 13.0716 18.1327 13.985 17.3769 14.6174C17.2051 14.758 17.0333 14.7931 16.8272 14.7931L18.3389 16.0228C18.3732 15.9876 18.3732 15.9525 18.4076 15.9174C19.5414 15.0039 20.2629 13.5986 20.2629 11.9824C20.2629 10.4014 19.5414 8.99611 18.4076 8.08265C18.064 7.76645 17.9953 7.23945 18.3045 6.88812C18.5794 6.53679 19.0947 6.46652 19.4726 6.74759C20.95 8.01238 21.912 9.87444 21.912 11.9824C21.912 14.0202 21.0187 15.812 19.6444 17.0767L22.6678 19.5009C23.0458 19.782 23.1145 20.309 22.8053 20.6603C22.5304 21.0468 22.0151 21.1171 21.6715 20.8009L1.33216 4.49906C0.954234 4.21799 0.88552 3.691 1.19473 3.33966C1.46959 2.9532 1.98494 2.88293 2.32851 3.19913ZM3.22179 10.8582C3.22179 10.0852 3.59972 9.38258 4.21815 8.96098L14.216 17.0065V18.728C14.216 19.1847 13.9412 19.6063 13.5632 19.782C13.151 19.9577 12.7043 19.8874 12.3607 19.5712L7.72256 15.3552H5.42064C4.18379 15.3552 3.22179 14.3715 3.22179 13.1067V10.8582Z\" fill=\"{{FILL}}\"/>\n</svg>";
216
+ readonly 'wifi-slash-l': "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.74351 12.9642C6.33787 12.4013 7.02609 11.901 7.77687 11.5258L9.09073 12.5577C8.2461 12.9016 7.43276 13.402 6.77583 14.0586C6.49429 14.3401 5.99377 14.3401 5.71222 14.0274C5.43068 13.7459 5.43068 13.2456 5.74351 12.9642ZM2.23987 8.71143C2.52141 8.43 2.83424 8.17983 3.17835 7.92967L4.39836 8.89905C3.99169 9.18048 3.6163 9.46192 3.27219 9.80589C2.95937 10.0873 2.49013 10.0873 2.20859 9.77462C1.92705 9.46192 1.92705 8.99286 2.23987 8.71143ZM12 15.4971C12.9698 15.4971 13.7831 16.3101 13.7831 17.2482C13.7831 18.2176 12.9698 18.9994 12 18.9994C11.0615 18.9994 10.2795 18.2176 10.2795 17.2482C10.2795 16.3101 11.0615 15.4971 12 15.4971ZM13.3764 12.1199L21.6976 18.6866C22.0417 18.9368 22.1042 19.4059 21.8227 19.7186C21.6976 19.9062 21.4786 20 21.2596 20C21.1032 20 20.9468 19.9687 20.8217 19.8436L2.30244 5.33424C1.95833 5.08408 1.89576 4.61502 2.17731 4.30232C2.42757 3.95835 2.8968 3.8958 3.20963 4.17724L5.9312 6.30362C7.77687 5.45932 9.87279 4.99026 12 4.99026C15.7539 4.99026 19.3201 6.36616 21.7601 8.71143C22.073 8.99286 22.073 9.46192 21.7914 9.77462C21.635 9.93097 21.4473 9.99351 21.2596 9.99351C21.1032 9.99351 20.9155 9.93097 20.7591 9.80589C18.5693 7.71078 15.3785 6.49124 12.0313 6.49124C10.3733 6.49124 8.77791 6.80394 7.30763 7.36681L11.3744 10.5564C11.5933 10.5251 11.8123 10.4938 12.0313 10.4938C14.4087 10.4938 16.6298 11.3694 18.2565 12.9642C18.5693 13.2456 18.5693 13.7459 18.2878 14.0274C18.1314 14.1837 17.9437 14.2463 17.756 14.2463C17.5683 14.2463 17.4119 14.1837 17.2555 14.0586C16.1918 13.0267 14.8467 12.3701 13.3764 12.1199Z\" fill=\"{{FILL}}\"/>\n</svg>";
217
+ };
218
+ export type AmityIconName = keyof typeof iconRegistry;
219
+ export declare const AMITY_ICON_COUNT = 214;
220
+ /** Return the raw SVG xml for an icon, with {{FILL}} replaced by `color` (default #292B32). */
221
+ export declare function getIconXml(name: AmityIconName, color?: string): string;
222
+ //# sourceMappingURL=iconRegistry.d.ts.map