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,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
14
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
15
|
+
clipPath: "url(#clip0_7438_85251)",
|
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M-9 -3C-9 -5.76142 -6.76142 -8 -4 -8H23C25.7614 -8 28 -5.76142 28 -3V-2.28947C28 0.0795367 26.0795 2 23.7105 2V2H21.5658H20.6667C18.9357 2 17.2514 2.56142 15.8667 3.6L11.8 6.65C10.7333 7.45 9.26667 7.45 8.2 6.65L4.13333 3.6C2.74856 2.56142 1.06429 2 -0.666667 2H-2.72368H-4.86842V2C-7.15023 2 -9 0.150229 -9 -2.13158V-3Z",
|
|
18
|
+
fill: iconPrimary,
|
|
19
|
+
fillOpacity: "0.95"
|
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M23 -6H-4C-5.65685 -6 -7 -4.65685 -7 -3V-2.13158C-7 -0.954341 -6.04566 0 -4.86842 0H-0.666667C1.49704 0 3.60237 0.701779 5.33333 2L9.4 5.05C9.75556 5.31667 10.2444 5.31667 10.6 5.05L14.6667 2C16.3976 0.701778 18.503 0 20.6667 0H23.7105C24.975 0 26 -1.02503 26 -2.28947V-3C26 -4.65685 24.6569 -6 23 -6ZM-4 -8C-6.76142 -8 -9 -5.76142 -9 -3V-2.13158C-9 0.150229 -7.15023 2 -4.86842 2H-0.666667C1.06429 2 2.74856 2.56142 4.13333 3.6L8.2 6.65C9.26667 7.45 10.7333 7.45 11.8 6.65L15.8667 3.6C17.2514 2.56142 18.9357 2 20.6667 2H23.7105C26.0795 2 28 0.0795364 28 -2.28947V-3C28 -5.76142 25.7614 -8 23 -8H-4Z",
|
|
24
|
+
fill: "#4A4C5F"
|
|
25
|
+
})]
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
27
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
|
28
|
+
id: "clip0_7438_85251",
|
|
29
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
30
|
+
width: "20",
|
|
31
|
+
height: "8",
|
|
32
|
+
fill: "white"
|
|
33
|
+
})
|
|
34
|
+
})
|
|
35
|
+
})]
|
|
36
|
+
});
|
|
37
|
+
};
|
|
38
|
+
var viewBox = exports.viewBox = '0 0 20 8';
|
|
@@ -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.jsx)("svg", {
|
|
14
|
+
width: "20",
|
|
15
|
+
height: "20",
|
|
16
|
+
viewBox: "0 0 20 20",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
d: "M8.92283 11.5008L13.7167 6.70685C14.2355 6.18804 14.2355 5.34688 13.7167 4.82806V4.82806C13.1979 4.30925 12.3568 4.30925 11.838 4.82807L6.88479 9.78123C5.8 10.866 5.8 12.6248 6.88479 13.7096V13.7096C7.96958 14.7944 9.72837 14.7944 10.8132 13.7096L13.5205 11.0022",
|
|
21
|
+
stroke: iconPrimary,
|
|
22
|
+
strokeLinecap: "round"
|
|
23
|
+
})
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
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: "M6.73357 8.32799C6.53831 8.52326 6.5383 8.83984 6.73357 9.0351C6.92883 9.23036 7.24541 9.23036 7.44067 9.0351L9.51813 6.95765C9.71339 6.76238 9.71339 6.4458 9.51813 6.25054C9.32287 6.05528 9.00628 6.05528 8.81102 6.25054L6.73357 8.32799ZM22.9814 24.5763C22.7861 24.7716 22.7861 25.0882 22.9814 25.2834C23.1766 25.4787 23.4932 25.4787 23.6885 25.2834L25.7659 23.206C25.9612 23.0107 25.9612 22.6941 25.7659 22.4989C25.5707 22.3036 25.2541 22.3036 25.0588 22.4989L22.9814 24.5763ZM18.8735 25.3298C18.6782 25.1346 18.6782 24.818 18.8735 24.6227L20.6103 22.8859C21.5896 22.3344 22.3276 21.6101 22.7091 20.7871L25.1059 18.3904C25.3011 18.1951 25.6177 18.1951 25.813 18.3904C26.0082 18.5856 26.0082 18.9022 25.813 19.0975L19.5806 25.3298C19.3853 25.5251 19.0688 25.5251 18.8735 25.3298ZM22.6851 18.1618L25.858 14.989C26.0532 14.7937 26.0532 14.4771 25.858 14.2819C25.6627 14.0866 25.3461 14.0866 25.1509 14.2819L22.1194 17.3134C22.3509 17.5806 22.5413 17.8646 22.6851 18.1618ZM15.4467 23.986L14.7636 24.6691C14.5683 24.8644 14.5683 25.181 14.7636 25.3763C14.9588 25.5715 15.2754 25.5715 15.4707 25.3763L16.8826 23.9644C16.5934 23.9878 16.2987 23.9998 15.9997 23.9998C15.8136 23.9998 15.6292 23.9952 15.4467 23.986ZM13.1688 23.6167L11.3628 25.4227C11.1675 25.6179 10.851 25.6179 10.6557 25.4227C10.4604 25.2274 10.4604 24.9108 10.6557 24.7156L12.1237 23.2476C12.4534 23.3888 12.8029 23.5125 13.1688 23.6167ZM20.6495 16.136L25.905 10.8805C26.1003 10.6852 26.1003 10.3686 25.905 10.1734C25.7097 9.97812 25.3931 9.97812 25.1979 10.1734L19.6943 15.6769C20.0331 15.8126 20.3526 15.9663 20.6495 16.136ZM19.9229 12.7837L24.3533 8.35338C24.5485 8.15812 24.5485 7.84154 24.3533 7.64628C24.158 7.45101 23.8414 7.45101 23.6462 7.64628L19.9465 11.3459C19.9815 11.5587 19.9997 11.7771 19.9997 11.9998C19.9997 12.2681 19.9733 12.5302 19.9229 12.7837ZM13.522 15.1402L13.3212 15.341C12.2813 15.6181 11.3679 16.0517 10.652 16.596L12.8204 14.4276C13.0237 14.6933 13.2595 14.9329 13.522 15.1402ZM19.1401 9.52208L21.8438 6.8184C22.0391 6.62314 22.0391 6.30655 21.8438 6.11129C21.6485 5.91603 21.332 5.91603 21.1367 6.11129L18.4274 8.82055C18.6932 9.02381 18.9328 9.25964 19.1401 9.52208ZM16.5605 8.03884L17.7346 6.86481C17.9298 6.66955 17.9298 6.35297 17.7346 6.15771C17.5393 5.96244 17.2227 5.96244 17.0275 6.15771L15.0788 8.10635C15.3745 8.03669 15.6828 7.99983 15.9997 7.99983C16.1901 7.99983 16.3773 8.01312 16.5605 8.03884ZM12.1062 11.0789L6.64018 16.545C6.44492 16.7402 6.44492 17.0568 6.64018 17.2521C6.83545 17.4474 7.15203 17.4474 7.34729 17.2521L12.0387 12.5607C12.013 12.3774 11.9997 12.1902 11.9997 11.9998C11.9997 11.6829 12.0366 11.3746 12.1062 11.0789ZM9.66393 17.584C9.2379 18.1653 8.99971 18.8147 8.99971 19.4998C8.99971 19.5528 9.00114 19.6057 9.00397 19.6582L7.30161 21.3606C7.10635 21.5558 6.78977 21.5558 6.59451 21.3606C6.39924 21.1653 6.39924 20.8487 6.59451 20.6535L9.66393 17.584ZM9.75599 21.5365C9.95541 21.7886 10.1907 22.0271 10.4576 22.2491L8.35328 24.3534C8.15802 24.5486 7.84144 24.5486 7.64617 24.3534C7.45091 24.1581 7.45091 23.8415 7.64617 23.6463L9.75599 21.5365ZM6.68687 13.1436C6.49161 12.9483 6.49161 12.6318 6.68687 12.4365L12.9192 6.20412C13.1145 6.00886 13.4311 6.00886 13.6263 6.20412C13.8216 6.39939 13.8216 6.71597 13.6263 6.91123L7.39398 13.1436C7.19872 13.3389 6.88214 13.3389 6.68687 13.1436ZM19 11.9998C19 13.6567 17.6569 14.9998 16 14.9998C14.3431 14.9998 13 13.6567 13 11.9998C13 10.343 14.3431 8.99983 16 8.99983C17.6569 8.99983 19 10.343 19 11.9998ZM16 22.9998C19.3137 22.9998 22 21.4328 22 19.4998C22 17.5668 19.3137 15.9998 16 15.9998C12.6863 15.9998 10 17.5668 10 19.4998C10 21.4328 12.6863 22.9998 16 22.9998Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 32 32';
|
|
@@ -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: "M15.9997 7.6665C12.0063 7.6665 8.73686 10.842 8.62038 14.8336L8.44927 20.6974C8.40183 22.323 9.70672 23.6665 11.333 23.6665V25.6665C8.5793 25.6665 6.3698 23.3916 6.45012 20.639L6.62123 14.7753C6.76926 9.70223 10.9245 5.6665 15.9997 5.6665C21.0749 5.6665 25.2301 9.70223 25.3781 14.7753L25.5493 20.639C25.6296 23.3916 23.4201 25.6665 20.6664 25.6665V23.6665C22.2927 23.6665 23.5975 22.323 23.5501 20.6974L23.379 14.8336C23.2625 10.842 19.9931 7.6665 15.9997 7.6665ZM21.6638 14.6665H10.3549C10.1647 14.6665 10.0159 14.8304 10.0343 15.0198L10.4455 19.2591C10.7199 22.088 12.7429 24.4492 15.4925 25.1684C15.9043 25.2761 16.3387 25.2766 16.7505 25.1689C19.4954 24.4509 21.4773 22.063 21.6773 19.2328L21.9763 15.0019C21.9891 14.8206 21.8455 14.6665 21.6638 14.6665ZM20.0222 10.9811L19.1668 8.99984L18.3115 10.9811L16 11.7143L18.3115 12.4474L19.1668 14.4287L20.0222 12.4474L22.3337 11.7143L20.0222 10.9811Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 32 32';
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
14
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
15
|
+
filter: "url(#filter0_d_4376_70954)",
|
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M35.6886 26.1977L36.1143 22.182C36.861 15.1381 31.3391 9 24.2558 9C17.1725 9 11.6507 15.1381 12.3973 22.182L12.823 26.1978C13.414 31.7731 17.1623 36.51 22.4525 38.367C23.6198 38.7767 24.8918 38.7767 26.0591 38.367C31.3493 36.51 35.0976 31.7731 35.6886 26.1977Z",
|
|
18
|
+
stroke: "black"
|
|
19
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
d: "M35.6886 26.1977L36.1143 22.182C36.861 15.1381 31.3391 9 24.2558 9C17.1725 9 11.6507 15.1381 12.3973 22.182L12.823 26.1978C13.414 31.7731 17.1623 36.51 22.4525 38.367C23.6198 38.7767 24.8918 38.7767 26.0591 38.367C31.3493 36.51 35.0976 31.7731 35.6886 26.1977Z",
|
|
21
|
+
fill: "white"
|
|
22
|
+
})]
|
|
23
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
24
|
+
cx: "15",
|
|
25
|
+
cy: "26",
|
|
26
|
+
rx: "5",
|
|
27
|
+
ry: "3",
|
|
28
|
+
stroke: "#A4A3AD",
|
|
29
|
+
strokeWidth: "1.08333",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
strokeDasharray: "0.4 1.5",
|
|
33
|
+
fill: "transparent"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
35
|
+
cx: "33",
|
|
36
|
+
cy: "26",
|
|
37
|
+
rx: "5",
|
|
38
|
+
ry: "3",
|
|
39
|
+
stroke: "#A4A3AD",
|
|
40
|
+
strokeWidth: "1.08333",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round",
|
|
43
|
+
strokeDasharray: "0.4 1.5",
|
|
44
|
+
fill: "transparent"
|
|
45
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
46
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
47
|
+
id: "filter0_d_4376_70954",
|
|
48
|
+
x: "7.82812",
|
|
49
|
+
y: "8.5",
|
|
50
|
+
width: "32.8555",
|
|
51
|
+
height: "38.6738",
|
|
52
|
+
filterUnits: "userSpaceOnUse",
|
|
53
|
+
colorInterpolationFilters: "sRGB",
|
|
54
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
55
|
+
floodOpacity: "0",
|
|
56
|
+
result: "BackgroundImageFix"
|
|
57
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
58
|
+
"in": "SourceAlpha",
|
|
59
|
+
type: "matrix",
|
|
60
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
61
|
+
result: "hardAlpha"
|
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
63
|
+
dy: "4"
|
|
64
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
65
|
+
stdDeviation: "2"
|
|
66
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
67
|
+
in2: "hardAlpha",
|
|
68
|
+
operator: "out"
|
|
69
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
70
|
+
type: "matrix",
|
|
71
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
|
|
72
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
73
|
+
mode: "normal",
|
|
74
|
+
in2: "BackgroundImageFix",
|
|
75
|
+
result: "effect1_dropShadow_4376_70954"
|
|
76
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
77
|
+
mode: "normal",
|
|
78
|
+
"in": "SourceGraphic",
|
|
79
|
+
in2: "effect1_dropShadow_4376_70954",
|
|
80
|
+
result: "shape"
|
|
81
|
+
})]
|
|
82
|
+
})
|
|
83
|
+
})]
|
|
84
|
+
});
|
|
85
|
+
};
|
|
86
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
14
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
15
|
+
filter: "url(#filter0_d_4376_70953)",
|
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M37.7171 23.8781L37.4679 26.1213C36.7325 32.7403 31.6087 38.0214 25.0149 38.9565C24.6072 39.0143 24.1934 39.0143 23.7857 38.9565C17.1919 38.0214 12.0681 32.7403 11.3327 26.1213L11.0835 23.8781C10.2018 15.9413 16.4146 9 24.4003 9C32.386 9 38.5988 15.9413 37.7171 23.8781ZM22.7729 30.0305H26.0276C26.9979 30.0305 27.549 31.141 26.9623 31.9138C26.426 32.6201 25.5903 33.0349 24.7034 33.0349H24.0971C23.2103 33.0349 22.3745 32.6201 21.8382 31.9138C21.2515 31.141 21.8026 30.0305 22.7729 30.0305ZM22.4043 20.0161C22.4043 21.1223 21.0639 22.019 19.4104 22.019C17.7569 22.019 16.4165 21.1223 16.4165 20.0161C16.4165 18.9099 17.7569 18.0132 19.4104 18.0132C21.0639 18.0132 22.4043 18.9099 22.4043 20.0161ZM29.3901 22.019C31.0436 22.019 32.3841 21.1223 32.3841 20.0161C32.3841 18.9099 31.0436 18.0132 29.3901 18.0132C27.7366 18.0132 26.3962 18.9099 26.3962 20.0161C26.3962 21.1223 27.7366 22.019 29.3901 22.019Z",
|
|
20
|
+
fill: "white"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
22
|
+
d: "M37.4679 26.1213L36.9709 26.066L37.4679 26.1213ZM37.7171 23.8781L38.214 23.9333L37.7171 23.8781ZM25.0149 38.9565L25.0851 39.4515H25.0851L25.0149 38.9565ZM23.7857 38.9565L23.7155 39.4515H23.7155L23.7857 38.9565ZM11.3327 26.1213L11.8297 26.0661L11.3327 26.1213ZM11.0835 23.8781L10.5866 23.9334H10.5866L11.0835 23.8781ZM26.9623 31.9138L26.5641 31.6114L26.9623 31.9138ZM21.8382 31.9138L21.44 32.2161H21.44L21.8382 31.9138ZM37.9648 26.1765L38.214 23.9333L37.2201 23.8229L36.9709 26.066L37.9648 26.1765ZM25.0851 39.4515C31.9048 38.4845 37.2043 33.0223 37.9648 26.1765L36.9709 26.066C36.2608 32.4583 31.3125 37.5584 24.9447 38.4615L25.0851 39.4515ZM23.7155 39.4515C24.1698 39.516 24.6308 39.516 25.0851 39.4515L24.9447 38.4615C24.5836 38.5127 24.217 38.5127 23.8559 38.4615L23.7155 39.4515ZM10.8358 26.1765C11.5963 33.0223 16.8958 38.4845 23.7155 39.4515L23.8559 38.4615C17.4881 37.5584 12.5398 32.4583 11.8297 26.0661L10.8358 26.1765ZM10.5866 23.9334L10.8358 26.1765L11.8297 26.0661L11.5805 23.8229L10.5866 23.9334ZM24.4003 8.5C16.1166 8.5 9.67192 15.7003 10.5866 23.9334L11.5805 23.8229C10.7316 16.1823 16.7126 9.5 24.4003 9.5V8.5ZM38.214 23.9333C39.1287 15.7003 32.684 8.5 24.4003 8.5V9.5C32.088 9.5 38.069 16.1822 37.2201 23.8229L38.214 23.9333ZM26.0276 29.5305H22.7729V30.5305H26.0276V29.5305ZM27.3605 32.2161C28.1972 31.1141 27.4112 29.5305 26.0276 29.5305V30.5305C26.5845 30.5305 26.9008 31.1679 26.5641 31.6114L27.3605 32.2161ZM24.7034 33.5349C25.7466 33.5349 26.7297 33.0469 27.3605 32.2161L26.5641 31.6114C26.1223 32.1932 25.4339 32.5349 24.7034 32.5349V33.5349ZM24.0971 33.5349H24.7034V32.5349H24.0971V33.5349ZM21.44 32.2161C22.0708 33.0469 23.0539 33.5349 24.0971 33.5349V32.5349C23.3666 32.5349 22.6782 32.1932 22.2364 31.6114L21.44 32.2161ZM22.7729 29.5305C21.3893 29.5305 20.6033 31.1141 21.44 32.2161L22.2364 31.6114C21.8997 31.1679 22.216 30.5305 22.7729 30.5305V29.5305ZM19.4104 22.519C20.3224 22.519 21.1707 22.2726 21.8054 21.8479C22.4369 21.4255 22.9043 20.7876 22.9043 20.0161H21.9043C21.9043 20.3508 21.7016 20.7143 21.2494 21.0168C20.8006 21.3171 20.1519 21.519 19.4104 21.519V22.519ZM15.9165 20.0161C15.9165 20.7876 16.3839 21.4255 17.0154 21.8479C17.6501 22.2726 18.4984 22.519 19.4104 22.519V21.519C18.6689 21.519 18.0202 21.3171 17.5714 21.0168C17.1192 20.7143 16.9165 20.3508 16.9165 20.0161H15.9165ZM19.4104 17.5132C18.4984 17.5132 17.6501 17.7596 17.0154 18.1842C16.3839 18.6067 15.9165 19.2446 15.9165 20.0161H16.9165C16.9165 19.6814 17.1192 19.3179 17.5714 19.0154C18.0202 18.7151 18.6689 18.5132 19.4104 18.5132V17.5132ZM22.9043 20.0161C22.9043 19.2446 22.4369 18.6067 21.8054 18.1842C21.1707 17.7596 20.3224 17.5132 19.4104 17.5132V18.5132C20.1519 18.5132 20.8006 18.7151 21.2494 19.0154C21.7016 19.3179 21.9043 19.6814 21.9043 20.0161H22.9043ZM31.8841 20.0161C31.8841 20.3508 31.6813 20.7143 31.2292 21.0168C30.7803 21.3171 30.1316 21.519 29.3901 21.519V22.519C30.3022 22.519 31.1504 22.2726 31.7852 21.8479C32.4166 21.4255 32.8841 20.7876 32.8841 20.0161H31.8841ZM29.3901 18.5132C30.1316 18.5132 30.7803 18.7151 31.2292 19.0154C31.6813 19.3179 31.8841 19.6814 31.8841 20.0161H32.8841C32.8841 19.2446 32.4166 18.6067 31.7852 18.1842C31.1504 17.7596 30.3022 17.5132 29.3901 17.5132V18.5132ZM26.8962 20.0161C26.8962 19.6814 27.099 19.3179 27.5511 19.0154C28 18.7151 28.6487 18.5132 29.3901 18.5132V17.5132C28.4781 17.5132 27.6299 17.7596 26.9951 18.1842C26.3637 18.6067 25.8962 19.2446 25.8962 20.0161H26.8962ZM29.3901 21.519C28.6487 21.519 28 21.3171 27.5511 21.0168C27.099 20.7143 26.8962 20.3508 26.8962 20.0161H25.8962C25.8962 20.7876 26.3637 21.4255 26.9951 21.8479C27.6299 22.2726 28.4781 22.519 29.3901 22.519V21.519Z",
|
|
23
|
+
fill: "black"
|
|
24
|
+
})]
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
d: "M13 16L14.5682 17.125M35.4773 32L33.9091 31M36 16L34.4318 17.125M13.2543 32L15.0909 31",
|
|
27
|
+
stroke: "black",
|
|
28
|
+
strokeLinecap: "round",
|
|
29
|
+
strokeLinejoin: "round"
|
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
31
|
+
d: "M22 25L22.2929 25.2929C22.7456 25.7456 23.3597 26 24 26V26C24.6403 26 25.2544 25.7456 25.7071 25.2929L26 25",
|
|
32
|
+
stroke: "black",
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
36
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
37
|
+
id: "filter0_d_4376_70953",
|
|
38
|
+
x: "6.5",
|
|
39
|
+
y: "8.5",
|
|
40
|
+
width: "35.8008",
|
|
41
|
+
height: "39",
|
|
42
|
+
filterUnits: "userSpaceOnUse",
|
|
43
|
+
colorInterpolationFilters: "sRGB",
|
|
44
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
45
|
+
floodOpacity: "0",
|
|
46
|
+
result: "BackgroundImageFix"
|
|
47
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
48
|
+
"in": "SourceAlpha",
|
|
49
|
+
type: "matrix",
|
|
50
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
51
|
+
result: "hardAlpha"
|
|
52
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
53
|
+
dy: "4"
|
|
54
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
55
|
+
stdDeviation: "2"
|
|
56
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
57
|
+
in2: "hardAlpha",
|
|
58
|
+
operator: "out"
|
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
60
|
+
type: "matrix",
|
|
61
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
|
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
63
|
+
mode: "normal",
|
|
64
|
+
in2: "BackgroundImageFix",
|
|
65
|
+
result: "effect1_dropShadow_4376_70953"
|
|
66
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
67
|
+
mode: "normal",
|
|
68
|
+
"in": "SourceGraphic",
|
|
69
|
+
in2: "effect1_dropShadow_4376_70953",
|
|
70
|
+
result: "shape"
|
|
71
|
+
})]
|
|
72
|
+
})
|
|
73
|
+
})]
|
|
74
|
+
});
|
|
75
|
+
};
|
|
76
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,62 @@
|
|
|
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)(_jsxRuntime.Fragment, {
|
|
14
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
15
|
+
clipPath: "url(#clip0_10313_107790)",
|
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M0 25C0 31.6304 2.63392 37.9893 7.32233 42.6777C12.0107 47.3661 18.3696 50 25 50C31.6304 50 37.9893 47.3661 42.6777 42.6777C47.3661 37.9893 50 31.6304 50 25C50 18.3696 47.3661 12.0107 42.6777 7.32233C37.9893 2.63392 31.6304 0 25 0C18.3696 0 12.0107 2.63392 7.32233 7.32233C2.63392 12.0107 0 18.3696 0 25Z",
|
|
18
|
+
fill: "#617BFF"
|
|
19
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
d: "M36.7188 12.7736L36.2891 12.8908C33.7109 11.9533 33.4375 15.3126 33.4375 15.3126L33.0078 15.8204L21.875 17.2267L18.0859 13.047C14.2187 12.5783 11.6797 16.5626 11.6797 16.5626L10.5859 20.1173L13.3203 23.047L17.1875 31.4064L16.9531 31.7579L33.6328 48.4767C42.8516 45.0783 49.5312 36.4064 49.9609 26.0939L36.7188 12.7736Z",
|
|
21
|
+
fill: "#2A4EFF"
|
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M10.5859 20.1172C10.5078 20.0391 10.4688 19.9219 10.4688 19.8047C10.4688 15.8594 13.7109 12.6172 17.6563 12.6172C17.8906 12.6172 18.0859 12.8125 18.0859 13.0469C18.0859 13.2813 17.8906 13.4766 17.6563 13.4766C14.1797 13.4766 11.3281 16.3281 11.3281 19.8047C11.3281 20.0391 11.1328 20.2344 10.8984 20.2344C10.7813 20.2344 10.6641 20.1953 10.5859 20.1172Z",
|
|
24
|
+
fill: "#FFFFF9"
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
d: "M12.3047 20.1172C12.2266 20.0391 12.1875 19.9219 12.1875 19.8047C12.1875 18.3594 12.7734 16.9922 13.7891 15.9375C14.8047 14.9219 16.1719 14.3359 17.6562 14.3359C17.8906 14.3359 18.0859 14.5312 18.0859 14.7656C18.0859 15 17.8906 15.1953 17.6562 15.1953C16.4453 15.1953 15.2734 15.6641 14.4141 16.5234C13.5547 17.3828 13.0859 18.5547 13.0859 19.7656C13.0859 20 12.8906 20.1953 12.6563 20.1953C12.5 20.2344 12.4219 20.1953 12.3047 20.1172ZM29.8828 39.4141C29.8047 39.3359 29.7656 39.2188 29.7656 39.1016C29.7656 38.8672 29.9609 38.6719 30.1953 38.6719C33.6719 38.6719 36.5234 35.8203 36.5234 32.3438C36.5234 32.1094 36.7188 31.9141 36.9531 31.9141C37.1875 31.9141 37.3828 32.1094 37.3828 32.3438C37.3828 36.2891 34.1406 39.5312 30.1953 39.5312C30.0781 39.5312 29.9609 39.4922 29.8828 39.4141Z",
|
|
27
|
+
fill: "#FFFFF9"
|
|
28
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
29
|
+
d: "M29.8828 37.6563C29.8047 37.5781 29.7656 37.4609 29.7656 37.3438C29.7656 37.1094 29.9609 36.9141 30.1953 36.9141C31.4063 36.9141 32.5781 36.4453 33.4375 35.5859C34.2969 34.7266 34.7656 33.5547 34.7656 32.3438C34.7656 32.1094 34.9609 31.9141 35.1953 31.9141C35.4297 31.9141 35.625 32.1094 35.625 32.3438C35.625 33.7891 35.0391 35.1562 34.0234 36.2109C33.0078 37.2266 31.6406 37.8125 30.1562 37.8125C30.0781 37.8125 29.9609 37.7734 29.8828 37.6563Z",
|
|
30
|
+
fill: "#FFFFF9"
|
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
+
d: "M34.375 15.8205L19.0625 31.0939L10.7422 22.6173C10.7422 22.6173 12.6172 20.7423 14.2578 21.172C15.8984 21.6017 17.5781 19.7267 17.5781 19.7267C17.5781 19.7267 27.1094 9.96109 34.375 15.8205Z",
|
|
33
|
+
fill: "#FFDE68"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
35
|
+
d: "M34.1797 15.625L18.9062 30.9375L27.4219 39.2578C27.4219 39.2578 29.2969 37.3828 28.8672 35.7422C28.4375 34.1016 30.3125 32.4219 30.3125 32.4219C30.3125 32.4219 40.0391 22.8906 34.1797 15.625Z",
|
|
36
|
+
fill: "#FFBD23"
|
|
37
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M27.3829 39.2576C26.4454 40.1951 21.9142 37.2654 17.3439 32.656C12.7735 28.0466 9.8048 23.5544 10.7423 22.6169C11.6798 21.6794 16.211 24.6091 20.7814 29.2185C25.3907 33.7888 28.3595 38.281 27.3829 39.2576Z",
|
|
39
|
+
fill: "#C15515"
|
|
40
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
41
|
+
d: "M21.3672 29.7656C21.1719 29.8828 20.9375 30 20.7812 30.1953C19.8047 31.1719 19.8047 32.8125 20.7812 33.7891C21.7578 34.7656 23.3984 34.7656 24.375 33.7891C24.4922 33.6719 24.5703 33.5937 24.6484 33.4766C23.7109 32.3047 22.6172 31.0156 21.3672 29.7656Z",
|
|
42
|
+
fill: "#889BFF"
|
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
+
d: "M24.6484 33.4766C24.375 33.1641 24.1016 32.8125 23.8281 32.5C22.7734 33.0469 21.6016 33.3203 20.3906 33.3203C20.5078 33.5156 20.625 33.6719 20.7812 33.8281C21.7578 34.8047 23.3984 34.8047 24.375 33.8281C24.4531 33.6719 24.5703 33.5547 24.6484 33.4766Z",
|
|
45
|
+
fill: "#173CFF"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
47
|
+
d: "M33.9453 16.0547C33.125 15.2344 33.125 13.9453 33.9453 13.125C34.7656 12.3047 36.0547 12.3047 36.875 13.125C37.6953 13.9453 37.6953 15.2344 36.875 16.0547C36.0938 16.8359 34.7656 16.8359 33.9453 16.0547ZM36.4844 13.5156C35.8984 12.9297 34.9609 12.9297 34.375 13.5156C33.7891 14.1016 33.7891 15.0391 34.375 15.625C34.9609 16.2109 35.8984 16.2109 36.4844 15.625C37.0703 15.0391 37.0703 14.1016 36.4844 13.5156Z",
|
|
48
|
+
fill: "#F7C100"
|
|
49
|
+
})]
|
|
50
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
51
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
|
52
|
+
id: "clip0_10313_107790",
|
|
53
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
54
|
+
width: "50",
|
|
55
|
+
height: "50",
|
|
56
|
+
fill: "white"
|
|
57
|
+
})
|
|
58
|
+
})
|
|
59
|
+
})]
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
var viewBox = exports.viewBox = '0 0 50 50';
|
|
@@ -0,0 +1,44 @@
|
|
|
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)("svg", {
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
width: "48",
|
|
16
|
+
height: "48",
|
|
17
|
+
viewBox: "0 0 48 48",
|
|
18
|
+
fill: "none",
|
|
19
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M12 24C12 30.6274 17.3726 36 24 36C25.6605 36 27.2471 35.6616 28.6907 35.0481C29.8859 34.5401 30.9805 33.8446 31.938 32.9995C32.7662 32.2685 32.845 31.0047 32.114 30.1765C31.3831 29.3484 30.1192 29.2696 29.2911 30.0005C28.6509 30.5655 27.9208 31.029 27.1261 31.3667C26.1683 31.7738 25.1132 32 24 32C19.5817 32 16 28.4183 16 24C16 19.5817 19.5817 16 24 16C28.4183 16 32 19.5817 32 24C32 25.1046 32.8954 26 34 26C35.1046 26 36 25.1046 36 24C36 17.3726 30.6274 12 24 12C17.3726 12 12 17.3726 12 24Z",
|
|
23
|
+
fill: "url(#paint0_angular_7520_85681)"
|
|
24
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
25
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("radialGradient", {
|
|
26
|
+
id: "paint0_angular_7520_85681",
|
|
27
|
+
cx: "0",
|
|
28
|
+
cy: "0",
|
|
29
|
+
r: "1",
|
|
30
|
+
gradientUnits: "userSpaceOnUse",
|
|
31
|
+
gradientTransform: "translate(24 24) scale(10.1587)",
|
|
32
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
33
|
+
offset: "0.892377",
|
|
34
|
+
stopColor: "white",
|
|
35
|
+
stopOpacity: "0"
|
|
36
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
37
|
+
offset: "1",
|
|
38
|
+
stopColor: "white"
|
|
39
|
+
})]
|
|
40
|
+
})
|
|
41
|
+
})]
|
|
42
|
+
});
|
|
43
|
+
};
|
|
44
|
+
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: "M9.1463 20.3251C9.1463 16.9575 11.8763 14.2275 15.2438 14.2275H25.4064C28.774 14.2275 31.5039 16.9575 31.5039 20.3251V28.4551C31.5039 31.8227 28.774 34.5527 25.4064 34.5527H15.2438C11.8763 34.5527 9.1463 31.8227 9.1463 28.4551V20.3251ZM17 20.5C17 21.8807 15.8807 23 14.5 23C13.1193 23 12 21.8807 12 20.5C12 19.1193 13.1193 18 14.5 18C15.8807 18 17 19.1193 17 20.5ZM36.4201 16.5232C37.7654 15.5623 39.634 16.524 39.634 18.1772V30.6032C39.634 32.2564 37.7654 33.218 36.4201 32.2571L33.3714 30.0794C32.8372 29.6979 32.5202 29.0819 32.5202 28.4255V20.3548C32.5202 19.6984 32.8372 19.0825 33.3714 18.7009L36.4201 16.5232Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
14
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M3.33203 6.79088C3.33203 6.34708 3.6918 5.9873 4.1356 5.9873H10.207C12.6233 5.9873 14.582 7.94606 14.582 10.3623C14.582 12.7786 12.6233 14.7373 10.207 14.7373H4.1356C3.6918 14.7373 3.33203 14.3775 3.33203 13.9337V6.79088Z",
|
|
16
|
+
fill: "url(#paint0_linear_4376_70861)"
|
|
17
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M4.13139 5.9873C3.69207 5.9873 3.33594 6.34344 3.33594 6.78276V13.9419C3.33594 14.3812 3.69207 14.7373 4.13139 14.7373H7.71094C9.55287 14.7373 11.1289 13.599 11.7741 11.9876L15.4278 14.0399C15.9833 14.352 16.6693 13.9505 16.6693 13.3134V7.46537C16.6693 6.81627 15.96 6.41638 15.4046 6.75235L11.8389 8.90938C11.2398 7.20732 9.61786 5.9873 7.71094 5.9873H4.13139Z",
|
|
21
|
+
fill: iconPrimary
|
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
|
24
|
+
id: "paint0_linear_4376_70861",
|
|
25
|
+
x1: "13.8529",
|
|
26
|
+
y1: "10.3623",
|
|
27
|
+
x2: "3.33203",
|
|
28
|
+
y2: "10.3623",
|
|
29
|
+
gradientUnits: "userSpaceOnUse",
|
|
30
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
31
|
+
stopColor: iconPrimary,
|
|
32
|
+
stopOpacity: "0.82"
|
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
34
|
+
offset: "1",
|
|
35
|
+
stopColor: iconPrimary,
|
|
36
|
+
stopOpacity: "0"
|
|
37
|
+
})]
|
|
38
|
+
})
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
var viewBox = exports.viewBox = '0 0 20 21';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M24 9C18.4772 9 14 13.4772 14 19V21C14 26.5228 18.4772 31 24 31C29.5228 31 34 26.5228 34 21V19C34 13.4772 29.5228 9 24 9ZM24 29C27.3137 29 30 26.3137 30 23C30 19.6863 27.3137 17 24 17C20.6863 17 18 19.6863 18 23C18 26.3137 20.6863 29 24 29ZM18 35.5C18 34.1193 19.1193 33 20.5 33H27.5C28.8807 33 30 34.1193 30 35.5C30 36.8807 28.8807 38 27.5 38H20.5C19.1193 38 18 36.8807 18 35.5ZM24 26C25.6569 26 27 24.6569 27 23C27 21.3431 25.6569 20 24 20C22.3431 20 21 21.3431 21 23C21 24.6569 22.3431 26 24 26Z",
|
|
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: "M14 19C14 17.1013 14.5291 15.3263 15.448 13.8142L19.3438 19.2156C18.5036 20.248 18 21.5652 18 23C18 26.3137 20.6863 29 24 29C24.7472 29 25.4626 28.8634 26.1224 28.6138L27.4125 30.4026C26.3476 30.7892 25.1984 31 24 31C18.4772 31 14 26.5228 14 21V19ZM30 23C30 23.6936 29.8823 24.3596 29.6658 24.9794L31.5365 27.573C33.0707 25.8154 34 23.5162 34 21V19C34 13.4772 29.5228 9 24 9C22.2093 9 20.5285 9.47068 19.0747 10.2951L23.9111 17.0006C23.9407 17.0002 23.9703 17 24 17C27.3137 17 30 19.6863 30 23ZM21 23C21 22.5873 21.0833 22.1942 21.234 21.8363L24.2308 25.9913C24.1546 25.997 24.0777 26 24 26C22.3431 26 21 24.6569 21 23ZM18 35.5C18 34.1193 19.1193 33 20.5 33H27.5C28.8807 33 30 34.1193 30 35.5C30 36.8807 28.8807 38 27.5 38H20.5C19.1193 38 18 36.8807 18 35.5ZM17.7172 10.1225C17.2326 9.45057 16.2951 9.29874 15.6232 9.78335C14.9513 10.268 14.7994 11.2055 15.2841 11.8774L30.7279 33.2897C31.2125 33.9616 32.15 34.1135 32.8219 33.6288C33.4938 33.1442 33.6456 32.2067 33.161 31.5348L17.7172 10.1225Z",
|
|
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.9566 8.84464C30.5947 9.37294 30.6837 10.3185 30.1554 10.9566L23.7696 18.6697L27.7707 21.0661C28.1436 21.2894 28.4012 21.6634 28.477 22.0913C28.5528 22.5193 28.4393 22.959 28.1659 23.2968L21.1659 31.9438C20.6446 32.5877 19.7001 32.6872 19.0562 32.1659C18.4123 31.6447 18.3129 30.7001 18.8341 30.0562L24.747 22.7521L20.7293 20.3457C20.354 20.1209 20.0955 19.7435 20.0216 19.3124C19.9476 18.8812 20.0656 18.4392 20.3446 18.1023L27.8446 9.04346C28.3729 8.40535 29.3185 8.31633 29.9566 8.84464ZM18 35.5C18 34.1193 19.1193 33 20.5 33H27.5C28.8807 33 30 34.1193 30 35.5C30 36.8808 28.8807 38 27.5 38H20.5C19.1193 38 18 36.8808 18 35.5ZM26.6071 17.5945L31.1941 12.0541C32.9313 13.853 34 16.3017 34 19V21C34 26.5228 29.5228 31 24 31C23.9534 31 23.907 30.9997 23.8606 30.999L25.6693 28.7647C28.1708 28.0416 30 25.7344 30 23C30 22.8722 29.996 22.7454 29.9881 22.6196C30.0115 22.3585 30.0007 22.093 29.954 21.8297C29.8947 21.4949 29.7798 21.1767 29.6172 20.8865C29.0731 19.4412 27.9872 18.2614 26.6071 17.5945ZM14 21C14 24.2043 15.5071 27.0565 17.851 28.8866L19.45 26.9114C18.5463 25.8611 18 24.4943 18 23C18 21.9743 18.2574 21.0087 18.7111 20.1643C18.6352 19.9728 18.5786 19.7724 18.5432 19.5658C18.3953 18.7035 18.6312 17.8196 19.1892 17.1457L25.7995 9.16147C25.2157 9.0554 24.6143 9 24 9C18.4772 9 14 13.4772 14 19V21ZM22.4941 23.1511L21.081 22.3048C21.028 22.5279 21 22.7607 21 23C21 23.5467 21.1462 24.0592 21.4017 24.5006L22.4941 23.1511Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|