agora-ui-foundation 1.0.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 (1000) hide show
  1. package/lib/components/Icon-text/index.css +35 -0
  2. package/lib/components/Icon-text/index.d.ts +25 -0
  3. package/lib/components/Icon-text/index.js +78 -0
  4. package/lib/components/Icon-text/index.stories.d.ts +5 -0
  5. package/lib/components/Icon-text/index.stories.js +69 -0
  6. package/lib/components/action-bar/board/index.d.ts +4 -0
  7. package/lib/components/action-bar/board/index.js +34 -0
  8. package/lib/components/action-bar/breakout-room/index.d.ts +4 -0
  9. package/lib/components/action-bar/breakout-room/index.js +32 -0
  10. package/lib/components/action-bar/chat/index.css +67 -0
  11. package/lib/components/action-bar/chat/index.d.ts +5 -0
  12. package/lib/components/action-bar/chat/index.js +134 -0
  13. package/lib/components/action-bar/device/index.css +149 -0
  14. package/lib/components/action-bar/device/index.d.ts +9 -0
  15. package/lib/components/action-bar/device/index.js +419 -0
  16. package/lib/components/action-bar/end/index.d.ts +1 -0
  17. package/lib/components/action-bar/end/index.js +26 -0
  18. package/lib/components/action-bar/index.css +92 -0
  19. package/lib/components/action-bar/index.d.ts +20 -0
  20. package/lib/components/action-bar/index.js +166 -0
  21. package/lib/components/action-bar/index.stories.d.ts +6 -0
  22. package/lib/components/action-bar/index.stories.js +42 -0
  23. package/lib/components/action-bar/item-placement.d.ts +8 -0
  24. package/lib/components/action-bar/item-placement.js +18 -0
  25. package/lib/components/action-bar/item.d.ts +21 -0
  26. package/lib/components/action-bar/item.js +113 -0
  27. package/lib/components/action-bar/more/index.d.ts +4 -0
  28. package/lib/components/action-bar/more/index.js +48 -0
  29. package/lib/components/action-bar/participants/index.d.ts +4 -0
  30. package/lib/components/action-bar/participants/index.js +55 -0
  31. package/lib/components/action-bar/record/index.css +15 -0
  32. package/lib/components/action-bar/record/index.d.ts +5 -0
  33. package/lib/components/action-bar/record/index.js +34 -0
  34. package/lib/components/action-bar/respond/index.d.ts +4 -0
  35. package/lib/components/action-bar/respond/index.js +32 -0
  36. package/lib/components/action-bar/screen-share/index.d.ts +4 -0
  37. package/lib/components/action-bar/screen-share/index.js +32 -0
  38. package/lib/components/action-bar/security/index.d.ts +4 -0
  39. package/lib/components/action-bar/security/index.js +110 -0
  40. package/lib/components/action-bar/settings/index.d.ts +4 -0
  41. package/lib/components/action-bar/settings/index.js +32 -0
  42. package/lib/components/action-phone/index.css +55 -0
  43. package/lib/components/action-phone/index.d.ts +12 -0
  44. package/lib/components/action-phone/index.js +78 -0
  45. package/lib/components/action-phone/index.stories.d.ts +11 -0
  46. package/lib/components/action-phone/index.stories.js +55 -0
  47. package/lib/components/avatar/helper.d.ts +2 -0
  48. package/lib/components/avatar/helper.js +46 -0
  49. package/lib/components/avatar/index.css +9 -0
  50. package/lib/components/avatar/index.d.ts +11 -0
  51. package/lib/components/avatar/index.js +40 -0
  52. package/lib/components/avatar/index.stories.d.ts +13 -0
  53. package/lib/components/avatar/index.stories.js +50 -0
  54. package/lib/components/avatar-icon/index.css +13 -0
  55. package/lib/components/avatar-icon/index.d.ts +8 -0
  56. package/lib/components/avatar-icon/index.js +33 -0
  57. package/lib/components/avatar-icon/index.stories.d.ts +12 -0
  58. package/lib/components/avatar-icon/index.stories.js +37 -0
  59. package/lib/components/blinking-box/index.css +85 -0
  60. package/lib/components/blinking-box/index.d.ts +13 -0
  61. package/lib/components/blinking-box/index.js +47 -0
  62. package/lib/components/blinking-box/index.stories.d.ts +5 -0
  63. package/lib/components/blinking-box/index.stories.js +121 -0
  64. package/lib/components/button/action.d.ts +11 -0
  65. package/lib/components/button/action.js +50 -0
  66. package/lib/components/button/index.css +576 -0
  67. package/lib/components/button/index.d.ts +87 -0
  68. package/lib/components/button/index.js +132 -0
  69. package/lib/components/button/index.stories.d.ts +6 -0
  70. package/lib/components/button/index.stories.js +212 -0
  71. package/lib/components/card/index.css +74 -0
  72. package/lib/components/card/index.d.ts +13 -0
  73. package/lib/components/card/index.js +41 -0
  74. package/lib/components/chat-manager/index.css +39 -0
  75. package/lib/components/chat-manager/index.d.ts +10 -0
  76. package/lib/components/chat-manager/index.js +156 -0
  77. package/lib/components/chat-wrapper/chat-top.d.ts +2 -0
  78. package/lib/components/chat-wrapper/chat-top.js +59 -0
  79. package/lib/components/chat-wrapper/index.css +96 -0
  80. package/lib/components/chat-wrapper/index.d.ts +26 -0
  81. package/lib/components/chat-wrapper/index.js +228 -0
  82. package/lib/components/chat-wrapper/index.stories.d.ts +5 -0
  83. package/lib/components/chat-wrapper/index.stories.js +56 -0
  84. package/lib/components/checkbox/index.css +76 -0
  85. package/lib/components/checkbox/index.d.ts +13 -0
  86. package/lib/components/checkbox/index.js +93 -0
  87. package/lib/components/checkbox/index.stories.d.ts +6 -0
  88. package/lib/components/checkbox/index.stories.js +43 -0
  89. package/lib/components/confirm-content/index.css +79 -0
  90. package/lib/components/confirm-content/index.d.ts +48 -0
  91. package/lib/components/confirm-content/index.js +123 -0
  92. package/lib/components/confirm-content/index.stories.d.ts +4 -0
  93. package/lib/components/confirm-content/index.stories.js +25 -0
  94. package/lib/components/device-pretest/index.css +99 -0
  95. package/lib/components/device-pretest/index.d.ts +30 -0
  96. package/lib/components/device-pretest/index.js +134 -0
  97. package/lib/components/device-pretest-settings/index.css +0 -0
  98. package/lib/components/device-pretest-settings/index.d.ts +28 -0
  99. package/lib/components/device-pretest-settings/index.js +64 -0
  100. package/lib/components/device-settings/audio-settings/audio-settings.d.ts +3 -0
  101. package/lib/components/device-settings/audio-settings/audio-settings.js +227 -0
  102. package/lib/components/device-settings/audio-settings/index.css +113 -0
  103. package/lib/components/device-settings/audio-settings/microphone-detection.d.ts +2 -0
  104. package/lib/components/device-settings/audio-settings/microphone-detection.js +71 -0
  105. package/lib/components/device-settings/audio-settings/speaker-detection.d.ts +2 -0
  106. package/lib/components/device-settings/audio-settings/speaker-detection.js +71 -0
  107. package/lib/components/device-settings/common/advance-link.d.ts +3 -0
  108. package/lib/components/device-settings/common/advance-link.js +27 -0
  109. package/lib/components/device-settings/common/index.css +27 -0
  110. package/lib/components/device-settings/common/my-i18n.d.ts +52 -0
  111. package/lib/components/device-settings/common/my-i18n.js +62 -0
  112. package/lib/components/device-settings/common/useNamespace.d.ts +15 -0
  113. package/lib/components/device-settings/common/useNamespace.js +66 -0
  114. package/lib/components/device-settings/dialog-wrapper.d.ts +2 -0
  115. package/lib/components/device-settings/dialog-wrapper.js +59 -0
  116. package/lib/components/device-settings/index.css +89 -0
  117. package/lib/components/device-settings/index.stories.d.ts +6 -0
  118. package/lib/components/device-settings/index.stories.js +26 -0
  119. package/lib/components/device-settings/video-settings/camera-select.d.ts +2 -0
  120. package/lib/components/device-settings/video-settings/camera-select.js +41 -0
  121. package/lib/components/device-settings/video-settings/index.css +94 -0
  122. package/lib/components/device-settings/video-settings/local-video-player.d.ts +2 -0
  123. package/lib/components/device-settings/video-settings/local-video-player.js +16 -0
  124. package/lib/components/device-settings/video-settings/mirror-toggle.d.ts +2 -0
  125. package/lib/components/device-settings/video-settings/mirror-toggle.js +64 -0
  126. package/lib/components/device-settings/video-settings/video-settings-basic.d.ts +2 -0
  127. package/lib/components/device-settings/video-settings/video-settings-basic.js +86 -0
  128. package/lib/components/device-settings/video-settings/video-settings.d.ts +3 -0
  129. package/lib/components/device-settings/video-settings/video-settings.js +76 -0
  130. package/lib/components/device-settings/view.d.ts +3 -0
  131. package/lib/components/device-settings/view.js +84 -0
  132. package/lib/components/dialog/basic-confirm-dialog.css +34 -0
  133. package/lib/components/dialog/basic-confirm-dialog.d.ts +14 -0
  134. package/lib/components/dialog/basic-confirm-dialog.js +52 -0
  135. package/lib/components/dialog/class-dialog.css +41 -0
  136. package/lib/components/dialog/class-dialog.d.ts +51 -0
  137. package/lib/components/dialog/class-dialog.js +81 -0
  138. package/lib/components/dialog/confirm-dialog.css +38 -0
  139. package/lib/components/dialog/confirm-dialog.d.ts +70 -0
  140. package/lib/components/dialog/confirm-dialog.js +101 -0
  141. package/lib/components/dialog/confirm.d.ts +46 -0
  142. package/lib/components/dialog/confirm.js +159 -0
  143. package/lib/components/dialog/draggable-dialog.css +17 -0
  144. package/lib/components/dialog/draggable-dialog.d.ts +10 -0
  145. package/lib/components/dialog/draggable-dialog.js +48 -0
  146. package/lib/components/dialog/global-dialog.css +63 -0
  147. package/lib/components/dialog/global-dialog.d.ts +11 -0
  148. package/lib/components/dialog/global-dialog.js +49 -0
  149. package/lib/components/dialog/index.css +152 -0
  150. package/lib/components/dialog/index.d.ts +70 -0
  151. package/lib/components/dialog/index.js +117 -0
  152. package/lib/components/dialog/index.stories.d.ts +4 -0
  153. package/lib/components/dialog/index.stories.js +159 -0
  154. package/lib/components/divider/index.css +39 -0
  155. package/lib/components/divider/index.d.ts +11 -0
  156. package/lib/components/divider/index.js +65 -0
  157. package/lib/components/divider/index.stories.d.ts +6 -0
  158. package/lib/components/divider/index.stories.js +42 -0
  159. package/lib/components/drop-menu/index.css +93 -0
  160. package/lib/components/drop-menu/index.d.ts +23 -0
  161. package/lib/components/drop-menu/index.js +74 -0
  162. package/lib/components/drop-menu/index.stories.d.ts +6 -0
  163. package/lib/components/drop-menu/index.stories.js +108 -0
  164. package/lib/components/icon/index.d.ts +12 -0
  165. package/lib/components/icon/index.js +49 -0
  166. package/lib/components/icon/index.stories.d.ts +6 -0
  167. package/lib/components/icon/index.stories.js +55 -0
  168. package/lib/components/icon/mic.d.ts +7 -0
  169. package/lib/components/icon/mic.js +63 -0
  170. package/lib/components/icon/paths/fcr_alf2.d.ts +3 -0
  171. package/lib/components/icon/paths/fcr_alf2.js +25 -0
  172. package/lib/components/icon/paths/fcr_all_mute.d.ts +3 -0
  173. package/lib/components/icon/paths/fcr_all_mute.js +22 -0
  174. package/lib/components/icon/paths/fcr_all_unmute.d.ts +3 -0
  175. package/lib/components/icon/paths/fcr_all_unmute.js +22 -0
  176. package/lib/components/icon/paths/fcr_allleave.d.ts +3 -0
  177. package/lib/components/icon/paths/fcr_allleave.js +34 -0
  178. package/lib/components/icon/paths/fcr_angle_tips.d.ts +3 -0
  179. package/lib/components/icon/paths/fcr_angle_tips.js +38 -0
  180. package/lib/components/icon/paths/fcr_attach.d.ts +3 -0
  181. package/lib/components/icon/paths/fcr_attach.js +26 -0
  182. package/lib/components/icon/paths/fcr_background2.d.ts +3 -0
  183. package/lib/components/icon/paths/fcr_background2.js +22 -0
  184. package/lib/components/icon/paths/fcr_beauty.d.ts +3 -0
  185. package/lib/components/icon/paths/fcr_beauty.js +22 -0
  186. package/lib/components/icon/paths/fcr_beauty_blush.d.ts +3 -0
  187. package/lib/components/icon/paths/fcr_beauty_blush.js +86 -0
  188. package/lib/components/icon/paths/fcr_beauty_retouch.d.ts +3 -0
  189. package/lib/components/icon/paths/fcr_beauty_retouch.js +76 -0
  190. package/lib/components/icon/paths/fcr_bell.d.ts +3 -0
  191. package/lib/components/icon/paths/fcr_bell.js +62 -0
  192. package/lib/components/icon/paths/fcr_btn_loading.d.ts +3 -0
  193. package/lib/components/icon/paths/fcr_btn_loading.js +44 -0
  194. package/lib/components/icon/paths/fcr_camera.d.ts +3 -0
  195. package/lib/components/icon/paths/fcr_camera.js +22 -0
  196. package/lib/components/icon/paths/fcr_camera3.d.ts +3 -0
  197. package/lib/components/icon/paths/fcr_camera3.js +42 -0
  198. package/lib/components/icon/paths/fcr_camera_window_loading.d.ts +3 -0
  199. package/lib/components/icon/paths/fcr_camera_window_loading.js +22 -0
  200. package/lib/components/icon/paths/fcr_camera_window_not.d.ts +3 -0
  201. package/lib/components/icon/paths/fcr_camera_window_not.js +22 -0
  202. package/lib/components/icon/paths/fcr_camera_window_notwork.d.ts +3 -0
  203. package/lib/components/icon/paths/fcr_camera_window_notwork.js +22 -0
  204. package/lib/components/icon/paths/fcr_cameracrash.d.ts +3 -0
  205. package/lib/components/icon/paths/fcr_cameracrash.js +28 -0
  206. package/lib/components/icon/paths/fcr_cameraoff.d.ts +3 -0
  207. package/lib/components/icon/paths/fcr_cameraoff.js +28 -0
  208. package/lib/components/icon/paths/fcr_chat.d.ts +3 -0
  209. package/lib/components/icon/paths/fcr_chat.js +23 -0
  210. package/lib/components/icon/paths/fcr_chat2.d.ts +3 -0
  211. package/lib/components/icon/paths/fcr_chat2.js +22 -0
  212. package/lib/components/icon/paths/fcr_chat_on.d.ts +3 -0
  213. package/lib/components/icon/paths/fcr_chat_on.js +23 -0
  214. package/lib/components/icon/paths/fcr_chat_placeholder.d.ts +3 -0
  215. package/lib/components/icon/paths/fcr_chat_placeholder.js +55 -0
  216. package/lib/components/icon/paths/fcr_chat_reddot.d.ts +3 -0
  217. package/lib/components/icon/paths/fcr_chat_reddot.js +32 -0
  218. package/lib/components/icon/paths/fcr_checkbox_check.d.ts +3 -0
  219. package/lib/components/icon/paths/fcr_checkbox_check.js +21 -0
  220. package/lib/components/icon/paths/fcr_chexbox_indeterminate.d.ts +3 -0
  221. package/lib/components/icon/paths/fcr_chexbox_indeterminate.js +24 -0
  222. package/lib/components/icon/paths/fcr_chooseit.d.ts +3 -0
  223. package/lib/components/icon/paths/fcr_chooseit.js +22 -0
  224. package/lib/components/icon/paths/fcr_clock.d.ts +3 -0
  225. package/lib/components/icon/paths/fcr_clock.js +27 -0
  226. package/lib/components/icon/paths/fcr_close.d.ts +3 -0
  227. package/lib/components/icon/paths/fcr_close.js +22 -0
  228. package/lib/components/icon/paths/fcr_cloudrecord.d.ts +3 -0
  229. package/lib/components/icon/paths/fcr_cloudrecord.js +22 -0
  230. package/lib/components/icon/paths/fcr_colon.d.ts +3 -0
  231. package/lib/components/icon/paths/fcr_colon.js +29 -0
  232. package/lib/components/icon/paths/fcr_computerdata.d.ts +3 -0
  233. package/lib/components/icon/paths/fcr_computerdata.js +22 -0
  234. package/lib/components/icon/paths/fcr_copy.d.ts +3 -0
  235. package/lib/components/icon/paths/fcr_copy.js +29 -0
  236. package/lib/components/icon/paths/fcr_countdown_down.d.ts +3 -0
  237. package/lib/components/icon/paths/fcr_countdown_down.js +33 -0
  238. package/lib/components/icon/paths/fcr_countdown_up.d.ts +3 -0
  239. package/lib/components/icon/paths/fcr_countdown_up.js +33 -0
  240. package/lib/components/icon/paths/fcr_delete3.d.ts +3 -0
  241. package/lib/components/icon/paths/fcr_delete3.js +22 -0
  242. package/lib/components/icon/paths/fcr_deviceaudiooff.d.ts +3 -0
  243. package/lib/components/icon/paths/fcr_deviceaudiooff.js +22 -0
  244. package/lib/components/icon/paths/fcr_deviceaudioon.d.ts +3 -0
  245. package/lib/components/icon/paths/fcr_deviceaudioon.js +20 -0
  246. package/lib/components/icon/paths/fcr_down.d.ts +3 -0
  247. package/lib/components/icon/paths/fcr_down.js +22 -0
  248. package/lib/components/icon/paths/fcr_down1.d.ts +3 -0
  249. package/lib/components/icon/paths/fcr_down1.js +23 -0
  250. package/lib/components/icon/paths/fcr_download.d.ts +3 -0
  251. package/lib/components/icon/paths/fcr_download.js +23 -0
  252. package/lib/components/icon/paths/fcr_dropdown.d.ts +3 -0
  253. package/lib/components/icon/paths/fcr_dropdown.js +20 -0
  254. package/lib/components/icon/paths/fcr_dropdown2.d.ts +3 -0
  255. package/lib/components/icon/paths/fcr_dropdown2.js +33 -0
  256. package/lib/components/icon/paths/fcr_dropdown4.d.ts +3 -0
  257. package/lib/components/icon/paths/fcr_dropdown4.js +20 -0
  258. package/lib/components/icon/paths/fcr_dropup4.d.ts +3 -0
  259. package/lib/components/icon/paths/fcr_dropup4.js +20 -0
  260. package/lib/components/icon/paths/fcr_emo.d.ts +3 -0
  261. package/lib/components/icon/paths/fcr_emo.js +37 -0
  262. package/lib/components/icon/paths/fcr_endmeeting.d.ts +3 -0
  263. package/lib/components/icon/paths/fcr_endmeeting.js +20 -0
  264. package/lib/components/icon/paths/fcr_equalratio.d.ts +3 -0
  265. package/lib/components/icon/paths/fcr_equalratio.js +22 -0
  266. package/lib/components/icon/paths/fcr_exclamationmask.d.ts +3 -0
  267. package/lib/components/icon/paths/fcr_exclamationmask.js +22 -0
  268. package/lib/components/icon/paths/fcr_file.d.ts +3 -0
  269. package/lib/components/icon/paths/fcr_file.js +22 -0
  270. package/lib/components/icon/paths/fcr_file_ah5.d.ts +3 -0
  271. package/lib/components/icon/paths/fcr_file_ah5.js +26 -0
  272. package/lib/components/icon/paths/fcr_file_alf.d.ts +3 -0
  273. package/lib/components/icon/paths/fcr_file_alf.js +32 -0
  274. package/lib/components/icon/paths/fcr_file_audio.d.ts +3 -0
  275. package/lib/components/icon/paths/fcr_file_audio.js +26 -0
  276. package/lib/components/icon/paths/fcr_file_doc.d.ts +3 -0
  277. package/lib/components/icon/paths/fcr_file_doc.js +32 -0
  278. package/lib/components/icon/paths/fcr_file_excel.d.ts +3 -0
  279. package/lib/components/icon/paths/fcr_file_excel.js +26 -0
  280. package/lib/components/icon/paths/fcr_file_noformat.d.ts +3 -0
  281. package/lib/components/icon/paths/fcr_file_noformat.js +28 -0
  282. package/lib/components/icon/paths/fcr_file_pdf.d.ts +3 -0
  283. package/lib/components/icon/paths/fcr_file_pdf.js +32 -0
  284. package/lib/components/icon/paths/fcr_file_photo.d.ts +3 -0
  285. package/lib/components/icon/paths/fcr_file_photo.js +28 -0
  286. package/lib/components/icon/paths/fcr_file_ppt.d.ts +3 -0
  287. package/lib/components/icon/paths/fcr_file_ppt.js +32 -0
  288. package/lib/components/icon/paths/fcr_file_video.d.ts +3 -0
  289. package/lib/components/icon/paths/fcr_file_video.js +31 -0
  290. package/lib/components/icon/paths/fcr_focusonhim.d.ts +3 -0
  291. package/lib/components/icon/paths/fcr_focusonhim.js +22 -0
  292. package/lib/components/icon/paths/fcr_fourwindows.d.ts +3 -0
  293. package/lib/components/icon/paths/fcr_fourwindows.js +22 -0
  294. package/lib/components/icon/paths/fcr_fourwindows2.d.ts +3 -0
  295. package/lib/components/icon/paths/fcr_fourwindows2.js +21 -0
  296. package/lib/components/icon/paths/fcr_fullcoverage.d.ts +3 -0
  297. package/lib/components/icon/paths/fcr_fullcoverage.js +22 -0
  298. package/lib/components/icon/paths/fcr_gotostage.d.ts +3 -0
  299. package/lib/components/icon/paths/fcr_gotostage.js +22 -0
  300. package/lib/components/icon/paths/fcr_gotostage_not.d.ts +3 -0
  301. package/lib/components/icon/paths/fcr_gotostage_not.js +22 -0
  302. package/lib/components/icon/paths/fcr_gotostage_on.d.ts +3 -0
  303. package/lib/components/icon/paths/fcr_gotostage_on.js +22 -0
  304. package/lib/components/icon/paths/fcr_grid_big.d.ts +3 -0
  305. package/lib/components/icon/paths/fcr_grid_big.js +20 -0
  306. package/lib/components/icon/paths/fcr_head.d.ts +3 -0
  307. package/lib/components/icon/paths/fcr_head.js +20 -0
  308. package/lib/components/icon/paths/fcr_helpquestion.d.ts +3 -0
  309. package/lib/components/icon/paths/fcr_helpquestion.js +34 -0
  310. package/lib/components/icon/paths/fcr_hidevideo.d.ts +3 -0
  311. package/lib/components/icon/paths/fcr_hidevideo.js +27 -0
  312. package/lib/components/icon/paths/fcr_home_code2.d.ts +3 -0
  313. package/lib/components/icon/paths/fcr_home_code2.js +27 -0
  314. package/lib/components/icon/paths/fcr_host.d.ts +3 -0
  315. package/lib/components/icon/paths/fcr_host.js +20 -0
  316. package/lib/components/icon/paths/fcr_left.d.ts +3 -0
  317. package/lib/components/icon/paths/fcr_left.js +35 -0
  318. package/lib/components/icon/paths/fcr_left1.d.ts +3 -0
  319. package/lib/components/icon/paths/fcr_left1.js +35 -0
  320. package/lib/components/icon/paths/fcr_left3.d.ts +3 -0
  321. package/lib/components/icon/paths/fcr_left3.js +20 -0
  322. package/lib/components/icon/paths/fcr_left4.d.ts +3 -0
  323. package/lib/components/icon/paths/fcr_left4.js +22 -0
  324. package/lib/components/icon/paths/fcr_link.d.ts +3 -0
  325. package/lib/components/icon/paths/fcr_link.js +33 -0
  326. package/lib/components/icon/paths/fcr_list_delete.d.ts +3 -0
  327. package/lib/components/icon/paths/fcr_list_delete.js +25 -0
  328. package/lib/components/icon/paths/fcr_list_on_right_big.d.ts +3 -0
  329. package/lib/components/icon/paths/fcr_list_on_right_big.js +20 -0
  330. package/lib/components/icon/paths/fcr_list_on_top_big.d.ts +3 -0
  331. package/lib/components/icon/paths/fcr_list_on_top_big.js +21 -0
  332. package/lib/components/icon/paths/fcr_live.d.ts +3 -0
  333. package/lib/components/icon/paths/fcr_live.js +23 -0
  334. package/lib/components/icon/paths/fcr_liveicon.d.ts +3 -0
  335. package/lib/components/icon/paths/fcr_liveicon.js +22 -0
  336. package/lib/components/icon/paths/fcr_loading.d.ts +3 -0
  337. package/lib/components/icon/paths/fcr_loading.js +40 -0
  338. package/lib/components/icon/paths/fcr_lower_hand.d.ts +3 -0
  339. package/lib/components/icon/paths/fcr_lower_hand.js +28 -0
  340. package/lib/components/icon/paths/fcr_minus.d.ts +3 -0
  341. package/lib/components/icon/paths/fcr_minus.js +24 -0
  342. package/lib/components/icon/paths/fcr_mirrorimage_left.d.ts +3 -0
  343. package/lib/components/icon/paths/fcr_mirrorimage_left.js +22 -0
  344. package/lib/components/icon/paths/fcr_mirrorimage_off.d.ts +3 -0
  345. package/lib/components/icon/paths/fcr_mirrorimage_off.js +30 -0
  346. package/lib/components/icon/paths/fcr_mirrorimage_off.svg +4 -0
  347. package/lib/components/icon/paths/fcr_mirrorimage_right.d.ts +3 -0
  348. package/lib/components/icon/paths/fcr_mirrorimage_right.js +34 -0
  349. package/lib/components/icon/paths/fcr_mobile_camera2.d.ts +3 -0
  350. package/lib/components/icon/paths/fcr_mobile_camera2.js +22 -0
  351. package/lib/components/icon/paths/fcr_mobile_chat2.d.ts +3 -0
  352. package/lib/components/icon/paths/fcr_mobile_chat2.js +22 -0
  353. package/lib/components/icon/paths/fcr_mobile_chat3.d.ts +3 -0
  354. package/lib/components/icon/paths/fcr_mobile_chat3.js +36 -0
  355. package/lib/components/icon/paths/fcr_mobile_duplicate.d.ts +3 -0
  356. package/lib/components/icon/paths/fcr_mobile_duplicate.js +22 -0
  357. package/lib/components/icon/paths/fcr_mobile_more.d.ts +3 -0
  358. package/lib/components/icon/paths/fcr_mobile_more.js +32 -0
  359. package/lib/components/icon/paths/fcr_mobile_sharescreen.d.ts +3 -0
  360. package/lib/components/icon/paths/fcr_mobile_sharescreen.js +22 -0
  361. package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.d.ts +3 -0
  362. package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.js +22 -0
  363. package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.d.ts +3 -0
  364. package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.js +22 -0
  365. package/lib/components/icon/paths/fcr_more2.d.ts +3 -0
  366. package/lib/components/icon/paths/fcr_more2.js +22 -0
  367. package/lib/components/icon/paths/fcr_move.d.ts +3 -0
  368. package/lib/components/icon/paths/fcr_move.js +22 -0
  369. package/lib/components/icon/paths/fcr_moveto.d.ts +3 -0
  370. package/lib/components/icon/paths/fcr_moveto.js +22 -0
  371. package/lib/components/icon/paths/fcr_mute.d.ts +3 -0
  372. package/lib/components/icon/paths/fcr_mute.js +23 -0
  373. package/lib/components/icon/paths/fcr_mutecrash.d.ts +3 -0
  374. package/lib/components/icon/paths/fcr_mutecrash.js +35 -0
  375. package/lib/components/icon/paths/fcr_mutedefault.d.ts +3 -0
  376. package/lib/components/icon/paths/fcr_mutedefault.js +26 -0
  377. package/lib/components/icon/paths/fcr_nomute.d.ts +3 -0
  378. package/lib/components/icon/paths/fcr_nomute.js +25 -0
  379. package/lib/components/icon/paths/fcr_notice.d.ts +3 -0
  380. package/lib/components/icon/paths/fcr_notice.js +20 -0
  381. package/lib/components/icon/paths/fcr_oneleave.d.ts +3 -0
  382. package/lib/components/icon/paths/fcr_oneleave.js +22 -0
  383. package/lib/components/icon/paths/fcr_openfile.d.ts +3 -0
  384. package/lib/components/icon/paths/fcr_openfile.js +23 -0
  385. package/lib/components/icon/paths/fcr_order_down.d.ts +3 -0
  386. package/lib/components/icon/paths/fcr_order_down.js +20 -0
  387. package/lib/components/icon/paths/fcr_order_up.d.ts +3 -0
  388. package/lib/components/icon/paths/fcr_order_up.js +20 -0
  389. package/lib/components/icon/paths/fcr_pause2.d.ts +3 -0
  390. package/lib/components/icon/paths/fcr_pause2.js +23 -0
  391. package/lib/components/icon/paths/fcr_pen_curve_1size.d.ts +3 -0
  392. package/lib/components/icon/paths/fcr_pen_curve_1size.js +23 -0
  393. package/lib/components/icon/paths/fcr_pen_curve_2size.d.ts +3 -0
  394. package/lib/components/icon/paths/fcr_pen_curve_2size.js +23 -0
  395. package/lib/components/icon/paths/fcr_pen_curve_3size.d.ts +3 -0
  396. package/lib/components/icon/paths/fcr_pen_curve_3size.js +23 -0
  397. package/lib/components/icon/paths/fcr_pen_curve_4size.d.ts +3 -0
  398. package/lib/components/icon/paths/fcr_pen_curve_4size.js +23 -0
  399. package/lib/components/icon/paths/fcr_pen_line_1size.d.ts +3 -0
  400. package/lib/components/icon/paths/fcr_pen_line_1size.js +23 -0
  401. package/lib/components/icon/paths/fcr_pen_line_2size.d.ts +3 -0
  402. package/lib/components/icon/paths/fcr_pen_line_2size.js +23 -0
  403. package/lib/components/icon/paths/fcr_pen_line_3size.d.ts +3 -0
  404. package/lib/components/icon/paths/fcr_pen_line_3size.js +23 -0
  405. package/lib/components/icon/paths/fcr_pen_line_4size.d.ts +3 -0
  406. package/lib/components/icon/paths/fcr_pen_line_4size.js +23 -0
  407. package/lib/components/icon/paths/fcr_pensize.d.ts +3 -0
  408. package/lib/components/icon/paths/fcr_pensize.js +27 -0
  409. package/lib/components/icon/paths/fcr_pensize_straight.d.ts +3 -0
  410. package/lib/components/icon/paths/fcr_pensize_straight.js +26 -0
  411. package/lib/components/icon/paths/fcr_people.d.ts +3 -0
  412. package/lib/components/icon/paths/fcr_people.js +22 -0
  413. package/lib/components/icon/paths/fcr_phonecall1.d.ts +3 -0
  414. package/lib/components/icon/paths/fcr_phonecall1.js +21 -0
  415. package/lib/components/icon/paths/fcr_phonecall2.d.ts +3 -0
  416. package/lib/components/icon/paths/fcr_phonecall2.js +22 -0
  417. package/lib/components/icon/paths/fcr_phonecall3.d.ts +3 -0
  418. package/lib/components/icon/paths/fcr_phonecall3.js +23 -0
  419. package/lib/components/icon/paths/fcr_phonecall_silence.d.ts +3 -0
  420. package/lib/components/icon/paths/fcr_phonecall_silence.js +22 -0
  421. package/lib/components/icon/paths/fcr_picture.d.ts +3 -0
  422. package/lib/components/icon/paths/fcr_picture.js +28 -0
  423. package/lib/components/icon/paths/fcr_pin.d.ts +3 -0
  424. package/lib/components/icon/paths/fcr_pin.js +22 -0
  425. package/lib/components/icon/paths/fcr_pinpage.d.ts +3 -0
  426. package/lib/components/icon/paths/fcr_pinpage.js +20 -0
  427. package/lib/components/icon/paths/fcr_pinpage2.d.ts +3 -0
  428. package/lib/components/icon/paths/fcr_pinpage2.js +20 -0
  429. package/lib/components/icon/paths/fcr_platform.d.ts +3 -0
  430. package/lib/components/icon/paths/fcr_platform.js +20 -0
  431. package/lib/components/icon/paths/fcr_ppt_broken.d.ts +3 -0
  432. package/lib/components/icon/paths/fcr_ppt_broken.js +24 -0
  433. package/lib/components/icon/paths/fcr_question.d.ts +3 -0
  434. package/lib/components/icon/paths/fcr_question.js +20 -0
  435. package/lib/components/icon/paths/fcr_question2.d.ts +3 -0
  436. package/lib/components/icon/paths/fcr_question2.js +23 -0
  437. package/lib/components/icon/paths/fcr_quit2.d.ts +3 -0
  438. package/lib/components/icon/paths/fcr_quit2.js +22 -0
  439. package/lib/components/icon/paths/fcr_raisehands.d.ts +3 -0
  440. package/lib/components/icon/paths/fcr_raisehands.js +22 -0
  441. package/lib/components/icon/paths/fcr_recording_end.d.ts +3 -0
  442. package/lib/components/icon/paths/fcr_recording_end.js +24 -0
  443. package/lib/components/icon/paths/fcr_recording_on.d.ts +3 -0
  444. package/lib/components/icon/paths/fcr_recording_on.js +22 -0
  445. package/lib/components/icon/paths/fcr_recording_play.d.ts +3 -0
  446. package/lib/components/icon/paths/fcr_recording_play.js +20 -0
  447. package/lib/components/icon/paths/fcr_recording_play2.d.ts +3 -0
  448. package/lib/components/icon/paths/fcr_recording_play2.js +22 -0
  449. package/lib/components/icon/paths/fcr_recording_stop.d.ts +3 -0
  450. package/lib/components/icon/paths/fcr_recording_stop.js +22 -0
  451. package/lib/components/icon/paths/fcr_remove_pin.d.ts +3 -0
  452. package/lib/components/icon/paths/fcr_remove_pin.js +27 -0
  453. package/lib/components/icon/paths/fcr_rename.d.ts +3 -0
  454. package/lib/components/icon/paths/fcr_rename.js +22 -0
  455. package/lib/components/icon/paths/fcr_reset.d.ts +3 -0
  456. package/lib/components/icon/paths/fcr_reset.js +20 -0
  457. package/lib/components/icon/paths/fcr_reverseorder.d.ts +3 -0
  458. package/lib/components/icon/paths/fcr_reverseorder.js +20 -0
  459. package/lib/components/icon/paths/fcr_reward.d.ts +3 -0
  460. package/lib/components/icon/paths/fcr_reward.js +22 -0
  461. package/lib/components/icon/paths/fcr_rewardall.d.ts +3 -0
  462. package/lib/components/icon/paths/fcr_rewardall.js +27 -0
  463. package/lib/components/icon/paths/fcr_right.d.ts +3 -0
  464. package/lib/components/icon/paths/fcr_right.js +35 -0
  465. package/lib/components/icon/paths/fcr_right2.d.ts +3 -0
  466. package/lib/components/icon/paths/fcr_right2.js +35 -0
  467. package/lib/components/icon/paths/fcr_right3.d.ts +3 -0
  468. package/lib/components/icon/paths/fcr_right3.js +20 -0
  469. package/lib/components/icon/paths/fcr_right4.d.ts +3 -0
  470. package/lib/components/icon/paths/fcr_right4.js +22 -0
  471. package/lib/components/icon/paths/fcr_right5.d.ts +3 -0
  472. package/lib/components/icon/paths/fcr_right5.js +20 -0
  473. package/lib/components/icon/paths/fcr_rightwindows.d.ts +3 -0
  474. package/lib/components/icon/paths/fcr_rightwindows.js +22 -0
  475. package/lib/components/icon/paths/fcr_rotatingvideo.d.ts +3 -0
  476. package/lib/components/icon/paths/fcr_rotatingvideo.js +22 -0
  477. package/lib/components/icon/paths/fcr_screenshare_change1.d.ts +3 -0
  478. package/lib/components/icon/paths/fcr_screenshare_change1.js +22 -0
  479. package/lib/components/icon/paths/fcr_screenshare_change2.d.ts +3 -0
  480. package/lib/components/icon/paths/fcr_screenshare_change2.js +22 -0
  481. package/lib/components/icon/paths/fcr_screensharing.d.ts +3 -0
  482. package/lib/components/icon/paths/fcr_screensharing.js +22 -0
  483. package/lib/components/icon/paths/fcr_screensharing_1.d.ts +3 -0
  484. package/lib/components/icon/paths/fcr_screensharing_1.js +22 -0
  485. package/lib/components/icon/paths/fcr_screensharing_on.d.ts +3 -0
  486. package/lib/components/icon/paths/fcr_screensharing_on.js +22 -0
  487. package/lib/components/icon/paths/fcr_security.d.ts +3 -0
  488. package/lib/components/icon/paths/fcr_security.js +20 -0
  489. package/lib/components/icon/paths/fcr_send.d.ts +3 -0
  490. package/lib/components/icon/paths/fcr_send.js +20 -0
  491. package/lib/components/icon/paths/fcr_setting.d.ts +3 -0
  492. package/lib/components/icon/paths/fcr_setting.js +20 -0
  493. package/lib/components/icon/paths/fcr_setting_none.d.ts +3 -0
  494. package/lib/components/icon/paths/fcr_setting_none.js +22 -0
  495. package/lib/components/icon/paths/fcr_share.d.ts +3 -0
  496. package/lib/components/icon/paths/fcr_share.js +22 -0
  497. package/lib/components/icon/paths/fcr_sharingbar_down.d.ts +3 -0
  498. package/lib/components/icon/paths/fcr_sharingbar_down.js +20 -0
  499. package/lib/components/icon/paths/fcr_sharingbar_up.d.ts +3 -0
  500. package/lib/components/icon/paths/fcr_sharingbar_up.js +20 -0
  501. package/lib/components/icon/paths/fcr_showvideo.d.ts +3 -0
  502. package/lib/components/icon/paths/fcr_showvideo.js +22 -0
  503. package/lib/components/icon/paths/fcr_sipdevice.d.ts +3 -0
  504. package/lib/components/icon/paths/fcr_sipdevice.js +28 -0
  505. package/lib/components/icon/paths/fcr_smooth.d.ts +3 -0
  506. package/lib/components/icon/paths/fcr_smooth.js +70 -0
  507. package/lib/components/icon/paths/fcr_star.d.ts +3 -0
  508. package/lib/components/icon/paths/fcr_star.js +20 -0
  509. package/lib/components/icon/paths/fcr_stop.d.ts +3 -0
  510. package/lib/components/icon/paths/fcr_stop.js +22 -0
  511. package/lib/components/icon/paths/fcr_stop3.d.ts +3 -0
  512. package/lib/components/icon/paths/fcr_stop3.js +23 -0
  513. package/lib/components/icon/paths/fcr_stoplive.d.ts +3 -0
  514. package/lib/components/icon/paths/fcr_stoplive.js +22 -0
  515. package/lib/components/icon/paths/fcr_stopscreensharing.d.ts +3 -0
  516. package/lib/components/icon/paths/fcr_stopscreensharing.js +22 -0
  517. package/lib/components/icon/paths/fcr_student_rasiehand.d.ts +3 -0
  518. package/lib/components/icon/paths/fcr_student_rasiehand.js +22 -0
  519. package/lib/components/icon/paths/fcr_subtract.d.ts +3 -0
  520. package/lib/components/icon/paths/fcr_subtract.js +22 -0
  521. package/lib/components/icon/paths/fcr_tooltip_arrow.d.ts +3 -0
  522. package/lib/components/icon/paths/fcr_tooltip_arrow.js +22 -0
  523. package/lib/components/icon/paths/fcr_tooltip_arrow_2.d.ts +3 -0
  524. package/lib/components/icon/paths/fcr_tooltip_arrow_2.js +39 -0
  525. package/lib/components/icon/paths/fcr_topwindows.d.ts +3 -0
  526. package/lib/components/icon/paths/fcr_topwindows.js +22 -0
  527. package/lib/components/icon/paths/fcr_underline.d.ts +3 -0
  528. package/lib/components/icon/paths/fcr_underline.js +34 -0
  529. package/lib/components/icon/paths/fcr_unpin.d.ts +3 -0
  530. package/lib/components/icon/paths/fcr_unpin.js +25 -0
  531. package/lib/components/icon/paths/fcr_up.d.ts +3 -0
  532. package/lib/components/icon/paths/fcr_up.js +22 -0
  533. package/lib/components/icon/paths/fcr_up2.d.ts +3 -0
  534. package/lib/components/icon/paths/fcr_up2.js +22 -0
  535. package/lib/components/icon/paths/fcr_uploadlist.d.ts +3 -0
  536. package/lib/components/icon/paths/fcr_uploadlist.js +21 -0
  537. package/lib/components/icon/paths/fcr_uporder.d.ts +3 -0
  538. package/lib/components/icon/paths/fcr_uporder.js +20 -0
  539. package/lib/components/icon/paths/fcr_users.d.ts +3 -0
  540. package/lib/components/icon/paths/fcr_users.js +22 -0
  541. package/lib/components/icon/paths/fcr_v2_answer.d.ts +3 -0
  542. package/lib/components/icon/paths/fcr_v2_answer.js +22 -0
  543. package/lib/components/icon/paths/fcr_v2_breakroom.d.ts +3 -0
  544. package/lib/components/icon/paths/fcr_v2_breakroom.js +22 -0
  545. package/lib/components/icon/paths/fcr_v2_chevron_down2.d.ts +3 -0
  546. package/lib/components/icon/paths/fcr_v2_chevron_down2.js +22 -0
  547. package/lib/components/icon/paths/fcr_v2_chevron_left2.d.ts +3 -0
  548. package/lib/components/icon/paths/fcr_v2_chevron_left2.js +22 -0
  549. package/lib/components/icon/paths/fcr_v2_chevron_right2.d.ts +3 -0
  550. package/lib/components/icon/paths/fcr_v2_chevron_right2.js +22 -0
  551. package/lib/components/icon/paths/fcr_v2_expansionscreen.d.ts +3 -0
  552. package/lib/components/icon/paths/fcr_v2_expansionscreen.js +22 -0
  553. package/lib/components/icon/paths/fcr_v2_gou_alart.d.ts +3 -0
  554. package/lib/components/icon/paths/fcr_v2_gou_alart.js +22 -0
  555. package/lib/components/icon/paths/fcr_v2_louder.d.ts +3 -0
  556. package/lib/components/icon/paths/fcr_v2_louder.js +22 -0
  557. package/lib/components/icon/paths/fcr_v2_louder_min.d.ts +3 -0
  558. package/lib/components/icon/paths/fcr_v2_louder_min.js +22 -0
  559. package/lib/components/icon/paths/fcr_v2_phone_more1.d.ts +3 -0
  560. package/lib/components/icon/paths/fcr_v2_phone_more1.js +22 -0
  561. package/lib/components/icon/paths/fcr_v2_poll_add.d.ts +3 -0
  562. package/lib/components/icon/paths/fcr_v2_poll_add.js +30 -0
  563. package/lib/components/icon/paths/fcr_v2_poll_minus.d.ts +3 -0
  564. package/lib/components/icon/paths/fcr_v2_poll_minus.js +20 -0
  565. package/lib/components/icon/paths/fcr_v2_poll_zoom.d.ts +3 -0
  566. package/lib/components/icon/paths/fcr_v2_poll_zoom.js +21 -0
  567. package/lib/components/icon/paths/fcr_v2_quite.d.ts +3 -0
  568. package/lib/components/icon/paths/fcr_v2_quite.js +22 -0
  569. package/lib/components/icon/paths/fcr_v2_search.d.ts +3 -0
  570. package/lib/components/icon/paths/fcr_v2_search.js +22 -0
  571. package/lib/components/icon/paths/fcr_v2_signal_bad.d.ts +3 -0
  572. package/lib/components/icon/paths/fcr_v2_signal_bad.js +29 -0
  573. package/lib/components/icon/paths/fcr_v2_signal_good.d.ts +3 -0
  574. package/lib/components/icon/paths/fcr_v2_signal_good.js +22 -0
  575. package/lib/components/icon/paths/fcr_v2_signal_normal.d.ts +3 -0
  576. package/lib/components/icon/paths/fcr_v2_signal_normal.js +29 -0
  577. package/lib/components/icon/paths/fcr_v2_tanhao_alart.d.ts +3 -0
  578. package/lib/components/icon/paths/fcr_v2_tanhao_alart.js +22 -0
  579. package/lib/components/icon/paths/fcr_v2_timer.d.ts +3 -0
  580. package/lib/components/icon/paths/fcr_v2_timer.js +22 -0
  581. package/lib/components/icon/paths/fcr_v2_tool_new.d.ts +3 -0
  582. package/lib/components/icon/paths/fcr_v2_tool_new.js +22 -0
  583. package/lib/components/icon/paths/fcr_v2_vote.d.ts +3 -0
  584. package/lib/components/icon/paths/fcr_v2_vote.js +22 -0
  585. package/lib/components/icon/paths/fcr_video_sharescreen.d.ts +3 -0
  586. package/lib/components/icon/paths/fcr_video_sharescreen.js +22 -0
  587. package/lib/components/icon/paths/fcr_videoback.d.ts +3 -0
  588. package/lib/components/icon/paths/fcr_videoback.js +22 -0
  589. package/lib/components/icon/paths/fcr_web_chat.d.ts +3 -0
  590. package/lib/components/icon/paths/fcr_web_chat.js +23 -0
  591. package/lib/components/icon/paths/fcr_web_connectsound.d.ts +3 -0
  592. package/lib/components/icon/paths/fcr_web_connectsound.js +29 -0
  593. package/lib/components/icon/paths/fcr_web_fullscream.d.ts +3 -0
  594. package/lib/components/icon/paths/fcr_web_fullscream.js +24 -0
  595. package/lib/components/icon/paths/fcr_web_move_page.d.ts +3 -0
  596. package/lib/components/icon/paths/fcr_web_move_page.js +25 -0
  597. package/lib/components/icon/paths/fcr_web_restoration.d.ts +3 -0
  598. package/lib/components/icon/paths/fcr_web_restoration.js +22 -0
  599. package/lib/components/icon/paths/fcr_web_scale_left.d.ts +3 -0
  600. package/lib/components/icon/paths/fcr_web_scale_left.js +34 -0
  601. package/lib/components/icon/paths/fcr_web_scale_right.d.ts +3 -0
  602. package/lib/components/icon/paths/fcr_web_scale_right.js +35 -0
  603. package/lib/components/icon/paths/fcr_web_sharingview_middle.d.ts +3 -0
  604. package/lib/components/icon/paths/fcr_web_sharingview_middle.js +21 -0
  605. package/lib/components/icon/paths/fcr_web_sharingview_mix.d.ts +3 -0
  606. package/lib/components/icon/paths/fcr_web_sharingview_mix.js +23 -0
  607. package/lib/components/icon/paths/fcr_web_sharingview_small.d.ts +3 -0
  608. package/lib/components/icon/paths/fcr_web_sharingview_small.js +21 -0
  609. package/lib/components/icon/paths/fcr_web_smallest.d.ts +3 -0
  610. package/lib/components/icon/paths/fcr_web_smallest.js +23 -0
  611. package/lib/components/icon/paths/fcr_whiteboard.d.ts +3 -0
  612. package/lib/components/icon/paths/fcr_whiteboard.js +22 -0
  613. package/lib/components/icon/paths/fcr_whiteboard2.d.ts +3 -0
  614. package/lib/components/icon/paths/fcr_whiteboard2.js +22 -0
  615. package/lib/components/icon/paths/fcr_whiteboard_back.d.ts +3 -0
  616. package/lib/components/icon/paths/fcr_whiteboard_back.js +20 -0
  617. package/lib/components/icon/paths/fcr_whiteboard_bg.d.ts +3 -0
  618. package/lib/components/icon/paths/fcr_whiteboard_bg.js +29 -0
  619. package/lib/components/icon/paths/fcr_whiteboard_cloud.d.ts +3 -0
  620. package/lib/components/icon/paths/fcr_whiteboard_cloud.js +20 -0
  621. package/lib/components/icon/paths/fcr_whiteboard_eliminate.d.ts +3 -0
  622. package/lib/components/icon/paths/fcr_whiteboard_eliminate.js +20 -0
  623. package/lib/components/icon/paths/fcr_whiteboard_eraser.d.ts +3 -0
  624. package/lib/components/icon/paths/fcr_whiteboard_eraser.js +24 -0
  625. package/lib/components/icon/paths/fcr_whiteboard_expand2.d.ts +3 -0
  626. package/lib/components/icon/paths/fcr_whiteboard_expand2.js +23 -0
  627. package/lib/components/icon/paths/fcr_whiteboard_forward.d.ts +3 -0
  628. package/lib/components/icon/paths/fcr_whiteboard_forward.js +20 -0
  629. package/lib/components/icon/paths/fcr_whiteboard_laserpen.d.ts +3 -0
  630. package/lib/components/icon/paths/fcr_whiteboard_laserpen.js +22 -0
  631. package/lib/components/icon/paths/fcr_whiteboard_laserpen2.d.ts +3 -0
  632. package/lib/components/icon/paths/fcr_whiteboard_laserpen2.js +35 -0
  633. package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.d.ts +3 -0
  634. package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.js +20 -0
  635. package/lib/components/icon/paths/fcr_whiteboard_mouse.d.ts +3 -0
  636. package/lib/components/icon/paths/fcr_whiteboard_mouse.js +22 -0
  637. package/lib/components/icon/paths/fcr_whiteboard_move.d.ts +3 -0
  638. package/lib/components/icon/paths/fcr_whiteboard_move.js +22 -0
  639. package/lib/components/icon/paths/fcr_whiteboard_movesubjects.d.ts +3 -0
  640. package/lib/components/icon/paths/fcr_whiteboard_movesubjects.js +20 -0
  641. package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.d.ts +3 -0
  642. package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.js +23 -0
  643. package/lib/components/icon/paths/fcr_whiteboard_on.d.ts +3 -0
  644. package/lib/components/icon/paths/fcr_whiteboard_on.js +22 -0
  645. package/lib/components/icon/paths/fcr_whiteboard_page.d.ts +3 -0
  646. package/lib/components/icon/paths/fcr_whiteboard_page.js +22 -0
  647. package/lib/components/icon/paths/fcr_whiteboard_ped.d.ts +3 -0
  648. package/lib/components/icon/paths/fcr_whiteboard_ped.js +22 -0
  649. package/lib/components/icon/paths/fcr_whiteboard_ped2.d.ts +3 -0
  650. package/lib/components/icon/paths/fcr_whiteboard_ped2.js +28 -0
  651. package/lib/components/icon/paths/fcr_whiteboard_ped3.d.ts +3 -0
  652. package/lib/components/icon/paths/fcr_whiteboard_ped3.js +31 -0
  653. package/lib/components/icon/paths/fcr_whiteboard_ped_curve.d.ts +3 -0
  654. package/lib/components/icon/paths/fcr_whiteboard_ped_curve.js +26 -0
  655. package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.d.ts +3 -0
  656. package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.js +26 -0
  657. package/lib/components/icon/paths/fcr_whiteboard_save.d.ts +3 -0
  658. package/lib/components/icon/paths/fcr_whiteboard_save.js +22 -0
  659. package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.d.ts +3 -0
  660. package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.js +22 -0
  661. package/lib/components/icon/paths/fcr_whiteboard_shap_circle.d.ts +3 -0
  662. package/lib/components/icon/paths/fcr_whiteboard_shap_circle.js +22 -0
  663. package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.d.ts +3 -0
  664. package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.js +22 -0
  665. package/lib/components/icon/paths/fcr_whiteboard_shap_line.d.ts +3 -0
  666. package/lib/components/icon/paths/fcr_whiteboard_shap_line.js +23 -0
  667. package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.d.ts +3 -0
  668. package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.js +22 -0
  669. package/lib/components/icon/paths/fcr_whiteboard_shap_square.d.ts +3 -0
  670. package/lib/components/icon/paths/fcr_whiteboard_shap_square.js +22 -0
  671. package/lib/components/icon/paths/fcr_whiteboard_shap_star.d.ts +3 -0
  672. package/lib/components/icon/paths/fcr_whiteboard_shap_star.js +22 -0
  673. package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.d.ts +3 -0
  674. package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.js +22 -0
  675. package/lib/components/icon/paths/fcr_whiteboard_slice.d.ts +3 -0
  676. package/lib/components/icon/paths/fcr_whiteboard_slice.js +25 -0
  677. package/lib/components/icon/paths/fcr_whiteboard_text.d.ts +3 -0
  678. package/lib/components/icon/paths/fcr_whiteboard_text.js +22 -0
  679. package/lib/components/icon/paths/fcr_whiteboard_toolbox.d.ts +3 -0
  680. package/lib/components/icon/paths/fcr_whiteboard_toolbox.js +22 -0
  681. package/lib/components/icon/paths/fcr_whitechoose.d.ts +3 -0
  682. package/lib/components/icon/paths/fcr_whitechoose.js +28 -0
  683. package/lib/components/icon/paths/fcr_wihiteboard_slice.d.ts +3 -0
  684. package/lib/components/icon/paths/fcr_wihiteboard_slice.js +22 -0
  685. package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.d.ts +3 -0
  686. package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.js +22 -0
  687. package/lib/components/icon/paths/fcr_window_bigger.d.ts +3 -0
  688. package/lib/components/icon/paths/fcr_window_bigger.js +22 -0
  689. package/lib/components/icon/paths/fcr_window_smaller.d.ts +3 -0
  690. package/lib/components/icon/paths/fcr_window_smaller.js +22 -0
  691. package/lib/components/icon/paths/fcr_windowpage_bigger.d.ts +3 -0
  692. package/lib/components/icon/paths/fcr_windowpage_bigger.js +22 -0
  693. package/lib/components/icon/paths/fcr_windowpage_lonely.d.ts +3 -0
  694. package/lib/components/icon/paths/fcr_windowpage_lonely.js +32 -0
  695. package/lib/components/icon/paths/fcr_windowpage_smaller.d.ts +3 -0
  696. package/lib/components/icon/paths/fcr_windowpage_smaller.js +24 -0
  697. package/lib/components/icon/paths/fcr_windowpage_smaller2.d.ts +3 -0
  698. package/lib/components/icon/paths/fcr_windowpage_smaller2.js +33 -0
  699. package/lib/components/icon/paths/fcr_windowpage_smaller3.d.ts +3 -0
  700. package/lib/components/icon/paths/fcr_windowpage_smaller3.js +29 -0
  701. package/lib/components/icon/paths/fcr_wizard_arrow.d.ts +3 -0
  702. package/lib/components/icon/paths/fcr_wizard_arrow.js +23 -0
  703. package/lib/components/icon/paths/fcr_wrong.d.ts +3 -0
  704. package/lib/components/icon/paths/fcr_wrong.js +42 -0
  705. package/lib/components/icon/paths/fcr_zoomin.d.ts +3 -0
  706. package/lib/components/icon/paths/fcr_zoomin.js +22 -0
  707. package/lib/components/icon/paths/fcr_zoomout.d.ts +3 -0
  708. package/lib/components/icon/paths/fcr_zoomout.js +22 -0
  709. package/lib/components/icon/svg-dict.d.ts +12 -0
  710. package/lib/components/icon/svg-dict.js +36 -0
  711. package/lib/components/icon/svg-exports.d.ts +269 -0
  712. package/lib/components/icon/svg-exports.js +556 -0
  713. package/lib/components/icon/type.d.ts +271 -0
  714. package/lib/components/icon/type.js +279 -0
  715. package/lib/components/icon-button/index.css +81 -0
  716. package/lib/components/icon-button/index.d.ts +24 -0
  717. package/lib/components/icon-button/index.js +53 -0
  718. package/lib/components/icon-button/index.stories.d.ts +6 -0
  719. package/lib/components/icon-button/index.stories.js +50 -0
  720. package/lib/components/icon-frame/index.css +0 -0
  721. package/lib/components/icon-frame/index.d.ts +10 -0
  722. package/lib/components/icon-frame/index.js +43 -0
  723. package/lib/components/icon-frame/index.stories.d.ts +5 -0
  724. package/lib/components/icon-frame/index.stories.js +39 -0
  725. package/lib/components/icon-phone-call/index.d.ts +9 -0
  726. package/lib/components/icon-phone-call/index.js +49 -0
  727. package/lib/components/icon-phone-call/index.stories.d.ts +5 -0
  728. package/lib/components/icon-phone-call/index.stories.js +41 -0
  729. package/lib/components/input/index.css +137 -0
  730. package/lib/components/input/index.d.ts +70 -0
  731. package/lib/components/input/index.js +147 -0
  732. package/lib/components/input/index.stories.d.ts +5 -0
  733. package/lib/components/input/index.stories.js +124 -0
  734. package/lib/components/input/input-password.d.ts +69 -0
  735. package/lib/components/input/input-password.js +156 -0
  736. package/lib/components/input-number/index.css +114 -0
  737. package/lib/components/input-number/index.d.ts +69 -0
  738. package/lib/components/input-number/index.js +196 -0
  739. package/lib/components/input-number/index.stories.d.ts +6 -0
  740. package/lib/components/input-number/index.stories.js +74 -0
  741. package/lib/components/latest-button/index.css +17 -0
  742. package/lib/components/latest-button/index.d.ts +14 -0
  743. package/lib/components/latest-button/index.js +79 -0
  744. package/lib/components/latest-button/index.stories.d.ts +5 -0
  745. package/lib/components/latest-button/index.stories.js +107 -0
  746. package/lib/components/line-copy-button/index.css +106 -0
  747. package/lib/components/line-copy-button/index.d.ts +24 -0
  748. package/lib/components/line-copy-button/index.js +262 -0
  749. package/lib/components/line-copy-button/index.stories.d.ts +5 -0
  750. package/lib/components/line-copy-button/index.stories.js +147 -0
  751. package/lib/components/live-streaming/container.css +58 -0
  752. package/lib/components/live-streaming/container.d.ts +11 -0
  753. package/lib/components/live-streaming/container.js +174 -0
  754. package/lib/components/live-streaming/index.stories.d.ts +6 -0
  755. package/lib/components/live-streaming/index.stories.js +69 -0
  756. package/lib/components/local-video-player/index.css +98 -0
  757. package/lib/components/local-video-player/index.d.ts +29 -0
  758. package/lib/components/local-video-player/index.js +158 -0
  759. package/lib/components/message-bar/index.css +62 -0
  760. package/lib/components/message-bar/index.d.ts +12 -0
  761. package/lib/components/message-bar/index.js +65 -0
  762. package/lib/components/message-bar/index.stories.d.ts +5 -0
  763. package/lib/components/message-bar/index.stories.js +63 -0
  764. package/lib/components/message-bubble/emoji-msg.d.ts +7 -0
  765. package/lib/components/message-bubble/emoji-msg.js +98 -0
  766. package/lib/components/message-bubble/index.css +71 -0
  767. package/lib/components/message-bubble/index.d.ts +14 -0
  768. package/lib/components/message-bubble/index.js +96 -0
  769. package/lib/components/message-bubble/index.stories.d.ts +5 -0
  770. package/lib/components/message-bubble/index.stories.js +194 -0
  771. package/lib/components/message-label/index.css +95 -0
  772. package/lib/components/message-label/index.d.ts +18 -0
  773. package/lib/components/message-label/index.js +91 -0
  774. package/lib/components/message-label/index.stories.d.ts +5 -0
  775. package/lib/components/message-label/index.stories.js +231 -0
  776. package/lib/components/message-textarea/handleUploadImag.d.ts +1 -0
  777. package/lib/components/message-textarea/handleUploadImag.js +63 -0
  778. package/lib/components/message-textarea/index.css +111 -0
  779. package/lib/components/message-textarea/index.d.ts +20 -0
  780. package/lib/components/message-textarea/index.js +250 -0
  781. package/lib/components/message-textarea/index.stories.d.ts +5 -0
  782. package/lib/components/message-textarea/index.stories.js +80 -0
  783. package/lib/components/microphone-indicator/index.d.ts +7 -0
  784. package/lib/components/microphone-indicator/index.js +59 -0
  785. package/lib/components/multi-select/index.css +63 -0
  786. package/lib/components/multi-select/index.d.ts +9 -0
  787. package/lib/components/multi-select/index.js +114 -0
  788. package/lib/components/multi-select/index.stories.d.ts +5 -0
  789. package/lib/components/multi-select/index.stories.js +43 -0
  790. package/lib/components/multi-select-checkbox/index.css +45 -0
  791. package/lib/components/multi-select-checkbox/index.d.ts +11 -0
  792. package/lib/components/multi-select-checkbox/index.js +42 -0
  793. package/lib/components/multi-select-checkbox/index.stories.d.ts +5 -0
  794. package/lib/components/multi-select-checkbox/index.stories.js +36 -0
  795. package/lib/components/participants/attendee/index.css +151 -0
  796. package/lib/components/participants/attendee/index.d.ts +24 -0
  797. package/lib/components/participants/attendee/index.js +190 -0
  798. package/lib/components/participants/data.d.ts +3 -0
  799. package/lib/components/participants/data.js +527 -0
  800. package/lib/components/participants/footer/index.css +14 -0
  801. package/lib/components/participants/footer/index.d.ts +11 -0
  802. package/lib/components/participants/footer/index.js +207 -0
  803. package/lib/components/participants/hover-perspective-attendee/index.d.ts +5 -0
  804. package/lib/components/participants/hover-perspective-attendee/index.js +22 -0
  805. package/lib/components/participants/index.css +88 -0
  806. package/lib/components/participants/index.d.ts +17 -0
  807. package/lib/components/participants/index.js +120 -0
  808. package/lib/components/participants/index.stories.d.ts +6 -0
  809. package/lib/components/participants/index.stories.js +66 -0
  810. package/lib/components/participants/participants-more/index.css +17 -0
  811. package/lib/components/participants/participants-more/index.d.ts +4 -0
  812. package/lib/components/participants/participants-more/index.js +194 -0
  813. package/lib/components/popover/index.css +17 -0
  814. package/lib/components/popover/index.d.ts +47 -0
  815. package/lib/components/popover/index.js +193 -0
  816. package/lib/components/popover/index.stories.d.ts +6 -0
  817. package/lib/components/popover/index.stories.js +46 -0
  818. package/lib/components/radio/index.css +76 -0
  819. package/lib/components/radio/index.d.ts +22 -0
  820. package/lib/components/radio/index.js +113 -0
  821. package/lib/components/radio/index.stories.d.ts +6 -0
  822. package/lib/components/radio/index.stories.js +39 -0
  823. package/lib/components/room-screen-share-state-bar/camera-state/index.d.ts +6 -0
  824. package/lib/components/room-screen-share-state-bar/camera-state/index.js +24 -0
  825. package/lib/components/room-screen-share-state-bar/device/index.css +27 -0
  826. package/lib/components/room-screen-share-state-bar/device/index.d.ts +24 -0
  827. package/lib/components/room-screen-share-state-bar/device/index.js +256 -0
  828. package/lib/components/room-screen-share-state-bar/index.css +30 -0
  829. package/lib/components/room-screen-share-state-bar/index.d.ts +2 -0
  830. package/lib/components/room-screen-share-state-bar/index.js +118 -0
  831. package/lib/components/room-screen-share-state-bar/index.stories.d.ts +6 -0
  832. package/lib/components/room-screen-share-state-bar/index.stories.js +22 -0
  833. package/lib/components/room-screen-share-state-bar/meeting-security/index.d.ts +3 -0
  834. package/lib/components/room-screen-share-state-bar/meeting-security/index.js +31 -0
  835. package/lib/components/room-screen-share-state-bar/microphone-state/index.d.ts +8 -0
  836. package/lib/components/room-screen-share-state-bar/microphone-state/index.js +50 -0
  837. package/lib/components/room-screen-share-state-bar/more/index.css +3 -0
  838. package/lib/components/room-screen-share-state-bar/more/index.d.ts +9 -0
  839. package/lib/components/room-screen-share-state-bar/more/index.js +118 -0
  840. package/lib/components/room-screen-share-state-bar/participants/index.d.ts +3 -0
  841. package/lib/components/room-screen-share-state-bar/participants/index.js +29 -0
  842. package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.d.ts +2 -0
  843. package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.js +106 -0
  844. package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.css +23 -0
  845. package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.d.ts +13 -0
  846. package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.js +46 -0
  847. package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.d.ts +6 -0
  848. package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.js +33 -0
  849. package/lib/components/room-screen-share-state-bar/share-action-nav/index.css +137 -0
  850. package/lib/components/room-screen-share-state-bar/share-action-nav/index.d.ts +9 -0
  851. package/lib/components/room-screen-share-state-bar/share-action-nav/index.js +71 -0
  852. package/lib/components/room-screen-share-state-bar/share-audio/index.css +66 -0
  853. package/lib/components/room-screen-share-state-bar/share-audio/index.d.ts +12 -0
  854. package/lib/components/room-screen-share-state-bar/share-audio/index.js +149 -0
  855. package/lib/components/room-screen-share-state-bar/share-screen-button/index.d.ts +5 -0
  856. package/lib/components/room-screen-share-state-bar/share-screen-button/index.js +28 -0
  857. package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.css +23 -0
  858. package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.d.ts +6 -0
  859. package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.js +35 -0
  860. package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.d.ts +6 -0
  861. package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.js +49 -0
  862. package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.css +3 -0
  863. package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.d.ts +2 -0
  864. package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.js +31 -0
  865. package/lib/components/room-screen-share-state-bar/share-state-bar/index.css +39 -0
  866. package/lib/components/room-screen-share-state-bar/share-state-bar/index.d.ts +4 -0
  867. package/lib/components/room-screen-share-state-bar/share-state-bar/index.js +53 -0
  868. package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.d.ts +6 -0
  869. package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.js +22 -0
  870. package/lib/components/room-screen-share-state-bar/share-state-nav/index.css +55 -0
  871. package/lib/components/room-screen-share-state-bar/share-state-nav/index.d.ts +9 -0
  872. package/lib/components/room-screen-share-state-bar/share-state-nav/index.js +69 -0
  873. package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.d.ts +11 -0
  874. package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.js +46 -0
  875. package/lib/components/select/index.css +156 -0
  876. package/lib/components/select/index.d.ts +73 -0
  877. package/lib/components/select/index.js +125 -0
  878. package/lib/components/select/index.stories.d.ts +15 -0
  879. package/lib/components/select/index.stories.js +125 -0
  880. package/lib/components/select-phone/index.css +95 -0
  881. package/lib/components/select-phone/index.d.ts +59 -0
  882. package/lib/components/select-phone/index.js +102 -0
  883. package/lib/components/select-phone/index.stories.d.ts +15 -0
  884. package/lib/components/select-phone/index.stories.js +70 -0
  885. package/lib/components/share-selection/index.css +59 -0
  886. package/lib/components/share-selection/index.d.ts +11 -0
  887. package/lib/components/share-selection/index.js +104 -0
  888. package/lib/components/share-selection/index.stories.d.ts +6 -0
  889. package/lib/components/share-selection/index.stories.js +113 -0
  890. package/lib/components/slider/index.css +59 -0
  891. package/lib/components/slider/index.d.ts +50 -0
  892. package/lib/components/slider/index.js +167 -0
  893. package/lib/components/slider/index.stories.d.ts +6 -0
  894. package/lib/components/slider/index.stories.js +158 -0
  895. package/lib/components/state-bar/assets/fcr_grid_big.svg +3 -0
  896. package/lib/components/state-bar/assets/fcr_listontop_big.svg +3 -0
  897. package/lib/components/state-bar/assets/live-streaming.gif +0 -0
  898. package/lib/components/state-bar/assets/state-bar-logo.png +0 -0
  899. package/lib/components/state-bar/assets/step-gradient.svg +10 -0
  900. package/lib/components/state-bar/index.css +404 -0
  901. package/lib/components/state-bar/index.d.ts +1 -0
  902. package/lib/components/state-bar/index.js +37 -0
  903. package/lib/components/state-bar/index.stories.d.ts +6 -0
  904. package/lib/components/state-bar/index.stories.js +37 -0
  905. package/lib/components/state-bar/layout-config.d.ts +5 -0
  906. package/lib/components/state-bar/layout-config.js +131 -0
  907. package/lib/components/state-bar/meeting-time.d.ts +13 -0
  908. package/lib/components/state-bar/meeting-time.js +46 -0
  909. package/lib/components/state-bar/network-quality.d.ts +6 -0
  910. package/lib/components/state-bar/network-quality.js +27 -0
  911. package/lib/components/state-bar/view.d.ts +5 -0
  912. package/lib/components/state-bar/view.js +298 -0
  913. package/lib/components/switch/index.css +64 -0
  914. package/lib/components/switch/index.d.ts +30 -0
  915. package/lib/components/switch/index.js +49 -0
  916. package/lib/components/switch/index.stories.d.ts +6 -0
  917. package/lib/components/switch/index.stories.js +45 -0
  918. package/lib/components/tabs/index.css +88 -0
  919. package/lib/components/tabs/index.d.ts +13 -0
  920. package/lib/components/tabs/index.js +128 -0
  921. package/lib/components/tabs/index.stories.d.ts +5 -0
  922. package/lib/components/tabs/index.stories.js +103 -0
  923. package/lib/components/text-bubble/index.css +88 -0
  924. package/lib/components/text-bubble/index.d.ts +13 -0
  925. package/lib/components/text-bubble/index.js +61 -0
  926. package/lib/components/text-bubble/index.stories.d.ts +5 -0
  927. package/lib/components/text-bubble/index.stories.js +109 -0
  928. package/lib/components/textarea/helper.d.ts +2 -0
  929. package/lib/components/textarea/helper.js +63 -0
  930. package/lib/components/textarea/index.css +113 -0
  931. package/lib/components/textarea/index.d.ts +100 -0
  932. package/lib/components/textarea/index.js +195 -0
  933. package/lib/components/textarea/index.stories.d.ts +6 -0
  934. package/lib/components/textarea/index.stories.js +95 -0
  935. package/lib/components/toast/index.css +239 -0
  936. package/lib/components/toast/index.d.ts +123 -0
  937. package/lib/components/toast/index.js +352 -0
  938. package/lib/components/toast/index.stories.d.ts +6 -0
  939. package/lib/components/toast/index.stories.js +135 -0
  940. package/lib/components/tooltip/arrow.css +159 -0
  941. package/lib/components/tooltip/dialog.d.ts +18 -0
  942. package/lib/components/tooltip/dialog.js +83 -0
  943. package/lib/components/tooltip/guide.d.ts +26 -0
  944. package/lib/components/tooltip/guide.js +85 -0
  945. package/lib/components/tooltip/index.css +314 -0
  946. package/lib/components/tooltip/index.d.ts +90 -0
  947. package/lib/components/tooltip/index.js +110 -0
  948. package/lib/components/tooltip/index.stories.d.ts +14 -0
  949. package/lib/components/tooltip/index.stories.js +99 -0
  950. package/lib/components/tooltip/info.d.ts +6 -0
  951. package/lib/components/tooltip/info.js +59 -0
  952. package/lib/components/tooltips-button/index.d.ts +34 -0
  953. package/lib/components/tooltips-button/index.js +111 -0
  954. package/lib/components/tooltips-button/index.stories.d.ts +6 -0
  955. package/lib/components/tooltips-button/index.stories.js +57 -0
  956. package/lib/components/tooltips-button/tooltip-button.css +58 -0
  957. package/lib/components/volume-indicator/index.css +17 -0
  958. package/lib/components/volume-indicator/index.d.ts +20 -0
  959. package/lib/components/volume-indicator/index.js +33 -0
  960. package/lib/components/volume-indicator/index.stories.d.ts +6 -0
  961. package/lib/components/volume-indicator/index.stories.js +77 -0
  962. package/lib/components/window-header/index.css +66 -0
  963. package/lib/components/window-header/index.d.ts +19 -0
  964. package/lib/components/window-header/index.js +96 -0
  965. package/lib/components/window-header/index.stories.d.ts +6 -0
  966. package/lib/components/window-header/index.stories.js +51 -0
  967. package/lib/components/windows-control/index.css +34 -0
  968. package/lib/components/windows-control/index.d.ts +10 -0
  969. package/lib/components/windows-control/index.js +90 -0
  970. package/lib/components/windows-control/index.stories.d.ts +6 -0
  971. package/lib/components/windows-control/index.stories.js +41 -0
  972. package/lib/components/zone-phone/index.css +147 -0
  973. package/lib/components/zone-phone/index.d.ts +96 -0
  974. package/lib/components/zone-phone/index.js +197 -0
  975. package/lib/components/zone-phone/index.stories.d.ts +21 -0
  976. package/lib/components/zone-phone/index.stories.js +76 -0
  977. package/lib/global.d.ts +15 -0
  978. package/lib/hooks/use-click-anywhere.d.ts +2 -0
  979. package/lib/hooks/use-click-anywhere.js +18 -0
  980. package/lib/i18n/index.d.ts +9 -0
  981. package/lib/i18n/index.js +116 -0
  982. package/lib/theme/context.d.ts +21 -0
  983. package/lib/theme/context.js +11 -0
  984. package/lib/theme/fcr-ui-config.d.ts +357 -0
  985. package/lib/theme/fcr-ui-config.js +373 -0
  986. package/lib/theme/generate.d.ts +4 -0
  987. package/lib/theme/generate.js +54 -0
  988. package/lib/utilities/click-anywhere.d.ts +1 -0
  989. package/lib/utilities/click-anywhere.js +39 -0
  990. package/lib/utilities/color-palette.d.ts +1 -0
  991. package/lib/utilities/color-palette.js +93 -0
  992. package/lib/utilities/global.css +686 -0
  993. package/lib/utilities/hooks/animations.d.ts +14 -0
  994. package/lib/utilities/hooks/animations.js +76 -0
  995. package/lib/utilities/hooks/use-click-anywhere.d.ts +2 -0
  996. package/lib/utilities/hooks/use-click-anywhere.js +18 -0
  997. package/lib/utilities/use-namespace.d.ts +15 -0
  998. package/lib/utilities/use-namespace.js +66 -0
  999. package/package.json +64 -0
  1000. package/patches/rc-util+5.39.1.patch +60 -0
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M32 12.8001H16C14.2327 12.8001 12.8 14.2328 12.8 16.0001V32.0001C12.8 33.7674 14.2327 35.2001 16 35.2001H32C33.7673 35.2001 35.2 33.7674 35.2 32.0001V16.0001C35.2 14.2328 33.7673 12.8001 32 12.8001ZM16 9.6001C12.4654 9.6001 9.59998 12.4655 9.59998 16.0001V32.0001C9.59998 35.5347 12.4654 38.4001 16 38.4001H32C35.5346 38.4001 38.4 35.5347 38.4 32.0001V16.0001C38.4 12.4655 35.5346 9.6001 32 9.6001H16Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M24 12.4892L21.1913 17.0362C20.5285 18.1092 19.47 18.8782 18.2447 19.177L13.0524 20.4431L16.5088 24.5195C17.3245 25.4814 17.7288 26.7257 17.6343 27.9833L17.234 33.3128L22.1789 31.2852C23.3458 30.8067 24.6541 30.8067 25.821 31.2852L30.766 33.3128L30.3656 27.9833C30.2712 26.7257 30.6755 25.4814 31.4911 24.5195L34.9476 20.4431L29.7552 19.177C28.5299 18.8782 27.4715 18.1092 26.8087 17.0362L24 12.4892ZM25.3612 8.60387C24.736 7.59168 23.264 7.59168 22.6387 8.60387L18.4688 15.3545C18.2479 15.7121 17.895 15.9685 17.4866 16.0681L9.77783 17.9479C8.62196 18.2297 8.1671 19.6297 8.93654 20.5371L14.0682 26.589C14.34 26.9096 14.4748 27.3244 14.4433 27.7436L13.849 35.656C13.7599 36.8424 14.9507 37.7076 16.0515 37.2562L23.393 34.2459C23.7819 34.0864 24.218 34.0864 24.607 34.2459L31.9485 37.2562C33.0492 37.7076 34.2401 36.8424 34.151 35.656L33.5566 27.7436C33.5252 27.3244 33.6599 26.9096 33.9318 26.589L39.0634 20.5371C39.8329 19.6297 39.378 18.2297 38.2221 17.9479L30.5133 16.0681C30.1049 15.9685 29.7521 15.7121 29.5312 15.3545L25.3612 8.60387Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M24 12.8L12.9149 32H35.0851L24 12.8ZM25.3856 8.8C24.7698 7.73333 23.2302 7.73333 22.6144 8.8L8.75795 32.8C8.1421 33.8667 8.9119 35.2 10.1436 35.2H37.8564C39.0881 35.2 39.8579 33.8667 39.242 32.8L25.3856 8.8Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 32 32";
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ d: "M12.9599 15.9974L15.6784 13.531L7.59706 6.66406C5.81093 11.724 12.9599 15.9974 12.9599 15.9974Z",
16
+ fill: iconPrimary,
17
+ fillOpacity: "0.8"
18
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
+ d: "M21.1405 17.0921H18.6935C18.1638 16.8685 18.5059 15.9893 18.5059 15.9893C18.5059 15.9893 21.7543 13.4896 22.9267 11.8571C24.0978 10.2232 23.9102 6.66406 23.9102 6.66406L15.11 14.9325C15.3624 14.7632 15.67 14.6629 16.001 14.6629C16.8741 14.6629 17.5817 15.3579 17.5817 16.2169C17.5817 17.0745 16.8741 17.7709 16.001 17.7709C15.1265 17.7709 14.4189 17.0745 14.4189 16.2182C14.4189 15.8646 14.5403 15.5408 14.7403 15.2807L12.812 17.0921H10.8602C8.54428 17.0921 6.66699 18.9346 6.66699 21.2121C6.66699 23.4868 8.54428 25.3307 10.8602 25.3307C13.1789 25.3307 15.0548 23.4868 15.0548 21.2121C15.0548 20.5062 14.8741 19.8437 14.5582 19.2639C15.481 18.7124 16.6328 18.8425 17.5362 19.1026C17.1624 19.7191 16.9445 20.4398 16.9445 21.2121C16.9445 23.4868 18.8218 25.3307 21.1391 25.3307C23.4564 25.3307 25.3337 23.4868 25.3337 21.2121C25.335 18.9346 23.4564 17.0921 21.1405 17.0921ZM10.8602 23.7713C9.42154 23.7713 8.25324 22.6265 8.25324 21.2121C8.25324 19.7963 9.42154 18.6488 10.8602 18.6488C12.3016 18.6488 13.4685 19.7963 13.4685 21.2121C13.4685 22.6265 12.3016 23.7713 10.8602 23.7713ZM21.1405 23.7713C19.699 23.7713 18.5335 22.6265 18.5335 21.2121C18.5335 20.6254 18.7349 20.0876 19.0728 19.6554L19.1542 19.5538C19.6342 19.0024 20.3446 18.6501 21.1405 18.6501C22.5805 18.6501 23.7488 19.7977 23.7488 21.2134C23.7474 22.6265 22.5805 23.7713 21.1405 23.7713Z",
20
+ fill: iconPrimary,
21
+ fillOpacity: "0.8"
22
+ })]
23
+ });
24
+ };
25
+ var viewBox = exports.viewBox = '0 0 32 32';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M36.2392 11.4287L36.5714 18.1285H35.731C35.5688 16.9488 35.3479 16.1064 35.0684 15.5995C34.6111 14.7851 34.0032 14.185 33.2468 13.7974C32.4865 13.4135 31.4878 13.2197 30.2525 13.2197H26.0327V31.6199C26.0327 33.3754 26.2301 34.4712 26.6288 34.9073C27.1878 35.4962 28.0498 35.7907 29.2147 35.7907H30.2525V36.5716H17.5482V35.7907H18.6075C19.874 35.7907 20.7731 35.4254 21.3028 34.6967C21.6253 34.2476 21.7895 33.2207 21.7895 31.6199V13.2197H18.1892C16.7898 13.2197 15.793 13.3184 15.2047 13.5141C14.4385 13.7806 13.7857 14.295 13.2385 15.0516C12.6932 15.812 12.3707 16.8351 12.2671 18.1285H11.4286L11.7804 11.4287H36.2392Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M20.8847 15C20.8847 14.1716 21.5563 13.5 22.3847 13.5H25.6155C26.4439 13.5 27.1155 14.1716 27.1155 15H20.8847ZM17.8847 15C17.8847 12.5147 19.8994 10.5 22.3847 10.5H25.6155C28.1007 10.5 30.1155 12.5147 30.1155 15H33C34.6569 15 36 16.3431 36 18V21C36 22.6569 34.6569 24 33 24H15C13.3431 24 12 22.6569 12 21V18C12 16.3431 13.3431 15 15 15H17.8847ZM22.1536 26H15C14.0042 26 13.1217 25.5148 12.576 24.7679L12.2157 31.7951C12.0984 34.0817 13.9208 36 16.2104 36H31.7896C34.0792 36 35.9016 34.0817 35.7844 31.7951L35.424 24.7679C34.8783 25.5148 33.9958 26 33 26H25.8459V26.1538C25.8459 27.1734 25.0194 28 23.9998 28C22.9802 28 22.1536 27.1734 22.1536 26.1538V26Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ d: "M26.6677 26.2628L31.3361 40.4836C31.4569 40.8516 31.736 41.1463 32.097 41.2868C32.7637 41.5463 33.5145 41.2162 33.774 40.5495L35.9786 34.8852C36.0781 34.6296 36.278 34.4259 36.5317 34.3215L42.5467 31.8473C42.8931 31.7048 43.1608 31.4193 43.2809 31.0646C43.5102 30.3869 43.1468 29.6516 42.4691 29.4223L28.3137 24.6317C28.0482 24.5419 27.7607 24.5406 27.4944 24.628C26.8147 24.8511 26.4445 25.583 26.6677 26.2628Z",
16
+ fill: iconPrimary
17
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
18
+ d: "M26.6677 26.2628L31.3361 40.4836C31.4569 40.8516 31.736 41.1463 32.097 41.2868C32.7637 41.5463 33.5145 41.2162 33.774 40.5495L35.9786 34.8852C36.0781 34.6296 36.278 34.4259 36.5317 34.3215L42.5467 31.8473C42.8931 31.7048 43.1608 31.4193 43.2809 31.0646C43.5102 30.3869 43.1468 29.6516 42.4691 29.4223L28.3137 24.6317C28.0482 24.5419 27.7607 24.5406 27.4944 24.628C26.8147 24.8511 26.4445 25.583 26.6677 26.2628Z",
19
+ fill: iconPrimary
20
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M15.5 16.0996C15.3652 16.0996 15.2344 16.1128 15.1086 16.1377C14.5668 16.2449 14.0407 15.8926 13.9335 15.3508C13.8263 14.809 14.1787 14.2829 14.7204 14.1757C14.9734 14.1257 15.2341 14.0996 15.5 14.0996H15.9513C16.5035 14.0996 16.9513 14.5473 16.9513 15.0996C16.9513 15.6519 16.5035 16.0996 15.9513 16.0996H15.5ZM17.6588 15.0996C17.6588 14.5473 18.1065 14.0996 18.6588 14.0996H19.5613C20.1135 14.0996 20.5613 14.5473 20.5613 15.0996C20.5613 15.6519 20.1135 16.0996 19.5613 16.0996H18.6588C18.1065 16.0996 17.6588 15.6519 17.6588 15.0996ZM21.2688 15.0996C21.2688 14.5473 21.7165 14.0996 22.2688 14.0996H23.1713C23.7235 14.0996 24.1713 14.5473 24.1713 15.0996C24.1713 15.6519 23.7235 16.0996 23.1713 16.0996H22.2688C21.7165 16.0996 21.2688 15.6519 21.2688 15.0996ZM24.8788 15.0996C24.8788 14.5473 25.3265 14.0996 25.8788 14.0996H26.7813C27.3335 14.0996 27.7813 14.5473 27.7813 15.0996C27.7813 15.6519 27.3335 16.0996 26.7813 16.0996H25.8788C25.3265 16.0996 24.8788 15.6519 24.8788 15.0996ZM28.4888 15.0996C28.4888 14.5473 28.9365 14.0996 29.4888 14.0996H30.3913C30.9435 14.0996 31.3913 14.5473 31.3913 15.0996C31.3913 15.6519 30.9435 16.0996 30.3913 16.0996H29.4888C28.9365 16.0996 28.4888 15.6519 28.4888 15.0996ZM32.0988 15.0996C32.0988 14.5473 32.5465 14.0996 33.0988 14.0996H33.55C33.8159 14.0996 34.0766 14.1257 34.3296 14.1757C34.8713 14.2829 35.2237 14.809 35.1165 15.3508C35.0093 15.8926 34.4832 16.2449 33.9414 16.1377C33.8156 16.1128 33.6849 16.0996 33.55 16.0996H33.0988C32.5465 16.0996 32.0988 15.6519 32.0988 15.0996ZM36.2988 16.5331C36.8406 16.426 37.3667 16.7783 37.4739 17.3201C37.5239 17.573 37.55 17.8337 37.55 18.0996V18.6996C37.55 19.2519 37.1023 19.6996 36.55 19.6996C35.9977 19.6996 35.55 19.2519 35.55 18.6996V18.0996C35.55 17.9648 35.5368 17.834 35.5119 17.7082C35.4047 17.1664 35.757 16.6403 36.2988 16.5331ZM12.7512 16.5331C13.293 16.6403 13.6453 17.1664 13.5381 17.7082C13.5132 17.834 13.5 17.9648 13.5 18.0996V18.6621C13.5 19.2144 13.0523 19.6621 12.5 19.6621C11.9477 19.6621 11.5 19.2144 11.5 18.6621V18.0996C11.5 17.8337 11.5261 17.573 11.5761 17.3201C11.6833 16.7783 12.2094 16.426 12.7512 16.5331ZM12.5 21.0371C13.0523 21.0371 13.5 21.4848 13.5 22.0371V23.1621C13.5 23.7144 13.0523 24.1621 12.5 24.1621C11.9477 24.1621 11.5 23.7144 11.5 23.1621V22.0371C11.5 21.4848 11.9477 21.0371 12.5 21.0371ZM36.55 21.2996C37.1023 21.2996 37.55 21.7473 37.55 22.2996V22.8996C37.55 23.4519 37.1023 23.8996 36.55 23.8996C35.9977 23.8996 35.55 23.4519 35.55 22.8996V22.2996C35.55 21.7473 35.9977 21.2996 36.55 21.2996ZM12.5 25.5371C13.0523 25.5371 13.5 25.9848 13.5 26.5371V27.6621C13.5 28.2144 13.0523 28.6621 12.5 28.6621C11.9477 28.6621 11.5 28.2144 11.5 27.6621V26.5371C11.5 25.9848 11.9477 25.5371 12.5 25.5371ZM12.5 30.0371C13.0523 30.0371 13.5 30.4848 13.5 31.0371V31.5996C13.5 31.7345 13.5132 31.8652 13.5381 31.991C13.6453 32.5328 13.293 33.0589 12.7512 33.1661C12.2094 33.2733 11.6833 32.9209 11.5761 32.3792C11.5261 32.1262 11.5 31.8655 11.5 31.5996V31.0371C11.5 30.4848 11.9477 30.0371 12.5 30.0371ZM13.9335 34.3484C14.0407 33.8067 14.5668 33.4543 15.1086 33.5615C15.2344 33.5864 15.3651 33.5996 15.5 33.5996H15.9167C16.469 33.5996 16.9167 34.0473 16.9167 34.5996C16.9167 35.1519 16.469 35.5996 15.9167 35.5996H15.5C15.2341 35.5996 14.9734 35.5735 14.7204 35.5235C14.1787 35.4163 13.8263 34.8902 13.9335 34.3484ZM17.4167 34.5996C17.4167 34.0473 17.8644 33.5996 18.4167 33.5996H19.25C19.8023 33.5996 20.25 34.0473 20.25 34.5996C20.25 35.1519 19.8023 35.5996 19.25 35.5996H18.4167C17.8644 35.5996 17.4167 35.1519 17.4167 34.5996ZM20.75 34.5996C20.75 34.0473 21.1977 33.5996 21.75 33.5996H22.5833C23.1356 33.5996 23.5833 34.0473 23.5833 34.5996C23.5833 35.1519 23.1356 35.5996 22.5833 35.5996H21.75C21.1977 35.5996 20.75 35.1519 20.75 34.5996ZM24.0833 34.5996C24.0833 34.0473 24.531 33.5996 25.0833 33.5996H25.5C26.0523 33.5996 26.5 34.0473 26.5 34.5996C26.5 35.1519 26.0523 35.5996 25.5 35.5996H25.0833C24.531 35.5996 24.0833 35.1519 24.0833 34.5996Z",
24
+ fill: iconPrimary
25
+ })]
26
+ });
27
+ };
28
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M28.0398 25.642H31.7102C35.1841 25.642 38.0021 28.4059 38 31.822C38 35.2341 35.1841 38 31.7081 38C28.2322 38 25.4162 35.2341 25.4162 31.822C25.4162 30.6637 25.7431 29.5825 26.3039 28.6579C24.9486 28.2677 23.221 28.0726 21.8368 28.8997C22.3106 29.7695 22.5817 30.7632 22.5817 31.822C22.5817 35.2341 19.7678 38 16.2898 38C12.8159 38 10 35.2341 10 31.822C10 28.4059 12.8159 25.642 16.2898 25.642H19.2175L22.11 22.925C21.8099 23.3151 21.6279 23.8008 21.6279 24.3313C21.6279 25.6156 22.6893 26.6602 24.001 26.6602C25.3107 26.6602 26.3721 25.6156 26.3721 24.3292C26.3721 23.0408 25.3107 21.9983 24.001 21.9983C23.5045 21.9983 23.0431 22.1486 22.6645 22.4027L35.8648 10C35.8648 10 36.1462 15.3387 34.3896 17.7895C32.6309 20.2384 27.7584 23.9878 27.7584 23.9878C27.7584 23.9878 27.2453 25.3067 28.0398 25.642ZM12.3794 31.822C12.3794 33.9437 14.1318 35.6609 16.2898 35.6609C18.4519 35.6609 20.2023 33.9437 20.2023 31.822C20.2023 29.6984 18.4519 27.9771 16.2898 27.9771C14.1318 27.9771 12.3794 29.6984 12.3794 31.822ZM27.7997 31.822C27.7997 33.9437 29.5481 35.6609 31.7102 35.6609C33.8702 35.6609 35.6206 33.9437 35.6227 31.8241C35.6227 29.7004 33.8702 27.9791 31.7102 27.9791C30.5164 27.9791 29.4508 28.5075 28.7308 29.3346L28.6087 29.487C28.1018 30.1353 27.7997 30.9421 27.7997 31.822ZM23.5173 20.3005L19.4396 24C19.4396 24 8.71615 17.5899 11.3953 10L23.5173 20.3005Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M12.0001 9C11.2269 9 10.6001 9.6268 10.6001 10.4V10.6556C10.6001 11.4288 11.2269 12.0556 12.0001 12.0556C12.4425 12.0556 12.837 11.8503 13.0936 11.5299C13.4411 11.2752 13.6668 10.8639 13.6668 10.4C13.6668 9.6268 13.04 9 12.2668 9H12.0001ZM16.5334 9C15.7602 9 15.1334 9.6268 15.1334 10.4C15.1334 11.1732 15.7602 11.8 16.5334 11.8H17.0668C17.84 11.8 18.4668 11.1732 18.4668 10.4C18.4668 9.6268 17.84 9 17.0668 9H16.5334ZM21.3334 9C20.5602 9 19.9334 9.6268 19.9334 10.4C19.9334 11.1732 20.5602 11.8 21.3334 11.8H21.8668C22.64 11.8 23.2668 11.1732 23.2668 10.4C23.2668 9.6268 22.64 9 21.8668 9H21.3334ZM26.1334 9C25.3602 9 24.7334 9.6268 24.7334 10.4C24.7334 11.1732 25.3602 11.8 26.1334 11.8H26.6668C27.44 11.8 28.0668 11.1732 28.0668 10.4C28.0668 9.6268 27.44 9 26.6668 9H26.1334ZM30.9334 9C30.1602 9 29.5334 9.6268 29.5334 10.4C29.5334 11.1732 30.1602 11.8 30.9334 11.8H31.2001C31.9733 11.8 32.6001 11.1732 32.6001 10.4C32.6001 9.6268 31.9733 9 31.2001 9H30.9334ZM13.4001 14.7444C13.4001 13.9712 12.7733 13.3444 12.0001 13.3444C11.2269 13.3444 10.6001 13.9712 10.6001 14.7444V15.2556C10.6001 16.0288 11.2269 16.6556 12.0001 16.6556C12.7733 16.6556 13.4001 16.0288 13.4001 15.2556V14.7444ZM13.4001 19.3444C13.4001 18.5712 12.7733 17.9444 12.0001 17.9444C11.2269 17.9444 10.6001 18.5712 10.6001 19.3444V19.8556C10.6001 20.6288 11.2269 21.2556 12.0001 21.2556C12.7733 21.2556 13.4001 20.6288 13.4001 19.8556V19.3444ZM13.4001 23.9444C13.4001 23.1712 12.7733 22.5444 12.0001 22.5444C11.2269 22.5444 10.6001 23.1712 10.6001 23.9444V24.4556C10.6001 25.2288 11.2269 25.8556 12.0001 25.8556C12.7733 25.8556 13.4001 25.2288 13.4001 24.4556V23.9444ZM13.4001 28.5444C13.4001 27.7712 12.7733 27.1444 12.0001 27.1444C11.2269 27.1444 10.6001 27.7712 10.6001 28.5444V28.8C10.6001 29.5732 11.2269 30.2 12.0001 30.2C12.7733 30.2 13.4001 29.5732 13.4001 28.8V28.5444ZM33.0581 28.2902H30.1742C29.5499 28.0267 29.9531 26.9904 29.9531 26.9904C29.9531 26.9904 33.7815 24.0444 35.1633 22.1203C36.5435 20.1947 36.3224 16 36.3224 16L25.9507 25.745C26.2482 25.5454 26.6108 25.4272 27.0009 25.4272C28.03 25.4272 28.8639 26.2463 28.8639 27.2587C28.8639 28.2694 28.03 29.0901 27.0009 29.0901C25.9702 29.0901 25.1363 28.2694 25.1363 27.2603C25.1363 26.8435 25.2793 26.4619 25.5151 26.1553L23.2424 28.2902H20.9421C18.2126 28.2902 16.0001 30.4618 16.0001 33.1459C16.0001 35.8268 18.2126 38 20.9421 38C23.6748 38 25.8857 35.8268 25.8857 33.1459C25.8857 32.314 25.6727 31.5332 25.3005 30.8498C26.388 30.1999 27.7455 30.3532 28.8103 30.6597C28.3697 31.3863 28.1129 32.2357 28.1129 33.1459C28.1129 35.8268 30.3254 38 33.0565 38C35.7876 38 38.0001 35.8268 38.0001 33.1459C38.0017 30.4618 35.7876 28.2902 33.0581 28.2902ZM20.9421 36.1621C19.2465 36.1621 17.8696 34.8129 17.8696 33.1459C17.8696 31.4773 19.2465 30.1248 20.9421 30.1248C22.6409 30.1248 24.0162 31.4773 24.0162 33.1459C24.0162 34.8129 22.6409 36.1621 20.9421 36.1621ZM33.0581 36.1621C31.3593 36.1621 29.9856 34.8129 29.9856 33.1459C29.9856 32.4545 30.223 31.8206 30.6212 31.3112L30.7172 31.1915C31.2829 30.5416 32.1201 30.1264 33.0581 30.1264C34.7553 30.1264 36.1322 31.4789 36.1322 33.1475C36.1306 34.8129 34.7553 36.1621 33.0581 36.1621ZM23.4161 27L26.62 24.0932L17.0956 16C14.9905 21.9635 23.4161 27 23.4161 27Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 22 22";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M5.04297 7.7013C5.04297 6.23314 6.23315 5.04297 7.7013 5.04297H14.3013C15.7695 5.04297 16.9596 6.23315 16.9596 7.7013V14.3013C16.9596 15.7695 15.7695 16.9596 14.3013 16.9596H7.7013C6.23314 16.9596 5.04297 15.7695 5.04297 14.3013V7.7013ZM15.2867 14.668C15.2867 15.0098 15.0097 15.2868 14.6679 15.2868H12.3763C12.0345 15.2868 11.7575 15.0098 11.7575 14.668C11.7575 14.3263 12.0345 14.0493 12.3763 14.0493H13.1741L11.9387 12.8139C11.6971 12.5723 11.6971 12.1805 11.9387 11.9388C12.1804 11.6972 12.5721 11.6972 12.8138 11.9388L14.0492 13.1742V12.3764C14.0492 12.0346 14.3262 11.7576 14.6679 11.7576C15.0097 11.7576 15.2867 12.0346 15.2867 12.3764V14.668ZM7.33462 6.71593C6.9929 6.71593 6.71587 6.99295 6.71587 7.33468V9.62635C6.71587 9.96807 6.9929 10.2451 7.33462 10.2451C7.67635 10.2451 7.95337 9.96807 7.95337 9.62635V8.82848L9.18877 10.0639C9.43041 10.3055 9.82218 10.3055 10.0638 10.0639C10.3055 9.82223 10.3055 9.43046 10.0638 9.18883L8.82842 7.95343H9.62629C9.96802 7.95343 10.245 7.67641 10.245 7.33468C10.245 6.99295 9.96802 6.71593 9.62629 6.71593H7.33462Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 22 22';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M11 17C11 13.6863 13.6863 11 17 11H31C34.3137 11 37 13.6863 37 17V31C37 34.3137 34.3137 37 31 37H17C13.6863 37 11 34.3137 11 31V17ZM25.5 27C25.5 26.1716 26.1716 25.5 27 25.5H32C32.8284 25.5 33.5 26.1716 33.5 27C33.5 27.8284 32.8284 28.5 32 28.5H30.6213L33.0607 30.9393C33.6464 31.5251 33.6464 32.4749 33.0607 33.0607C32.4749 33.6464 31.5251 33.6464 30.9393 33.0607L28.5 30.6213V32C28.5 32.8284 27.8284 33.5 27 33.5C26.1716 33.5 25.5 32.8284 25.5 32V27ZM21 22.5C21.8284 22.5 22.5 21.8284 22.5 21V16C22.5 15.1716 21.8284 14.5 21 14.5C20.1716 14.5 19.5 15.1716 19.5 16V17.3787L17.0607 14.9393C16.4749 14.3536 15.5251 14.3536 14.9393 14.9393C14.3536 15.5251 14.3536 16.4749 14.9393 17.0607L17.3787 19.5H16C15.1716 19.5 14.5 20.1716 14.5 21C14.5 21.8284 15.1716 22.5 16 22.5H21Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M28.5 12.4001C28.1686 12.4001 27.9 12.6687 27.9 13.0001V20.8959C27.9 21.6691 27.2732 22.2959 26.5 22.2959C25.7268 22.2959 25.1 21.6691 25.1 20.8959V13.0001C25.1 11.1223 26.6222 9.6001 28.5 9.6001H33C35.9823 9.6001 38.4 12.0178 38.4 15.0001V32.0001C38.4 34.9824 35.9823 37.4001 33 37.4001H26.5H15C12.0177 37.4001 9.6 34.9824 9.6 32.0001V26.6251C9.6 25.8519 10.2268 25.2251 11 25.2251C11.7732 25.2251 12.4 25.8519 12.4 26.6251V32.0001C12.4 33.436 13.5641 34.6001 15 34.6001H25.1V33.5001C25.1 32.7269 25.7268 32.1001 26.5 32.1001C27.2732 32.1001 27.9 32.7269 27.9 33.5001V34.6001H33C34.4359 34.6001 35.6 33.436 35.6 32.0001V15.0001C35.6 13.5642 34.4359 12.4001 33 12.4001H28.5ZM24.8839 22.1162C24.3957 21.6281 23.6043 21.6281 23.1161 22.1162C22.628 22.6044 22.628 23.3958 23.1161 23.884L27.9822 28.7501H27.2941C26.6038 28.7501 26.0441 29.3097 26.0441 30.0001C26.0441 30.6905 26.6038 31.2501 27.2941 31.2501H31C31.6904 31.2501 32.25 30.6905 32.25 30.0001V26.2942C32.25 25.6039 31.6904 25.0442 31 25.0442C30.3096 25.0442 29.75 25.6039 29.75 26.2942V26.9823L24.8839 22.1162ZM20.9142 19.4143C20.5391 19.7894 20.0304 20.0001 19.5 20.0001H13.5C12.9696 20.0001 12.4609 19.7894 12.0858 19.4143C11.7107 19.0392 11.5 18.5305 11.5 18.0001L11.5 15.0001C11.5 14.4697 11.7107 13.961 12.0858 13.5859C12.4609 13.2108 12.9696 13.0001 13.5 13.0001H19.5C20.0304 13.0001 20.5391 13.2108 20.9142 13.5859C21.2893 13.961 21.5 14.4697 21.5 15.0001V18.0001C21.5 18.5305 21.2893 19.0392 20.9142 19.4143ZM22.682 21.1821C21.8381 22.026 20.6935 22.5001 19.5 22.5001H13.5C12.3065 22.5001 11.1619 22.026 10.318 21.1821C9.47411 20.3382 9 19.1936 9 18.0001L9 15.0001C9 13.8066 9.47411 12.662 10.318 11.8181C11.1619 10.9742 12.3065 10.5001 13.5 10.5001H19.5C20.6935 10.5001 21.8381 10.9742 22.682 11.8181C23.5259 12.662 24 13.8066 24 15.0001V18.0001C24 19.1936 23.5259 20.3382 22.682 21.1821Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 20 20";
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ d: "M10.4165 5.41797H14.1665C15.3171 5.41797 16.2498 6.35071 16.2498 7.5013V12.918C16.2498 14.0686 15.3171 15.0013 14.1665 15.0013H6.24984C5.09924 15.0013 4.1665 14.0686 4.1665 12.918V10.8346",
16
+ stroke: iconPrimary,
17
+ strokeWidth: "1.125",
18
+ strokeLinecap: "round",
19
+ fill: "none"
20
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
21
+ x: "3.0625",
22
+ y: "4.9375",
23
+ width: "5.95833",
24
+ height: "4.29167",
25
+ rx: "1.10417",
26
+ stroke: iconPrimary,
27
+ strokeWidth: "1.125",
28
+ fill: "none"
29
+ })]
30
+ });
31
+ };
32
+ var viewBox = exports.viewBox = '0 0 20 20';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 22 22";
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
15
+ x: "5.5",
16
+ y: "10.082",
17
+ width: "11",
18
+ height: "1.83333",
19
+ rx: "0.916667",
20
+ fill: iconPrimary
21
+ })
22
+ });
23
+ };
24
+ var viewBox = exports.viewBox = '0 0 22 22';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 22 22";
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
15
+ x: "5.73047",
16
+ y: "5.73047",
17
+ width: "10.5417",
18
+ height: "10.5417",
19
+ rx: "2.0625",
20
+ stroke: iconPrimary,
21
+ fill: "transparent",
22
+ strokeWidth: "1.375"
23
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
24
+ x: "6.875",
25
+ y: "6.875",
26
+ width: "5.95833",
27
+ height: "8.25",
28
+ rx: "0.916667",
29
+ fill: iconPrimary
30
+ })]
31
+ });
32
+ };
33
+ var viewBox = exports.viewBox = '0 0 22 22';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 22 22";
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M14.2083 6.41797H7.79166C7.03227 6.41797 6.41666 7.03358 6.41666 7.79297V14.2096C6.41666 14.969 7.03227 15.5846 7.79166 15.5846H14.2083C14.9677 15.5846 15.5833 14.969 15.5833 14.2096V7.79297C15.5833 7.03358 14.9677 6.41797 14.2083 6.41797ZM7.79166 5.04297C6.27287 5.04297 5.04166 6.27419 5.04166 7.79297V14.2096C5.04166 15.7284 6.27287 16.9596 7.79166 16.9596H14.2083C15.7271 16.9596 16.9583 15.7284 16.9583 14.2096V7.79297C16.9583 6.27419 15.7271 5.04297 14.2083 5.04297H7.79166Z",
18
+ fill: iconPrimary
19
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
20
+ x: "6.875",
21
+ y: "11.457",
22
+ width: "5.95833",
23
+ height: "3.66667",
24
+ rx: "0.916667",
25
+ fill: iconPrimary
26
+ })]
27
+ });
28
+ };
29
+ var viewBox = exports.viewBox = '0 0 22 22';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 45 7";
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ d: "M38 2L43 5H39H3C3 5.55228 2.55228 6 2 6C1.44772 6 1 5.55228 1 5C1 4.44772 1.44772 4 2 4C2.55228 4 3 4.44772 3 5H39L38 2Z",
16
+ fill: iconPrimary
17
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
18
+ d: "M3 5H39M3 5V5C3 4.44772 2.55228 4 2 4V4C1.44772 4 1 4.44772 1 5V5C1 5.55228 1.44772 6 2 6V6C2.55228 6 3 5.55228 3 5V5ZM39 5H43L38 2L39 5Z",
19
+ stroke: iconPrimary
20
+ })]
21
+ });
22
+ };
23
+ var viewBox = exports.viewBox = '0 0 45 7';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 48 48";
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
14
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
15
+ clipPath: "url(#clip0_11846_103405)",
16
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
17
+ width: "26.6233",
18
+ height: "4.03384",
19
+ rx: "2.01692",
20
+ transform: "matrix(0.70542 -0.70879 0.70542 0.70879 13 31.8701)",
21
+ fill: iconPrimary
22
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
23
+ width: "26.6233",
24
+ height: "4.03384",
25
+ rx: "2.01692",
26
+ transform: "matrix(0.70542 0.708789 -0.70542 0.708789 16.2194 13.2705)",
27
+ fill: iconPrimary
28
+ })]
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
30
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
31
+ id: "clip0_11846_103405",
32
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
33
+ width: "22",
34
+ height: "22",
35
+ fill: "white",
36
+ transform: "translate(13 13)"
37
+ })
38
+ })
39
+ })]
40
+ });
41
+ };
42
+ var viewBox = exports.viewBox = '0 0 48 48';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 22 22";
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.viewBox = exports.path = void 0;
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ var path = exports.path = function path(_ref) {
12
+ var iconPrimary = _ref.iconPrimary;
13
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
14
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M10.5417 15.7208C13.402 15.7208 15.7208 13.402 15.7208 10.5417C15.7208 7.68129 13.402 5.3625 10.5417 5.3625C7.68129 5.3625 5.3625 7.68129 5.3625 10.5417C5.3625 13.402 7.68129 15.7208 10.5417 15.7208ZM15.5391 14.5668C16.4269 13.4661 16.9583 12.0659 16.9583 10.5417C16.9583 6.99784 14.0855 4.125 10.5417 4.125C6.99784 4.125 4.125 6.99784 4.125 10.5417C4.125 14.0855 6.99784 16.9583 10.5417 16.9583C12.0659 16.9583 13.4661 16.4269 14.5668 15.5391L17.3889 18.3611L18.3611 17.3889L15.5391 14.5668ZM11.2292 9.85417V8.02083H9.85417V9.85417H8.02083V11.2292H9.85417V13.0625H11.2292V11.2292H13.0625V9.85417H11.2292Z",
18
+ fill: iconPrimary
19
+ })
20
+ });
21
+ };
22
+ var viewBox = exports.viewBox = '0 0 22 22';
@@ -0,0 +1,3 @@
1
+ import { PathOptions } from '../svg-dict';
2
+ export declare const path: ({ iconPrimary }: PathOptions) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const viewBox = "0 0 22 22";