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,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M14.3119 7.64571C13.9506 7.28446 13.365 7.28446 13.0037 7.64571C12.6425 8.00695 12.6425 8.59264 13.0037 8.95389L15.1247 11.0749L6.2577 11.0749C5.74683 11.0749 5.33268 11.489 5.33268 11.9999C5.33268 12.5108 5.74683 12.9249 6.2577 12.9249L15.1247 12.9249L13.0037 15.0459C12.6425 15.4071 12.6425 15.9928 13.0037 16.3541C13.365 16.7153 13.9506 16.7153 14.3119 16.3541L18.666 11.9999L14.3119 7.64571Z",
|
|
16
|
+
fill: iconPrimary
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 24 24';
|
|
@@ -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: "M27.7071 11.2929C27.4142 11 26.9428 11 26 11H19C15.2288 11 13.3431 11 12.1716 12.1716C11 13.3431 11 15.2288 11 19V29C11 32.7712 11 34.6569 12.1716 35.8284C13.3431 37 15.2288 37 19 37H26C26.9428 37 27.4142 37 27.7071 36.7071C28 36.4142 28 35.9428 28 35L28 13C28 12.0572 28 11.5858 27.7071 11.2929ZM34.816 11.436C33.9603 11 32.8402 11 30.6 11C30.0399 11 29.7599 11 29.546 11.109C29.3578 11.2049 29.2049 11.3578 29.109 11.546C29 11.7599 29 12.0399 29 12.6V17C29 17.9428 29 18.4142 29.2929 18.7071C29.5858 19 30.0572 19 31 19L35.4 19C35.9601 19 36.2401 19 36.454 18.891C36.6422 18.7951 36.7951 18.6422 36.891 18.454C37 18.2401 37 17.9601 37 17.4C37 15.1598 37 14.0397 36.564 13.184C36.1805 12.4314 35.5686 11.8195 34.816 11.436ZM35 20C35.9428 20 36.4142 20 36.7071 20.2929C37 20.5858 37 21.0572 37 22V26C37 26.9428 37 27.4142 36.7071 27.7071C36.4142 28 35.9428 28 35 28H31C30.0572 28 29.5858 28 29.2929 27.7071C29 27.4142 29 26.9428 29 26V22C29 21.0572 29 20.5858 29.2929 20.2929C29.5858 20 30.0572 20 31 20H35ZM36.454 29.109C36.2401 29 35.9601 29 35.4 29H31C30.0572 29 29.5858 29 29.2929 29.2929C29 29.5858 29 30.0572 29 31V35.4C29 35.9601 29 36.2401 29.109 36.454C29.2049 36.6422 29.3578 36.7951 29.546 36.891C29.7599 37 30.0399 37 30.6 37C32.8402 37 33.9603 37 34.816 36.564C35.5686 36.1805 36.1805 35.5686 36.564 34.816C37 33.9603 37 32.8402 37 30.6C37 30.0399 37 29.7599 36.891 29.546C36.7951 29.3578 36.6422 29.2049 36.454 29.109Z",
|
|
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: "M15.8601 5.10113C16.1917 4.90223 16.2991 4.47225 16.1002 4.14074C15.9013 3.80923 15.4714 3.70174 15.1399 3.90064L11.3899 6.15064C11.1201 6.31252 10.9914 6.63452 11.0754 6.93774C11.1594 7.24096 11.4354 7.45089 11.75 7.45089H14.75C16.5725 7.45089 18.05 8.92835 18.05 10.7509V13.5009C18.05 13.8875 18.3634 14.2009 18.75 14.2009C19.1366 14.2009 19.45 13.8875 19.45 13.5009V10.7509C19.45 8.15515 17.3457 6.05089 14.75 6.05089H14.2772L15.8601 5.10113ZM9 9.90089H14C14.8837 9.90089 15.6 10.6172 15.6 11.5009V16.5009C15.6 17.3845 14.8837 18.1009 14 18.1009H9C8.11634 18.1009 7.4 17.3845 7.4 16.5009V11.5009C7.4 10.6172 8.11634 9.90089 9 9.90089ZM6 11.5009C6 9.84403 7.34315 8.50089 9 8.50089H14C15.6569 8.50089 17 9.84403 17 11.5009V16.5009C17 18.1577 15.6569 19.5009 14 19.5009H9C7.34315 19.5009 6 18.1577 6 16.5009V11.5009Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 24 24';
|
|
@@ -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: "M13 13H19C19.5523 13 20 13.4477 20 14V18C20 18.5523 19.5523 19 19 19H13C12.4477 19 12 18.5523 12 18V14C12 13.4477 12.4477 13 13 13ZM9 14C9 11.7909 10.7909 10 13 10H19C21.2091 10 23 11.7909 23 14V18C23 20.2091 21.2091 22 19 22H13C10.7909 22 9 20.2091 9 18V14ZM29 29H35C35.5523 29 36 29.4477 36 30V34C36 34.5523 35.5523 35 35 35H29C28.4477 35 28 34.5523 28 34V30C28 29.4477 28.4477 29 29 29ZM25 30C25 27.7909 26.7909 26 29 26H35C37.2091 26 39 27.7909 39 30V34C39 36.2091 37.2091 38 35 38H29C26.7909 38 25 36.2091 25 34V30ZM10 25.5C10.8284 25.5 11.5 26.1716 11.5 27V31.5C11.5 33.433 13.067 35 15 35H18.1919L17.1293 32.6092C16.7928 31.8522 17.1338 30.9657 17.8908 30.6293C18.6478 30.2928 19.5343 30.6338 19.8707 31.3908L21.8707 35.8908C22.2072 36.6478 21.8662 37.5343 21.1092 37.8707C20.8291 37.9952 20.5313 38.027 20.2502 37.9792C20.1689 37.9929 20.0853 38 20 38H15C11.4101 38 8.5 35.0898 8.5 31.5V27C8.5 26.1716 9.17157 25.5 10 25.5ZM36 21.5C36 22.3284 36.6716 23 37.5 23C38.3284 23 39 22.3284 39 21.5V17C39 13.4101 36.0898 10.5 32.5 10.5L27.5 10.5C27.4147 10.5 27.3311 10.5071 27.2498 10.5208C26.9687 10.473 26.6709 10.5048 26.3908 10.6293C25.6338 10.9657 25.2928 11.8522 25.6293 12.6092L27.6293 17.1092C27.9657 17.8662 28.8522 18.2072 29.6092 17.8707C30.3662 17.5343 30.7072 16.6478 30.3707 15.8908L29.3081 13.5L32.5 13.5C34.433 13.5 36 15.067 36 17V21.5Z",
|
|
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: "M13 10C10.7909 10 9 11.7909 9 14V18C9 20.2091 10.7909 22 13 22H19C21.2091 22 23 20.2091 23 18V14C23 11.7909 21.2091 10 19 10H13ZM29 26C26.7909 26 25 27.7909 25 30V34C25 36.2091 26.7909 38 29 38H35C37.2091 38 39 36.2091 39 34V30C39 27.7909 37.2091 26 35 26H29ZM10 25.5C10.8284 25.5 11.5 26.1716 11.5 27V31.5C11.5 33.433 13.067 35 15 35H18.1919L17.1293 32.6092C16.7928 31.8522 17.1338 30.9657 17.8908 30.6293C18.6478 30.2928 19.5343 30.6338 19.8707 31.3908L21.8707 35.8908C22.2072 36.6478 21.8662 37.5343 21.1092 37.8707C20.8291 37.9952 20.5313 38.027 20.2502 37.9792C20.1689 37.9929 20.0853 38 20 38H15C11.4101 38 8.5 35.0898 8.5 31.5V27C8.5 26.1716 9.17157 25.5 10 25.5ZM36 21.5C36 22.3284 36.6716 23 37.5 23C38.3284 23 39 22.3284 39 21.5V17C39 13.4101 36.0898 10.5 32.5 10.5L27.5 10.5C27.4147 10.5 27.3311 10.5071 27.2498 10.5208C26.9687 10.473 26.6709 10.5048 26.3908 10.6293C25.6338 10.9657 25.2928 11.8522 25.6293 12.6092L27.6293 17.1092C27.9657 17.8662 28.8522 18.2072 29.6092 17.8707C30.3662 17.5343 30.7072 16.6478 30.3707 15.8908L29.3081 13.5L32.5 13.5C34.433 13.5 36 15.067 36 17V21.5Z",
|
|
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: "M9 17C9 13.6863 11.6863 11 15 11H33C36.3137 11 39 13.6863 39 17V25C39 28.3137 36.3137 31 33 31H15C11.6863 31 9 28.3137 9 25V17ZM9 34.5C9 33.6716 9.67157 33 10.5 33H37.5C38.3284 33 39 33.6716 39 34.5C39 35.3284 38.3284 36 37.5 36H10.5C9.67157 36 9 35.3284 9 34.5ZM29.063 16.0887C28.5598 15.5016 27.676 15.4337 27.0889 15.9368C26.5019 16.44 26.4339 17.3239 26.9371 17.9109L27.9561 19.0998H22C18.4654 19.0998 15.6 21.9652 15.6 25.4998C15.6 26.273 16.2268 26.8998 17 26.8998C17.7732 26.8998 18.4 26.273 18.4 25.4998C18.4 23.5116 20.0118 21.8998 22 21.8998H31C31.5468 21.8998 32.0435 21.5815 32.2719 21.0848C32.5004 20.5881 32.4188 20.0038 32.063 19.5887L29.063 16.0887Z",
|
|
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: "M9 17C9 13.6863 11.6863 11 15 11H33C36.3137 11 39 13.6863 39 17V25C39 28.3137 36.3137 31 33 31H15C11.6863 31 9 28.3137 9 25V17ZM9 34.4999C9 33.6715 9.67157 32.9999 10.5 32.9999H37.5C38.3284 32.9999 39 33.6715 39 34.4999C39 35.3283 38.3284 35.9999 37.5 35.9999H10.5C9.67157 35.9999 9 35.3283 9 34.4999ZM24.9209 15.816C24.3792 15.3947 23.6208 15.3947 23.0791 15.816L18.5791 19.316C17.9252 19.8246 17.8074 20.767 18.316 21.4209C18.8246 22.0748 19.767 22.1926 20.4209 21.684L22.5 20.067V25.5C22.5 26.3284 23.1716 27 24 27C24.8284 27 25.5 26.3284 25.5 25.5V20.067L27.5791 21.684C28.233 22.1926 29.1754 22.0748 29.684 21.4209C30.1926 20.767 30.0748 19.8246 29.4209 19.316L24.9209 15.816Z",
|
|
18
|
+
fill: "#16D1A4"
|
|
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: "M9 17.001C9 13.6873 11.6863 11.001 15 11.001H33C36.3137 11.001 39 13.6873 39 17.001V25.001C39 25.3487 38.9704 25.6895 38.9136 26.021C37.7567 25.3708 36.4216 25 35 25C31.272 25 28.1395 27.55 27.2518 31.001H15C11.6863 31.001 9 28.3147 9 25.001V17.001ZM27.5818 36.0006C27.2067 35.0742 27.0001 34.0615 27 33.0006H10.5C9.67157 33.0006 9 33.6722 9 34.5006C9 35.329 9.67157 36.0006 10.5 36.0006H27.5818ZM29.0628 16.0895C28.5596 15.5024 27.6758 15.4344 27.0887 15.9376C26.5016 16.4408 26.4337 17.3246 26.9368 17.9117L27.9559 19.1006H21.9998C18.4652 19.1006 15.5998 21.966 15.5998 25.5006H18.3998C18.3998 23.5124 20.0116 21.9006 21.9998 21.9006H30.9998C31.5465 21.9006 32.0433 21.5823 32.2717 21.0856C32.5002 20.5889 32.4186 20.0046 32.0628 19.5895L29.0628 16.0895ZM41 33C41 36.3137 38.3137 39 35 39C31.6863 39 29 36.3137 29 33C29 29.6863 31.6863 27 35 27C38.3137 27 41 29.6863 41 33ZM38.7198 31.6941L34.8627 35.6941L34.1798 36.4023L33.4605 35.7311L31.3177 33.7311L32.6823 32.2689L34.1059 33.5977L37.2802 30.3059L38.7198 31.6941Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.viewBox = exports.path = void 0;
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
var path = exports.path = function path(_ref) {
|
|
10
|
+
var iconPrimary = _ref.iconPrimary;
|
|
11
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
12
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M25.0626 7.08875L23.9996 5.84863L22.9366 7.08875L20.5401 9.88477C18.5189 12.2428 15.5683 13.5999 12.4626 13.5999C11.4337 13.5999 10.5996 14.434 10.5996 15.4629V22.3843C10.5996 28.2172 13.6978 33.6112 18.7361 36.5503L22.7903 38.9152C23.5376 39.3511 24.4616 39.3511 25.2089 38.9152L29.2631 36.5503C34.3015 33.6112 37.3996 28.2172 37.3996 22.3843V15.4629C37.3996 14.434 36.5655 13.5999 35.5366 13.5999C32.4309 13.5999 29.4803 12.2428 27.4592 9.88477L25.0626 7.08875ZM22.666 11.707L23.9996 10.1511L24.0004 10.1521V23.9999H13.4957C13.4321 23.4675 13.3996 22.9282 13.3996 22.3843V16.3672C16.9743 16.1176 20.3171 14.4474 22.666 11.707ZM24.0004 36.3786V23.9999H34.5035C34.0015 28.2016 31.5606 31.9685 27.8523 34.1317L24.0004 36.3786Z",
|
|
16
|
+
fill: iconPrimary
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M37.0664 13.5266C36.4719 13.0101 35.6388 12.8611 34.8912 13.1349L13.1633 21.1281C12.3552 21.4262 11.8247 22.1333 11.7855 22.9756C11.7464 23.8179 12.2021 24.5701 12.9818 24.941L16.3746 26.5562C16.4423 26.5874 16.5028 26.6325 16.5562 26.681C16.9086 27.5649 18.3007 31.0277 18.9202 32.279C19.2334 32.9168 19.8102 33.3639 20.3442 33.558C20.3086 33.5546 20.2695 33.5476 20.2267 33.5407C20.33 33.5788 20.4368 33.61 20.5472 33.6308C21.2521 33.7695 21.9748 33.558 22.4803 33.0624L23.7442 31.8319C23.9685 31.6135 24.321 31.565 24.5987 31.7175L30.0422 34.7262C30.3697 34.9064 30.7329 35 31.096 35C31.3808 35 31.6692 34.9445 31.9398 34.8302C32.5592 34.5702 33.0078 34.0572 33.1716 33.4194L37.7179 15.5752C37.9138 14.8265 37.661 14.0396 37.0664 13.5266ZM17.9091 26.2547L29.558 19.7659L22.9823 26.324C22.8755 26.4314 22.7972 26.5528 22.7438 26.6949C22.7402 26.7018 22.7402 26.7053 22.7367 26.7122C22.7224 26.7538 21.423 30.4869 20.654 32.175C20.4973 32.0745 20.3086 31.9116 20.1983 31.6863C19.6286 30.5216 18.3007 27.2252 17.9091 26.2547Z",
|
|
16
|
+
fill: iconPrimary
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 49 48';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M36.9476 21.0636C35.5654 20.5892 34.3401 19.6383 33.5521 18.2737C32.7642 16.9086 32.5534 15.3725 32.8335 13.9387C31.39 12.6179 29.6613 11.6044 27.7503 11C26.6482 11.9606 25.211 12.5475 23.634 12.5475C22.057 12.5475 20.6197 11.9606 19.5177 11C17.6072 11.6044 15.8779 12.6179 14.4345 13.9387C14.7151 15.3725 14.5038 16.9086 13.7158 18.2737C12.9279 19.6383 11.7025 20.5892 10.3204 21.0636C10.113 22.0094 10 22.9911 10 24C10 25.0083 10.113 25.99 10.3204 26.9359C11.7025 27.4102 12.9279 28.3612 13.7158 29.7263C14.5038 31.0908 14.7151 32.6275 14.4345 34.0613C15.8779 35.3815 17.6072 36.3956 19.5177 37C20.6197 36.0388 22.057 35.4525 23.634 35.4525C25.211 35.4525 26.6482 36.0388 27.7503 37C29.6613 36.3956 31.39 35.3815 32.8335 34.0613C32.5534 32.6275 32.7642 31.0908 33.5521 29.7263C34.3401 28.3612 35.5654 27.4102 36.9476 26.9359C37.1555 25.99 37.268 25.0083 37.268 24C37.268 22.9911 37.1555 22.0094 36.9476 21.0636ZM28.7471 23.9998C28.7471 26.8237 26.4583 29.1125 23.6344 29.1125C20.8104 29.1125 18.5216 26.8237 18.5216 23.9998C18.5216 21.1758 20.8104 18.887 23.6344 18.887C26.4583 18.887 28.7471 21.1758 28.7471 23.9998Z",
|
|
16
|
+
fill: iconPrimary
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
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: "M34.9832 24C34.9832 29.6333 30.4165 34.2 24.7832 34.2C19.1499 34.2 14.5832 29.6333 14.5832 24C14.5832 18.3667 19.1499 13.8 24.7832 13.8C30.4165 13.8 34.9832 18.3667 34.9832 24ZM37.7832 24C37.7832 31.1797 31.9629 37 24.7832 37C17.6035 37 11.7832 31.1797 11.7832 24C11.7832 16.8203 17.6035 11 24.7832 11C31.9629 11 37.7832 16.8203 37.7832 24ZM20.7732 18.0101C20.2264 17.4633 19.34 17.4633 18.7933 18.0101C18.2465 18.5568 18.2465 19.4432 18.7933 19.9899L28.7933 29.99C29.34 30.5367 30.2264 30.5367 30.7732 29.9899C31.3199 29.4432 31.3199 28.5568 30.7732 28.01L20.7732 18.0101Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 49 48';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M24 8C15.4221 8 8.5 15.0833 8.5 23.6261C8.5 32.0309 15.3102 39 23.75 39H24.5C32.5081 39 39 32.5081 39 24.5C39 23.6716 38.3284 23 37.5 23C36.6716 23 36 23.6716 36 24.5C36 30.8513 30.8513 36 24.5 36H23.75C17.0019 36 11.5 30.4092 11.5 23.6261C11.5 16.705 17.1139 11 24 11H24.5C25.3284 11 26 10.3284 26 9.5C26 8.67157 25.3284 8 24.5 8H24ZM29.7822 9.72008C29.0753 9.28809 28.1521 9.51094 27.7201 10.2178C27.2881 10.9247 27.5109 11.8479 28.2178 12.2799L32.6689 15H32.6674H32.6536H32.6397H32.6258H32.6119H32.598H32.584H32.5701H32.5561H32.5421H32.5281H32.5141H32.5C29.1183 15 25.6709 16.1518 22.8477 19.5397C20.6421 22.1864 20.1269 24.7643 19.74 26.7002L19.74 26.7003C19.6717 27.0422 19.6073 27.364 19.5384 27.6627C19.3521 28.4699 19.8555 29.2753 20.6627 29.4616C21.4699 29.6479 22.2753 29.1445 22.4616 28.3373C22.5514 27.9482 22.6298 27.5656 22.7074 27.1869L22.7074 27.1869C23.0972 25.2852 23.4666 23.4831 25.1523 21.4603C27.3291 18.8482 29.8817 18 32.5 18H32.5141H32.5281H32.5421H32.5561H32.5701H32.584H32.598H32.6119H32.6258H32.6397H32.6536H32.6674H32.6813H32.6951H32.7089H32.7227H32.7364H32.7502H32.7639H32.7776H32.7913H32.805H32.8187H32.8323H32.8459H32.8595H32.8731H32.8867H32.9002H32.9138H32.9273H32.9408H32.9543H32.9677H32.9812H32.9946H33.008H33.0214H33.0348H33.0482H33.0615H33.0749H33.0882H33.1015H33.1147H33.128H33.1413H33.1545H33.1677H33.1809H33.1941H33.2072H33.2204H33.2335H33.2466H33.2597H33.2728H33.2858H33.2989H33.3119H33.3249H33.3379H33.3509H33.3639H33.3768H33.3897H33.4027H33.4156H33.4284H33.4413H33.4541H33.467H33.4798H33.4926H33.5054H33.5182H33.5309H33.5436H33.5564H33.5691H33.5818H33.5944H33.6071H33.6197H33.6324H33.645H33.6576H33.6702H33.6827H33.6953H33.7078H33.7203H33.7328H33.7453H33.7578H33.7702H33.7827H33.7951H33.8075H33.8199H33.8323H33.8447H33.857H33.8693H33.8817H33.894H33.9063H33.9185H33.9308H33.943H33.9553H33.9675H33.9797H33.9919H34.004H34.0162H34.0283H34.0405H34.0526H34.0647H34.0768H34.0888H34.1009H34.1129H34.1249H34.137H34.149H34.1609H34.1729H34.1849H34.1968H34.2087H34.2206H34.2325H34.2444H34.2563H34.2681H34.28H34.2918H34.3036H34.3154H34.3272H34.339H34.3507H34.3625H34.3742H34.3859H34.3976H34.4093H34.421H34.4326H34.4443H34.4559H34.4675H34.4792H34.4907H34.5023H34.5139H34.5254H34.537H34.5485H34.56H34.5715H34.583H34.5945H34.6059H34.6174H34.6288H34.6402H34.6517H34.6631H34.6744H34.6858H34.6972H34.7085H34.7198H34.7312H34.7425H34.7538H34.765H34.7763H34.7876H34.7988H34.81H34.8212H34.8324H34.8436H34.8548H34.866H34.8771H34.8883H34.8994H34.9105H34.9216H34.9327H34.9438H34.9549H34.9659H34.977H34.988H34.999H35L30.8 23.6C30.3029 24.2627 30.4373 25.2029 31.1 25.7C31.7627 26.1971 32.7029 26.0627 33.2 25.4L39.2 17.4C39.4535 17.062 39.5527 16.6326 39.4732 16.2176C39.3936 15.8026 39.1427 15.4404 38.7822 15.2201L29.7822 9.72008Z",
|
|
18
|
+
fill: iconPrimary
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M36.9386 9.41833C36.9386 9.35125 36.9386 9.28418 36.9163 9.2171C36.8046 8.45691 36.1123 7.9203 35.3529 8.00974C28.8541 8.70285 24.0525 11.0058 21.0599 14.8291C18.8936 17.5792 17.6876 21.0672 17.4643 25.1812L17.4196 26.0308L12.7967 26.0308C10.9654 26.0308 10.5634 27.7077 11.4567 28.602L22.0649 39.0435C23.4048 40.3627 24.7895 40.2956 26.1294 38.9765L36.4696 28.8033C37.5416 27.7301 36.8939 26.0308 35.3753 26.0308L30.4174 26.0308L30.4174 24.9799C30.4174 21.1566 31.1767 14.2031 36.2909 10.5586C36.7153 10.335 36.9386 9.88786 36.9386 9.41833Z",
|
|
16
|
+
fill: "#373C42"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M36.9529 38.5817C36.9529 38.6487 36.9529 38.7158 36.9306 38.7829C36.8188 39.5431 36.1256 40.0797 35.3654 39.9903C28.8591 39.2971 24.0519 36.9942 21.0559 33.1709C18.8871 30.4208 17.6797 26.9328 17.4561 22.8188L17.4114 21.9692L12.7831 21.9692C10.9497 21.9692 10.5473 20.2923 11.4416 19.398L22.062 8.95647C23.4035 7.63731 24.7898 7.70439 26.1313 9.02355L36.4834 19.1967C37.5566 20.2699 36.9082 21.9692 35.3878 21.9692L30.4242 21.9692L30.4242 23.0201C30.4242 26.8434 31.1844 33.7969 36.3045 37.4414C36.7293 37.665 36.9529 38.1121 36.9529 38.5817Z",
|
|
16
|
+
fill: "#373C42"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
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: "M19.7845 8.3453C20.0976 8.15744 20.1991 7.75135 20.0112 7.43826C19.8234 7.12517 19.4173 7.02365 19.1042 7.2115L17.2748 8.30913C16.2661 7.9722 15.1599 7.7784 13.9999 7.7784C9.27479 7.7784 5.44434 10.9937 5.44434 14.0006C5.44434 17.0075 9.27479 20.2228 13.9999 20.2228C18.725 20.2228 22.5554 17.0075 22.5554 14.0006C22.5554 13.8323 22.5434 13.6632 22.5199 13.4942C22.6473 13.5011 22.778 13.4714 22.8956 13.4009L24.84 12.2342C25.1531 12.0463 25.2546 11.6402 25.0668 11.3271C24.8789 11.0141 24.4728 10.9125 24.1598 11.1004L22.2153 12.2671C22.1983 12.2773 22.1819 12.2881 22.1662 12.2996C21.9204 11.7563 21.5645 11.2277 21.1166 10.7349L22.5067 9.90085C22.8198 9.713 22.9213 9.3069 22.7335 8.99382C22.5456 8.68073 22.1395 8.5792 21.8264 8.76706L20.1017 9.80192C19.6986 9.4899 19.2545 9.20348 18.776 8.9504L19.7845 8.3453ZM19.2482 17.1876C20.6015 16.1565 21.2332 14.9487 21.2332 14.0006C21.2332 13.0525 20.6015 11.8447 19.2482 10.8136C17.9265 9.80655 16.0682 9.10062 13.9999 9.10062C11.9316 9.10062 10.0733 9.80655 8.75156 10.8136C7.39833 11.8447 6.76656 13.0525 6.76656 14.0006C6.76656 14.9487 7.39833 16.1565 8.75156 17.1876C10.0733 18.1947 11.9316 18.9006 13.9999 18.9006C16.0682 18.9006 17.9265 18.1947 19.2482 17.1876ZM17.111 14.0006C17.111 15.7188 15.7181 17.1117 13.9999 17.1117C12.2817 17.1117 10.8888 15.7188 10.8888 14.0006C10.8888 12.2824 12.2817 10.8895 13.9999 10.8895C15.7181 10.8895 17.111 12.2824 17.111 14.0006Z",
|
|
18
|
+
fill: "#4262FF"
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var viewBox = exports.viewBox = '0 0 28 28';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary,
|
|
13
|
+
iconSecondary = _ref.iconSecondary;
|
|
14
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
15
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M14.0048 14.9378C13.462 15.4489 13.462 16.2776 14.0048 16.7888C14.5476 17.2999 15.4276 17.2999 15.9705 16.7888C20.4053 12.6127 27.5956 12.6127 32.0305 16.7888C32.5733 17.2999 33.4534 17.2999 33.9962 16.7888C34.539 16.2776 34.539 15.4489 33.9962 14.9378C28.4757 9.73949 19.5252 9.73949 14.0048 14.9378ZM18.2528 19.1815C17.71 19.6927 17.71 20.5214 18.2528 21.0325C18.7956 21.5436 19.6757 21.5436 20.2185 21.0325C22.1645 19.2001 25.3197 19.2001 27.2657 21.0325C27.8085 21.5436 28.6886 21.5436 29.2314 21.0325C29.7742 20.5214 29.7742 19.6927 29.2314 19.1815C26.1997 16.3268 21.2845 16.3268 18.2528 19.1815Z",
|
|
19
|
+
fill: iconSecondary
|
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M13.6037 23C11.6122 23 9.92399 24.4651 9.64357 26.4368L8.64802 33.4368C8.30541 35.8457 10.175 38 12.6082 38H35.3899C37.8231 38 39.6926 35.8457 39.35 33.4368L38.3545 26.4368C38.0741 24.4651 36.3859 23 34.3943 23H31.4813C31.13 23 30.7933 23.1404 30.546 23.39C26.9404 27.0303 21.0577 27.0303 17.452 23.39C17.2048 23.1404 16.868 23 16.5167 23H13.6037ZM16.1205 33C17.2086 33 18.0907 32.1046 18.0907 31C18.0907 29.8954 17.2086 29 16.1205 29C15.0325 29 14.1504 29.8954 14.1504 31C14.1504 32.1046 15.0325 33 16.1205 33ZM26.0106 31C26.0106 32.1046 25.1285 33 24.0405 33C22.9524 33 22.0703 32.1046 22.0703 31C22.0703 29.8954 22.9524 29 24.0405 29C25.1285 29 26.0106 29.8954 26.0106 31ZM31.8803 33C32.9684 33 33.8505 32.1046 33.8505 31C33.8505 29.8954 32.9684 29 31.8803 29C30.7922 29 29.9102 29.8954 29.9102 31C29.9102 32.1046 30.7922 33 31.8803 33Z",
|
|
24
|
+
fill: iconPrimary
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,70 @@
|
|
|
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_70960)",
|
|
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)("path", {
|
|
24
|
+
d: "M18.5 17L19.4453 19.5547L22 20.5L19.4453 21.4453L18.5 24L17.5547 21.4453L15 20.5L17.5547 19.5547L18.5 17Z",
|
|
25
|
+
fill: "black"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
d: "M30.5 28L31.4453 30.1897L34 31L31.4453 31.8103L30.5 34L29.5547 31.8103L27 31L29.5547 30.1897L30.5 28Z",
|
|
28
|
+
fill: "black"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
30
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
31
|
+
id: "filter0_d_4376_70960",
|
|
32
|
+
x: "7.82812",
|
|
33
|
+
y: "8.5",
|
|
34
|
+
width: "32.8555",
|
|
35
|
+
height: "38.6738",
|
|
36
|
+
filterUnits: "userSpaceOnUse",
|
|
37
|
+
colorInterpolationFilters: "sRGB",
|
|
38
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
39
|
+
floodOpacity: "0",
|
|
40
|
+
result: "BackgroundImageFix"
|
|
41
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
42
|
+
"in": "SourceAlpha",
|
|
43
|
+
type: "matrix",
|
|
44
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
45
|
+
result: "hardAlpha"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
47
|
+
dy: "4"
|
|
48
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
49
|
+
stdDeviation: "2"
|
|
50
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
51
|
+
in2: "hardAlpha",
|
|
52
|
+
operator: "out"
|
|
53
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
54
|
+
type: "matrix",
|
|
55
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
|
|
56
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
57
|
+
mode: "normal",
|
|
58
|
+
in2: "BackgroundImageFix",
|
|
59
|
+
result: "effect1_dropShadow_4376_70960"
|
|
60
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
61
|
+
mode: "normal",
|
|
62
|
+
"in": "SourceGraphic",
|
|
63
|
+
in2: "effect1_dropShadow_4376_70960",
|
|
64
|
+
result: "shape"
|
|
65
|
+
})]
|
|
66
|
+
})
|
|
67
|
+
})]
|
|
68
|
+
});
|
|
69
|
+
};
|
|
70
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.viewBox = exports.path = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
var path = exports.path = function path(_ref) {
|
|
12
|
+
var iconPrimary = _ref.iconPrimary;
|
|
13
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
14
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M22.404 10.1132C23.2042 9.05369 24.7958 9.05369 25.596 10.1132L29.5578 15.359C29.7971 15.6759 30.1253 15.9144 30.5006 16.044L36.7139 18.1909C37.9689 18.6245 38.4607 20.1382 37.7003 21.2266L33.9355 26.6156C33.7081 26.9411 33.5827 27.3269 33.5754 27.7239L33.4536 34.2965C33.429 35.6241 32.1414 36.5596 30.8713 36.1727L24.5827 34.2575C24.2028 34.1418 23.7972 34.1418 23.4173 34.2575L17.1287 36.1727C15.8586 36.5596 14.571 35.6241 14.5464 34.2965L14.4246 27.7239C14.4173 27.3269 14.2919 26.9411 14.0645 26.6156L10.2997 21.2266C9.5393 20.1382 10.0311 18.6245 11.2861 18.1909L17.4994 16.044C17.8747 15.9144 18.2029 15.6759 18.4422 15.359L22.404 10.1132Z",
|
|
16
|
+
fill: iconPrimary
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var viewBox = exports.viewBox = '0 0 48 48';
|