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.
- package/lib/components/Icon-text/index.css +35 -0
- package/lib/components/Icon-text/index.d.ts +25 -0
- package/lib/components/Icon-text/index.js +78 -0
- package/lib/components/Icon-text/index.stories.d.ts +5 -0
- package/lib/components/Icon-text/index.stories.js +69 -0
- package/lib/components/action-bar/board/index.d.ts +4 -0
- package/lib/components/action-bar/board/index.js +34 -0
- package/lib/components/action-bar/breakout-room/index.d.ts +4 -0
- package/lib/components/action-bar/breakout-room/index.js +32 -0
- package/lib/components/action-bar/chat/index.css +67 -0
- package/lib/components/action-bar/chat/index.d.ts +5 -0
- package/lib/components/action-bar/chat/index.js +134 -0
- package/lib/components/action-bar/device/index.css +149 -0
- package/lib/components/action-bar/device/index.d.ts +9 -0
- package/lib/components/action-bar/device/index.js +419 -0
- package/lib/components/action-bar/end/index.d.ts +1 -0
- package/lib/components/action-bar/end/index.js +26 -0
- package/lib/components/action-bar/index.css +92 -0
- package/lib/components/action-bar/index.d.ts +20 -0
- package/lib/components/action-bar/index.js +166 -0
- package/lib/components/action-bar/index.stories.d.ts +6 -0
- package/lib/components/action-bar/index.stories.js +42 -0
- package/lib/components/action-bar/item-placement.d.ts +8 -0
- package/lib/components/action-bar/item-placement.js +18 -0
- package/lib/components/action-bar/item.d.ts +21 -0
- package/lib/components/action-bar/item.js +113 -0
- package/lib/components/action-bar/more/index.d.ts +4 -0
- package/lib/components/action-bar/more/index.js +48 -0
- package/lib/components/action-bar/participants/index.d.ts +4 -0
- package/lib/components/action-bar/participants/index.js +55 -0
- package/lib/components/action-bar/record/index.css +15 -0
- package/lib/components/action-bar/record/index.d.ts +5 -0
- package/lib/components/action-bar/record/index.js +34 -0
- package/lib/components/action-bar/respond/index.d.ts +4 -0
- package/lib/components/action-bar/respond/index.js +32 -0
- package/lib/components/action-bar/screen-share/index.d.ts +4 -0
- package/lib/components/action-bar/screen-share/index.js +32 -0
- package/lib/components/action-bar/security/index.d.ts +4 -0
- package/lib/components/action-bar/security/index.js +110 -0
- package/lib/components/action-bar/settings/index.d.ts +4 -0
- package/lib/components/action-bar/settings/index.js +32 -0
- package/lib/components/action-phone/index.css +55 -0
- package/lib/components/action-phone/index.d.ts +12 -0
- package/lib/components/action-phone/index.js +78 -0
- package/lib/components/action-phone/index.stories.d.ts +11 -0
- package/lib/components/action-phone/index.stories.js +55 -0
- package/lib/components/avatar/helper.d.ts +2 -0
- package/lib/components/avatar/helper.js +46 -0
- package/lib/components/avatar/index.css +9 -0
- package/lib/components/avatar/index.d.ts +11 -0
- package/lib/components/avatar/index.js +40 -0
- package/lib/components/avatar/index.stories.d.ts +13 -0
- package/lib/components/avatar/index.stories.js +50 -0
- package/lib/components/avatar-icon/index.css +13 -0
- package/lib/components/avatar-icon/index.d.ts +8 -0
- package/lib/components/avatar-icon/index.js +33 -0
- package/lib/components/avatar-icon/index.stories.d.ts +12 -0
- package/lib/components/avatar-icon/index.stories.js +37 -0
- package/lib/components/blinking-box/index.css +85 -0
- package/lib/components/blinking-box/index.d.ts +13 -0
- package/lib/components/blinking-box/index.js +47 -0
- package/lib/components/blinking-box/index.stories.d.ts +5 -0
- package/lib/components/blinking-box/index.stories.js +121 -0
- package/lib/components/button/action.d.ts +11 -0
- package/lib/components/button/action.js +50 -0
- package/lib/components/button/index.css +576 -0
- package/lib/components/button/index.d.ts +87 -0
- package/lib/components/button/index.js +132 -0
- package/lib/components/button/index.stories.d.ts +6 -0
- package/lib/components/button/index.stories.js +212 -0
- package/lib/components/card/index.css +74 -0
- package/lib/components/card/index.d.ts +13 -0
- package/lib/components/card/index.js +41 -0
- package/lib/components/chat-manager/index.css +39 -0
- package/lib/components/chat-manager/index.d.ts +10 -0
- package/lib/components/chat-manager/index.js +156 -0
- package/lib/components/chat-wrapper/chat-top.d.ts +2 -0
- package/lib/components/chat-wrapper/chat-top.js +59 -0
- package/lib/components/chat-wrapper/index.css +96 -0
- package/lib/components/chat-wrapper/index.d.ts +26 -0
- package/lib/components/chat-wrapper/index.js +228 -0
- package/lib/components/chat-wrapper/index.stories.d.ts +5 -0
- package/lib/components/chat-wrapper/index.stories.js +56 -0
- package/lib/components/checkbox/index.css +76 -0
- package/lib/components/checkbox/index.d.ts +13 -0
- package/lib/components/checkbox/index.js +93 -0
- package/lib/components/checkbox/index.stories.d.ts +6 -0
- package/lib/components/checkbox/index.stories.js +43 -0
- package/lib/components/confirm-content/index.css +79 -0
- package/lib/components/confirm-content/index.d.ts +48 -0
- package/lib/components/confirm-content/index.js +123 -0
- package/lib/components/confirm-content/index.stories.d.ts +4 -0
- package/lib/components/confirm-content/index.stories.js +25 -0
- package/lib/components/device-pretest/index.css +99 -0
- package/lib/components/device-pretest/index.d.ts +30 -0
- package/lib/components/device-pretest/index.js +134 -0
- package/lib/components/device-pretest-settings/index.css +0 -0
- package/lib/components/device-pretest-settings/index.d.ts +28 -0
- package/lib/components/device-pretest-settings/index.js +64 -0
- package/lib/components/device-settings/audio-settings/audio-settings.d.ts +3 -0
- package/lib/components/device-settings/audio-settings/audio-settings.js +227 -0
- package/lib/components/device-settings/audio-settings/index.css +113 -0
- package/lib/components/device-settings/audio-settings/microphone-detection.d.ts +2 -0
- package/lib/components/device-settings/audio-settings/microphone-detection.js +71 -0
- package/lib/components/device-settings/audio-settings/speaker-detection.d.ts +2 -0
- package/lib/components/device-settings/audio-settings/speaker-detection.js +71 -0
- package/lib/components/device-settings/common/advance-link.d.ts +3 -0
- package/lib/components/device-settings/common/advance-link.js +27 -0
- package/lib/components/device-settings/common/index.css +27 -0
- package/lib/components/device-settings/common/my-i18n.d.ts +52 -0
- package/lib/components/device-settings/common/my-i18n.js +62 -0
- package/lib/components/device-settings/common/useNamespace.d.ts +15 -0
- package/lib/components/device-settings/common/useNamespace.js +66 -0
- package/lib/components/device-settings/dialog-wrapper.d.ts +2 -0
- package/lib/components/device-settings/dialog-wrapper.js +59 -0
- package/lib/components/device-settings/index.css +89 -0
- package/lib/components/device-settings/index.stories.d.ts +6 -0
- package/lib/components/device-settings/index.stories.js +26 -0
- package/lib/components/device-settings/video-settings/camera-select.d.ts +2 -0
- package/lib/components/device-settings/video-settings/camera-select.js +41 -0
- package/lib/components/device-settings/video-settings/index.css +94 -0
- package/lib/components/device-settings/video-settings/local-video-player.d.ts +2 -0
- package/lib/components/device-settings/video-settings/local-video-player.js +16 -0
- package/lib/components/device-settings/video-settings/mirror-toggle.d.ts +2 -0
- package/lib/components/device-settings/video-settings/mirror-toggle.js +64 -0
- package/lib/components/device-settings/video-settings/video-settings-basic.d.ts +2 -0
- package/lib/components/device-settings/video-settings/video-settings-basic.js +86 -0
- package/lib/components/device-settings/video-settings/video-settings.d.ts +3 -0
- package/lib/components/device-settings/video-settings/video-settings.js +76 -0
- package/lib/components/device-settings/view.d.ts +3 -0
- package/lib/components/device-settings/view.js +84 -0
- package/lib/components/dialog/basic-confirm-dialog.css +34 -0
- package/lib/components/dialog/basic-confirm-dialog.d.ts +14 -0
- package/lib/components/dialog/basic-confirm-dialog.js +52 -0
- package/lib/components/dialog/class-dialog.css +41 -0
- package/lib/components/dialog/class-dialog.d.ts +51 -0
- package/lib/components/dialog/class-dialog.js +81 -0
- package/lib/components/dialog/confirm-dialog.css +38 -0
- package/lib/components/dialog/confirm-dialog.d.ts +70 -0
- package/lib/components/dialog/confirm-dialog.js +101 -0
- package/lib/components/dialog/confirm.d.ts +46 -0
- package/lib/components/dialog/confirm.js +159 -0
- package/lib/components/dialog/draggable-dialog.css +17 -0
- package/lib/components/dialog/draggable-dialog.d.ts +10 -0
- package/lib/components/dialog/draggable-dialog.js +48 -0
- package/lib/components/dialog/global-dialog.css +63 -0
- package/lib/components/dialog/global-dialog.d.ts +11 -0
- package/lib/components/dialog/global-dialog.js +49 -0
- package/lib/components/dialog/index.css +152 -0
- package/lib/components/dialog/index.d.ts +70 -0
- package/lib/components/dialog/index.js +117 -0
- package/lib/components/dialog/index.stories.d.ts +4 -0
- package/lib/components/dialog/index.stories.js +159 -0
- package/lib/components/divider/index.css +39 -0
- package/lib/components/divider/index.d.ts +11 -0
- package/lib/components/divider/index.js +65 -0
- package/lib/components/divider/index.stories.d.ts +6 -0
- package/lib/components/divider/index.stories.js +42 -0
- package/lib/components/drop-menu/index.css +93 -0
- package/lib/components/drop-menu/index.d.ts +23 -0
- package/lib/components/drop-menu/index.js +74 -0
- package/lib/components/drop-menu/index.stories.d.ts +6 -0
- package/lib/components/drop-menu/index.stories.js +108 -0
- package/lib/components/icon/index.d.ts +12 -0
- package/lib/components/icon/index.js +49 -0
- package/lib/components/icon/index.stories.d.ts +6 -0
- package/lib/components/icon/index.stories.js +55 -0
- package/lib/components/icon/mic.d.ts +7 -0
- package/lib/components/icon/mic.js +63 -0
- package/lib/components/icon/paths/fcr_alf2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_alf2.js +25 -0
- package/lib/components/icon/paths/fcr_all_mute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_all_mute.js +22 -0
- package/lib/components/icon/paths/fcr_all_unmute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_all_unmute.js +22 -0
- package/lib/components/icon/paths/fcr_allleave.d.ts +3 -0
- package/lib/components/icon/paths/fcr_allleave.js +34 -0
- package/lib/components/icon/paths/fcr_angle_tips.d.ts +3 -0
- package/lib/components/icon/paths/fcr_angle_tips.js +38 -0
- package/lib/components/icon/paths/fcr_attach.d.ts +3 -0
- package/lib/components/icon/paths/fcr_attach.js +26 -0
- package/lib/components/icon/paths/fcr_background2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_background2.js +22 -0
- package/lib/components/icon/paths/fcr_beauty.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty.js +22 -0
- package/lib/components/icon/paths/fcr_beauty_blush.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty_blush.js +86 -0
- package/lib/components/icon/paths/fcr_beauty_retouch.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty_retouch.js +76 -0
- package/lib/components/icon/paths/fcr_bell.d.ts +3 -0
- package/lib/components/icon/paths/fcr_bell.js +62 -0
- package/lib/components/icon/paths/fcr_btn_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_btn_loading.js +44 -0
- package/lib/components/icon/paths/fcr_camera.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera.js +22 -0
- package/lib/components/icon/paths/fcr_camera3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera3.js +42 -0
- package/lib/components/icon/paths/fcr_camera_window_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_loading.js +22 -0
- package/lib/components/icon/paths/fcr_camera_window_not.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_not.js +22 -0
- package/lib/components/icon/paths/fcr_camera_window_notwork.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_notwork.js +22 -0
- package/lib/components/icon/paths/fcr_cameracrash.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cameracrash.js +28 -0
- package/lib/components/icon/paths/fcr_cameraoff.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cameraoff.js +28 -0
- package/lib/components/icon/paths/fcr_chat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat.js +23 -0
- package/lib/components/icon/paths/fcr_chat2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat2.js +22 -0
- package/lib/components/icon/paths/fcr_chat_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_on.js +23 -0
- package/lib/components/icon/paths/fcr_chat_placeholder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_placeholder.js +55 -0
- package/lib/components/icon/paths/fcr_chat_reddot.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_reddot.js +32 -0
- package/lib/components/icon/paths/fcr_checkbox_check.d.ts +3 -0
- package/lib/components/icon/paths/fcr_checkbox_check.js +21 -0
- package/lib/components/icon/paths/fcr_chexbox_indeterminate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chexbox_indeterminate.js +24 -0
- package/lib/components/icon/paths/fcr_chooseit.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chooseit.js +22 -0
- package/lib/components/icon/paths/fcr_clock.d.ts +3 -0
- package/lib/components/icon/paths/fcr_clock.js +27 -0
- package/lib/components/icon/paths/fcr_close.d.ts +3 -0
- package/lib/components/icon/paths/fcr_close.js +22 -0
- package/lib/components/icon/paths/fcr_cloudrecord.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cloudrecord.js +22 -0
- package/lib/components/icon/paths/fcr_colon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_colon.js +29 -0
- package/lib/components/icon/paths/fcr_computerdata.d.ts +3 -0
- package/lib/components/icon/paths/fcr_computerdata.js +22 -0
- package/lib/components/icon/paths/fcr_copy.d.ts +3 -0
- package/lib/components/icon/paths/fcr_copy.js +29 -0
- package/lib/components/icon/paths/fcr_countdown_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_countdown_down.js +33 -0
- package/lib/components/icon/paths/fcr_countdown_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_countdown_up.js +33 -0
- package/lib/components/icon/paths/fcr_delete3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_delete3.js +22 -0
- package/lib/components/icon/paths/fcr_deviceaudiooff.d.ts +3 -0
- package/lib/components/icon/paths/fcr_deviceaudiooff.js +22 -0
- package/lib/components/icon/paths/fcr_deviceaudioon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_deviceaudioon.js +20 -0
- package/lib/components/icon/paths/fcr_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_down.js +22 -0
- package/lib/components/icon/paths/fcr_down1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_down1.js +23 -0
- package/lib/components/icon/paths/fcr_download.d.ts +3 -0
- package/lib/components/icon/paths/fcr_download.js +23 -0
- package/lib/components/icon/paths/fcr_dropdown.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown.js +20 -0
- package/lib/components/icon/paths/fcr_dropdown2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown2.js +33 -0
- package/lib/components/icon/paths/fcr_dropdown4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown4.js +20 -0
- package/lib/components/icon/paths/fcr_dropup4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropup4.js +20 -0
- package/lib/components/icon/paths/fcr_emo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_emo.js +37 -0
- package/lib/components/icon/paths/fcr_endmeeting.d.ts +3 -0
- package/lib/components/icon/paths/fcr_endmeeting.js +20 -0
- package/lib/components/icon/paths/fcr_equalratio.d.ts +3 -0
- package/lib/components/icon/paths/fcr_equalratio.js +22 -0
- package/lib/components/icon/paths/fcr_exclamationmask.d.ts +3 -0
- package/lib/components/icon/paths/fcr_exclamationmask.js +22 -0
- package/lib/components/icon/paths/fcr_file.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file.js +22 -0
- package/lib/components/icon/paths/fcr_file_ah5.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_ah5.js +26 -0
- package/lib/components/icon/paths/fcr_file_alf.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_alf.js +32 -0
- package/lib/components/icon/paths/fcr_file_audio.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_audio.js +26 -0
- package/lib/components/icon/paths/fcr_file_doc.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_doc.js +32 -0
- package/lib/components/icon/paths/fcr_file_excel.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_excel.js +26 -0
- package/lib/components/icon/paths/fcr_file_noformat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_noformat.js +28 -0
- package/lib/components/icon/paths/fcr_file_pdf.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_pdf.js +32 -0
- package/lib/components/icon/paths/fcr_file_photo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_photo.js +28 -0
- package/lib/components/icon/paths/fcr_file_ppt.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_ppt.js +32 -0
- package/lib/components/icon/paths/fcr_file_video.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_video.js +31 -0
- package/lib/components/icon/paths/fcr_focusonhim.d.ts +3 -0
- package/lib/components/icon/paths/fcr_focusonhim.js +22 -0
- package/lib/components/icon/paths/fcr_fourwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fourwindows.js +22 -0
- package/lib/components/icon/paths/fcr_fourwindows2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fourwindows2.js +21 -0
- package/lib/components/icon/paths/fcr_fullcoverage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fullcoverage.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage_not.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage_not.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage_on.js +22 -0
- package/lib/components/icon/paths/fcr_grid_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_grid_big.js +20 -0
- package/lib/components/icon/paths/fcr_head.d.ts +3 -0
- package/lib/components/icon/paths/fcr_head.js +20 -0
- package/lib/components/icon/paths/fcr_helpquestion.d.ts +3 -0
- package/lib/components/icon/paths/fcr_helpquestion.js +34 -0
- package/lib/components/icon/paths/fcr_hidevideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_hidevideo.js +27 -0
- package/lib/components/icon/paths/fcr_home_code2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_home_code2.js +27 -0
- package/lib/components/icon/paths/fcr_host.d.ts +3 -0
- package/lib/components/icon/paths/fcr_host.js +20 -0
- package/lib/components/icon/paths/fcr_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left.js +35 -0
- package/lib/components/icon/paths/fcr_left1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left1.js +35 -0
- package/lib/components/icon/paths/fcr_left3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left3.js +20 -0
- package/lib/components/icon/paths/fcr_left4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left4.js +22 -0
- package/lib/components/icon/paths/fcr_link.d.ts +3 -0
- package/lib/components/icon/paths/fcr_link.js +33 -0
- package/lib/components/icon/paths/fcr_list_delete.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_delete.js +25 -0
- package/lib/components/icon/paths/fcr_list_on_right_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_on_right_big.js +20 -0
- package/lib/components/icon/paths/fcr_list_on_top_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_on_top_big.js +21 -0
- package/lib/components/icon/paths/fcr_live.d.ts +3 -0
- package/lib/components/icon/paths/fcr_live.js +23 -0
- package/lib/components/icon/paths/fcr_liveicon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_liveicon.js +22 -0
- package/lib/components/icon/paths/fcr_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_loading.js +40 -0
- package/lib/components/icon/paths/fcr_lower_hand.d.ts +3 -0
- package/lib/components/icon/paths/fcr_lower_hand.js +28 -0
- package/lib/components/icon/paths/fcr_minus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_minus.js +24 -0
- package/lib/components/icon/paths/fcr_mirrorimage_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_left.js +22 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.js +30 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.svg +4 -0
- package/lib/components/icon/paths/fcr_mirrorimage_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_right.js +34 -0
- package/lib/components/icon/paths/fcr_mobile_camera2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_camera2.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_chat2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_chat2.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_chat3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_chat3.js +36 -0
- package/lib/components/icon/paths/fcr_mobile_duplicate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_duplicate.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_more.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_more.js +32 -0
- package/lib/components/icon/paths/fcr_mobile_sharescreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_sharescreen.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.js +22 -0
- package/lib/components/icon/paths/fcr_more2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_more2.js +22 -0
- package/lib/components/icon/paths/fcr_move.d.ts +3 -0
- package/lib/components/icon/paths/fcr_move.js +22 -0
- package/lib/components/icon/paths/fcr_moveto.d.ts +3 -0
- package/lib/components/icon/paths/fcr_moveto.js +22 -0
- package/lib/components/icon/paths/fcr_mute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mute.js +23 -0
- package/lib/components/icon/paths/fcr_mutecrash.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mutecrash.js +35 -0
- package/lib/components/icon/paths/fcr_mutedefault.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mutedefault.js +26 -0
- package/lib/components/icon/paths/fcr_nomute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_nomute.js +25 -0
- package/lib/components/icon/paths/fcr_notice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_notice.js +20 -0
- package/lib/components/icon/paths/fcr_oneleave.d.ts +3 -0
- package/lib/components/icon/paths/fcr_oneleave.js +22 -0
- package/lib/components/icon/paths/fcr_openfile.d.ts +3 -0
- package/lib/components/icon/paths/fcr_openfile.js +23 -0
- package/lib/components/icon/paths/fcr_order_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_order_down.js +20 -0
- package/lib/components/icon/paths/fcr_order_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_order_up.js +20 -0
- package/lib/components/icon/paths/fcr_pause2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pause2.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_1size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_1size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_2size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_2size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_3size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_3size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_4size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_4size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_1size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_1size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_2size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_2size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_3size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_3size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_4size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_4size.js +23 -0
- package/lib/components/icon/paths/fcr_pensize.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pensize.js +27 -0
- package/lib/components/icon/paths/fcr_pensize_straight.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pensize_straight.js +26 -0
- package/lib/components/icon/paths/fcr_people.d.ts +3 -0
- package/lib/components/icon/paths/fcr_people.js +22 -0
- package/lib/components/icon/paths/fcr_phonecall1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall1.js +21 -0
- package/lib/components/icon/paths/fcr_phonecall2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall2.js +22 -0
- package/lib/components/icon/paths/fcr_phonecall3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall3.js +23 -0
- package/lib/components/icon/paths/fcr_phonecall_silence.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall_silence.js +22 -0
- package/lib/components/icon/paths/fcr_picture.d.ts +3 -0
- package/lib/components/icon/paths/fcr_picture.js +28 -0
- package/lib/components/icon/paths/fcr_pin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pin.js +22 -0
- package/lib/components/icon/paths/fcr_pinpage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pinpage.js +20 -0
- package/lib/components/icon/paths/fcr_pinpage2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pinpage2.js +20 -0
- package/lib/components/icon/paths/fcr_platform.d.ts +3 -0
- package/lib/components/icon/paths/fcr_platform.js +20 -0
- package/lib/components/icon/paths/fcr_ppt_broken.d.ts +3 -0
- package/lib/components/icon/paths/fcr_ppt_broken.js +24 -0
- package/lib/components/icon/paths/fcr_question.d.ts +3 -0
- package/lib/components/icon/paths/fcr_question.js +20 -0
- package/lib/components/icon/paths/fcr_question2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_question2.js +23 -0
- package/lib/components/icon/paths/fcr_quit2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_quit2.js +22 -0
- package/lib/components/icon/paths/fcr_raisehands.d.ts +3 -0
- package/lib/components/icon/paths/fcr_raisehands.js +22 -0
- package/lib/components/icon/paths/fcr_recording_end.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_end.js +24 -0
- package/lib/components/icon/paths/fcr_recording_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_on.js +22 -0
- package/lib/components/icon/paths/fcr_recording_play.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_play.js +20 -0
- package/lib/components/icon/paths/fcr_recording_play2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_play2.js +22 -0
- package/lib/components/icon/paths/fcr_recording_stop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_stop.js +22 -0
- package/lib/components/icon/paths/fcr_remove_pin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_remove_pin.js +27 -0
- package/lib/components/icon/paths/fcr_rename.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rename.js +22 -0
- package/lib/components/icon/paths/fcr_reset.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reset.js +20 -0
- package/lib/components/icon/paths/fcr_reverseorder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reverseorder.js +20 -0
- package/lib/components/icon/paths/fcr_reward.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reward.js +22 -0
- package/lib/components/icon/paths/fcr_rewardall.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rewardall.js +27 -0
- package/lib/components/icon/paths/fcr_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right.js +35 -0
- package/lib/components/icon/paths/fcr_right2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right2.js +35 -0
- package/lib/components/icon/paths/fcr_right3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right3.js +20 -0
- package/lib/components/icon/paths/fcr_right4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right4.js +22 -0
- package/lib/components/icon/paths/fcr_right5.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right5.js +20 -0
- package/lib/components/icon/paths/fcr_rightwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rightwindows.js +22 -0
- package/lib/components/icon/paths/fcr_rotatingvideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rotatingvideo.js +22 -0
- package/lib/components/icon/paths/fcr_screenshare_change1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screenshare_change1.js +22 -0
- package/lib/components/icon/paths/fcr_screenshare_change2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screenshare_change2.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing_1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing_1.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing_on.js +22 -0
- package/lib/components/icon/paths/fcr_security.d.ts +3 -0
- package/lib/components/icon/paths/fcr_security.js +20 -0
- package/lib/components/icon/paths/fcr_send.d.ts +3 -0
- package/lib/components/icon/paths/fcr_send.js +20 -0
- package/lib/components/icon/paths/fcr_setting.d.ts +3 -0
- package/lib/components/icon/paths/fcr_setting.js +20 -0
- package/lib/components/icon/paths/fcr_setting_none.d.ts +3 -0
- package/lib/components/icon/paths/fcr_setting_none.js +22 -0
- package/lib/components/icon/paths/fcr_share.d.ts +3 -0
- package/lib/components/icon/paths/fcr_share.js +22 -0
- package/lib/components/icon/paths/fcr_sharingbar_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sharingbar_down.js +20 -0
- package/lib/components/icon/paths/fcr_sharingbar_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sharingbar_up.js +20 -0
- package/lib/components/icon/paths/fcr_showvideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_showvideo.js +22 -0
- package/lib/components/icon/paths/fcr_sipdevice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sipdevice.js +28 -0
- package/lib/components/icon/paths/fcr_smooth.d.ts +3 -0
- package/lib/components/icon/paths/fcr_smooth.js +70 -0
- package/lib/components/icon/paths/fcr_star.d.ts +3 -0
- package/lib/components/icon/paths/fcr_star.js +20 -0
- package/lib/components/icon/paths/fcr_stop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stop.js +22 -0
- package/lib/components/icon/paths/fcr_stop3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stop3.js +23 -0
- package/lib/components/icon/paths/fcr_stoplive.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stoplive.js +22 -0
- package/lib/components/icon/paths/fcr_stopscreensharing.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stopscreensharing.js +22 -0
- package/lib/components/icon/paths/fcr_student_rasiehand.d.ts +3 -0
- package/lib/components/icon/paths/fcr_student_rasiehand.js +22 -0
- package/lib/components/icon/paths/fcr_subtract.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtract.js +22 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow.js +22 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow_2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow_2.js +39 -0
- package/lib/components/icon/paths/fcr_topwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_topwindows.js +22 -0
- package/lib/components/icon/paths/fcr_underline.d.ts +3 -0
- package/lib/components/icon/paths/fcr_underline.js +34 -0
- package/lib/components/icon/paths/fcr_unpin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_unpin.js +25 -0
- package/lib/components/icon/paths/fcr_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_up.js +22 -0
- package/lib/components/icon/paths/fcr_up2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_up2.js +22 -0
- package/lib/components/icon/paths/fcr_uploadlist.d.ts +3 -0
- package/lib/components/icon/paths/fcr_uploadlist.js +21 -0
- package/lib/components/icon/paths/fcr_uporder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_uporder.js +20 -0
- package/lib/components/icon/paths/fcr_users.d.ts +3 -0
- package/lib/components/icon/paths/fcr_users.js +22 -0
- package/lib/components/icon/paths/fcr_v2_answer.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_answer.js +22 -0
- package/lib/components/icon/paths/fcr_v2_breakroom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_breakroom.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_down2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_down2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_left2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_left2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_right2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_right2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_expansionscreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_expansionscreen.js +22 -0
- package/lib/components/icon/paths/fcr_v2_gou_alart.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_gou_alart.js +22 -0
- package/lib/components/icon/paths/fcr_v2_louder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_louder.js +22 -0
- package/lib/components/icon/paths/fcr_v2_louder_min.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_louder_min.js +22 -0
- package/lib/components/icon/paths/fcr_v2_phone_more1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_phone_more1.js +22 -0
- package/lib/components/icon/paths/fcr_v2_poll_add.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_add.js +30 -0
- package/lib/components/icon/paths/fcr_v2_poll_minus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_minus.js +20 -0
- package/lib/components/icon/paths/fcr_v2_poll_zoom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_zoom.js +21 -0
- package/lib/components/icon/paths/fcr_v2_quite.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_quite.js +22 -0
- package/lib/components/icon/paths/fcr_v2_search.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_search.js +22 -0
- package/lib/components/icon/paths/fcr_v2_signal_bad.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_bad.js +29 -0
- package/lib/components/icon/paths/fcr_v2_signal_good.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_good.js +22 -0
- package/lib/components/icon/paths/fcr_v2_signal_normal.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_normal.js +29 -0
- package/lib/components/icon/paths/fcr_v2_tanhao_alart.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_tanhao_alart.js +22 -0
- package/lib/components/icon/paths/fcr_v2_timer.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_timer.js +22 -0
- package/lib/components/icon/paths/fcr_v2_tool_new.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_tool_new.js +22 -0
- package/lib/components/icon/paths/fcr_v2_vote.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_vote.js +22 -0
- package/lib/components/icon/paths/fcr_video_sharescreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_video_sharescreen.js +22 -0
- package/lib/components/icon/paths/fcr_videoback.d.ts +3 -0
- package/lib/components/icon/paths/fcr_videoback.js +22 -0
- package/lib/components/icon/paths/fcr_web_chat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_chat.js +23 -0
- package/lib/components/icon/paths/fcr_web_connectsound.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_connectsound.js +29 -0
- package/lib/components/icon/paths/fcr_web_fullscream.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_fullscream.js +24 -0
- package/lib/components/icon/paths/fcr_web_move_page.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_move_page.js +25 -0
- package/lib/components/icon/paths/fcr_web_restoration.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_restoration.js +22 -0
- package/lib/components/icon/paths/fcr_web_scale_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_scale_left.js +34 -0
- package/lib/components/icon/paths/fcr_web_scale_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_scale_right.js +35 -0
- package/lib/components/icon/paths/fcr_web_sharingview_middle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_middle.js +21 -0
- package/lib/components/icon/paths/fcr_web_sharingview_mix.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_mix.js +23 -0
- package/lib/components/icon/paths/fcr_web_sharingview_small.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_small.js +21 -0
- package/lib/components/icon/paths/fcr_web_smallest.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_smallest.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard2.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_back.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_back.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_bg.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_bg.js +29 -0
- package/lib/components/icon/paths/fcr_whiteboard_cloud.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_cloud.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_eliminate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_eliminate.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_eraser.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_eraser.js +24 -0
- package/lib/components/icon/paths/fcr_whiteboard_expand2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_expand2.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_forward.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_forward.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen2.js +35 -0
- package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_mouse.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_mouse.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_move.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_move.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_on.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_page.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_page.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped2.js +28 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped3.js +31 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_curve.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_curve.js +26 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.js +26 -0
- package/lib/components/icon/paths/fcr_whiteboard_save.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_save.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_line.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_line.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_square.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_square.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_star.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_star.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_slice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_slice.js +25 -0
- package/lib/components/icon/paths/fcr_whiteboard_text.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_text.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_toolbox.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_toolbox.js +22 -0
- package/lib/components/icon/paths/fcr_whitechoose.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whitechoose.js +28 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slice.js +22 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.js +22 -0
- package/lib/components/icon/paths/fcr_window_bigger.d.ts +3 -0
- package/lib/components/icon/paths/fcr_window_bigger.js +22 -0
- package/lib/components/icon/paths/fcr_window_smaller.d.ts +3 -0
- package/lib/components/icon/paths/fcr_window_smaller.js +22 -0
- package/lib/components/icon/paths/fcr_windowpage_bigger.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_bigger.js +22 -0
- package/lib/components/icon/paths/fcr_windowpage_lonely.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_lonely.js +32 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller.js +24 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller2.js +33 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller3.js +29 -0
- package/lib/components/icon/paths/fcr_wizard_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wizard_arrow.js +23 -0
- package/lib/components/icon/paths/fcr_wrong.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wrong.js +42 -0
- package/lib/components/icon/paths/fcr_zoomin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_zoomin.js +22 -0
- package/lib/components/icon/paths/fcr_zoomout.d.ts +3 -0
- package/lib/components/icon/paths/fcr_zoomout.js +22 -0
- package/lib/components/icon/svg-dict.d.ts +12 -0
- package/lib/components/icon/svg-dict.js +36 -0
- package/lib/components/icon/svg-exports.d.ts +269 -0
- package/lib/components/icon/svg-exports.js +556 -0
- package/lib/components/icon/type.d.ts +271 -0
- package/lib/components/icon/type.js +279 -0
- package/lib/components/icon-button/index.css +81 -0
- package/lib/components/icon-button/index.d.ts +24 -0
- package/lib/components/icon-button/index.js +53 -0
- package/lib/components/icon-button/index.stories.d.ts +6 -0
- package/lib/components/icon-button/index.stories.js +50 -0
- package/lib/components/icon-frame/index.css +0 -0
- package/lib/components/icon-frame/index.d.ts +10 -0
- package/lib/components/icon-frame/index.js +43 -0
- package/lib/components/icon-frame/index.stories.d.ts +5 -0
- package/lib/components/icon-frame/index.stories.js +39 -0
- package/lib/components/icon-phone-call/index.d.ts +9 -0
- package/lib/components/icon-phone-call/index.js +49 -0
- package/lib/components/icon-phone-call/index.stories.d.ts +5 -0
- package/lib/components/icon-phone-call/index.stories.js +41 -0
- package/lib/components/input/index.css +137 -0
- package/lib/components/input/index.d.ts +70 -0
- package/lib/components/input/index.js +147 -0
- package/lib/components/input/index.stories.d.ts +5 -0
- package/lib/components/input/index.stories.js +124 -0
- package/lib/components/input/input-password.d.ts +69 -0
- package/lib/components/input/input-password.js +156 -0
- package/lib/components/input-number/index.css +114 -0
- package/lib/components/input-number/index.d.ts +69 -0
- package/lib/components/input-number/index.js +196 -0
- package/lib/components/input-number/index.stories.d.ts +6 -0
- package/lib/components/input-number/index.stories.js +74 -0
- package/lib/components/latest-button/index.css +17 -0
- package/lib/components/latest-button/index.d.ts +14 -0
- package/lib/components/latest-button/index.js +79 -0
- package/lib/components/latest-button/index.stories.d.ts +5 -0
- package/lib/components/latest-button/index.stories.js +107 -0
- package/lib/components/line-copy-button/index.css +106 -0
- package/lib/components/line-copy-button/index.d.ts +24 -0
- package/lib/components/line-copy-button/index.js +262 -0
- package/lib/components/line-copy-button/index.stories.d.ts +5 -0
- package/lib/components/line-copy-button/index.stories.js +147 -0
- package/lib/components/live-streaming/container.css +58 -0
- package/lib/components/live-streaming/container.d.ts +11 -0
- package/lib/components/live-streaming/container.js +174 -0
- package/lib/components/live-streaming/index.stories.d.ts +6 -0
- package/lib/components/live-streaming/index.stories.js +69 -0
- package/lib/components/local-video-player/index.css +98 -0
- package/lib/components/local-video-player/index.d.ts +29 -0
- package/lib/components/local-video-player/index.js +158 -0
- package/lib/components/message-bar/index.css +62 -0
- package/lib/components/message-bar/index.d.ts +12 -0
- package/lib/components/message-bar/index.js +65 -0
- package/lib/components/message-bar/index.stories.d.ts +5 -0
- package/lib/components/message-bar/index.stories.js +63 -0
- package/lib/components/message-bubble/emoji-msg.d.ts +7 -0
- package/lib/components/message-bubble/emoji-msg.js +98 -0
- package/lib/components/message-bubble/index.css +71 -0
- package/lib/components/message-bubble/index.d.ts +14 -0
- package/lib/components/message-bubble/index.js +96 -0
- package/lib/components/message-bubble/index.stories.d.ts +5 -0
- package/lib/components/message-bubble/index.stories.js +194 -0
- package/lib/components/message-label/index.css +95 -0
- package/lib/components/message-label/index.d.ts +18 -0
- package/lib/components/message-label/index.js +91 -0
- package/lib/components/message-label/index.stories.d.ts +5 -0
- package/lib/components/message-label/index.stories.js +231 -0
- package/lib/components/message-textarea/handleUploadImag.d.ts +1 -0
- package/lib/components/message-textarea/handleUploadImag.js +63 -0
- package/lib/components/message-textarea/index.css +111 -0
- package/lib/components/message-textarea/index.d.ts +20 -0
- package/lib/components/message-textarea/index.js +250 -0
- package/lib/components/message-textarea/index.stories.d.ts +5 -0
- package/lib/components/message-textarea/index.stories.js +80 -0
- package/lib/components/microphone-indicator/index.d.ts +7 -0
- package/lib/components/microphone-indicator/index.js +59 -0
- package/lib/components/multi-select/index.css +63 -0
- package/lib/components/multi-select/index.d.ts +9 -0
- package/lib/components/multi-select/index.js +114 -0
- package/lib/components/multi-select/index.stories.d.ts +5 -0
- package/lib/components/multi-select/index.stories.js +43 -0
- package/lib/components/multi-select-checkbox/index.css +45 -0
- package/lib/components/multi-select-checkbox/index.d.ts +11 -0
- package/lib/components/multi-select-checkbox/index.js +42 -0
- package/lib/components/multi-select-checkbox/index.stories.d.ts +5 -0
- package/lib/components/multi-select-checkbox/index.stories.js +36 -0
- package/lib/components/participants/attendee/index.css +151 -0
- package/lib/components/participants/attendee/index.d.ts +24 -0
- package/lib/components/participants/attendee/index.js +190 -0
- package/lib/components/participants/data.d.ts +3 -0
- package/lib/components/participants/data.js +527 -0
- package/lib/components/participants/footer/index.css +14 -0
- package/lib/components/participants/footer/index.d.ts +11 -0
- package/lib/components/participants/footer/index.js +207 -0
- package/lib/components/participants/hover-perspective-attendee/index.d.ts +5 -0
- package/lib/components/participants/hover-perspective-attendee/index.js +22 -0
- package/lib/components/participants/index.css +88 -0
- package/lib/components/participants/index.d.ts +17 -0
- package/lib/components/participants/index.js +120 -0
- package/lib/components/participants/index.stories.d.ts +6 -0
- package/lib/components/participants/index.stories.js +66 -0
- package/lib/components/participants/participants-more/index.css +17 -0
- package/lib/components/participants/participants-more/index.d.ts +4 -0
- package/lib/components/participants/participants-more/index.js +194 -0
- package/lib/components/popover/index.css +17 -0
- package/lib/components/popover/index.d.ts +47 -0
- package/lib/components/popover/index.js +193 -0
- package/lib/components/popover/index.stories.d.ts +6 -0
- package/lib/components/popover/index.stories.js +46 -0
- package/lib/components/radio/index.css +76 -0
- package/lib/components/radio/index.d.ts +22 -0
- package/lib/components/radio/index.js +113 -0
- package/lib/components/radio/index.stories.d.ts +6 -0
- package/lib/components/radio/index.stories.js +39 -0
- package/lib/components/room-screen-share-state-bar/camera-state/index.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/camera-state/index.js +24 -0
- package/lib/components/room-screen-share-state-bar/device/index.css +27 -0
- package/lib/components/room-screen-share-state-bar/device/index.d.ts +24 -0
- package/lib/components/room-screen-share-state-bar/device/index.js +256 -0
- package/lib/components/room-screen-share-state-bar/index.css +30 -0
- package/lib/components/room-screen-share-state-bar/index.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/index.js +118 -0
- package/lib/components/room-screen-share-state-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/index.stories.js +22 -0
- package/lib/components/room-screen-share-state-bar/meeting-security/index.d.ts +3 -0
- package/lib/components/room-screen-share-state-bar/meeting-security/index.js +31 -0
- package/lib/components/room-screen-share-state-bar/microphone-state/index.d.ts +8 -0
- package/lib/components/room-screen-share-state-bar/microphone-state/index.js +50 -0
- package/lib/components/room-screen-share-state-bar/more/index.css +3 -0
- package/lib/components/room-screen-share-state-bar/more/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/more/index.js +118 -0
- package/lib/components/room-screen-share-state-bar/participants/index.d.ts +3 -0
- package/lib/components/room-screen-share-state-bar/participants/index.js +29 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.js +106 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.css +23 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.d.ts +13 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.js +46 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.js +33 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.css +137 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.js +71 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.css +66 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.d.ts +12 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.js +149 -0
- package/lib/components/room-screen-share-state-bar/share-screen-button/index.d.ts +5 -0
- package/lib/components/room-screen-share-state-bar/share-screen-button/index.js +28 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.css +23 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.js +35 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.js +49 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.css +3 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.js +31 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.css +39 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.d.ts +4 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.js +53 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.js +22 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.css +55 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.js +69 -0
- package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.d.ts +11 -0
- package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.js +46 -0
- package/lib/components/select/index.css +156 -0
- package/lib/components/select/index.d.ts +73 -0
- package/lib/components/select/index.js +125 -0
- package/lib/components/select/index.stories.d.ts +15 -0
- package/lib/components/select/index.stories.js +125 -0
- package/lib/components/select-phone/index.css +95 -0
- package/lib/components/select-phone/index.d.ts +59 -0
- package/lib/components/select-phone/index.js +102 -0
- package/lib/components/select-phone/index.stories.d.ts +15 -0
- package/lib/components/select-phone/index.stories.js +70 -0
- package/lib/components/share-selection/index.css +59 -0
- package/lib/components/share-selection/index.d.ts +11 -0
- package/lib/components/share-selection/index.js +104 -0
- package/lib/components/share-selection/index.stories.d.ts +6 -0
- package/lib/components/share-selection/index.stories.js +113 -0
- package/lib/components/slider/index.css +59 -0
- package/lib/components/slider/index.d.ts +50 -0
- package/lib/components/slider/index.js +167 -0
- package/lib/components/slider/index.stories.d.ts +6 -0
- package/lib/components/slider/index.stories.js +158 -0
- package/lib/components/state-bar/assets/fcr_grid_big.svg +3 -0
- package/lib/components/state-bar/assets/fcr_listontop_big.svg +3 -0
- package/lib/components/state-bar/assets/live-streaming.gif +0 -0
- package/lib/components/state-bar/assets/state-bar-logo.png +0 -0
- package/lib/components/state-bar/assets/step-gradient.svg +10 -0
- package/lib/components/state-bar/index.css +404 -0
- package/lib/components/state-bar/index.d.ts +1 -0
- package/lib/components/state-bar/index.js +37 -0
- package/lib/components/state-bar/index.stories.d.ts +6 -0
- package/lib/components/state-bar/index.stories.js +37 -0
- package/lib/components/state-bar/layout-config.d.ts +5 -0
- package/lib/components/state-bar/layout-config.js +131 -0
- package/lib/components/state-bar/meeting-time.d.ts +13 -0
- package/lib/components/state-bar/meeting-time.js +46 -0
- package/lib/components/state-bar/network-quality.d.ts +6 -0
- package/lib/components/state-bar/network-quality.js +27 -0
- package/lib/components/state-bar/view.d.ts +5 -0
- package/lib/components/state-bar/view.js +298 -0
- package/lib/components/switch/index.css +64 -0
- package/lib/components/switch/index.d.ts +30 -0
- package/lib/components/switch/index.js +49 -0
- package/lib/components/switch/index.stories.d.ts +6 -0
- package/lib/components/switch/index.stories.js +45 -0
- package/lib/components/tabs/index.css +88 -0
- package/lib/components/tabs/index.d.ts +13 -0
- package/lib/components/tabs/index.js +128 -0
- package/lib/components/tabs/index.stories.d.ts +5 -0
- package/lib/components/tabs/index.stories.js +103 -0
- package/lib/components/text-bubble/index.css +88 -0
- package/lib/components/text-bubble/index.d.ts +13 -0
- package/lib/components/text-bubble/index.js +61 -0
- package/lib/components/text-bubble/index.stories.d.ts +5 -0
- package/lib/components/text-bubble/index.stories.js +109 -0
- package/lib/components/textarea/helper.d.ts +2 -0
- package/lib/components/textarea/helper.js +63 -0
- package/lib/components/textarea/index.css +113 -0
- package/lib/components/textarea/index.d.ts +100 -0
- package/lib/components/textarea/index.js +195 -0
- package/lib/components/textarea/index.stories.d.ts +6 -0
- package/lib/components/textarea/index.stories.js +95 -0
- package/lib/components/toast/index.css +239 -0
- package/lib/components/toast/index.d.ts +123 -0
- package/lib/components/toast/index.js +352 -0
- package/lib/components/toast/index.stories.d.ts +6 -0
- package/lib/components/toast/index.stories.js +135 -0
- package/lib/components/tooltip/arrow.css +159 -0
- package/lib/components/tooltip/dialog.d.ts +18 -0
- package/lib/components/tooltip/dialog.js +83 -0
- package/lib/components/tooltip/guide.d.ts +26 -0
- package/lib/components/tooltip/guide.js +85 -0
- package/lib/components/tooltip/index.css +314 -0
- package/lib/components/tooltip/index.d.ts +90 -0
- package/lib/components/tooltip/index.js +110 -0
- package/lib/components/tooltip/index.stories.d.ts +14 -0
- package/lib/components/tooltip/index.stories.js +99 -0
- package/lib/components/tooltip/info.d.ts +6 -0
- package/lib/components/tooltip/info.js +59 -0
- package/lib/components/tooltips-button/index.d.ts +34 -0
- package/lib/components/tooltips-button/index.js +111 -0
- package/lib/components/tooltips-button/index.stories.d.ts +6 -0
- package/lib/components/tooltips-button/index.stories.js +57 -0
- package/lib/components/tooltips-button/tooltip-button.css +58 -0
- package/lib/components/volume-indicator/index.css +17 -0
- package/lib/components/volume-indicator/index.d.ts +20 -0
- package/lib/components/volume-indicator/index.js +33 -0
- package/lib/components/volume-indicator/index.stories.d.ts +6 -0
- package/lib/components/volume-indicator/index.stories.js +77 -0
- package/lib/components/window-header/index.css +66 -0
- package/lib/components/window-header/index.d.ts +19 -0
- package/lib/components/window-header/index.js +96 -0
- package/lib/components/window-header/index.stories.d.ts +6 -0
- package/lib/components/window-header/index.stories.js +51 -0
- package/lib/components/windows-control/index.css +34 -0
- package/lib/components/windows-control/index.d.ts +10 -0
- package/lib/components/windows-control/index.js +90 -0
- package/lib/components/windows-control/index.stories.d.ts +6 -0
- package/lib/components/windows-control/index.stories.js +41 -0
- package/lib/components/zone-phone/index.css +147 -0
- package/lib/components/zone-phone/index.d.ts +96 -0
- package/lib/components/zone-phone/index.js +197 -0
- package/lib/components/zone-phone/index.stories.d.ts +21 -0
- package/lib/components/zone-phone/index.stories.js +76 -0
- package/lib/global.d.ts +15 -0
- package/lib/hooks/use-click-anywhere.d.ts +2 -0
- package/lib/hooks/use-click-anywhere.js +18 -0
- package/lib/i18n/index.d.ts +9 -0
- package/lib/i18n/index.js +116 -0
- package/lib/theme/context.d.ts +21 -0
- package/lib/theme/context.js +11 -0
- package/lib/theme/fcr-ui-config.d.ts +357 -0
- package/lib/theme/fcr-ui-config.js +373 -0
- package/lib/theme/generate.d.ts +4 -0
- package/lib/theme/generate.js +54 -0
- package/lib/utilities/click-anywhere.d.ts +1 -0
- package/lib/utilities/click-anywhere.js +39 -0
- package/lib/utilities/color-palette.d.ts +1 -0
- package/lib/utilities/color-palette.js +93 -0
- package/lib/utilities/global.css +686 -0
- package/lib/utilities/hooks/animations.d.ts +14 -0
- package/lib/utilities/hooks/animations.js +76 -0
- package/lib/utilities/hooks/use-click-anywhere.d.ts +2 -0
- package/lib/utilities/hooks/use-click-anywhere.js +18 -0
- package/lib/utilities/use-namespace.d.ts +15 -0
- package/lib/utilities/use-namespace.js +66 -0
- package/package.json +64 -0
- package/patches/rc-util+5.39.1.patch +60 -0
|
@@ -0,0 +1,26 @@
|
|
|
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.5714 6H28L40 17V37.5C40 39.9854 37.9534 42 35.4286 42H12.5714C10.0466 42 8 39.9854 8 37.5V10.5C8 8.01465 10.0466 6 12.5714 6Z",
|
|
16
|
+
fill: "#5DC27A"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
d: "M28 6L40 17H32.8C30.149 17 28 15.0301 28 12.6V6Z",
|
|
19
|
+
fill: "#98E68C"
|
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
d: "M14.9258 28.2266H10.7305V30.4473H15.5117V32H8.9668V23.3633H15.3008V24.8926H10.7305V26.7266H14.9258V28.2266ZM22.4727 32H20.3926L19.291 30.084L18.1836 32H16.1562L18.3359 28.7656L16.25 25.625H18.2949L19.3613 27.4766L20.4043 25.625H22.3906L20.293 28.7363L22.4727 32ZM28.9883 27.9043H27.2773C27.2461 27.666 27.166 27.4512 27.0371 27.2598C26.8496 27.002 26.5586 26.873 26.1641 26.873C25.6016 26.873 25.2168 27.1523 25.0098 27.7109C24.9004 28.0078 24.8457 28.4023 24.8457 28.8945C24.8457 29.3633 24.9004 29.7402 25.0098 30.0254C25.209 30.5566 25.584 30.8223 26.1348 30.8223C26.5254 30.8223 26.8027 30.7168 26.9668 30.5059C27.1309 30.2949 27.2305 30.0215 27.2656 29.6855H28.9707C28.9316 30.1934 28.748 30.6738 28.4199 31.127C27.8965 31.8574 27.1211 32.2227 26.0938 32.2227C25.0664 32.2227 24.3105 31.918 23.8262 31.3086C23.3418 30.6992 23.0996 29.9082 23.0996 28.9355C23.0996 27.8379 23.3672 26.9844 23.9023 26.375C24.4375 25.7656 25.1758 25.4609 26.1172 25.4609C26.918 25.4609 27.5723 25.6406 28.0801 26C28.5918 26.3594 28.8945 26.9941 28.9883 27.9043ZM35.6094 30.125C35.5664 30.5039 35.3691 30.8887 35.0176 31.2793C34.4707 31.9004 33.7051 32.2109 32.7207 32.2109C31.9082 32.2109 31.1914 31.9492 30.5703 31.4258C29.9492 30.9023 29.6387 30.0508 29.6387 28.8711C29.6387 27.7656 29.918 26.918 30.4766 26.3281C31.0391 25.7383 31.7676 25.4434 32.6621 25.4434C33.1934 25.4434 33.6719 25.543 34.0977 25.7422C34.5234 25.9414 34.875 26.2559 35.1523 26.6855C35.4023 27.0645 35.5645 27.5039 35.6387 28.0039C35.6816 28.2969 35.6992 28.7188 35.6914 29.2695H31.3203C31.3438 29.9102 31.5449 30.3594 31.9238 30.6172C32.1543 30.7773 32.4316 30.8574 32.7559 30.8574C33.0996 30.8574 33.3789 30.7598 33.5938 30.5645C33.7109 30.459 33.8145 30.3125 33.9043 30.125H35.6094ZM33.957 28.168C33.9297 27.7266 33.7949 27.3926 33.5527 27.166C33.3145 26.9355 33.0176 26.8203 32.6621 26.8203C32.2754 26.8203 31.9746 26.9414 31.7598 27.1836C31.5488 27.4258 31.416 27.7539 31.3613 28.168H33.957ZM36.8574 23.3633H38.5273V32H36.8574V23.3633Z",
|
|
22
|
+
fill: "white"
|
|
23
|
+
})]
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
var viewBox = exports.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: "M12.5714 6H28L40 17V37.5C40 39.9854 37.9534 42 35.4286 42H12.5714C10.0466 42 8 39.9854 8 37.5V10.5C8 8.01465 10.0466 6 12.5714 6Z",
|
|
16
|
+
fill: "#5450F9"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
d: "M28 6L40 17H32.8C30.149 17 28 15.0301 28 12.6V6Z",
|
|
19
|
+
fill: "#BAC1FF"
|
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M14 23.5C14 22.6716 14.7374 22 15.6471 22H22.2353C23.1449 22 23.8824 22.6716 23.8824 23.5C23.8824 24.3284 23.1449 25 22.2353 25H15.6471C14.7374 25 14 24.3284 14 23.5ZM14 32.5C14 31.6716 14.7374 31 15.6471 31H22.2353C23.1449 31 23.8824 31.6716 23.8824 32.5C23.8824 33.3284 23.1449 34 22.2353 34H15.6471C14.7374 34 14 33.3284 14 32.5ZM15.6471 26.5C14.7374 26.5 14 27.1716 14 28C14 28.8284 14.7374 29.5 15.6471 29.5H26.3529C27.2626 29.5 28 28.8284 28 28C28 27.1716 27.2626 26.5 26.3529 26.5H15.6471Z",
|
|
24
|
+
fill: "white"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -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: "M12.5714 6H28L40 17V37.5C40 39.9854 37.9534 42 35.4286 42H12.5714C10.0466 42 8 39.9854 8 37.5V10.5C8 8.01465 10.0466 6 12.5714 6Z",
|
|
16
|
+
fill: "#F34E19"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
d: "M28 6L40 17H32.8C30.149 17 28 15.0301 28 12.6V6Z",
|
|
19
|
+
fill: "#FBA989"
|
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
d: "M14.4688 32V24.7273H17.608C18.1477 24.7273 18.62 24.8338 19.0249 25.0469C19.4297 25.26 19.7446 25.5594 19.9695 25.9453C20.1944 26.3312 20.3068 26.7822 20.3068 27.2983C20.3068 27.8192 20.1908 28.2701 19.9588 28.6513C19.7292 29.0325 19.406 29.326 18.9893 29.532C18.575 29.7379 18.0909 29.8409 17.5369 29.8409H15.6619V28.3068H17.1392C17.3712 28.3068 17.5689 28.2666 17.7322 28.1861C17.898 28.1032 18.0246 27.9861 18.1122 27.8345C18.2022 27.683 18.2472 27.5043 18.2472 27.2983C18.2472 27.09 18.2022 26.9124 18.1122 26.7656C18.0246 26.6165 17.898 26.5029 17.7322 26.4247C17.5689 26.3442 17.3712 26.304 17.1392 26.304H16.4432V32H14.4688Z",
|
|
22
|
+
fill: "white"
|
|
23
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
d: "M23.8295 32H21.0312V24.7273H23.8011C24.5492 24.7273 25.1955 24.8729 25.7401 25.1641C26.2869 25.4529 26.7083 25.8696 27.0043 26.4141C27.3026 26.9562 27.4517 27.6061 27.4517 28.3637C27.4517 29.1212 27.3037 29.7723 27.0078 30.3168C26.7119 30.8589 26.2929 31.2756 25.7507 31.5668C25.2086 31.8556 24.5682 32 23.8295 32ZM23.0057 30.3239H23.7585C24.1184 30.3239 24.425 30.2659 24.6783 30.1499C24.9339 30.0339 25.1281 29.8338 25.2607 29.5497C25.3956 29.2656 25.4631 28.8703 25.4631 28.3637C25.4631 27.857 25.3944 27.4617 25.2571 27.1776C25.1222 26.8935 24.9233 26.6934 24.6605 26.5774C24.4001 26.4614 24.0805 26.4034 23.7017 26.4034H23.0057V30.3239Z",
|
|
25
|
+
fill: "white"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
d: "M28.3652 32V24.7273H33.4789V26.3182H30.3397V27.5682H33.1664V29.1591H30.3397V32H28.3652Z",
|
|
28
|
+
fill: "white"
|
|
29
|
+
})]
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
var viewBox = exports.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: "M12.5714 6H28L40 17V37.5C40 39.9854 37.9534 42 35.4286 42H12.5714C10.0466 42 8 39.9854 8 37.5V10.5C8 8.01465 10.0466 6 12.5714 6Z",
|
|
16
|
+
fill: "#7C79FF"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M16.1701 22.521C16 23.1998 16 24.0223 16 25.6672C16 26.7245 16 27.442 16.0452 28C17.0905 26.6609 18.75 25.7954 20.6185 25.7954C21.434 25.7954 22.2098 25.9603 22.912 26.2575C23.7412 24.1867 25.8204 22.7183 28.2542 22.7183C29.6864 22.7183 30.9958 23.2268 32 24.0673C31.984 23.3978 31.9434 22.933 31.8402 22.521C31.2996 20.3645 29.5416 18.6807 27.29 18.163C26.5813 18 25.7226 18 24.0052 18C22.2877 18 21.429 18 20.7203 18.163C18.4687 18.6807 16.7107 20.3645 16.1701 22.521ZM20.6184 23.8978C21.8087 23.8978 22.7736 22.9736 22.7736 21.8336C22.7736 20.6935 21.8087 19.7693 20.6184 19.7693C19.4281 19.7693 18.4631 20.6935 18.4631 21.8336C18.4631 22.9736 19.4281 23.8978 20.6184 23.8978ZM32 26.3529C32 25.977 32 25.6442 31.9979 25.3463C31.0075 24.509 29.7001 24 28.267 24C25.8872 24 23.8542 25.4035 23.0434 27.3828C22.3568 27.0988 21.5983 26.9412 20.8009 26.9412C18.7631 26.9412 16.9796 27.9703 16 29.5088C16.5515 31.6511 18.3242 33.3225 20.5928 33.8375C21.3088 34 22.1765 34 23.9117 34C25.647 34 26.5147 34 27.2307 33.8375C29.5057 33.3211 31.2819 31.6417 31.8281 29.4909C32 28.8139 32 27.9936 32 26.3529Z",
|
|
21
|
+
fill: "white"
|
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M28 6L40 17H32.8C30.149 17 28 15.0301 28 12.6V6Z",
|
|
24
|
+
fill: "#BAC1FF"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -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: "M12.5714 6H28L40 17V37.5C40 39.9854 37.9534 42 35.4286 42H12.5714C10.0466 42 8 39.9854 8 37.5V10.5C8 8.01465 10.0466 6 12.5714 6Z",
|
|
16
|
+
fill: "#FF7440"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
d: "M28 6L40 17H32.8C30.149 17 28 15.0301 28 12.6V6Z",
|
|
19
|
+
fill: "#FBA989"
|
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
d: "M14.4688 32V24.7273H17.608C18.1477 24.7273 18.62 24.8338 19.0249 25.0469C19.4297 25.26 19.7446 25.5594 19.9695 25.9453C20.1944 26.3312 20.3068 26.7822 20.3068 27.2983C20.3068 27.8192 20.1908 28.2701 19.9588 28.6513C19.7292 29.0325 19.406 29.326 18.9893 29.532C18.575 29.7379 18.0909 29.8409 17.5369 29.8409H15.6619V28.3068H17.1392C17.3712 28.3068 17.5689 28.2666 17.7322 28.1861C17.898 28.1032 18.0246 27.9861 18.1122 27.8345C18.2022 27.683 18.2472 27.5043 18.2472 27.2983C18.2472 27.09 18.2022 26.9124 18.1122 26.7656C18.0246 26.6165 17.898 26.5029 17.7322 26.4247C17.5689 26.3442 17.3712 26.304 17.1392 26.304H16.4432V32H14.4688Z",
|
|
22
|
+
fill: "white"
|
|
23
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
d: "M21.0312 32V24.7273H24.1705C24.7102 24.7273 25.1825 24.8338 25.5874 25.0469C25.9922 25.26 26.3071 25.5594 26.532 25.9453C26.7569 26.3312 26.8693 26.7822 26.8693 27.2983C26.8693 27.8192 26.7533 28.2701 26.5213 28.6513C26.2917 29.0325 25.9685 29.326 25.5518 29.532C25.1375 29.7379 24.6534 29.8409 24.0994 29.8409H22.2244V28.3068H23.7017C23.9337 28.3068 24.1314 28.2666 24.2947 28.1861C24.4605 28.1032 24.5871 27.9861 24.6747 27.8345C24.7647 27.683 24.8097 27.5043 24.8097 27.2983C24.8097 27.09 24.7647 26.9124 24.6747 26.7656C24.5871 26.6165 24.4605 26.5029 24.2947 26.4247C24.1314 26.3442 23.9337 26.304 23.7017 26.304H23.0057V32H21.0312Z",
|
|
25
|
+
fill: "white"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
d: "M27.3949 26.3182V24.7273H33.7159V26.3182H31.5284V32H29.5824V26.3182H27.3949Z",
|
|
28
|
+
fill: "white"
|
|
29
|
+
})]
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,31 @@
|
|
|
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.5714 6H28L40 17V37.5C40 39.9854 37.9534 42 35.4286 42H12.5714C10.0466 42 8 39.9854 8 37.5V10.5C8 8.01465 10.0466 6 12.5714 6Z",
|
|
16
|
+
fill: "#357BF6"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M14 23.3332C14 21.1241 15.7909 19.3333 18 19.3333H24.6667C26.8758 19.3333 28.6667 21.1241 28.6667 23.3333V28.6666C28.6667 30.8757 26.8758 32.6666 24.6667 32.6666H18C15.7909 32.6666 14 30.8757 14 28.6666V23.3332ZM21.6001 24.8001C22.1892 24.8001 22.6667 24.3225 22.6667 23.7334C22.6667 23.1443 22.1892 22.6667 21.6001 22.6667C21.0109 22.6667 20.5334 23.1443 20.5334 23.7334C20.5334 24.3225 21.0109 24.8001 21.6001 24.8001ZM25.3334 24.8001C25.9225 24.8001 26.4 24.3225 26.4 23.7334C26.4 23.1443 25.9225 22.6667 25.3334 22.6667C24.7443 22.6667 24.2667 23.1443 24.2667 23.7334C24.2667 24.3225 24.7443 24.8001 25.3334 24.8001ZM25.0667 25.8668H19.7334C19.1442 25.8668 18.6667 26.3443 18.6667 26.9334C18.6667 28.9953 20.3382 30.6668 22.4 30.6668C24.4619 30.6668 26.1334 28.9953 26.1334 26.9334C26.1334 26.3443 25.6558 25.8668 25.0667 25.8668Z",
|
|
21
|
+
fill: "white"
|
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M34 21.9243C34 20.8398 32.7742 20.2089 31.8917 20.8393L29.8917 22.2678C29.5413 22.5181 29.3333 22.9222 29.3333 23.3528V28.6472C29.3333 29.0778 29.5413 29.4819 29.8917 29.7322L31.8917 31.1607C32.7742 31.7911 34 31.1602 34 30.0757V21.9243Z",
|
|
24
|
+
fill: "white"
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
d: "M28 6L40 17H32.8C30.149 17 28 15.0301 28 12.6V6Z",
|
|
27
|
+
fill: "#B9DDFF"
|
|
28
|
+
})]
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
var viewBox = exports.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: "M4.58398 5.58204C4.58398 5.02975 5.0317 4.58203 5.58399 4.58203H7.25067C7.57284 4.58203 7.83401 4.8432 7.83401 5.16537C7.83401 5.48754 7.57284 5.74871 7.25067 5.74871H5.75066V7.24872C5.75066 7.57089 5.48949 7.83206 5.16732 7.83206C4.84515 7.83206 4.58398 7.57089 4.58398 7.24872V5.58204ZM15.3341 14.3321C15.3341 14.8844 14.8864 15.3321 14.3341 15.3321H12.6674C12.3452 15.3321 12.084 15.071 12.084 14.7488C12.084 14.4266 12.3452 14.1654 12.6674 14.1654H14.1674V12.6654C14.1674 12.3433 14.4286 12.0821 14.7507 12.0821C15.0729 12.0821 15.3341 12.3433 15.3341 12.6654V14.3321ZM4.58398 14.3321C4.58398 14.8844 5.0317 15.3321 5.58399 15.3321H7.25067C7.57284 15.3321 7.83401 15.071 7.83401 14.7488C7.83401 14.4266 7.57284 14.1654 7.25067 14.1654H5.75066L5.75066 12.6654C5.75066 12.3433 5.48949 12.0821 5.16732 12.0821C4.84515 12.0821 4.58398 12.3433 4.58398 12.6654V14.3321ZM14.3341 4.58203C14.8864 4.58203 15.3341 5.02975 15.3341 5.58204V7.24872C15.3341 7.57089 15.0729 7.83206 14.7507 7.83206C14.4286 7.83206 14.1674 7.57089 14.1674 7.24872V5.74871L12.6674 5.74871C12.3452 5.74871 12.084 5.48754 12.084 5.16537C12.084 4.8432 12.3452 4.58203 12.6674 4.58203H14.3341ZM10 7.91795C8.8494 7.91795 7.91665 8.8507 7.91665 10.0013C7.91665 11.1519 8.8494 12.0847 10 12.0847C11.1506 12.0847 12.0834 11.1519 12.0834 10.0013C12.0834 8.8507 11.1506 7.91795 10 7.91795Z",
|
|
18
|
+
fill: "#444B71"
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 20 20';
|
|
@@ -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.64 12.8872C10.8 14.1134 10.8 15.8324 10.8 19.2704C10.8 20.7029 10.8 21.4191 11.15 21.9301C11.2896 22.1339 11.4659 22.3102 11.6697 22.4498C12.1807 22.7998 12.8969 22.7998 14.3294 22.7998H18.8C20.6856 22.7998 21.6284 22.7998 22.2142 22.214C22.8 21.6282 22.8 20.6854 22.8 18.7998V14.3292C22.8 12.8967 22.8 12.1805 22.45 11.6695C22.3103 11.4657 22.1341 11.2895 21.9303 11.1498C21.4193 10.7998 20.7031 10.7998 19.2706 10.7998C15.8326 10.7998 14.1136 10.7998 12.8873 11.6398C12.3981 11.975 11.9752 12.3979 11.64 12.8872ZM11.15 26.0695C10.8 26.5805 10.8 27.2967 10.8 28.7292C10.8 32.1672 10.8 33.8862 11.64 35.1125C11.9752 35.6017 12.3981 36.0246 12.8873 36.3598C14.1136 37.1998 15.8326 37.1998 19.2706 37.1998C20.7031 37.1998 21.4193 37.1998 21.9303 36.8498C22.1341 36.7102 22.3103 36.5339 22.45 36.3301C22.8 35.8191 22.8 35.1029 22.8 33.6704V29.1998C22.8 27.3142 22.8 26.3714 22.2142 25.7856C21.6284 25.1998 20.6856 25.1998 18.8 25.1998H14.3294C12.8969 25.1998 12.1807 25.1998 11.6697 25.5498C11.4659 25.6895 11.2896 25.8657 11.15 26.0695ZM25.2 14.3292C25.2 12.8967 25.2 12.1805 25.55 11.6695C25.6896 11.4657 25.8659 11.2895 26.0697 11.1498C26.5807 10.7998 27.2969 10.7998 28.7294 10.7998C32.1674 10.7998 33.8864 10.7998 35.1126 11.6398C35.6019 11.975 36.0248 12.3979 36.36 12.8872C37.2 14.1134 37.2 15.8324 37.2 19.2704C37.2 20.7029 37.2 21.4191 36.85 21.9301C36.7103 22.1339 36.5341 22.3102 36.3303 22.4498C35.8193 22.7998 35.1031 22.7998 33.6706 22.7998H29.2C27.3144 22.7998 26.3716 22.7998 25.7858 22.214C25.2 21.6282 25.2 20.6854 25.2 18.7998V14.3292ZM25.7858 25.7856C25.2 26.3714 25.2 27.3142 25.2 29.1998V33.6704C25.2 35.1029 25.2 35.8191 25.55 36.3301C25.6896 36.5339 25.8659 36.7102 26.0697 36.8498C26.5807 37.1998 27.2969 37.1998 28.7294 37.1998C32.1674 37.1998 33.8864 37.1998 35.1126 36.3598C35.6019 36.0246 36.0248 35.6017 36.36 35.1125C37.2 33.8862 37.2 32.1672 37.2 28.7292C37.2 27.2967 37.2 26.5805 36.85 26.0695C36.7103 25.8657 36.5341 25.6895 36.3303 25.5498C35.8193 25.1998 35.1031 25.1998 33.6706 25.1998H29.2C27.3144 25.1998 26.3716 25.1998 25.7858 25.7856Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
d: "M11.5508 19.2704C11.5508 17.5355 11.5517 16.2918 11.6518 15.3267C11.7505 14.3746 11.9392 13.7787 12.2595 13.311C12.5423 12.8982 12.8992 12.5413 13.312 12.2586C13.7797 11.9382 14.3755 11.7495 15.3277 11.6508C16.2928 11.5507 17.5364 11.5498 19.2714 11.5498C20.0035 11.5498 20.4951 11.5507 20.8695 11.5896C21.2308 11.627 21.3972 11.6932 21.5072 11.7686C21.6346 11.8558 21.7448 11.966 21.832 12.0934C21.9074 12.2034 21.9736 12.3698 22.011 12.7311C22.0498 13.1055 22.0508 13.597 22.0508 14.3292V18.7998C22.0508 19.7638 22.0492 20.4114 21.9842 20.8944C21.9222 21.3559 21.815 21.5534 21.6847 21.6837C21.5543 21.814 21.3569 21.9212 20.8954 21.9833C20.4124 22.0482 19.7648 22.0498 18.8008 22.0498H14.3302C13.598 22.0498 13.1065 22.0489 12.7321 22.0101C12.3707 21.9726 12.2044 21.9064 12.0944 21.8311C11.9669 21.7438 11.8568 21.6336 11.7695 21.5062C11.6942 21.3962 11.628 21.2298 11.5905 20.8685C11.5517 20.4941 11.5508 20.0026 11.5508 19.2704ZM26.1695 12.0934L25.5557 11.6729L26.1695 12.0934C26.2568 11.966 26.3669 11.8558 26.4944 11.7686C26.6044 11.6932 26.7707 11.627 27.1321 11.5896C27.5065 11.5507 27.998 11.5498 28.7302 11.5498C30.4651 11.5498 31.7087 11.5507 32.6739 11.6508C33.626 11.7495 34.2219 11.9382 34.6896 12.2586C35.1024 12.5413 35.4592 12.8982 35.742 13.311C36.0624 13.7787 36.2511 14.3746 36.3498 15.3267C36.4498 16.2918 36.4508 17.5355 36.4508 19.2704C36.4508 20.0026 36.4498 20.4941 36.411 20.8685C36.3736 21.2298 36.3074 21.3962 36.232 21.5062C36.1447 21.6336 36.0346 21.7438 35.9072 21.8311C35.7972 21.9064 35.6308 21.9726 35.2695 22.0101C34.8951 22.0489 34.4035 22.0498 33.6714 22.0498H29.2008C28.2368 22.0498 27.5892 22.0482 27.1062 21.9833C26.6447 21.9212 26.4472 21.814 26.3169 21.6837C26.1866 21.5534 26.0794 21.3559 26.0173 20.8944C25.9524 20.4114 25.9508 19.7638 25.9508 18.7998V14.3292C25.9508 13.597 25.9517 13.1055 25.9905 12.7311C26.028 12.3698 26.0942 12.2034 26.1695 12.0934ZM11.5508 28.7292C11.5508 27.997 11.5517 27.5055 11.5905 27.1311C11.628 26.7698 11.6942 26.6034 11.7695 26.4934C11.8568 26.366 11.9669 26.2558 12.0944 26.1686L11.6772 25.5596L12.0944 26.1686C12.2044 26.0932 12.3707 26.027 12.7321 25.9896C13.1065 25.9507 13.598 25.9498 14.3302 25.9498H18.8008C19.7648 25.9498 20.4124 25.9514 20.8954 26.0163C21.3569 26.0784 21.5543 26.1856 21.6847 26.3159C21.815 26.4462 21.9222 26.6437 21.9842 27.1052C22.0492 27.5882 22.0508 28.2358 22.0508 29.1998V33.6704C22.0508 34.4026 22.0498 34.8941 22.011 35.2685C21.9736 35.6299 21.9074 35.7962 21.832 35.9062C21.7448 36.0336 21.6346 36.1438 21.5072 36.2311C21.3972 36.3064 21.2308 36.3726 20.8695 36.4101C20.4951 36.4489 20.0035 36.4498 19.2714 36.4498C17.5364 36.4498 16.2928 36.4489 15.3277 36.3488C14.3755 36.2501 13.7797 36.0614 13.312 35.741C12.8992 35.4583 12.5423 35.1014 12.2595 34.6886C11.9392 34.2209 11.7505 33.6251 11.6518 32.6729C11.5517 31.7078 11.5508 30.4641 11.5508 28.7292ZM25.9508 29.1998C25.9508 28.2358 25.9524 27.5882 26.0173 27.1052C26.0794 26.6437 26.1866 26.4462 26.3169 26.3159C26.4472 26.1856 26.6447 26.0784 27.1062 26.0163C27.5892 25.9514 28.2368 25.9498 29.2008 25.9498H33.6714C34.4035 25.9498 34.8951 25.9507 35.2695 25.9896C35.6308 26.027 35.7972 26.0932 35.9072 26.1686C36.0346 26.2558 36.1447 26.366 36.232 26.4934C36.3074 26.6034 36.3736 26.7698 36.411 27.1311C36.4498 27.5055 36.4508 27.997 36.4508 28.7292C36.4508 30.4641 36.4498 31.7078 36.3498 32.6729C36.2511 33.6251 36.0624 34.2209 35.742 34.6886C35.4592 35.1014 35.1024 35.4583 34.6896 35.741C34.2219 36.0614 33.626 36.2501 32.6739 36.3488C31.7087 36.4489 30.4651 36.4498 28.7302 36.4498C27.998 36.4498 27.5065 36.4489 27.1321 36.4101C26.7707 36.3726 26.6044 36.3064 26.4944 36.2311C26.3669 36.1438 26.2568 36.0336 26.1695 35.9062C26.0942 35.7962 26.028 35.6299 25.9905 35.2685C25.9517 34.8941 25.9508 34.4026 25.9508 33.6704V29.1998Z",
|
|
16
|
+
stroke: "black",
|
|
17
|
+
strokeWidth: "1.5"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
var viewBox = exports.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: "M3.4375 7.79427C3.4375 6.40205 4.56612 5.27344 5.95833 5.27344H7.79167V6.64844H5.95833C5.32551 6.64844 4.8125 7.16145 4.8125 7.79427V9.6276H3.4375V7.79427ZM14.2083 9.03177H7.79167C7.71573 9.03177 7.65417 9.09333 7.65417 9.16927V12.8359C7.65417 12.9119 7.71573 12.9734 7.79167 12.9734H14.2083C14.2843 12.9734 14.3458 12.9119 14.3458 12.8359V9.16927C14.3458 9.09333 14.2843 9.03177 14.2083 9.03177ZM7.79167 7.79427C7.03228 7.79427 6.41667 8.40988 6.41667 9.16927V12.8359C6.41667 13.5953 7.03228 14.2109 7.79167 14.2109H14.2083C14.9677 14.2109 15.5833 13.5953 15.5833 12.8359V9.16927C15.5833 8.40988 14.9677 7.79427 14.2083 7.79427H7.79167ZM16.0417 5.27344C17.4339 5.27344 18.5625 6.40205 18.5625 7.79427V9.6276H17.1875V7.79427C17.1875 7.16145 16.6745 6.64844 16.0417 6.64844H14.2083V5.27344H16.0417ZM18.5625 14.2109C18.5625 15.6032 17.4339 16.7318 16.0417 16.7318H14.2083V15.3568H16.0417C16.6745 15.3568 17.1875 14.8438 17.1875 14.2109V12.3776H18.5625V14.2109ZM5.95833 16.7318C4.56612 16.7318 3.4375 15.6032 3.4375 14.2109V12.3776H4.8125L4.8125 14.2109C4.8125 14.8438 5.32551 15.3568 5.95833 15.3568H7.79167V16.7318H5.95833Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.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: "M18.9997 22.4211C21.8774 22.4211 24.2102 20.0882 24.2102 17.2105C24.2102 14.3328 21.8774 12 18.9997 12C16.122 12 13.7892 14.3328 13.7892 17.2105C13.7892 17.9312 13.9355 18.6177 14.2 19.2419V19.3H14.225C15.0303 21.1374 16.8651 22.4211 18.9997 22.4211ZM17.6912 24.3157C13.4434 24.3157 10 27.7592 10 32.0069C10 33.0994 10.6193 34.0961 11.6524 34.4512C13.2425 34.9978 15.8639 35.6842 19 35.6842C22.1362 35.6842 24.7575 34.9978 26.3476 34.4512C27.3807 34.0961 28 33.0994 28 32.0069C28 30.6216 27.6337 29.3218 26.9928 28.1991L30.7828 24.1384V25.3487C30.7828 26.039 31.3425 26.5987 32.0328 26.5987C32.7232 26.5987 33.2828 26.039 33.2828 25.3487V20.9671C33.2828 20.2767 32.7232 19.7171 32.0328 19.7171H27.6513C26.9609 19.7171 26.4013 20.2767 26.4013 20.9671C26.4013 21.6574 26.9609 22.2171 27.6513 22.2171H29.1563L25.3999 26.2418C24.0436 25.0432 22.2612 24.3157 20.3088 24.3157H17.6912ZM27.7969 17.6H24.7031V15H27.7969V17.6ZM31.9219 17.6H28.8281V15H31.9219V17.6ZM34.5 17.6H32.9531V15H34.5C35.2794 15 36.0077 15.2361 36.6123 15.6408L35.1658 17.8013C34.9759 17.6742 34.7486 17.6 34.5 17.6ZM35.7 18.8C35.7 18.5514 35.6258 18.3241 35.4987 18.1342L37.6592 16.6877C38.0639 17.2923 38.3 18.0206 38.3 18.8V20.175H35.7V18.8ZM35.7 23.8417V21.0917H38.3V23.8417H35.7ZM35.7 27.5083V24.7583H38.3V27.5083H35.7ZM35.7 29.8V28.425H38.3V29.8C38.3 30.5794 38.0639 31.3077 37.6592 31.9122L35.4987 30.4658C35.6258 30.2758 35.7 30.0485 35.7 29.8ZM34.5 31C34.7486 31 34.9759 30.9258 35.1658 30.7986L36.6123 32.9592C36.0077 33.3639 35.2794 33.6 34.5 33.6H34.125V31H34.5ZM33.5 31H33.875V33.6H33.5V31Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.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: "M30 17C30 20.3137 27.3137 23 24 23C20.6863 23 18 20.3137 18 17C18 13.6863 20.6863 11 24 11C27.3137 11 30 13.6863 30 17ZM14 34C14 28.4772 18.4772 24 24 24C29.5228 24 34 28.4772 34 34V34.1679C34 35.262 33.2923 36.2138 32.2146 36.4031C30.633 36.6808 27.955 37 24 37C20.045 37 17.367 36.6808 15.7854 36.4031C14.7077 36.2138 14 35.262 14 34.1679V34ZM12.7364 17C12.7364 17.7469 12.1905 18.3663 11.476 18.481C11.3493 19.1811 10.7367 19.7121 10 19.7121C9.17157 19.7121 8.5 19.0405 8.5 18.2121V18C8.5 17.9407 8.50209 17.8817 8.50623 17.823C8.54979 17.2056 8.96112 16.7019 9.511 16.511C9.70194 15.9611 10.2056 15.5498 10.823 15.5062C10.8817 15.5021 10.9407 15.5 11 15.5H11.2364C12.0648 15.5 12.7364 16.1716 12.7364 17ZM15.9636 15.5C15.1352 15.5 14.4636 16.1716 14.4636 17C14.4636 17.8284 15.1352 18.5 15.9636 18.5H16.4364C17.2648 18.5 17.9364 17.8284 17.9364 17C17.9364 16.1716 17.2648 15.5 16.4364 15.5H15.9636ZM31.5636 15.5C30.7352 15.5 30.0636 16.1716 30.0636 17C30.0636 17.8284 30.7352 18.5 31.5636 18.5H32.0364C32.8648 18.5 33.5364 17.8284 33.5364 17C33.5364 16.1716 32.8648 15.5 32.0364 15.5H31.5636ZM36.7636 15.5C35.9352 15.5 35.2636 16.1716 35.2636 17C35.2636 17.7469 35.8095 18.3663 36.524 18.481C36.6507 19.1811 37.2633 19.7121 38 19.7121C38.8284 19.7121 39.5 19.0405 39.5 18.2121V18C39.5 17.9407 39.4979 17.8817 39.4938 17.823C39.4502 17.2056 39.0389 16.7019 38.489 16.511C38.2981 15.9611 37.7944 15.5498 37.177 15.5062C37.1183 15.5021 37.0593 15.5 37 15.5H36.7636ZM39.5 22.4545C39.5 21.6261 38.8284 20.9545 38 20.9545C37.1716 20.9545 36.5 21.6261 36.5 22.4545V22.8788C36.5 23.7072 37.1716 24.3788 38 24.3788C38.8284 24.3788 39.5 23.7072 39.5 22.8788V22.4545ZM11.5 22.4545C11.5 21.6261 10.8284 20.9545 10 20.9545C9.17157 20.9545 8.5 21.6261 8.5 22.4545V22.8788C8.5 23.7072 9.17157 24.3788 10 24.3788C10.8284 24.3788 11.5 23.7072 11.5 22.8788V22.4545ZM39.5 27.1212C39.5 26.2928 38.8284 25.6212 38 25.6212C37.1716 25.6212 36.5 26.2928 36.5 27.1212V27.5455C36.5 28.3739 37.1716 29.0455 38 29.0455C38.8284 29.0455 39.5 28.3739 39.5 27.5455V27.1212ZM11.5 27.1212C11.5 26.2928 10.8284 25.6212 10 25.6212C9.17157 25.6212 8.5 26.2928 8.5 27.1212V27.5455C8.5 28.3739 9.17157 29.0455 10 29.0455C10.8284 29.0455 11.5 28.3739 11.5 27.5455V27.1212ZM39.5 31.7879C39.5 30.9594 38.8284 30.2879 38 30.2879C37.2521 30.2879 36.632 30.8353 36.5185 31.5514C36.328 31.6026 36.1525 31.6904 36 31.8068C35.7478 31.6143 35.4327 31.5 35.0909 31.5H35V34.5H35.0909C35.4327 34.5 35.7478 34.3857 36 34.1932C36.2522 34.3857 36.5673 34.5 36.9091 34.5H37C37.0593 34.5 37.1183 34.4979 37.177 34.4938C37.7944 34.4502 38.2981 34.0389 38.489 33.489C39.0389 33.2981 39.4502 32.7944 39.4938 32.177C39.4979 32.1183 39.5 32.0593 39.5 32V31.7879ZM10 30.2879C10.7479 30.2879 11.368 30.8353 11.4815 31.5513C11.672 31.6026 11.8475 31.6904 12 31.8068C12.2522 31.6143 12.5673 31.5 12.9091 31.5H13V34.5H12.9091C12.5673 34.5 12.2522 34.3857 12 34.1932C11.7478 34.3857 11.4327 34.5 11.0909 34.5H11C10.9407 34.5 10.8817 34.4979 10.823 34.4938C10.2056 34.4502 9.70194 34.0389 9.51099 33.489C8.96112 33.2981 8.54979 32.7944 8.50623 32.177C8.50209 32.1183 8.5 32.0593 8.5 32V31.7879C8.5 30.9595 9.17157 30.2879 10 30.2879Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.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: "M29.811 18.5C29.1449 21.0878 26.7958 23 24 23C21.2042 23 18.8551 21.0878 18.189 18.5H13C12.1716 18.5 11.5 19.1716 11.5 20V30C11.5 30.8284 12.1716 31.5 13 31.5V34.5C10.5147 34.5 8.5 32.4853 8.5 30V20C8.5 17.5147 10.5147 15.5 13 15.5H18.189C18.8551 12.9122 21.2042 11 24 11C26.7958 11 29.1449 12.9122 29.811 15.5H35C37.4853 15.5 39.5 17.5147 39.5 20V30C39.5 32.4853 37.4853 34.5 35 34.5V31.5C35.8284 31.5 36.5 30.8284 36.5 30V20C36.5 19.1716 35.8284 18.5 35 18.5H29.811ZM14 34C14 28.4772 18.4772 24 24 24C29.5228 24 34 28.4772 34 34V34.1679C34 35.262 33.2923 36.2138 32.2146 36.4031C30.633 36.6808 27.955 37 24 37C20.045 37 17.367 36.6808 15.7854 36.4031C14.7077 36.2138 14 35.262 14 34.1679V34Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,20 @@
|
|
|
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)("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M4 0C1.79086 0 0 1.79086 0 4V13.5758C0 14.513 0.759758 15.2727 1.69697 15.2727H20.9995C21.9367 15.2727 22.6965 14.513 22.6965 13.5758V1.69697C22.6965 0.75976 21.9367 0 20.9995 0H4ZM27.5548 0C26.6176 0 25.8578 0.759759 25.8578 1.69697V13.5758C25.8578 14.513 26.6176 15.2727 27.5548 15.2727H46.8574C47.7946 15.2727 48.5543 14.513 48.5543 13.5758V1.69697C48.5543 0.75976 47.7946 0 46.8574 0H27.5548ZM77.3035 1.69697C77.3035 0.759759 78.0633 0 79.0005 0H96C98.2091 0 100 1.79086 100 4V13.5758C100 14.513 99.2402 15.2727 98.303 15.2727H79.0005C78.0633 15.2727 77.3035 14.513 77.3035 13.5758V1.69697ZM53.2781 0C52.3409 0 51.5811 0.759759 51.5811 1.69697V13.5758C51.5811 14.513 52.3409 15.2727 53.2781 15.2727H72.5807C73.5179 15.2727 74.2776 14.513 74.2776 13.5758V1.69697C74.2776 0.75976 73.5179 0 72.5807 0H53.2781ZM25.8578 40.7273C25.8578 39.7901 26.6176 39.0303 27.5548 39.0303H46.8574C47.7946 39.0303 48.5543 39.7901 48.5543 40.7273V54.303C48.5543 55.2402 47.7946 56 46.8574 56H27.5548C26.6176 56 25.8578 55.2402 25.8578 54.303V40.7273ZM1.69697 39.0303C0.759759 39.0303 0 39.7901 0 40.7273V52C0 54.2091 1.79086 56 3.99999 56H20.9995C21.9367 56 22.6965 55.2402 22.6965 54.303V40.7273C22.6965 39.7901 21.9367 39.0303 20.9995 39.0303H1.69697ZM77.3035 40.7273C77.3035 39.7901 78.0633 39.0303 79.0005 39.0303H98.303C99.2402 39.0303 100 39.7901 100 40.7273V52C100 54.2091 98.2091 56 96 56H79.0005C78.0633 56 77.3035 55.2402 77.3035 54.303V40.7273ZM53.2781 39.0303C52.3409 39.0303 51.5811 39.7901 51.5811 40.7273V54.303C51.5811 55.2402 52.3409 56 53.2781 56H72.5807C73.5179 56 74.2776 55.2402 74.2776 54.303V40.7273C74.2776 39.7901 73.5179 39.0303 72.5807 39.0303H53.2781ZM25.8578 20.364C25.8578 19.4268 26.6176 18.667 27.5548 18.667H46.8574C47.7946 18.667 48.5543 19.4268 48.5543 20.364V33.9397C48.5543 34.877 47.7946 35.6367 46.8574 35.6367H27.5548C26.6176 35.6367 25.8578 34.877 25.8578 33.9397V20.364ZM1.69697 18.667C0.759759 18.667 0 19.4268 0 20.364V33.9397C0 34.877 0.759758 35.6367 1.69697 35.6367H20.9995C21.9367 35.6367 22.6965 34.877 22.6965 33.9397V20.364C22.6965 19.4268 21.9367 18.667 20.9995 18.667H1.69697ZM77.3035 20.364C77.3035 19.4268 78.0633 18.667 79.0005 18.667H98.303C99.2402 18.667 100 19.4268 100 20.364V33.9397C100 34.877 99.2402 35.6367 98.303 35.6367H79.0005C78.0633 35.6367 77.3035 34.877 77.3035 33.9397V20.364ZM53.2781 18.667C52.3409 18.667 51.5811 19.4268 51.5811 20.364V33.9397C51.5811 34.877 52.3409 35.6367 53.2781 35.6367H72.5807C73.5179 35.6367 74.2776 34.877 74.2776 33.9397V20.364C74.2776 19.4268 73.5179 18.667 72.5807 18.667H53.2781Z",
|
|
17
|
+
fill: "#4C5462"
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 100 56';
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
d: "M24 24.4014C28.6383 24.4014 32.3979 20.7301 32.3979 16.2007C32.3979 11.6713 28.6383 8 24 8C19.3617 8 15.6021 11.6713 15.6021 16.2007C15.6021 20.7301 19.3617 24.4014 24 24.4014ZM24 28.2284C16.2683 28.2284 10 30.6401 10 33.6125C10 36.5848 16.2683 39 24 39C31.7317 39 38 36.5882 38 33.6159C38 30.6436 31.7317 28.2284 24 28.2284Z",
|
|
16
|
+
fill: iconPrimary
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,34 @@
|
|
|
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)("g", {
|
|
15
|
+
clipPath: "url(#clip0_32599_50642)",
|
|
16
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M8.00008 15.3346C12.0501 15.3346 15.3334 12.0514 15.3334 8.0013C15.3334 3.95122 12.0501 0.667969 8.00008 0.667969C3.94999 0.667969 0.666748 3.95122 0.666748 8.0013C0.666748 12.0514 3.94999 15.3346 8.00008 15.3346ZM8.00008 14.0013C11.3138 14.0013 14.0001 11.315 14.0001 8.0013C14.0001 4.6876 11.3138 2.0013 8.00008 2.0013C4.68637 2.0013 2.00008 4.6876 2.00008 8.0013C2.00008 11.315 4.68637 14.0013 8.00008 14.0013ZM6.66675 6.33464C6.66675 5.59826 7.2637 5.0013 8.00008 5.0013C8.73648 5.0013 9.33342 5.59826 9.33342 6.33464C9.33342 7.07102 8.73648 7.66797 8.00008 7.66797C7.63188 7.66797 7.33342 7.96644 7.33342 8.33464V9.0013C7.33342 9.3695 7.63188 9.66797 8.00008 9.66797C8.36828 9.66797 8.66675 9.3695 8.66675 9.0013V8.66797C9.81688 8.37197 10.6667 7.57717 10.6667 6.33464C10.6667 4.86188 9.47281 3.66797 8.00008 3.66797C6.52732 3.66797 5.33342 4.86188 5.33342 6.33464C5.33342 6.70282 5.63189 7.0013 6.00008 7.0013C6.36827 7.0013 6.66675 6.70282 6.66675 6.33464ZM8.00008 12.3346C8.55235 12.3346 9.00008 11.8869 9.00008 11.3346C9.00008 10.7824 8.55235 10.3346 8.00008 10.3346C7.44781 10.3346 7.00008 10.7824 7.00008 11.3346C7.00008 11.8869 7.44781 12.3346 8.00008 12.3346Z",
|
|
20
|
+
fill: '#373C42'
|
|
21
|
+
})
|
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
|
24
|
+
id: "clip0_32599_50642",
|
|
25
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
26
|
+
width: "16",
|
|
27
|
+
height: "16",
|
|
28
|
+
fill: "white"
|
|
29
|
+
})
|
|
30
|
+
})
|
|
31
|
+
})]
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
var viewBox = exports.viewBox = '0 0 16 16';
|
|
@@ -0,0 +1,27 @@
|
|
|
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: "M7.90975 9.79188C6.38529 10.9677 5.44434 12.5093 5.44434 13.9996C5.44434 17.0064 9.27479 20.2218 13.9999 20.2218C15.3338 20.2218 16.5964 19.9655 17.7217 19.5301L16.6781 18.4943C15.8503 18.7515 14.9471 18.8996 13.9999 18.8996C11.9316 18.8996 10.0733 18.1936 8.75156 17.1865C7.39833 16.1555 6.76656 14.9476 6.76656 13.9996C6.76656 13.0515 7.39833 11.8437 8.75156 10.8126C8.78666 10.7858 8.82214 10.7593 8.85799 10.733L7.90975 9.79188ZM11.0759 12.9343C10.9548 13.2666 10.8888 13.6254 10.8888 13.9996C10.8888 15.7178 12.2817 17.1107 13.9999 17.1107C14.3824 17.1107 14.7487 17.0417 15.0872 16.9154L13.9511 15.7878C13.0064 15.7625 12.2443 15.0048 12.2121 14.0619L11.0759 12.9343ZM14.0487 12.2113L12.9126 11.0837C13.251 10.9575 13.6174 10.8885 13.9999 10.8885C15.7181 10.8885 17.111 12.2813 17.111 13.9996C17.111 14.3738 17.0449 14.7325 16.9238 15.0649L15.7877 13.9373C15.7555 12.9943 14.9934 12.2366 14.0487 12.2113ZM19.1418 17.2661C19.1776 17.2398 19.2131 17.2133 19.2482 17.1865C20.6014 16.1555 21.2332 14.9476 21.2332 13.9996C21.2332 13.0515 20.6014 11.8437 19.2482 10.8126C17.9265 9.80549 16.0682 9.09957 13.9999 9.09957C13.0527 9.09957 12.1495 9.24763 11.3217 9.50487L10.2781 8.46907C11.4033 8.0336 12.666 7.77734 13.9999 7.77734C18.725 7.77734 22.5554 10.9927 22.5554 13.9996C22.5554 15.4899 21.6145 17.0314 20.09 18.2072L19.1418 17.2661Z",
|
|
18
|
+
fill: "#4262FF"
|
|
19
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M7.26159 7.31226C7.62416 6.91132 8.22832 6.89422 8.61103 7.27405L20.7019 19.274C21.0846 19.6539 21.101 20.2868 20.7384 20.6877C20.3758 21.0887 19.7717 21.1058 19.389 20.7259L7.29806 8.72595C6.91536 8.34612 6.89903 7.71319 7.26159 7.31226Z",
|
|
23
|
+
fill: "#F5655C"
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
var viewBox = exports.viewBox = '0 0 28 28';
|
|
@@ -0,0 +1,27 @@
|
|
|
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)("svg", {
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
width: "20",
|
|
16
|
+
height: "20",
|
|
17
|
+
viewBox: "0 0 20 20",
|
|
18
|
+
fill: "none",
|
|
19
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M9.9987 16.6654C13.6806 16.6654 16.6654 13.6806 16.6654 9.9987C16.6654 6.3168 13.6806 3.33203 9.9987 3.33203C6.3168 3.33203 3.33203 6.3168 3.33203 9.9987C3.33203 13.6806 6.3168 16.6654 9.9987 16.6654ZM8.30599 8.30469C8.30599 7.36983 9.06384 6.61198 9.9987 6.61198C10.9336 6.61198 11.6914 7.36983 11.6914 8.30469V8.95573H8.30599V8.30469ZM7.52474 8.95573H7.2595C7.04643 8.95573 6.8737 9.12846 6.8737 9.34153V11.0391C6.8737 12.765 8.27281 14.1641 9.9987 14.1641C11.7246 14.1641 13.1237 12.765 13.1237 11.0391V9.34153C13.1237 9.12846 12.951 8.95573 12.7379 8.95573H12.4727V8.30469C12.4727 6.93836 11.365 5.83073 9.9987 5.83073C8.63237 5.83073 7.52474 6.93836 7.52474 8.30469V8.95573ZM9.47786 10.2585C9.47786 9.97081 9.71105 9.73763 9.9987 9.73763C10.2863 9.73763 10.5195 9.97081 10.5195 10.2585V11.821C10.5195 12.1086 10.2863 12.3418 9.9987 12.3418C9.71105 12.3418 9.47786 12.1086 9.47786 11.821V10.2585Z",
|
|
23
|
+
fill: iconPrimary
|
|
24
|
+
})
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
var viewBox = exports.viewBox = '0 0 20 20';
|