frst-components 0.36.9 → 0.38.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/README.md +52 -52
- package/dist/esm/index.js +154 -0
- package/dist/esm/node_modules/style-inject/dist/style-inject.es.js +28 -0
- package/dist/esm/public/customIcons/CircledAlert.js +7 -0
- package/dist/esm/public/customIcons/CircledCheck.js +7 -0
- package/dist/esm/public/customIcons/DefaultProfile.js +7 -0
- package/dist/esm/public/customIcons/ExcludeVoteIcon.js +7 -0
- package/dist/esm/public/customIcons/LanguageIcon.js +7 -0
- package/dist/esm/public/customIcons/SmallTrash.js +7 -0
- package/dist/esm/public/customIcons/SwitchVoteIcon.js +7 -0
- package/dist/esm/public/customIcons/TagAlert.js +7 -0
- package/dist/esm/public/customIcons/VoteCurrentIcon.js +7 -0
- package/dist/esm/public/customIcons/VoteIcon.js +7 -0
- package/dist/esm/public/customIcons/WarningIcon.js +7 -0
- package/dist/esm/public/customIcons/newVoteIcon.js +7 -0
- package/dist/esm/public/img/Nonotification.png.js +3 -0
- package/dist/esm/public/img/TargetIcon.png.js +3 -0
- package/dist/esm/src/components/DS/CardJourney/index.js +12 -0
- package/dist/esm/src/components/DS/CardJourney/style.js +123 -0
- package/dist/esm/src/components/DS/ConfirmationModal/ComfirmModalDownload/ComfirmModalDownload.js +20 -0
- package/dist/esm/src/components/DS/ConfirmationModal/ConfirmationModal.js +10 -0
- package/dist/esm/src/components/DS/ConfirmationModal/styles.js +56 -0
- package/dist/esm/src/components/DS/LightTooltip/index.js +24 -0
- package/dist/esm/src/components/DS/admButton/admButton.styles.js +52 -0
- package/dist/esm/src/components/DS/admButton/index.js +17 -0
- package/dist/esm/src/components/DS/cardPeople/cardPeople.styles.js +71 -0
- package/dist/esm/src/components/DS/cardPeople/index.js +63 -0
- package/dist/esm/src/components/DS/cardUser/cardUser.styles.js +70 -0
- package/dist/esm/src/components/DS/cardUser/index.js +14 -0
- package/dist/esm/src/components/DS/dropdown-Multiselect/index.js +186 -0
- package/dist/esm/src/components/DS/dropdown-Multiselect/styles/multiselectStyles.js +214 -0
- package/dist/esm/src/components/DS/dropdown-Multiselect/styles/primereact.css.js +6 -0
- package/dist/esm/src/components/DS/dropdown-Multiselect/styles/stylesMulti.css.js +6 -0
- package/dist/esm/src/components/DS/groups-table/groupTableStyles.js +95 -0
- package/dist/esm/src/components/DS/groups-table/index.js +113 -0
- package/dist/esm/src/components/DS/hypotesisAndImpediment/UpDownButtons/index.js +8 -0
- package/dist/esm/src/components/DS/hypotesisAndImpediment/UpDownButtons/upDownButtons.styles.js +43 -0
- package/dist/esm/src/components/DS/hypotesisAndImpediment/Voting/index.js +40 -0
- package/dist/esm/src/components/DS/hypotesisAndImpediment/Voting/voting.styles.js +126 -0
- package/dist/esm/src/components/DS/hypotesisAndImpediment/hypothesisAndImpediment.style.js +115 -0
- package/dist/esm/src/components/DS/hypotesisAndImpediment/index.js +161 -0
- package/dist/esm/src/components/DS/impedimentosTab/addImpedimentoModal/index.js +35 -0
- package/dist/esm/src/components/DS/impedimentosTab/addImpedimentoModal/styles.js +14 -0
- package/dist/esm/src/components/DS/impedimentosTab/dropDown/index.js +20 -0
- package/dist/esm/src/components/DS/impedimentosTab/dropDown/styles.js +38 -0
- package/dist/esm/src/components/DS/impedimentosTab/index.js +180 -0
- package/dist/esm/src/components/DS/impedimentosTab/styles.js +178 -0
- package/dist/esm/src/components/DS/loading/index.js +45 -0
- package/dist/esm/src/components/DS/loading/loadingStyle.js +39 -0
- package/dist/esm/src/components/DS/modal/index.js +55 -0
- package/dist/esm/src/components/DS/modal/styles.js +86 -0
- package/dist/esm/src/components/DS/newCards/articles/index.js +12 -0
- package/dist/esm/src/components/DS/newCards/articles/styles.js +92 -0
- package/dist/esm/src/components/DS/newCards/challenge/index.js +82 -0
- package/dist/esm/src/components/DS/newCards/challenge/styles.js +198 -0
- package/dist/esm/src/components/DS/newCards/channels/index.js +10 -0
- package/dist/esm/src/components/DS/newCards/channels/styles.js +46 -0
- package/dist/esm/src/components/DS/newCards/content/index.js +16 -0
- package/dist/esm/src/components/DS/newCards/content/styles.js +103 -0
- package/dist/esm/src/components/DS/newCards/mentoring/index.js +38 -0
- package/dist/esm/src/components/DS/newCards/mentoring/styles.js +37 -0
- package/dist/esm/src/components/DS/newCards/people/index.js +120 -0
- package/dist/esm/src/components/DS/newCards/people/styles.js +75 -0
- package/dist/esm/src/components/DS/newCards/trail/index.js +10 -0
- package/dist/esm/src/components/DS/newCards/trail/styles.js +60 -0
- package/dist/esm/src/components/DS/onboarding-progress-menu/index.js +56 -0
- package/dist/esm/src/components/DS/onboarding-progress-menu/onboardingProgressMenuStyles.js +98 -0
- package/dist/esm/src/components/DS/progressGoalBar/index.js +29 -0
- package/dist/esm/src/components/DS/progressGoalBar/progressGoalBarStyles.js +183 -0
- package/dist/esm/src/components/DS/progressGoalBar/progressTexts.js +17 -0
- package/dist/esm/src/components/DS/progressGoalBar/useProgressGoalBar.js +232 -0
- package/dist/esm/src/components/DS/resourceInfoDrop/index.js +53 -0
- package/dist/esm/src/components/DS/resourceInfoDrop/styles.js +142 -0
- package/dist/esm/src/components/DS/resultFilterTabs/dropDownResult/index.js +20 -0
- package/dist/esm/src/components/DS/resultFilterTabs/dropDownResult/styles.js +38 -0
- package/dist/esm/src/components/DS/resultFilterTabs/index.js +162 -0
- package/dist/esm/src/components/DS/resultFilterTabs/resultFilterTabsStyles.js +167 -0
- package/dist/esm/src/components/DS/resultFilterTabs/rsuite.min.css.js +6 -0
- package/dist/esm/src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.js +65 -0
- package/dist/esm/src/components/DS/scroll-container-v2/ButtonControl/index.js +19 -0
- package/dist/esm/src/components/DS/scroll-container-v2/ButtonControl/useLongPress.js +26 -0
- package/dist/esm/src/components/DS/scroll-container-v2/index.js +29 -0
- package/dist/esm/src/components/DS/scroll-container-v2/scrollContainerStyles.js +51 -0
- package/dist/esm/src/components/DS/scroll-container-v2/useScroll.js +85 -0
- package/dist/esm/src/components/DS/select/Select.js +50 -0
- package/dist/esm/src/components/DS/select/SelectContext.js +6 -0
- package/dist/esm/src/components/DS/select/SelectItem.js +46 -0
- package/dist/esm/src/components/DS/select/index.js +9 -0
- package/dist/esm/src/components/DS/select/styles/StylesSelect.js +107 -0
- package/dist/esm/src/components/DS/steps-progress/index.js +27 -0
- package/dist/esm/src/components/DS/steps-progress/stepsProgressStyles.js +85 -0
- package/dist/esm/src/components/DS/toast/index.js +35 -0
- package/dist/esm/src/components/DS/toast/toast.styles.js +68 -0
- package/dist/esm/src/components/DS/toast-v2/index.js +76 -0
- package/dist/esm/src/components/DS/toast-v2/toast-v2.styles.js +18 -0
- package/dist/esm/src/components/DS/tooltip/index.js +98 -0
- package/dist/esm/src/components/DS/tooltip/styles.js +146 -0
- package/dist/esm/src/components/EBR/buttons-group/index.js +17 -0
- package/dist/esm/src/components/EBR/buttons-group/styles.js +9 -0
- package/dist/esm/src/components/EBR/group-statistics/groupStatisticsStyles.js +56 -0
- package/dist/esm/src/components/EBR/group-statistics/index.js +61 -0
- package/dist/esm/src/components/EBR/objective-step/index.js +8 -0
- package/dist/esm/src/components/EBR/objective-step/objectiveStepStyles.js +36 -0
- package/dist/esm/src/components/EBR/rating/index.js +78 -0
- package/dist/esm/src/components/EBR/rating/ratingStyles.js +25 -0
- package/dist/esm/src/components/EBR/specialist-contact/index.js +11 -0
- package/dist/esm/src/components/EBR/specialist-contact/specialistContactStyles.js +91 -0
- package/dist/esm/src/components/EBR/stepper/stepper.js +8 -0
- package/dist/esm/src/components/EBR/stepper/stepperItem.js +13 -0
- package/dist/esm/src/components/EBR/stepper/styles.js +137 -0
- package/dist/esm/src/components/EBR/trail-list/index.js +57 -0
- package/dist/esm/src/components/EBR/trail-list/trailListStyles.js +51 -0
- package/dist/esm/src/components/FI/ThreadComments/index.js +45 -0
- package/dist/esm/src/components/FI/ThreadComments/threadComments.styles.js +51 -0
- package/dist/esm/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.js +20 -0
- package/dist/esm/src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.js +67 -0
- package/dist/esm/src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.js +39 -0
- package/dist/esm/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.js +156 -0
- package/dist/esm/src/components/FI/bannerProblemFeed/index.js +161 -0
- package/dist/esm/src/components/FI/bannerSRG/bannerSRGStyle.js +217 -0
- package/dist/esm/src/components/FI/bannerSRG/index.js +15 -0
- package/dist/esm/src/components/FI/feedInteraction/feedInteractionStyles.js +137 -0
- package/dist/esm/src/components/FI/feedInteraction/index.js +88 -0
- package/dist/esm/src/components/FI/feedInteractionV2/feedInteractionStyles.js +52 -0
- package/dist/esm/src/components/FI/feedInteractionV2/index.js +22 -0
- package/dist/esm/src/components/FI/feedInteractionV3/feedInteractionV3Styles.js +49 -0
- package/dist/esm/src/components/FI/feedInteractionV3/index.js +29 -0
- package/dist/esm/src/components/FI/inputCommentPost-it/index.js +118 -0
- package/dist/esm/src/components/FI/inputCommentPost-it/inputCommentPost-It.utils.js +20 -0
- package/dist/esm/src/components/FI/inputCommentPost-it/inputCommentPost-ItStyles.js +190 -0
- package/dist/esm/src/components/FI/interactionsModal/InteractionsModalStyles.js +152 -0
- package/dist/esm/src/components/FI/interactionsModal/index.js +43 -0
- package/dist/esm/src/components/FI/modal-invite/index.js +146 -0
- package/dist/esm/src/components/FI/modal-invite/modalInviteStyles.js +115 -0
- package/dist/esm/src/components/FI/notificationCard/index.js +41 -0
- package/dist/esm/src/components/FI/notificationCard/notificationCardStyles.js +84 -0
- package/dist/esm/src/components/FI/notificationPopOver/index.js +59 -0
- package/dist/esm/src/components/FI/notificationPopOver/notificationPopOverStyles.js +112 -0
- package/dist/esm/src/components/FI/postFeed/index.js +53 -0
- package/dist/esm/src/components/FI/postFeed/postFeedStyles.js +181 -0
- package/dist/esm/src/components/FI/searchBox/SearchBoxStyles.js +23 -0
- package/dist/esm/src/components/FI/searchBox/index.js +11 -0
- package/dist/esm/src/components/FI/sessionFilters/index.js +72 -0
- package/dist/esm/src/components/FI/sessionFilters/sessionFiltersStyle.js +80 -0
- package/dist/esm/src/components/FI/smallSRGBanner/frstFundo.png.js +3 -0
- package/dist/esm/src/components/FI/smallSRGBanner/g12.png.js +3 -0
- package/dist/esm/src/components/FI/smallSRGBanner/index.js +12 -0
- package/dist/esm/src/components/FI/smallSRGBanner/smallSRGBannerStyles.js +61 -0
- package/dist/esm/src/components/IJ/ContentCycle/ContentCycleStyles.js +146 -0
- package/dist/esm/src/components/IJ/ContentCycle/index.js +21 -0
- package/dist/esm/src/components/IJ/ListContentCycle/ListContentCycleStyles.js +12 -0
- package/dist/esm/src/components/IJ/ListContentCycle/index.js +11 -0
- package/dist/esm/src/components/IJ/StepLearningCycle/StepLearningCycleStyle.js +94 -0
- package/dist/esm/src/components/IJ/StepLearningCycle/index.js +117 -0
- package/dist/esm/src/components/IJ/favorite/favoriteStyles.js +17 -0
- package/dist/esm/src/components/IJ/favorite/index.js +36 -0
- package/dist/esm/src/components/IJ/learningCycleCard/components/menu/index.js +49 -0
- package/dist/esm/src/components/IJ/learningCycleCard/components/menu/menuStyle.js +28 -0
- package/dist/esm/src/components/IJ/learningCycleCard/index.js +36 -0
- package/dist/esm/src/components/IJ/learningCycleCard/learningCycleCardStyle.js +153 -0
- package/dist/esm/src/components/IJ/listSelector/index.js +39 -0
- package/dist/esm/src/components/IJ/listSelector/listSelectorStyles.js +46 -0
- package/dist/esm/src/components/IJ/pagination/index.js +82 -0
- package/dist/esm/src/components/IJ/pagination/paginationStyles.js +59 -0
- package/dist/esm/src/components/IJ/participantCard/index.js +37 -0
- package/dist/esm/src/components/IJ/participantCard/participantCardStyle.js +273 -0
- package/dist/esm/src/components/IJ/participantCardOld/index.js +58 -0
- package/dist/esm/src/components/IJ/participantCardOld/participantCardStyle.js +293 -0
- package/dist/esm/src/components/IJ/thumbListContent/index.js +28 -0
- package/dist/esm/src/components/IJ/thumbListContent/thumbListContentStyles.js +250 -0
- package/dist/esm/src/components/IncrementarIdeia/icrementarIdeiaStyles.js +115 -0
- package/dist/esm/src/components/IncrementarIdeia/index.js +98 -0
- package/dist/esm/src/components/IncrementarIdeia/useAutosizeTextArea.js +13 -0
- package/dist/esm/src/components/LXP/AccordionList/AccordionList.styles.js +101 -0
- package/dist/esm/src/components/LXP/AccordionList/index.js +26 -0
- package/dist/esm/src/components/LXP/accordionTrack/accordionTrack.js +179 -0
- package/dist/esm/src/components/LXP/accordionTrack/accordionTrackList.js +187 -0
- package/dist/esm/src/components/LXP/accordionTrack/accordionTrackStyle.js +194 -0
- package/dist/esm/src/components/LXP/accordionTrack/contentCourses.js +8 -0
- package/dist/esm/src/components/LXP/accordionTrack/contentCoursesTrails.js +189 -0
- package/dist/esm/src/components/LXP/accordionTrack/vectorDown.js +13 -0
- package/dist/esm/src/components/LXP/accordionTrack/vectorUp.js +13 -0
- package/dist/esm/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannelStyles.js +83 -0
- package/dist/esm/src/components/LXP/avatarAssociatedChannel/index.js +11 -0
- package/dist/esm/src/components/LXP/avatarChannel/avatarChannelStyles.js +106 -0
- package/dist/esm/src/components/LXP/avatarChannel/index.js +32 -0
- package/dist/esm/src/components/LXP/bannerLxp/bannerLxp.js +150 -0
- package/dist/esm/src/components/LXP/bannerLxp/index.js +124 -0
- package/dist/esm/src/components/LXP/buttonContent/buttonContentStyle.js +63 -0
- package/dist/esm/src/components/LXP/buttonContent/index.js +11 -0
- package/dist/esm/src/components/LXP/calendarLxp/calendar.css.js +6 -0
- package/dist/esm/src/components/LXP/calendarLxp/calendarLxp.module.css.js +7 -0
- package/dist/esm/src/components/LXP/calendarLxp/defaultRanges.js +79 -0
- package/dist/esm/src/components/LXP/calendarLxp/index.js +26 -0
- package/dist/esm/src/components/LXP/colorpicker/colorpickerStyles.js +43 -0
- package/dist/esm/src/components/LXP/colorpicker/index.js +20 -0
- package/dist/esm/src/components/LXP/contentSwitcher/contentSwitcherStyle.js +94 -0
- package/dist/esm/src/components/LXP/contentSwitcher/index.js +10 -0
- package/dist/esm/src/components/LXP/contentThumbnails/contentThumbnailsStyle.js +184 -0
- package/dist/esm/src/components/LXP/contentThumbnails/index.js +77 -0
- package/dist/esm/src/components/LXP/contentThumbnails/vectorDown.js +13 -0
- package/dist/esm/src/components/LXP/contentThumbnails/vectorUp.js +13 -0
- package/dist/esm/src/components/LXP/fileUpload/fileUploadStyles.js +88 -0
- package/dist/esm/src/components/LXP/fileUpload/index.js +21 -0
- package/dist/esm/src/components/LXP/headerContent/headerContent.js +218 -0
- package/dist/esm/src/components/LXP/headerContent/index.js +45 -0
- package/dist/esm/src/components/LXP/login/index.js +157 -0
- package/dist/esm/src/components/LXP/login/loginStyle.js +271 -0
- package/dist/esm/src/components/LXP/manageLerningCicles/index.js +40 -0
- package/dist/esm/src/components/LXP/manageLerningCicles/manageLearningCicles.Style.js +84 -0
- package/dist/esm/src/components/LXP/modalNewFeatures/ModalNewFeatures.style.js +204 -0
- package/dist/esm/src/components/LXP/modalNewFeatures/index.js +41 -0
- package/dist/esm/src/components/LXP/participantThumbnails/index.js +20 -0
- package/dist/esm/src/components/LXP/participantThumbnails/participantThumbnails.js +94 -0
- package/dist/esm/src/components/LXP/participantThumbnailsList/index.js +35 -0
- package/dist/esm/src/components/LXP/popOver/index.js +68 -0
- package/dist/esm/src/components/LXP/popOver/popOverStyle.js +130 -0
- package/dist/esm/src/components/LXP/popOverLXP-antigo/index.js +23 -0
- package/dist/esm/src/components/LXP/popOverLXP-antigo/popOverLXPStyles.js +123 -0
- package/dist/esm/src/components/LXP/progressBar/index.js +11 -0
- package/dist/esm/src/components/LXP/progressBar/progressStyle.js +32 -0
- package/dist/esm/src/components/LXP/searchResults/index.js +15 -0
- package/dist/esm/src/components/LXP/searchResults/searchResultsStyles.js +63 -0
- package/dist/esm/src/components/LXP/selectLXP/SelectLXP.js +128 -0
- package/dist/esm/src/components/LXP/selectLXP/SelectLXPContext.js +6 -0
- package/dist/esm/src/components/LXP/selectLXP/SelectLXPItem.js +40 -0
- package/dist/esm/src/components/LXP/selectLXP/index.js +9 -0
- package/dist/esm/src/components/LXP/star-metric/index.js +13 -0
- package/dist/esm/src/components/LXP/star-metric/starMetricStyles.js +13 -0
- package/dist/esm/src/components/LXP/thumbnails/headerVectorElipses.js +13 -0
- package/dist/esm/src/components/LXP/thumbnails/loadingThumbnails.js +9 -0
- package/dist/esm/src/components/LXP/thumbnails/thumbnails.js +119 -0
- package/dist/esm/src/components/LXP/thumbnails/thumbnailsDraggable.js +13 -0
- package/dist/esm/src/components/LXP/thumbnails/thumbnailsStyle.js +188 -0
- package/dist/esm/src/components/LXP/thumbnails/vectorCross.js +13 -0
- package/dist/esm/src/components/LXP/thumbnails/vectorEllipse.js +13 -0
- package/dist/esm/src/components/LXP/tooltip/index.js +11 -0
- package/dist/esm/src/components/LXP/tooltip/tooltipStyle.js +131 -0
- package/dist/esm/src/components/LXP/video/index.js +10 -0
- package/dist/esm/src/components/LogoFRST/index.js +13 -0
- package/dist/esm/src/components/LogoFRST/logoFRST.module.css.js +7 -0
- package/dist/esm/src/components/ModalConfirme/index.js +10 -0
- package/dist/esm/src/components/ModalConfirme/styles.js +51 -0
- package/dist/esm/src/components/accordion-tabs/accordionTabsStyles.js +100 -0
- package/dist/esm/src/components/accordion-tabs/index.js +34 -0
- package/dist/esm/src/components/actioExperience/actioExperience.styles.js +163 -0
- package/dist/esm/src/components/actioExperience/icons.js +19 -0
- package/dist/esm/src/components/actioExperience/index.js +20 -0
- package/dist/esm/src/components/audio-player/audioPlayerStyles.js +329 -0
- package/dist/esm/src/components/audio-player/index.js +110 -0
- package/dist/esm/src/components/avatar/avatarStyles.js +24 -0
- package/dist/esm/src/components/avatar/index.js +17 -0
- package/dist/esm/src/components/brainstorming-votar/index.js +10 -0
- package/dist/esm/src/components/brainstorming-votar/votarStyles.js +85 -0
- package/dist/esm/src/components/buttons/buttonStyle.js +389 -0
- package/dist/esm/src/components/buttons/index.js +31 -0
- package/dist/esm/src/components/calendar/calendarStyle.js +185 -0
- package/dist/esm/src/components/calendar/index.js +60 -0
- package/dist/esm/src/components/card-trail/cardTrailStyle.js +29 -0
- package/dist/esm/src/components/card-trail/index.js +50 -0
- package/dist/esm/src/components/card-trail/moduleStyle.js +92 -0
- package/dist/esm/src/components/card-trail-carousel/index.js +15 -0
- package/dist/esm/src/components/cardLT/AvatarWithInfo/avatarWithInfo.module.css.js +7 -0
- package/dist/esm/src/components/cardLT/AvatarWithInfo/index.js +16 -0
- package/dist/esm/src/components/cardLT/AvatarWithInfo/vector.js +13 -0
- package/dist/esm/src/components/cardLT/BannerProblem/BannerProblem.module.css.js +7 -0
- package/dist/esm/src/components/cardLT/BannerProblem/index.js +312 -0
- package/dist/esm/src/components/cardLT/BannerProblem/styles.js +30 -0
- package/dist/esm/src/components/cardLT/MessageBox/MessageBox.module.css.js +7 -0
- package/dist/esm/src/components/cardLT/MessageBox/icons/errorIcon.js +13 -0
- package/dist/esm/src/components/cardLT/MessageBox/icons/successIcon.js +13 -0
- package/dist/esm/src/components/cardLT/MessageBox/icons/warningIcon.js +13 -0
- package/dist/esm/src/components/cardLT/MessageBox/index.js +59 -0
- package/dist/esm/src/components/cardLT/Rating/Rating.module.css.js +7 -0
- package/dist/esm/src/components/cardLT/Rating/index.js +26 -0
- package/dist/esm/src/components/cardLT/Rating/starIcon.js +13 -0
- package/dist/esm/src/components/cardLT/RatingCurtidas/RatingCurtidas.module.css.js +7 -0
- package/dist/esm/src/components/cardLT/RatingCurtidas/index.js +15 -0
- package/dist/esm/src/components/cardLT/RocketButton/RocketButtonIcon.js +13 -0
- package/dist/esm/src/components/cardLT/RocketButton/index.js +26 -0
- package/dist/esm/src/components/cardLT/StepsMission/Planet.module.css.js +7 -0
- package/dist/esm/src/components/cardLT/StepsMission/StepMission.js +108 -0
- package/dist/esm/src/components/cardLT/StepsMission/Steps.js +68 -0
- package/dist/esm/src/components/cardLT/TextIcon/TextIcon.module.css.js +7 -0
- package/dist/esm/src/components/cardLT/TextIcon/index.js +14 -0
- package/dist/esm/src/components/cards/base/index.js +8 -0
- package/dist/esm/src/components/cards/cardDefinicaoFase/cardDefinicaoFase.module.css.js +7 -0
- package/dist/esm/src/components/cards/cardDefinicaoFase/index.js +30 -0
- package/dist/esm/src/components/cards/cardFaseDesafios/index.js +30 -0
- package/dist/esm/src/components/cards/cardFaseDesafios/styles.js +160 -0
- package/dist/esm/src/components/cards/cardProblem/cardProblem.module.css.js +7 -0
- package/dist/esm/src/components/cards/cardProblem/index.js +144 -0
- package/dist/esm/src/components/cards/cardProblemGestor/cardProblemaGestor.module.css.js +7 -0
- package/dist/esm/src/components/cards/cardProblemGestor/index.js +26 -0
- package/dist/esm/src/components/cards/cardResultConquista/Icons/Aprendizado.png.js +3 -0
- package/dist/esm/src/components/cards/cardResultConquista/Icons/AprendizadoPressed.png.js +3 -0
- package/dist/esm/src/components/cards/cardResultConquista/Icons/Conquista.png.js +3 -0
- package/dist/esm/src/components/cards/cardResultConquista/Icons/ConquistaPressed.png.js +3 -0
- package/dist/esm/src/components/cards/cardResultConquista/cardResultConquista.module.css.js +7 -0
- package/dist/esm/src/components/cards/cardResultConquista/index.js +40 -0
- package/dist/esm/src/components/cards/user/index.js +85 -0
- package/dist/esm/src/components/challenge-cards/challengeCardStyles.js +246 -0
- package/dist/esm/src/components/challenge-cards/dropdownMenuStyle.js +85 -0
- package/dist/esm/src/components/challenge-cards/index.js +174 -0
- package/dist/esm/src/components/checkmark/checkmarkStyles.js +24 -0
- package/dist/esm/src/components/checkmark/index.js +32 -0
- package/dist/esm/src/components/comment-post/commentPostStyles.js +23 -0
- package/dist/esm/src/components/comment-post/index.js +16 -0
- package/dist/esm/src/components/commentary-box/commentaryBox.utils.js +24 -0
- package/dist/esm/src/components/commentary-box/commentaryBoxStyles.js +240 -0
- package/dist/esm/src/components/commentary-box/index.js +104 -0
- package/dist/esm/src/components/commentaryBoxV2/CommentaryBoxV2.styles.js +282 -0
- package/dist/esm/src/components/commentaryBoxV2/index.js +157 -0
- package/dist/esm/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.js +45 -0
- package/dist/esm/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.js +54 -0
- package/dist/esm/src/components/conquistaCarrossel/index.js +26 -0
- package/dist/esm/src/components/counter-like/counterLikeStyles.js +26 -0
- package/dist/esm/src/components/counter-like/index.js +28 -0
- package/dist/esm/src/components/criar-ideia/criarIdeiaStyles.js +144 -0
- package/dist/esm/src/components/criar-ideia/index.js +58 -0
- package/dist/esm/src/components/criar-ideia/useAutosizeTextArea.js +13 -0
- package/dist/esm/src/components/demo/stepController/StepControllerStyle.js +47 -0
- package/dist/esm/src/components/demo/stepController/index.js +12 -0
- package/dist/esm/src/components/dropdown-profile-menu/dropdownProfileMenuStyle.js +162 -0
- package/dist/esm/src/components/dropdown-profile-menu/index.js +84 -0
- package/dist/esm/src/components/emoji-picker/emojiPickerStyles.js +61 -0
- package/dist/esm/src/components/emoji-picker/index.js +87 -0
- package/dist/esm/src/components/exclusive-class/exclusiveClassStyles.js +32 -0
- package/dist/esm/src/components/exclusive-class/index.js +13 -0
- package/dist/esm/src/components/expand-button/expandButtonStyle.js +47 -0
- package/dist/esm/src/components/expand-button/index.js +23 -0
- package/dist/esm/src/components/field-search-dropdown/fieldSearchStyle.js +139 -0
- package/dist/esm/src/components/field-search-dropdown/index.js +105 -0
- package/dist/esm/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.js +7 -0
- package/dist/esm/src/components/filter-accordion-checkbox/index.js +135 -0
- package/dist/esm/src/components/filtro-galeria-desafio/index.js +59 -0
- package/dist/esm/src/components/filtro-galeria-desafio/styles/MultiSelectDemo.js +245 -0
- package/dist/esm/src/components/filtro-galeria-desafio/styles/icons/arrowCarrosselDown.png.js +3 -0
- package/dist/esm/src/components/filtro-galeria-desafio/styles/icons/arrow_carrossel_down.png.js +3 -0
- package/dist/esm/src/components/filtro-galeria-desafio/styles/primeflex.css.js +6 -0
- package/dist/esm/src/components/filtro-galeria-desafio/styles/primereact.css.js +6 -0
- package/dist/esm/src/components/filtro-galeria-desafio/styles/theme.css.js +6 -0
- package/dist/esm/src/components/form-elements/checkbox/checkboxStyle.js +36 -0
- package/dist/esm/src/components/form-elements/checkbox/index.js +16 -0
- package/dist/esm/src/components/form-elements/helperTextBox/helperTextBox.js +9 -0
- package/dist/esm/src/components/form-elements/helperTextBox/styles.js +20 -0
- package/dist/esm/src/components/form-elements/table/index.js +37 -0
- package/dist/esm/src/components/form-elements/table/parts/TableBody/index.js +22 -0
- package/dist/esm/src/components/form-elements/table/parts/TableBody/tableStyle.js +50 -0
- package/dist/esm/src/components/form-elements/table/parts/TableHead/index.js +11 -0
- package/dist/esm/src/components/form-elements/table/parts/TableHead/tableStyle.js +24 -0
- package/dist/esm/src/components/form-elements/table/tableStyle.js +49 -0
- package/dist/esm/src/components/form-elements/table-actions/index.js +82 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/CollaboratorAvatar/collaboratorAvatarStyle.js +12 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/CollaboratorAvatar/index.js +23 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.js +28 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/DateLimit/index.js +8 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.js +57 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/EmptyState/index.js +22 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/TagStatus/index.js +8 -0
- package/dist/esm/src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.js +58 -0
- package/dist/esm/src/components/form-elements/table-actions/tableActionsStyle.js +110 -0
- package/dist/esm/src/components/form-elements/textarea/index.js +8 -0
- package/dist/esm/src/components/form-elements/textfield/index.js +42 -0
- package/dist/esm/src/components/form-elements/textfield/textFieldStyle.js +169 -0
- package/dist/esm/src/components/global-menu/globalMenuStyles.js +385 -0
- package/dist/esm/src/components/global-menu/index.js +181 -0
- package/dist/esm/src/components/header-improvement-idea/headerImprovementIdeaStyles.js +18 -0
- package/dist/esm/src/components/header-improvement-idea/index.js +24 -0
- package/dist/esm/src/components/header-user/headerUserStyles.js +50 -0
- package/dist/esm/src/components/header-user/index.js +13 -0
- package/dist/esm/src/components/headerChallenge/headerChallengeStyle.js +104 -0
- package/dist/esm/src/components/headerChallenge/index.js +9 -0
- package/dist/esm/src/components/hypothesisComponent/hypothesisComponent.style.js +220 -0
- package/dist/esm/src/components/hypothesisComponent/index.js +145 -0
- package/dist/esm/src/components/hypothesisComponent/types.js +8 -0
- package/dist/esm/src/components/input-comment/index.js +69 -0
- package/dist/esm/src/components/input-comment/inputCommentStyles.js +142 -0
- package/dist/esm/src/components/input-comment/mentions.js +18 -0
- package/dist/esm/src/components/input-comment/mentionsStyle.js +126 -0
- package/dist/esm/src/components/input-comment/useInputHook.js +375 -0
- package/dist/esm/src/components/input-comment/useMentions.js +39 -0
- package/dist/esm/src/components/input-comment-v2/index.js +81 -0
- package/dist/esm/src/components/input-comment-v2/inputCommentStyles.js +101 -0
- package/dist/esm/src/components/item-lateral-menu/index.js +34 -0
- package/dist/esm/src/components/item-lateral-menu/itemLateralMenuStyles.js +110 -0
- package/dist/esm/src/components/item-menu-global/index.js +11 -0
- package/dist/esm/src/components/item-menu-global/itemMenuGlobalStyles.js +74 -0
- package/dist/esm/src/components/lateral-menu/index.js +21 -0
- package/dist/esm/src/components/lateral-menu/lateralMenuStyles.js +65 -0
- package/dist/esm/src/components/learning-steps/index.js +23 -0
- package/dist/esm/src/components/learning-steps/learningStepsStyles.js +39 -0
- package/dist/esm/src/components/menu-more/index.js +31 -0
- package/dist/esm/src/components/menu-more/menuMoreStyles.js +136 -0
- package/dist/esm/src/components/mini-button/index.js +15 -0
- package/dist/esm/src/components/mini-button/miniButtonStyle.js +108 -0
- package/dist/esm/src/components/modal/modalBase/index.js +31 -0
- package/dist/esm/src/components/modal/modalBase/modalBase.module.css.js +7 -0
- package/dist/esm/src/components/modal/modalLXP/Modal.js +24 -0
- package/dist/esm/src/components/modal/modalLXP/modal.module.css.js +7 -0
- package/dist/esm/src/components/modal/modalLearningTech/index.js +17 -0
- package/dist/esm/src/components/modal/modalLearningTech/modalLearningTech.module.css.js +7 -0
- package/dist/esm/src/components/modal/modalShowUsers/index.js +11 -0
- package/dist/esm/src/components/modal/modalShowUsers/styles.js +122 -0
- package/dist/esm/src/components/modal/modalVideo/index.js +56 -0
- package/dist/esm/src/components/modal/modalVideo/modalVideo.module.css.js +7 -0
- package/dist/esm/src/components/modal/modalWelcome/index.js +43 -0
- package/dist/esm/src/components/modal/modalWelcome/styles.js +38 -0
- package/dist/esm/src/components/modal/statusProblema/index.js +33 -0
- package/dist/esm/src/components/modal/statusProblema/problemaFRST.png.js +3 -0
- package/dist/esm/src/components/modal/statusProblema/statusProblema.module.css.js +7 -0
- package/dist/esm/src/components/quantidadeDesafios/index.js +73 -0
- package/dist/esm/src/components/quantidadeDesafios/quantidadeDesafios.js +95 -0
- package/dist/esm/src/components/quantidadeDesafios/stats.js +8 -0
- package/dist/esm/src/components/quantidadeDesafios/statsWithResult.js +8 -0
- package/dist/esm/src/components/scroll-container/index.js +90 -0
- package/dist/esm/src/components/scroll-container/scrollContainer.utils.js +7 -0
- package/dist/esm/src/components/scroll-container/scrollContainerStyles.js +85 -0
- package/dist/esm/src/components/search-field/index.js +19 -0
- package/dist/esm/src/components/search-field/searchFieldStyles.js +87 -0
- package/dist/esm/src/components/show-more/index.js +20 -0
- package/dist/esm/src/components/show-more/showMoreStyles.js +26 -0
- package/dist/esm/src/components/speech-bubble/index.js +11 -0
- package/dist/esm/src/components/speech-bubble/speechBubbleStyles.js +100 -0
- package/dist/esm/src/components/step-card/index.js +13 -0
- package/dist/esm/src/components/step-card/stepCardStyles.js +90 -0
- package/dist/esm/src/components/tag/index.js +22 -0
- package/dist/esm/src/components/totalizer-card/index.js +16 -0
- package/dist/esm/src/components/totalizer-card/totalizerCardStyles.js +84 -0
- package/dist/esm/src/components/users-challenge/index.js +13 -0
- package/dist/esm/src/components/users-challenge/styles.js +125 -0
- package/dist/esm/src/components/users-challenge/variant-feed/index.js +34 -0
- package/dist/esm/src/components/users-challenge/variant-feed/styles.js +125 -0
- package/dist/esm/src/components/users-challenge/variant-form/index.js +23 -0
- package/dist/esm/src/components/users-challenge/variant-form/styles.js +125 -0
- package/dist/esm/src/components/users-challenge/variant-lxp/index.js +21 -0
- package/dist/esm/src/components/users-challenge/variant-lxp/styles.js +122 -0
- package/dist/esm/src/components/users-challenge/variant-vitrine/index.js +34 -0
- package/dist/esm/src/components/users-challenge/variant-vitrine/styles.js +123 -0
- package/dist/esm/src/shared/global.css.js +6 -0
- package/dist/esm/src/shared/globalComponentsStyle.js +83 -0
- package/dist/esm/src/shared/icons.js +531 -0
- package/dist/esm/src/theme/index.js +7 -0
- package/dist/esm/src/theme/tokens.js +235 -0
- package/dist/esm/src/utilityFunctions/abbreviateMiddleSurnames.js +23 -0
- package/dist/esm/src/utilityFunctions/buildStringWithHTML.js +10 -0
- package/dist/esm/src/utilityFunctions/createUUID.js +11 -0
- package/dist/index.js +15175 -15175
- package/dist/src/components/mini-button/index.d.ts +1 -1
- package/dist/src/components/mini-button/index.d.ts.map +1 -1
- package/package.json +120 -116
- package/public/customIcons/CheckIcon.tsx +16 -16
- package/public/customIcons/CircledAlert.tsx +21 -21
- package/public/customIcons/CircledCheck.tsx +20 -20
- package/public/customIcons/CloseIcon.tsx +23 -23
- package/public/customIcons/DefaultProfile.tsx +15 -15
- package/public/customIcons/ExcludeVoteIcon.tsx +40 -40
- package/public/customIcons/FrstLogoChallengeIcon.tsx +20 -20
- package/public/customIcons/FrstLogoIcon.tsx +8 -8
- package/public/customIcons/LanguageIcon.tsx +24 -24
- package/public/customIcons/SmallTrash.tsx +20 -20
- package/public/customIcons/SwitchVoteIcon.tsx +22 -22
- package/public/customIcons/TagAlert.tsx +10 -10
- package/public/customIcons/VoteCurrentIcon.tsx +22 -22
- package/public/customIcons/VoteIcon.tsx +41 -41
- package/public/customIcons/WarningIcon.tsx +21 -21
- package/public/customIcons/index.ts +15 -15
- package/public/customIcons/newVoteIcon.tsx +36 -36
- package/public/index.html +43 -43
- package/public/locales/en-US.json +33 -33
- package/public/locales/es.json +34 -34
- package/public/locales/pt-BR.json +41 -41
- package/public/manifest.json +15 -15
- package/public/robots.txt +3 -3
|
@@ -0,0 +1,531 @@
|
|
|
1
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function ProtectedIcon({ width = 22, height = 27 }) {
|
|
4
|
+
return (jsx("svg", { width: width, height: height, viewBox: "0 0 22 27", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M0 2.7928C0 2.05211 0.303835 1.34175 0.844667 0.817993C1.3855 0.294241 2.11902 0 2.88387 0H13.4015C14.1664 0 14.8999 0.294241 15.4407 0.817993C15.9816 1.34175 16.2854 2.05211 16.2854 2.7928V9.85695H18.83C19.5948 9.85695 20.3284 10.1512 20.8692 10.6749C21.41 11.1987 21.7139 11.9091 21.7139 12.6498V25.4638C21.7139 25.9172 21.3339 26.2852 20.8657 26.2852H17.6425V21.8496C17.6425 21.4574 17.4817 21.0814 17.1953 20.8041C16.909 20.5268 16.5207 20.371 16.1158 20.371H5.59811C5.19319 20.371 4.80485 20.5268 4.51853 20.8041C4.2322 21.0814 4.07135 21.4574 4.07135 21.8496V26.2852H0.848198C0.379993 26.2852 0 25.9172 0 25.4638V2.7928ZM5.76775 26.2852H10.0087V22.0139H5.76775V26.2852ZM11.7051 26.2852H15.9461V22.0139H11.7051V26.2852ZM6.78558 6.5713C6.78558 6.22274 6.6426 5.88845 6.38809 5.64198C6.13358 5.39551 5.7884 5.25704 5.42847 5.25704C5.06854 5.25704 4.72335 5.39551 4.46884 5.64198C4.21433 5.88845 4.07135 6.22274 4.07135 6.5713C4.07135 6.91987 4.21433 7.25415 4.46884 7.50062C4.72335 7.7471 5.06854 7.88556 5.42847 7.88556C5.7884 7.88556 6.13358 7.7471 6.38809 7.50062C6.6426 7.25415 6.78558 6.91987 6.78558 6.5713ZM5.42847 12.4855C5.7884 12.4855 6.13358 12.347 6.38809 12.1005C6.6426 11.8541 6.78558 11.5198 6.78558 11.1712C6.78558 10.8227 6.6426 10.4884 6.38809 10.2419C6.13358 9.99542 5.7884 9.85695 5.42847 9.85695C5.06854 9.85695 4.72335 9.99542 4.46884 10.2419C4.21433 10.4884 4.07135 10.8227 4.07135 11.1712C4.07135 11.5198 4.21433 11.8541 4.46884 12.1005C4.72335 12.347 5.06854 12.4855 5.42847 12.4855ZM6.78558 15.7711C6.78558 15.4226 6.6426 15.0883 6.38809 14.8418C6.13358 14.5953 5.7884 14.4569 5.42847 14.4569C5.06854 14.4569 4.72335 14.5953 4.46884 14.8418C4.21433 15.0883 4.07135 15.4226 4.07135 15.7711C4.07135 16.1197 4.21433 16.454 4.46884 16.7004C4.72335 16.9469 5.06854 17.0854 5.42847 17.0854C5.7884 17.0854 6.13358 16.9469 6.38809 16.7004C6.6426 16.454 6.78558 16.1197 6.78558 15.7711ZM10.8569 7.88556C11.2169 7.88556 11.5621 7.7471 11.8166 7.50062C12.0711 7.25415 12.2141 6.91987 12.2141 6.5713C12.2141 6.22274 12.0711 5.88845 11.8166 5.64198C11.5621 5.39551 11.2169 5.25704 10.8569 5.25704C10.497 5.25704 10.1518 5.39551 9.89731 5.64198C9.6428 5.88845 9.49982 6.22274 9.49982 6.5713C9.49982 6.91987 9.6428 7.25415 9.89731 7.50062C10.1518 7.7471 10.497 7.88556 10.8569 7.88556ZM12.2141 11.1712C12.2141 10.8227 12.0711 10.4884 11.8166 10.2419C11.5621 9.99542 11.2169 9.85695 10.8569 9.85695C10.497 9.85695 10.1518 9.99542 9.89731 10.2419C9.6428 10.4884 9.49982 10.8227 9.49982 11.1712C9.49982 11.5198 9.6428 11.8541 9.89731 12.1005C10.1518 12.347 10.497 12.4855 10.8569 12.4855C11.2169 12.4855 11.5621 12.347 11.8166 12.1005C12.0711 11.8541 12.2141 11.5198 12.2141 11.1712ZM10.8569 17.0854C11.2169 17.0854 11.5621 16.9469 11.8166 16.7004C12.0711 16.454 12.2141 16.1197 12.2141 15.7711C12.2141 15.4226 12.0711 15.0883 11.8166 14.8418C11.5621 14.5953 11.2169 14.4569 10.8569 14.4569C10.497 14.4569 10.1518 14.5953 9.89731 14.8418C9.6428 15.0883 9.49982 15.4226 9.49982 15.7711C9.49982 16.1197 9.6428 16.454 9.89731 16.7004C10.1518 16.9469 10.497 17.0854 10.8569 17.0854ZM17.6425 15.7711C17.6425 15.4226 17.4995 15.0883 17.245 14.8418C16.9905 14.5953 16.6453 14.4569 16.2854 14.4569C15.9255 14.4569 15.5803 14.5953 15.3258 14.8418C15.0713 15.0883 14.9283 15.4226 14.9283 15.7711C14.9283 16.1197 15.0713 16.454 15.3258 16.7004C15.5803 16.9469 15.9255 17.0854 16.2854 17.0854C16.6453 17.0854 16.9905 16.9469 17.245 16.7004C17.4995 16.454 17.6425 16.1197 17.6425 15.7711Z", fill: "#F18624" }) }));
|
|
5
|
+
}
|
|
6
|
+
function LightProtectedIcon() {
|
|
7
|
+
return (jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M2.28516 3.11072C2.28516 2.74036 2.43708 2.38517 2.7075 2.12329C2.97792 1.86141 3.34469 1.71429 3.72712 1.71429H8.98605C9.36848 1.71429 9.73525 1.86141 10.0057 2.12329C10.2761 2.38517 10.428 2.74036 10.428 3.11072V6.64286H11.7003C12.0828 6.64286 12.4495 6.78998 12.72 7.05186C12.9904 7.31374 13.1423 7.66893 13.1423 8.03929V14.4464C13.1423 14.6731 12.9523 14.8571 12.7182 14.8571H11.1066V12.6393C11.1066 12.4432 11.0262 12.2552 10.883 12.1165C10.7398 11.9779 10.5457 11.9 10.3432 11.9H5.08426C4.8818 11.9 4.68763 11.9779 4.54446 12.1165C4.4013 12.2552 4.32087 12.4432 4.32087 12.6393V14.8571H2.70926C2.47516 14.8571 2.28516 14.6731 2.28516 14.4464V3.11072ZM5.16908 14.8571H7.28962V12.7214H5.16908V14.8571ZM8.13783 14.8571H10.2584V12.7214H8.13783V14.8571ZM5.67801 5C5.67801 4.82572 5.60652 4.65857 5.47926 4.53533C5.35201 4.41209 5.17941 4.34286 4.99944 4.34286C4.81947 4.34286 4.64688 4.41209 4.51962 4.53533C4.39236 4.65857 4.32087 4.82572 4.32087 5C4.32087 5.17429 4.39236 5.34143 4.51962 5.46467C4.64688 5.58791 4.81947 5.65714 4.99944 5.65714C5.17941 5.65714 5.35201 5.58791 5.47926 5.46467C5.60652 5.34143 5.67801 5.17429 5.67801 5ZM4.99944 7.95714C5.17941 7.95714 5.35201 7.88791 5.47926 7.76467C5.60652 7.64143 5.67801 7.47429 5.67801 7.3C5.67801 7.12572 5.60652 6.95857 5.47926 6.83533C5.35201 6.71209 5.17941 6.64286 4.99944 6.64286C4.81947 6.64286 4.64688 6.71209 4.51962 6.83533C4.39236 6.95857 4.32087 7.12572 4.32087 7.3C4.32087 7.47429 4.39236 7.64143 4.51962 7.76467C4.64688 7.88791 4.81947 7.95714 4.99944 7.95714ZM5.67801 9.6C5.67801 9.42572 5.60652 9.25857 5.47926 9.13533C5.35201 9.01209 5.17941 8.94286 4.99944 8.94286C4.81947 8.94286 4.64688 9.01209 4.51962 9.13533C4.39236 9.25857 4.32087 9.42572 4.32087 9.6C4.32087 9.77429 4.39236 9.94143 4.51962 10.0647C4.64688 10.1879 4.81947 10.2571 4.99944 10.2571C5.17941 10.2571 5.35201 10.1879 5.47926 10.0647C5.60652 9.94143 5.67801 9.77429 5.67801 9.6ZM7.71373 5.65714C7.8937 5.65714 8.06629 5.58791 8.19355 5.46467C8.32081 5.34143 8.3923 5.17429 8.3923 5C8.3923 4.82572 8.32081 4.65857 8.19355 4.53533C8.06629 4.41209 7.8937 4.34286 7.71373 4.34286C7.53376 4.34286 7.36116 4.41209 7.23391 4.53533C7.10665 4.65857 7.03516 4.82572 7.03516 5C7.03516 5.17429 7.10665 5.34143 7.23391 5.46467C7.36116 5.58791 7.53376 5.65714 7.71373 5.65714ZM8.3923 7.3C8.3923 7.12572 8.32081 6.95857 8.19355 6.83533C8.06629 6.71209 7.8937 6.64286 7.71373 6.64286C7.53376 6.64286 7.36116 6.71209 7.23391 6.83533C7.10665 6.95857 7.03516 7.12572 7.03516 7.3C7.03516 7.47429 7.10665 7.64143 7.23391 7.76467C7.36116 7.88791 7.53376 7.95714 7.71373 7.95714C7.8937 7.95714 8.06629 7.88791 8.19355 7.76467C8.32081 7.64143 8.3923 7.47429 8.3923 7.3ZM7.71373 10.2571C7.8937 10.2571 8.06629 10.1879 8.19355 10.0647C8.32081 9.94143 8.3923 9.77429 8.3923 9.6C8.3923 9.42572 8.32081 9.25857 8.19355 9.13533C8.06629 9.01209 7.8937 8.94286 7.71373 8.94286C7.53376 8.94286 7.36116 9.01209 7.23391 9.13533C7.10665 9.25857 7.03516 9.42572 7.03516 9.6C7.03516 9.77429 7.10665 9.94143 7.23391 10.0647C7.36116 10.1879 7.53376 10.2571 7.71373 10.2571ZM11.1066 9.6C11.1066 9.42572 11.0351 9.25857 10.9078 9.13533C10.7806 9.01209 10.608 8.94286 10.428 8.94286C10.248 8.94286 10.0754 9.01209 9.94819 9.13533C9.82093 9.25857 9.74944 9.42572 9.74944 9.6C9.74944 9.77429 9.82093 9.94143 9.94819 10.0647C10.0754 10.1879 10.248 10.2571 10.428 10.2571C10.608 10.2571 10.7806 10.1879 10.9078 10.0647C11.0351 9.94143 11.1066 9.77429 11.1066 9.6Z", fill: "#757575" }) }));
|
|
8
|
+
}
|
|
9
|
+
function PrivateIcon({ width = 22, height = 27 }) {
|
|
10
|
+
return (jsx("svg", { width: width, height: height, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M13.5668 4.47334C13.5668 5.58 12.8335 6.52 11.8268 6.82667C11.9402 6.46 12.0002 6.06667 12.0002 5.66667C12.0002 4.20667 11.2135 2.92667 10.0468 2.23334C10.3668 2.08667 10.7202 2 11.1002 2C12.4602 2 13.5668 3.10667 13.5668 4.47334ZM13.0668 7.53334C12.7868 7.45334 12.4801 7.49333 12.2335 7.63333C11.9401 7.79333 11.6268 7.88667 11.3068 7.90667C11.1735 8.10667 11.0202 8.3 10.8402 8.47334C12.1268 8.89334 13.0668 10.0067 13.2802 11.3333H13.7402C14.0468 11.3333 14.3268 11.1733 14.4668 10.9133C14.6002 10.6667 14.6668 10.3867 14.6668 10.1067V9.63333C14.6668 8.64 14.0068 7.78 13.0668 7.53334ZM5.95349 2.23334C5.63349 2.08667 5.28015 2 4.90015 2C3.54015 2 2.43351 3.10667 2.43351 4.47334C2.43351 5.58 3.16684 6.52 4.1735 6.82667C4.06017 6.46 4.00016 6.06667 4.00016 5.66667C4.00016 4.20667 4.78682 2.92667 5.95349 2.23334ZM5.16016 8.47334C4.98016 8.3 4.82681 8.10667 4.69348 7.90667C4.37348 7.88667 4.06018 7.79333 3.76685 7.63333C3.52018 7.49333 3.21351 7.45334 2.93351 7.53334C1.99351 7.78 1.3335 8.64 1.3335 9.63333V10.1067C1.3335 10.3867 1.40015 10.6667 1.53349 10.9133C1.67349 11.1733 1.9535 11.3333 2.2535 11.3333H2.72017C2.93351 10.0067 3.87349 8.89334 5.16016 8.47334ZM10.3868 9.38001C10.2735 9.35334 10.1535 9.33333 10.0335 9.33333C9.80682 9.33333 9.57349 9.39333 9.37349 9.50666C8.94683 9.74 8.4735 9.86 8.00016 9.86C7.52683 9.86 7.0535 9.74 6.62683 9.50666C6.42683 9.39333 6.1935 9.33333 5.96684 9.33333C5.84684 9.33333 5.72682 9.35334 5.61348 9.38001C4.46682 9.68667 3.66683 10.7333 3.66683 11.9333V12.5133C3.66683 12.8533 3.75349 13.1933 3.91349 13.4867C4.08016 13.8067 4.41349 14 4.78682 14H11.2135C11.5868 14 11.9202 13.8067 12.0868 13.4867C12.2468 13.1933 12.3335 12.8533 12.3335 12.5133V11.9333C12.3335 10.7333 11.5335 9.68667 10.3868 9.38001ZM11.0002 5.66667C11.0002 4.01 9.65683 2.66667 8.00016 2.66667C6.3435 2.66667 5.00016 4.01 5.00016 5.66667C5.00016 7.32333 6.3435 8.66667 8.00016 8.66667C9.65683 8.66667 11.0002 7.32333 11.0002 5.66667Z", fill: "#F18624" }) }));
|
|
11
|
+
}
|
|
12
|
+
function LightPrivateIcon() {
|
|
13
|
+
return (jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M13.5673 4.47334C13.5673 5.58 12.834 6.52 11.8273 6.82667C11.9406 6.46 12.0007 6.06667 12.0007 5.66667C12.0007 4.20667 11.214 2.92667 10.0473 2.23334C10.3673 2.08667 10.7207 2 11.1007 2C12.4607 2 13.5673 3.10667 13.5673 4.47334ZM13.0673 7.53334C12.7873 7.45334 12.4806 7.49333 12.234 7.63333C11.9406 7.79333 11.6273 7.88667 11.3073 7.90667C11.174 8.10667 11.0207 8.3 10.8407 8.47334C12.1273 8.89334 13.0673 10.0067 13.2806 11.3333H13.7406C14.0473 11.3333 14.3273 11.1733 14.4673 10.9133C14.6007 10.6667 14.6673 10.3867 14.6673 10.1067V9.63333C14.6673 8.64 14.0073 7.78 13.0673 7.53334ZM5.95398 2.23334C5.63398 2.08667 5.28063 2 4.90063 2C3.54063 2 2.434 3.10667 2.434 4.47334C2.434 5.58 3.16732 6.52 4.17399 6.82667C4.06066 6.46 4.00065 6.06667 4.00065 5.66667C4.00065 4.20667 4.78731 2.92667 5.95398 2.23334ZM5.16064 8.47334C4.98064 8.3 4.8273 8.10667 4.69397 7.90667C4.37397 7.88667 4.06067 7.79333 3.76733 7.63333C3.52067 7.49333 3.214 7.45334 2.934 7.53334C1.994 7.78 1.33398 8.64 1.33398 9.63333V10.1067C1.33398 10.3867 1.40064 10.6667 1.53398 10.9133C1.67398 11.1733 1.95399 11.3333 2.25399 11.3333H2.72066C2.934 10.0067 3.87398 8.89334 5.16064 8.47334ZM10.3873 9.38C10.274 9.35334 10.154 9.33333 10.034 9.33333C9.80731 9.33333 9.57398 9.39333 9.37398 9.50666C8.94732 9.74 8.47398 9.86 8.00065 9.86C7.52732 9.86 7.05399 9.74 6.62732 9.50666C6.42732 9.39333 6.19399 9.33333 5.96733 9.33333C5.84733 9.33333 5.72731 9.35334 5.61397 9.38C4.46731 9.68667 3.66732 10.7333 3.66732 11.9333V12.5133C3.66732 12.8533 3.75398 13.1933 3.91398 13.4867C4.08065 13.8067 4.41398 14 4.78731 14H11.214C11.5873 14 11.9207 13.8067 12.0873 13.4867C12.2473 13.1933 12.334 12.8533 12.334 12.5133V11.9333C12.334 10.7333 11.534 9.68667 10.3873 9.38ZM11.0007 5.66667C11.0007 4.01 9.65732 2.66667 8.00065 2.66667C6.34398 2.66667 5.00065 4.01 5.00065 5.66667C5.00065 7.32333 6.34398 8.66667 8.00065 8.66667C9.65732 8.66667 11.0007 7.32333 11.0007 5.66667Z", fill: "#757575" }) }));
|
|
14
|
+
}
|
|
15
|
+
function Check_circle({ fill, width, height }) {
|
|
16
|
+
return (jsx("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M7.99967 1.33333C4.32634 1.33333 1.33301 4.32666 1.33301 8C1.33301 11.6733 4.32634 14.6667 7.99967 14.6667C11.673 14.6667 14.6663 11.6733 14.6663 8C14.6663 4.32666 11.673 1.33333 7.99967 1.33333ZM11.1397 7.13999L7.80634 10.4733C7.673 10.6 7.50634 10.6667 7.33301 10.6667C7.15967 10.6667 6.993 10.6 6.85967 10.4733L4.85967 8.47333C4.59967 8.21333 4.59967 7.78666 4.85967 7.52666C5.11967 7.26666 5.54634 7.26666 5.80634 7.52666L7.33301 9.05999L10.193 6.19333C10.453 5.93333 10.8797 5.93333 11.1397 6.19333C11.3997 6.45333 11.3997 6.87999 11.1397 7.13999Z", fill: fill ?? '#1BA853' }) }));
|
|
17
|
+
}
|
|
18
|
+
function EditIcon({ fill, width, height }) {
|
|
19
|
+
return (jsx("svg", { width: width ? width : '20', height: height ? height : '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.1788 1.92286C16.3858 1.71638 16.667 1.6 16.9607 1.6C17.2544 1.6 17.5356 1.71638 17.7426 1.92286C17.9496 2.12928 18.0654 2.4088 18.0654 2.69981C18.0654 2.99083 17.9496 3.27034 17.7426 3.47676L9.5855 11.6127C9.4439 11.7539 9.26546 11.8543 9.07141 11.9027C8.26586 12.1036 7.52969 11.3753 7.73154 10.57C7.78007 10.3765 7.88036 10.1997 8.02166 10.0588L16.1788 1.92286ZM16.9607 0C16.244 0 15.5563 0.283939 15.0489 0.790021L6.5187 9.29803C6.41591 9.40055 6.34296 9.52912 6.30766 9.66994L5.40975 13.2523C5.34143 13.5248 5.42113 13.8133 5.61971 14.0121C5.81829 14.2109 6.10663 14.291 6.3793 14.223L9.97094 13.3274C10.1114 13.2924 10.2398 13.2199 10.3423 13.1176L18.8725 4.6096C19.38 4.10345 19.6654 3.41652 19.6654 2.69981C19.6654 1.9831 19.38 1.29617 18.8725 0.790021C18.3651 0.283939 17.6774 0 16.9607 0ZM2.59582 1.89842C1.90804 1.89842 1.24801 2.17091 0.761035 2.65662C0.273994 3.1424 0 3.80169 0 4.48958V17.0277C0 17.7156 0.273995 18.3749 0.761035 18.8607C1.24801 19.3464 1.90804 19.6188 2.59582 19.6188H15.1666C15.8544 19.6188 16.5144 19.3464 17.0014 18.8607C17.4884 18.3749 17.7624 17.7156 17.7624 17.0277V10.7586C17.7624 10.3168 17.4042 9.95864 16.9624 9.95864C16.5206 9.95864 16.1624 10.3168 16.1624 10.7586V17.0277C16.1624 17.2899 16.058 17.5418 15.8715 17.7278C15.6849 17.9139 15.4314 18.0189 15.1666 18.0189H2.59582C2.33104 18.0189 2.07753 17.9139 1.89093 17.7278C1.70441 17.5418 1.6 17.2899 1.6 17.0277V4.48958C1.6 4.22738 1.70441 3.9755 1.89093 3.78946C2.07753 3.60335 2.33104 3.49842 2.59582 3.49842H8.8812C9.32303 3.49842 9.6812 3.14025 9.6812 2.69842C9.6812 2.25659 9.32303 1.89842 8.8812 1.89842H2.59582Z", fill: fill ?? '#0645AD', strokeWidth: "1.2" }) }));
|
|
20
|
+
}
|
|
21
|
+
function WarningIcon({ fill, width, height }) {
|
|
22
|
+
return (jsx("svg", { width: width ? width : '24', height: height ? height : '20', viewBox: "0 0 24 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M22.9209 17.2636L12.8305 0.814496C12.1589 -0.281702 11.0604 -0.266316 10.3889 0.829881L0.298445 17.2567C-0.37312 18.3537 0.128439 19.2006 1.41311 19.2006H21.8055C23.0909 19.2006 23.5925 18.359 22.9209 17.2636ZM11.6012 4.45541C12.2474 4.45541 12.7474 5.16929 12.7143 6.04163L12.5097 11.2988C12.4766 12.1703 12.0666 12.8842 11.5989 12.8842C11.1312 12.8842 10.7204 12.1703 10.6873 11.2988L10.485 6.04163C10.4519 5.16929 10.9535 4.45541 11.6012 4.45541ZM11.6012 16.8444C10.7858 16.8444 10.2265 16.2482 10.2435 15.4335C10.2435 14.6012 10.8043 14.0227 11.6012 14.0227C12.432 14.0227 12.9574 14.6012 12.9751 15.4335C12.9751 16.2482 12.432 16.8444 11.6012 16.8444Z", fill: fill ?? '#F3D224' }) }));
|
|
23
|
+
}
|
|
24
|
+
function FRSTLogo({ fill, width, height }) {
|
|
25
|
+
return (jsxs("svg", { width: width ? width : '92', height: height ? height : '29', viewBox: "0 0 92 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M5.65283 5.79883H23.0488V0.000112057H5.65283V5.79883Z", fill: fill ?? 'white' }), jsx("path", { d: "M76.6865 29H82.4851V7.24833H76.6865V29Z", fill: fill ?? 'white' }), jsx("path", { d: "M67.9883 0.0423484V5.84106H91.183V0.0423484H67.9883Z", fill: fill ?? 'white' }), jsx("path", { d: "M60.1725 12.0406C55.6756 10.9699 54.9673 10.9269 54.9673 8.18607C54.9673 6.08764 55.6097 5.79865 58.4791 5.79865C59.2456 5.79865 60.0151 5.79865 60.6958 5.94355L60.7304 0.154449C60.1601 -6.48499e-05 59.6993 -6.48499e-05 58.9732 -6.48499e-05C51.136 -6.48499e-05 49.123 2.31875 49.123 8.01472C49.123 14.1818 50.1509 15.5522 57.046 17.0513C61.7142 18.079 62.1896 18.2339 62.1896 20.8034C62.1896 23.2017 60.8484 23.1946 57.5507 23.1946C56.5639 23.1946 55.811 23.1946 54.9413 23.0496V28.8483C55.811 28.9932 56.6036 28.9932 57.527 28.9932C66.5386 28.9932 67.9768 26.4993 67.9768 20.8462C67.9768 15.236 67.8813 13.8819 60.1725 12.0406Z", fill: fill ?? 'white' }), jsx("path", { d: "M20.1496 13.0452H5.65303L0 15.8787L1.57347 21.3824L5.65303 19.2136V28.9915H11.4517V18.8438H20.1496V13.0452Z", fill: fill ?? 'white' }), jsx("path", { d: "M43.3443 11.5735V7.27213C43.3443 3.25592 40.0886 -6.48499e-05 36.0722 -6.48499e-05H28.8477V5.79865H34.8031C36.318 5.79865 37.5457 7.02658 37.5457 8.54109V10.3045C37.5457 11.819 36.318 13.047 34.8031 13.047H28.8477V18.8455H30.9999L38.4154 28.9932L43.3443 25.0793L38.5443 18.3814C38.9133 18.2948 39.1938 18.192 39.339 18.0701C41.714 16.8734 43.3443 14.4145 43.3443 11.5735Z", fill: fill ?? 'white' })] }));
|
|
26
|
+
}
|
|
27
|
+
function GoalIcon() {
|
|
28
|
+
return (jsx("svg", { width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M10.1339 7.50819C10.1821 7.60088 10.1774 7.71153 10.1198 7.79974C10.0623 7.88795 9.96275 7.94178 9.85542 7.94178H2.0779V11.2356C2.0779 11.566 1.79946 11.8337 1.4557 11.8337C1.11193 11.8337 0.833496 11.566 0.833496 11.2356V7.04917C0.833496 7.04917 0.833496 7.04768 0.833496 7.04618V2.85826C0.833496 1.37358 2.08879 0.166992 3.6334 0.166992H9.85542C9.96275 0.166992 10.0639 0.220818 10.1198 0.309032C10.1774 0.397245 10.1821 0.506392 10.1339 0.600586L8.54568 3.65369C8.41502 3.90487 8.41502 4.2054 8.54568 4.45658L10.1339 7.50968V7.50819Z", fill: "white" }) }));
|
|
29
|
+
}
|
|
30
|
+
function ExclamationIcon() {
|
|
31
|
+
return (jsx("svg", { width: "23", height: "22", viewBox: "0 0 23 22", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M11.4998 5.58366C12.0957 5.58366 12.5832 6.07116 12.5832 6.66699V11.0003C12.5832 11.5962 12.0957 12.0837 11.4998 12.0837C10.904 12.0837 10.4165 11.5962 10.4165 11.0003V6.66699C10.4165 6.07116 10.904 5.58366 11.4998 5.58366ZM11.4998 14.2503C12.0957 14.2503 12.5832 14.7378 12.5832 15.3337C12.5832 15.9295 12.0957 16.417 11.4998 16.417C10.904 16.417 10.4165 15.9295 10.4165 15.3337C10.4165 14.7378 10.904 14.2503 11.4998 14.2503Z", fill: "white" }) }));
|
|
32
|
+
}
|
|
33
|
+
function StarIcon({ color = '#FDAE15', width = 16, height = 15 }) {
|
|
34
|
+
return (jsx("svg", { width: width, height: height, viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M7.10583 1.78577C7.47454 1.04941 8.52546 1.04941 8.89417 1.78578L10.2379 4.46942C10.3846 4.76228 10.6653 4.96476 10.9895 5.01147L13.9722 5.44126C14.7966 5.56004 15.123 6.57552 14.5222 7.15236L12.3838 9.20561C12.1439 9.436 12.0342 9.77062 12.0912 10.0983L12.5982 13.0121C12.74 13.8272 11.8872 14.4521 11.1527 14.0713L8.46025 12.6755C8.17166 12.5259 7.82834 12.5259 7.53975 12.6755L4.8473 14.0713C4.11284 14.4521 3.26005 13.8272 3.40185 13.0122L3.9088 10.0983C3.96581 9.77062 3.85614 9.436 3.61619 9.20561L1.47778 7.15236C0.877006 6.57552 1.2034 5.56004 2.02776 5.44126L5.01053 5.01147C5.33469 4.96476 5.61544 4.76227 5.76208 4.46942L7.10583 1.78577Z", fill: color, stroke: color, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
35
|
+
}
|
|
36
|
+
function LocalizationIcon() {
|
|
37
|
+
return (jsx("svg", { width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M8.74461 5.77226C8.74461 6.44769 8.18461 7.00033 7.50016 7.00033C6.81572 7.00033 6.25572 6.44769 6.25572 5.77226C6.25572 5.09682 6.81572 4.54419 7.50016 4.54419C8.18461 4.54419 8.74461 5.09682 8.74461 5.77226ZM12.1668 5.77226C12.1668 9.50559 9.26105 11.8451 8.01661 12.674C7.86105 12.7845 7.68061 12.8337 7.50016 12.8337C7.31972 12.8337 7.13928 12.7845 6.9775 12.674C5.73305 11.8451 2.8335 9.51173 2.8335 5.77226C2.8335 3.14418 4.83705 1.16699 7.50016 1.16699C10.1633 1.16699 12.1668 3.14418 12.1668 5.77226ZM9.98905 5.77226C9.98905 4.41524 8.87527 3.31611 7.50016 3.31611C6.12505 3.31611 5.01127 4.41524 5.01127 5.77226C5.01127 7.12927 6.12505 8.2284 7.50016 8.2284C8.87527 8.2284 9.98905 7.12927 9.98905 5.77226Z", fill: "white" }) }));
|
|
38
|
+
}
|
|
39
|
+
function FRSTLogoBig({ fill, width, height }) {
|
|
40
|
+
return (jsxs("svg", { width: width ? width : '142', height: height ? height : '40', viewBox: "0 0 142 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M8.77222 7.99854H35.7659V0.000332832H8.77222V7.99854Z", fill: fill ?? 'white' }), jsx("path", { d: "M118.996 40H127.994V9.99779H118.996V40Z", fill: fill ?? 'white' }), jsx("path", { d: "M105.499 0.05795V8.05615H141.491V0.05795H105.499Z", fill: fill ?? 'white' }), jsx("path", { d: "M93.3707 16.6074C86.3928 15.1306 85.2937 15.0713 85.2937 11.2909C85.2937 8.39651 86.2906 7.99791 90.743 7.99791C91.9324 7.99791 93.1265 7.99791 94.1828 8.19776L94.2365 0.212822C93.3515 -0.000297546 92.6365 -0.000297546 91.5098 -0.000297546C79.3487 -0.000297546 76.2251 3.19806 76.2251 11.0545C76.2251 19.5609 77.8201 21.451 88.5193 23.5188C95.7631 24.9363 96.5008 25.1499 96.5008 28.694C96.5008 32.002 94.4195 31.9923 89.3025 31.9923C87.7712 31.9923 86.6029 31.9923 85.2534 31.7923V39.7904C86.6029 39.9902 87.8328 39.9902 89.2657 39.9902C103.249 39.9902 105.481 36.5505 105.481 28.753C105.481 21.0149 105.333 19.1472 93.3707 16.6074Z", fill: fill ?? 'white' }), jsx("path", { d: "M31.2666 17.9928H8.77192L0 21.9011L2.44158 29.4923L8.77192 26.5009V39.9875H17.7697V25.9908H31.2666V17.9928Z", fill: fill ?? 'white' }), jsx("path", { d: "M67.2584 15.9632V10.0303C67.2584 4.4907 62.2065 -0.000297546 55.9742 -0.000297546H44.7637V7.99791H54.0049C56.3555 7.99791 58.2606 9.69159 58.2606 11.7806V14.2129C58.2606 16.3019 56.3555 17.9955 54.0049 17.9955H44.7637V25.9935H48.1034L59.6102 39.9902L67.2584 34.5918L59.8101 25.3533C60.3827 25.2339 60.8179 25.0922 61.0433 24.924C64.7287 23.2734 67.2584 19.8818 67.2584 15.9632Z", fill: fill ?? 'white' })] }));
|
|
41
|
+
}
|
|
42
|
+
function ChangeAccount({ fill, width, height }) {
|
|
43
|
+
return (jsxs("svg", { width: width ? width : '18', height: height ? height : '16', viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M1 1.74841V6.2496H5.36364", stroke: fill ?? 'white', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16.9999 13.7516V9.25043H12.6362", stroke: fill ?? 'white', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M15.1745 5.49941C14.8057 4.42421 14.1788 3.46293 13.3524 2.70524C12.526 1.94755 11.5269 1.41816 10.4485 1.16646C9.3701 0.914767 8.24745 0.948968 7.18532 1.26588C6.12318 1.58278 5.15618 2.17207 4.37455 2.97875L1 6.24961M17 9.25039L13.6255 12.5213C12.8438 13.3279 11.8768 13.9172 10.8147 14.2341C9.75255 14.551 8.6299 14.5852 7.55148 14.3335C6.47307 14.0818 5.47404 13.5524 4.64761 12.7948C3.82119 12.0371 3.1943 11.0758 2.82545 10.0006", stroke: fill ?? 'white', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
44
|
+
}
|
|
45
|
+
function DropdownIconWhite({ fill, width, height }) {
|
|
46
|
+
return (jsx("svg", { width: width ? width : '16', height: height ? height : '16', children: jsx("path", { d: "M2 8l6 6 6-6z", fill: fill ?? 'white' }) }));
|
|
47
|
+
}
|
|
48
|
+
function DropdownIcon({ fill, width, height }) {
|
|
49
|
+
return (jsx("svg", { width: width ? width : '16', height: height ? height : '16', children: jsx("path", { d: "M2 8l6 6 6-6z", fill: fill ?? 'white' }) }));
|
|
50
|
+
}
|
|
51
|
+
function DropdownIconLine({ fill, width, height }) {
|
|
52
|
+
return (jsx("svg", { width: width ? width : '18', height: height ? height : '10', viewBox: "0 0 18 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1 9L9 1L17 9", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
53
|
+
}
|
|
54
|
+
function DropdownSideIconWhite({ fill, width, height }) {
|
|
55
|
+
return (jsx("svg", { width: width ? width : '7', height: height ? height : '12', viewBox: "0 0 7 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M6.31359 6.34315L0.656738 0.686292V12L6.31359 6.34315Z", fill: fill ?? 'white' }) }));
|
|
56
|
+
}
|
|
57
|
+
function ExitArrow({ fill, width, height }) {
|
|
58
|
+
return (jsxs("svg", { width: width ? width : '17', height: height ? height : '18', viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M6.33333 17H2.77778C2.30628 17 1.8541 16.8127 1.5207 16.4793C1.1873 16.1459 1 15.6937 1 15.2222V2.77778C1 2.30628 1.1873 1.8541 1.5207 1.5207C1.8541 1.1873 2.30628 1 2.77778 1H6.33333", stroke: fill ? fill : 'white', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M11.5557 13.4444L16.0001 8.99999L11.5557 4.55554", stroke: fill ? fill : 'white', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16 9L6 9", stroke: fill ? fill : 'white', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
59
|
+
}
|
|
60
|
+
function BackArrow({ fill, width, height }) {
|
|
61
|
+
return (jsx("svg", { width: width ? width : '17', height: height ? height : '14', viewBox: "0 0 17 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.332 8C15.8843 8 16.332 7.55228 16.332 7C16.332 6.44772 15.8843 6 15.332 6L3.40622 6L7.68046 1.70543C8.07006 1.31398 8.06856 0.680815 7.67711 0.291218C7.28566 -0.098379 6.65249 -0.0968769 6.2629 0.294573L0.291298 6.29457C0.175179 6.41124 0.0937843 6.54942 0.0471172 6.69624C0.0298405 6.75049 0.017067 6.80676 0.00923729 6.86459C-0.00297165 6.95442 -0.00297165 7.04558 0.00923729 7.13541C0.0170536 7.19315 0.0298004 7.24933 0.0470371 7.30351C0.0936909 7.45042 0.175112 7.58869 0.291298 7.70543L6.2629 13.7054C6.65249 14.0969 7.28566 14.0984 7.67711 13.7088C8.06856 13.3192 8.07006 12.686 7.68046 12.2946L3.40622 8H15.332Z", fill: fill ?? '#0645AD' }) }));
|
|
62
|
+
}
|
|
63
|
+
function EmptyAvatar({ fill, width, height }) {
|
|
64
|
+
return (jsxs("svg", { width: width ? width : '22', height: height ? height : '20', viewBox: "0 0 23 25", fill: fill ?? '#BDBDBD', xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M23 18C23 20 17.5 24.5 11 24.5C5.5 24.5 0 21 0 18C0 17 3.8203 12 11 12C18.1797 12 23 17 23 18Z", fill: "current" }), jsx("circle", { cx: "11", cy: "5", r: "5", fill: "current" })] }));
|
|
65
|
+
}
|
|
66
|
+
function CheckboxChecked({ fill, stroke, width, height }) {
|
|
67
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: fill || '#F35F24', stroke: stroke || '#F35F24', xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { x: "0.5", y: "0.5", width: "15", height: "15", rx: "1.5", fill: "current", stroke: "current" }), jsx("path", { d: "M13 4L6.125 11L3 7.81818", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
68
|
+
}
|
|
69
|
+
function CheckboxEmpty({ fill, stroke, width, height, active }) {
|
|
70
|
+
return (jsx("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("rect", { x: "0.6", y: "0.6", width: "14.8", height: "14.8", rx: "1.4", fill: fill ?? 'white', stroke: stroke ?? '#A6A6A6', strokeWidth: "1.2" }) }));
|
|
71
|
+
}
|
|
72
|
+
function Trash({ fill, width, height }) {
|
|
73
|
+
return (jsx("svg", { width: width ? width : '14', height: height ? height : '16', viewBox: `0 0 ${width ? width : '14'} ${height ? height : '16'}`, fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.43064 2.09763C5.49315 2.03512 5.57794 2 5.66634 2H8.33301C8.42141 2 8.5062 2.03512 8.56871 2.09763C8.63122 2.16014 8.66634 2.24493 8.66634 2.33333V2.66667H5.33301V2.33333C5.33301 2.24493 5.36813 2.16014 5.43064 2.09763ZM10.6663 2.33333V2.66667H11.6663C11.6674 2.66667 11.6685 2.66667 11.6695 2.66667H13C13.5523 2.66667 14 3.11439 14 3.66667C14 4.21896 13.5523 4.66667 13 4.66667H12.6663V13C12.6663 13.6188 12.4205 14.2123 11.9829 14.6499C11.5453 15.0875 10.9518 15.3333 10.333 15.3333H3.66634C3.0475 15.3333 2.45401 15.0875 2.01643 14.6499C1.57884 14.2123 1.33301 13.6188 1.33301 13V4.66667H1C0.447715 4.66667 0 4.21896 0 3.66667C0 3.11439 0.447715 2.66667 1 2.66667H2.32981C2.33087 2.66667 2.33194 2.66667 2.33301 2.66667H3.33301V2.33333C3.33301 1.71449 3.57884 1.121 4.01643 0.683417C4.45401 0.245833 5.0475 0 5.66634 0H8.33301C8.95185 0 9.54534 0.245833 9.98292 0.683417C10.4205 1.121 10.6663 1.71449 10.6663 2.33333ZM3.33301 4.66667V13C3.33301 13.0884 3.36813 13.1732 3.43064 13.2357C3.49315 13.2982 3.57794 13.3333 3.66634 13.3333H10.333C10.4214 13.3333 10.5062 13.2982 10.5687 13.2357C10.6312 13.1732 10.6663 13.0884 10.6663 13V4.66667L3.33301 4.66667Z", fill: fill ? fill : '#0645AD' }) }));
|
|
74
|
+
}
|
|
75
|
+
function TrashDelete({ fill, width, height }) {
|
|
76
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M4.36035 7.33398H6.13813H20.3604", stroke: fill ?? '#923534', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M18.9054 7.5V18.4C18.9054 18.8243 18.7083 19.2313 18.3576 19.5314C18.0069 19.8314 17.5312 20 17.0352 20H7.68458C7.18859 20 6.71292 19.8314 6.3622 19.5314C6.01148 19.2313 5.81445 18.8243 5.81445 18.4V7.5M8.61965 7.2V5.6C8.61965 5.17565 8.81668 4.76869 9.1674 4.46863C9.51811 4.16857 9.99379 4 10.4898 4H14.23C14.726 4 15.2017 4.16857 15.5524 4.46863C15.9031 4.76869 16.1002 5.17565 16.1002 5.6V7.2", stroke: fill ?? '#923534', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
77
|
+
}
|
|
78
|
+
function AlertCicle({ fill, width, height }) {
|
|
79
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: fill ?? '#FF0000', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 8V12", stroke: fill ?? '#FF0000', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 16H12.01", stroke: fill ?? '#FF0000', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
80
|
+
}
|
|
81
|
+
function DoubleCheck({ fill, width, height }) {
|
|
82
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M1.33301 8L4.83301 11.3333L6.58301 9.33333", stroke: fill ?? '#FFF', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M5.33301 8.00033L8.83301 11.3337L14.6663 4.66699", stroke: fill ?? '#FFF', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M10.6663 4.66699L8.33301 7.33366", stroke: fill ?? '#FFF', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
83
|
+
}
|
|
84
|
+
function WithoutTrail({ fill, width, height }) {
|
|
85
|
+
return (jsx("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M14.2607 1.73828C12.6084 0.0859375 9.93457 0.0859375 8.28418 1.73828L6.3916 3.63086L7.3877 4.62695L9.28027 2.73438C10.3311 1.68359 12.1045 1.57227 13.2646 2.73438C14.4268 3.89648 14.3154 5.66797 13.2646 6.71875L11.3721 8.61133L12.3701 9.60938L14.2627 7.7168C15.9111 6.06445 15.9111 3.39062 14.2607 1.73828ZM6.71973 13.2656C5.66895 14.3164 3.89551 14.4277 2.73535 13.2656C1.57324 12.1035 1.68457 10.332 2.73535 9.28125L4.62793 7.38867L3.62988 6.39063L1.7373 8.2832C0.0849609 9.93555 0.0849609 12.6094 1.7373 14.2598C3.38965 15.9102 6.06348 15.9121 7.71387 14.2598L9.60645 12.3672L8.61035 11.3711L6.71973 13.2656ZM3.08301 2.08984C3.05364 2.06077 3.01398 2.04445 2.97266 2.04445C2.93133 2.04445 2.89167 2.06077 2.8623 2.08984L2.08887 2.86328C2.05979 2.89265 2.04348 2.93231 2.04348 2.97363C2.04348 3.01496 2.05979 3.05462 2.08887 3.08398L12.917 13.9121C12.9775 13.9727 13.0771 13.9727 13.1377 13.9121L13.9111 13.1387C13.9717 13.0781 13.9717 12.9785 13.9111 12.918L3.08301 2.08984Z", fill: fill ? fill : '#222222' }) }));
|
|
86
|
+
}
|
|
87
|
+
function MoreDotsVertical({ fill, width, height }) {
|
|
88
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
89
|
+
}
|
|
90
|
+
function MoreDotsHorizontal({ fill, width, height }) {
|
|
91
|
+
return (jsxs("svg", { width: width ? width : '20', height: height ? height : '4', viewBox: "0 0 20 4", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M2 3C2.55228 3 3 2.55228 3 2C3 1.44772 2.55228 1 2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3Z", stroke: fill ?? '#FFF', strokeWidth: "2" }), jsx("path", { d: "M10 3C10.5523 3 11 2.55228 11 2C11 1.44772 10.5523 1 10 1C9.44772 1 9 1.44772 9 2C9 2.55228 9.44772 3 10 3Z", stroke: fill ?? '#FFF', strokeWidth: "2" }), jsx("path", { d: "M18 3C18.5523 3 19 2.55228 19 2C19 1.44772 18.5523 1 18 1C17.4477 1 17 1.44772 17 2C17 2.55228 17.4477 3 18 3Z", stroke: fill ?? '#FFF', strokeWidth: "2" })] }));
|
|
92
|
+
}
|
|
93
|
+
function Mail({ fill, width, height }) {
|
|
94
|
+
return (jsx("svg", { width: width ? width : '20', height: height ? height : '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M18.125 3.125H1.875C1.5293 3.125 1.25 3.4043 1.25 3.75V16.25C1.25 16.5957 1.5293 16.875 1.875 16.875H18.125C18.4707 16.875 18.75 16.5957 18.75 16.25V3.75C18.75 3.4043 18.4707 3.125 18.125 3.125ZM17.3438 5.28906V15.4688H2.65625V5.28906L2.11719 4.86914L2.88477 3.88281L3.7207 4.5332H16.2812L17.1172 3.88281L17.8848 4.86914L17.3438 5.28906ZM16.2812 4.53125L10 9.41406L3.71875 4.53125L2.88281 3.88086L2.11523 4.86719L2.6543 5.28711L9.32617 10.4746C9.51805 10.6237 9.7541 10.7046 9.99707 10.7046C10.24 10.7046 10.4761 10.6237 10.668 10.4746L17.3438 5.28906L17.8828 4.86914L17.1152 3.88281L16.2812 4.53125Z", fill: fill ? fill : '#222222' }) }));
|
|
95
|
+
}
|
|
96
|
+
function Dot({ fill, width, height }) {
|
|
97
|
+
return (jsx("svg", { width: width ? width : '4', height: height ? height : '4', viewBox: "0 0 4 4", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M2 4C1.46957 4 0.960859 3.78929 0.585786 3.41421C0.210713 3.03914 0 2.53043 0 2C0 1.46957 0.210713 0.960859 0.585786 0.585786C0.960859 0.210713 1.46957 0 2 0C2.53043 0 3.03914 0.210713 3.41421 0.585786C3.78929 0.960859 4 1.46957 4 2C4 2.53043 3.78929 3.03914 3.41421 3.41421C3.03914 3.78929 2.53043 4 2 4Z", fill: fill ?? '#FFF', strokeWidth: "2" }) }));
|
|
98
|
+
}
|
|
99
|
+
function Brain({ fill, width, height }) {
|
|
100
|
+
return (jsx("svg", { width: width ? width : '20', height: height ? height : '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M5.9594 2.51021C6.65273 1.97021 7.5594 1.67188 8.46023 1.67188C8.9994 1.67188 9.43523 1.85688 9.76607 2.15104C9.85523 2.23021 9.9344 2.31604 10.0052 2.40437C10.0761 2.31604 10.1552 2.23021 10.2444 2.15104C10.5752 1.85688 11.0111 1.67188 11.5502 1.67188C12.4511 1.67188 13.3586 1.97021 14.0502 2.51021C14.5902 2.92938 15.0127 3.50854 15.1786 4.20771C15.5286 4.26604 15.8394 4.44438 16.0911 4.68021C16.4911 5.05604 16.7769 5.59937 16.9561 6.15854C17.1386 6.72604 17.2294 7.36354 17.2019 7.97604C17.1877 8.28937 17.1419 8.60937 17.0544 8.91521L17.1086 8.94021C17.4169 9.08521 17.6669 9.31271 17.8544 9.61521C18.2086 10.186 18.3336 11.0077 18.3336 12.0552C18.3336 13.2594 17.8727 14.0769 17.2811 14.5844C16.9729 14.8487 16.6122 15.0447 16.2227 15.1594C16.0814 15.8106 15.791 16.4202 15.3744 16.9402C14.7719 17.6935 13.8352 18.3302 12.5769 18.3302C11.5686 18.3302 10.7744 17.7719 10.2644 17.2385C10.174 17.1432 10.0878 17.044 10.0061 16.941C9.92408 17.0437 9.83761 17.1427 9.7469 17.2377C9.2369 17.7727 8.44273 18.3302 7.4344 18.3302C6.17523 18.3302 5.23857 17.6935 4.6369 16.9402C4.21964 16.4203 3.92868 15.8107 3.7869 15.1594C3.39774 15.0446 3.03732 14.8486 2.7294 14.5844C2.13773 14.076 1.67773 13.2594 1.67773 12.0552C1.67773 11.0077 1.80273 10.186 2.15607 9.61521C2.34353 9.30442 2.62315 9.05976 2.95607 8.91521C2.87045 8.60897 2.82095 8.29378 2.80857 7.97604C2.78107 7.36354 2.8719 6.72604 3.0544 6.15854C3.23357 5.60021 3.51857 5.05604 3.9194 4.68021C4.17009 4.43586 4.48767 4.27141 4.8319 4.20771C4.99857 3.50771 5.42023 2.92938 5.9594 2.51021ZM6.72773 3.49604C6.27273 3.85021 6.00607 4.32187 6.00607 4.86521C6.00599 4.96419 5.98241 5.06173 5.93726 5.14982C5.89211 5.2379 5.82669 5.314 5.74638 5.37186C5.66607 5.42971 5.57316 5.46766 5.47532 5.48259C5.37747 5.49751 5.27748 5.48899 5.18357 5.45771C5.0694 5.41937 4.94857 5.42854 4.77523 5.59187C4.5819 5.77271 4.38607 6.10021 4.2444 6.54021C4.10269 6.98592 4.03953 7.45287 4.05773 7.92021C4.07857 8.38354 4.18857 8.76854 4.3619 9.02854C4.39058 9.07162 4.41381 9.11808 4.43107 9.16687H5.33273C5.9327 9.16675 6.51049 9.3937 6.94999 9.80212C7.38948 10.2105 7.65811 10.7702 7.7019 11.3685C8.06089 11.5118 8.35893 11.7753 8.54501 12.1141C8.7311 12.4529 8.79366 12.8458 8.72199 13.2256C8.65032 13.6054 8.44887 13.9485 8.15213 14.1961C7.85538 14.4438 7.48179 14.5806 7.09529 14.5832C6.70879 14.5857 6.33341 14.4539 6.03341 14.2102C5.7334 13.9665 5.52742 13.6261 5.45071 13.2473C5.37401 12.8685 5.43135 12.4748 5.61292 12.1336C5.7945 11.7924 6.08901 11.5249 6.44607 11.3769C6.40649 11.1099 6.27227 10.8661 6.06789 10.6899C5.86351 10.5136 5.6026 10.4168 5.33273 10.4169H3.14523C3.02023 10.7069 2.92773 11.2077 2.92773 12.0552C2.92773 12.906 3.2369 13.3727 3.54357 13.636C3.8794 13.9235 4.24857 13.9985 4.35523 13.9985C4.52099 13.9985 4.67997 14.0644 4.79718 14.1816C4.91439 14.2988 4.98023 14.4578 4.98023 14.6235C4.98023 14.9735 5.17357 15.6094 5.61357 16.1594C6.0369 16.6902 6.64023 17.0802 7.4344 17.0802C7.96523 17.0802 8.45357 16.7819 8.84273 16.3752C9.03107 16.1769 9.17773 15.971 9.2744 15.8044C9.31098 15.742 9.34301 15.6772 9.37023 15.6102L9.37523 15.5985V7.70854H8.62857C8.48352 8.0671 8.21829 8.36404 7.87832 8.54849C7.53836 8.73294 7.14482 8.7934 6.76516 8.71952C6.38551 8.64564 6.04336 8.44201 5.79737 8.14354C5.55138 7.84506 5.41686 7.47032 5.41686 7.08354C5.41686 6.69676 5.55138 6.32202 5.79737 6.02355C6.04336 5.72507 6.38551 5.52145 6.76516 5.44756C7.14482 5.37368 7.53836 5.43415 7.87832 5.61859C8.21829 5.80304 8.48352 6.09999 8.62857 6.45854H9.37523V4.34354L9.37273 4.29604C9.35848 4.03939 9.30798 3.78604 9.22273 3.54354C9.14773 3.34354 9.05023 3.18771 8.93523 3.08521C8.83273 2.99354 8.69107 2.92188 8.46023 2.92188C7.8219 2.92188 7.1894 3.13688 6.7269 3.49688L6.72773 3.49604ZM10.6361 14.1669V15.5985L10.6402 15.6102C10.6569 15.6544 10.6886 15.7202 10.7369 15.8044C10.8327 15.971 10.9794 16.1769 11.1686 16.3752C11.5569 16.7819 12.0461 17.0802 12.5769 17.0802C13.3702 17.0802 13.9736 16.6902 14.3977 16.1594C14.8369 15.6094 15.0311 14.9727 15.0311 14.6235C15.0311 14.4578 15.0969 14.2988 15.2141 14.1816C15.3313 14.0644 15.4903 13.9985 15.6561 13.9985C15.7627 13.9985 16.1311 13.9235 16.4677 13.636C16.7736 13.3727 17.0827 12.906 17.0827 12.0552C17.0827 11.0485 16.9511 10.5302 16.7919 10.2744C16.7421 10.1859 16.6665 10.1147 16.5752 10.0702C16.4911 10.0302 16.3644 10.0002 16.1686 10.0002C16.0554 10.0002 15.9445 9.96949 15.8474 9.91136C15.7504 9.85322 15.6709 9.76985 15.6176 9.67011C15.5642 9.57038 15.5389 9.45802 15.5443 9.34504C15.5498 9.23205 15.5858 9.12266 15.6486 9.02854C15.8219 8.76771 15.9319 8.38354 15.9536 7.92021C15.9715 7.45282 15.908 6.98587 15.7661 6.54021C15.6244 6.10021 15.4286 5.77354 15.2361 5.59187C15.0619 5.42854 14.9411 5.41937 14.8277 5.45771C14.7338 5.48915 14.6337 5.4978 14.5357 5.48295C14.4378 5.46811 14.3448 5.43018 14.2643 5.37231C14.1839 5.31444 14.1184 5.23827 14.0732 5.15011C14.028 5.06194 14.0044 4.96429 14.0044 4.86521C14.0044 4.32187 13.7377 3.85021 13.2827 3.49604C12.8219 3.13688 12.1886 2.92104 11.5494 2.92104C11.3194 2.92104 11.1786 2.99354 11.0752 3.08437C10.9448 3.21232 10.8465 3.3694 10.7886 3.54271C10.6951 3.79975 10.6436 4.07015 10.6361 4.34354V12.9169H11.1661C11.4644 12.9169 11.7506 12.7983 11.9616 12.5874C12.1725 12.3764 12.2911 12.0902 12.2911 11.7919V10.296C11.9325 10.151 11.6356 9.88577 11.4511 9.5458C11.2667 9.20583 11.2062 8.8123 11.2801 8.43264C11.354 8.05298 11.5576 7.71084 11.8561 7.46485C12.1545 7.21886 12.5293 7.08433 12.9161 7.08433C13.3028 7.08433 13.6776 7.21886 13.9761 7.46485C14.2745 7.71084 14.4782 8.05298 14.552 8.43264C14.6259 8.8123 14.5655 9.20583 14.381 9.5458C14.1966 9.88577 13.8996 10.151 13.5411 10.296V11.7919C13.5411 12.4218 13.2908 13.0259 12.8454 13.4713C12.4 13.9167 11.796 14.1669 11.1661 14.1669H10.6361ZM7.08273 6.66687C6.97223 6.66687 6.86625 6.71077 6.78811 6.78891C6.70997 6.86705 6.66607 6.97303 6.66607 7.08354C6.66607 7.19405 6.70997 7.30003 6.78811 7.37817C6.86625 7.45631 6.97223 7.50021 7.08273 7.50021C7.19324 7.50021 7.29922 7.45631 7.37736 7.37817C7.4555 7.30003 7.4994 7.19405 7.4994 7.08354C7.4994 6.97303 7.4555 6.86705 7.37736 6.78891C7.29922 6.71077 7.19324 6.66687 7.08273 6.66687ZM6.66607 12.9169C6.66607 13.0274 6.70997 13.1334 6.78811 13.2115C6.86625 13.2896 6.97223 13.3335 7.08273 13.3335C7.19324 13.3335 7.29922 13.2896 7.37736 13.2115C7.4555 13.1334 7.4994 13.0274 7.4994 12.9169C7.4994 12.8064 7.4555 12.7004 7.37736 12.6222C7.29922 12.5441 7.19324 12.5002 7.08273 12.5002C6.97223 12.5002 6.86625 12.5441 6.78811 12.6222C6.70997 12.7004 6.66607 12.8064 6.66607 12.9169ZM12.4994 8.75021C12.4994 8.86071 12.5433 8.9667 12.6214 9.04484C12.6996 9.12298 12.8056 9.16687 12.9161 9.16687C13.0266 9.16687 13.1326 9.12298 13.2107 9.04484C13.2888 8.9667 13.3327 8.86071 13.3327 8.75021C13.3327 8.6397 13.2888 8.53372 13.2107 8.45558C13.1326 8.37744 13.0266 8.33354 12.9161 8.33354C12.8056 8.33354 12.6996 8.37744 12.6214 8.45558C12.5433 8.53372 12.4994 8.6397 12.4994 8.75021Z", fill: fill ? fill : '#222222' }) }));
|
|
101
|
+
}
|
|
102
|
+
function CompanyIcon({ fill, width = '20', height = '20' }) {
|
|
103
|
+
return (jsxs("svg", { width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M2.5 17.5H1.9V18.1H2.5V17.5ZM2.5 2.5V1.9C2.16863 1.9 1.9 2.16863 1.9 2.5H2.5ZM10.5 2.5H11.1C11.1 2.16863 10.8314 1.9 10.5 1.9V2.5ZM17.5 8.5H18.1C18.1 8.16863 17.8314 7.9 17.5 7.9V8.5ZM17.5 17.5V18.1H18.1V17.5H17.5ZM3.1 17.5V2.5H1.9V17.5H3.1ZM2.5 3.1H10.5V1.9H2.5V3.1ZM9.9 2.5V17H11.1V2.5H9.9ZM11 9.1H17.5V7.9H11V9.1ZM16.9 8.5V17.5H18.1V8.5H16.9ZM17.5 16.9H2.5V18.1H17.5V16.9Z", fill: "black" }), jsx("path", { d: "M5 6V5", stroke: "black" }), jsx("path", { d: "M5 9V8", stroke: "black" }), jsx("path", { d: "M5 12V11", stroke: "black" }), jsx("path", { d: "M12 11.5H16", stroke: "black" }), jsx("path", { d: "M12 14H16", stroke: "black" }), jsx("path", { d: "M8 6V5", stroke: "black" }), jsx("path", { d: "M8 9V8", stroke: "black" }), jsx("path", { d: "M8 12V11", stroke: "black" }), jsx("path", { d: "M5 17V14H8V17", stroke: "black" })] }));
|
|
104
|
+
}
|
|
105
|
+
function WithTrail({ fill, width, height }) {
|
|
106
|
+
return (jsx("svg", { width: width ? width : '20', height: height ? height : '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M11.2119 12.9961C11.1825 12.967 11.1429 12.9507 11.1016 12.9507C11.0602 12.9507 11.0206 12.967 10.9912 12.9961L8.72168 15.2656C7.6709 16.3164 5.89746 16.4277 4.7373 15.2656C3.5752 14.1035 3.68652 12.332 4.7373 11.2812L7.00684 9.01172C7.06738 8.95117 7.06738 8.85156 7.00684 8.79102L6.22949 8.01367C6.20013 7.98459 6.16047 7.96828 6.11914 7.96828C6.07781 7.96828 6.03816 7.98459 6.00879 8.01367L3.73926 10.2832C2.08691 11.9355 2.08691 14.6094 3.73926 16.2598C5.3916 17.9102 8.06543 17.9121 9.71582 16.2598L11.9854 13.9902C12.0459 13.9297 12.0459 13.8301 11.9854 13.7695L11.2119 12.9961ZM16.2627 3.73828C14.6104 2.08594 11.9365 2.08594 10.2861 3.73828L8.01465 6.00781C7.98557 6.03718 7.96926 6.07684 7.96926 6.11816C7.96926 6.15949 7.98557 6.19915 8.01465 6.22852L8.79004 7.00391C8.85059 7.06445 8.9502 7.06445 9.01074 7.00391L11.2803 4.73438C12.3311 3.68359 14.1045 3.57227 15.2646 4.73438C16.4268 5.89648 16.3154 7.66797 15.2646 8.71875L12.9951 10.9883C12.966 11.0176 12.9497 11.0573 12.9497 11.0986C12.9497 11.14 12.966 11.1796 12.9951 11.209L13.7725 11.9863C13.833 12.0469 13.9326 12.0469 13.9932 11.9863L16.2627 9.7168C17.9131 8.06445 17.9131 5.39062 16.2627 3.73828ZM11.917 7.27148C11.8876 7.24241 11.848 7.22609 11.8066 7.22609C11.7653 7.22609 11.7257 7.24241 11.6963 7.27148L7.27246 11.6934C7.24338 11.7227 7.22707 11.7624 7.22707 11.8037C7.22707 11.845 7.24338 11.8847 7.27246 11.9141L8.0459 12.6875C8.10645 12.748 8.20606 12.748 8.2666 12.6875L12.6885 8.26563C12.749 8.20508 12.749 8.10547 12.6885 8.04492L11.917 7.27148Z", fill: fill ? fill : '#222222' }) }));
|
|
107
|
+
}
|
|
108
|
+
function EyeOff({ fill, width, height }) {
|
|
109
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M9.41335 9.41319C9.23026 9.60969 9.00945 9.76729 8.76412 9.8766C8.51879 9.98591 8.25396 10.0447 7.98541 10.0494C7.71687 10.0542 7.45013 10.0048 7.20109 9.90418C6.95206 9.80359 6.72583 9.65387 6.53592 9.46396C6.346 9.27404 6.19628 9.04782 6.09569 8.79878C5.9951 8.54975 5.9457 8.283 5.95044 8.01446C5.95518 7.74592 6.01396 7.48108 6.12327 7.23575C6.23258 6.99042 6.39019 6.76962 6.58669 6.58652M11.96 11.9599C10.8204 12.8285 9.43276 13.3098 8.00002 13.3332C3.33335 13.3332 0.666687 7.99985 0.666687 7.99985C1.49595 6.45445 2.64611 5.10426 4.04002 4.03985L11.96 11.9599ZM6.60002 2.82652C7.05891 2.71911 7.52873 2.66541 8.00002 2.66652C12.6667 2.66652 15.3334 7.99985 15.3334 7.99985C14.9287 8.75693 14.4461 9.46968 13.8934 10.1265L6.60002 2.82652Z", stroke: fill ?? '#FFF', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M0.666687 0.666504L15.3334 15.3332", stroke: fill ?? '#FFF', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
110
|
+
}
|
|
111
|
+
function SmileOutlined({ fill, width, height }) {
|
|
112
|
+
return (jsx("svg", { width: width ? width : '22', height: height ? height : '22', viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M5.75 8.86719C5.75 9.16556 5.86853 9.4517 6.0795 9.66268C6.29048 9.87366 6.57663 9.99219 6.875 9.99219C7.17337 9.99219 7.45952 9.87366 7.6705 9.66268C7.88147 9.4517 8 9.16556 8 8.86719C8 8.56882 7.88147 8.28267 7.6705 8.07169C7.45952 7.86071 7.17337 7.74219 6.875 7.74219C6.57663 7.74219 6.29048 7.86071 6.0795 8.07169C5.86853 8.28267 5.75 8.56882 5.75 8.86719ZM14 8.86719C14 9.16556 14.1185 9.4517 14.3295 9.66268C14.5405 9.87366 14.8266 9.99219 15.125 9.99219C15.4234 9.99219 15.7095 9.87366 15.9205 9.66268C16.1315 9.4517 16.25 9.16556 16.25 8.86719C16.25 8.56882 16.1315 8.28267 15.9205 8.07169C15.7095 7.86071 15.4234 7.74219 15.125 7.74219C14.8266 7.74219 14.5405 7.86071 14.3295 8.07169C14.1185 8.28267 14 8.56882 14 8.86719ZM11 0.5C5.20156 0.5 0.5 5.20156 0.5 11C0.5 16.7984 5.20156 21.5 11 21.5C16.7984 21.5 21.5 16.7984 21.5 11C21.5 5.20156 16.7984 0.5 11 0.5ZM17.1641 17.1641C16.3625 17.9656 15.4297 18.5938 14.3914 19.0344C13.3203 19.4891 12.1789 19.7188 11 19.7188C9.82109 19.7188 8.67969 19.4891 7.60625 19.0344C6.56954 18.5965 5.62785 17.9613 4.83359 17.1641C4.03203 16.3625 3.40391 15.4297 2.96328 14.3914C2.51094 13.3203 2.28125 12.1789 2.28125 11C2.28125 9.82109 2.51094 8.67969 2.96562 7.60625C3.40346 6.56954 4.03868 5.62785 4.83594 4.83359C5.6375 4.03203 6.57031 3.40391 7.60859 2.96328C8.67969 2.51094 9.82109 2.28125 11 2.28125C12.1789 2.28125 13.3203 2.51094 14.3937 2.96562C15.4305 3.40346 16.3721 4.03868 17.1664 4.83594C17.968 5.6375 18.5961 6.57031 19.0367 7.60859C19.4891 8.67969 19.7188 9.82109 19.7188 11C19.7188 12.1789 19.4891 13.3203 19.0344 14.3937C18.5971 15.4301 17.9618 16.3711 17.1641 17.1641ZM14.5625 11.4922H13.4352C13.3367 11.4922 13.2523 11.5672 13.2453 11.6656C13.1562 12.8258 12.1836 13.7422 11 13.7422C9.81641 13.7422 8.84141 12.8258 8.75469 11.6656C8.74766 11.5672 8.66328 11.4922 8.56484 11.4922H7.4375C7.41207 11.4922 7.3869 11.4973 7.36351 11.5073C7.34013 11.5173 7.31903 11.532 7.30149 11.5504C7.28395 11.5688 7.27034 11.5906 7.26149 11.6144C7.25264 11.6383 7.24873 11.6637 7.25 11.6891C7.35313 13.6648 8.99609 15.2422 11 15.2422C13.0039 15.2422 14.6469 13.6648 14.75 11.6891C14.7513 11.6637 14.7474 11.6383 14.7385 11.6144C14.7297 11.5906 14.716 11.5688 14.6985 11.5504C14.681 11.532 14.6599 11.5173 14.6365 11.5073C14.6131 11.4973 14.5879 11.4922 14.5625 11.4922Z", fill: fill ?? '#FFF' }) }));
|
|
113
|
+
}
|
|
114
|
+
function SaveIcon({ fill, width, height }) {
|
|
115
|
+
return (jsxs("svg", { width: width ? width : '22', height: height ? height : '22', viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { width: "22", height: "22", fill: fill ? fill : '#757575' }), jsx("path", { d: "M15.6667 17H6.33333C5.97971 17 5.64057 16.8595 5.39052 16.6095C5.14048 16.3594 5 16.0203 5 15.6667V6.33333C5 5.97971 5.14048 5.64057 5.39052 5.39052C5.64057 5.14048 5.97971 5 6.33333 5H13.6667L17 8.33333V15.6667C17 16.0203 16.8595 16.3594 16.6095 16.6095C16.3594 16.8595 16.0203 17 15.6667 17Z", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M14.3327 17.0003V11.667H7.66602V17.0003", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M7.66602 5V8.33333H12.9993", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
116
|
+
}
|
|
117
|
+
function CheckInCicle({ fill, stroke, customColor_1, width, height }) {
|
|
118
|
+
return (jsxs("svg", { width: width ?? '21', height: height ?? '20', viewBox: "0 0 21 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M20 10C20 15.5176 15.5281 20 10.0001 20C4.47195 20 0 15.5176 0 10C0 4.48239 4.47195 0 10.0001 0C15.5281 0 20 4.48239 20 10Z", fill: customColor_1 ?? '#222' }), jsx("path", { d: "M19.7557 10C19.7557 15.2417 15.4598 19.5 10.1494 19.5C4.83889 19.5 0.542969 15.2417 0.542969 10C0.542969 4.75827 4.83889 0.5 10.1494 0.5C15.4598 0.5 19.7557 4.75827 19.7557 10Z", stroke: stroke ?? '#FFF' }), jsx("path", { d: "M14.05 5L15.39 5.94L9.58 14.32H8.24L5 9.78L6.34 8.53L8.91 10.93L14.05 5Z", fill: fill ?? '#FFF' })] }));
|
|
119
|
+
}
|
|
120
|
+
function CloseInCicle({ fill, stroke, customColor_1, width, height }) {
|
|
121
|
+
return (jsxs("svg", { width: width ?? '21', height: height ?? '20', viewBox: "0 0 21 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M20 10C20 15.5176 15.7517 20 10.5001 20C5.24835 20 1 15.5176 1 10C1 4.48239 5.24835 0 10.5001 0C15.7517 0 20 4.48239 20 10Z", fill: customColor_1 ?? '#222' }), jsx("path", { d: "M20.2997 10C20.2997 15.2417 16.0038 19.5 10.6933 19.5C5.38284 19.5 1.08691 15.2417 1.08691 10C1.08691 4.75827 5.38284 0.5 10.6933 0.5C16.0038 0.5 20.2997 4.75827 20.2997 10Z", stroke: stroke ?? '#F00' }), jsx("path", { d: "M15.9 6.41L12.36 9.95L15.9 13.49L14.49 14.9L10.95 11.37L7.42 14.9L6 13.48L9.53 9.95L6 6.42L7.42 5L10.95 8.53L14.49 5L15.9 6.41Z", fill: fill ?? '#F00' })] }));
|
|
122
|
+
}
|
|
123
|
+
function ArrowScrollRight({ fill, stroke, customColor_1, width, height, strokeWidth }) {
|
|
124
|
+
return (jsx("svg", { width: width ?? '18', height: height ?? '34', viewBox: "0 0 18 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1 1L17 17L1 33", stroke: fill ? fill : '#000000', strokeWidth: strokeWidth ? strokeWidth : '2', strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
125
|
+
}
|
|
126
|
+
function ArrowScrollLeft({ fill, stroke, customColor_1, width, height }) {
|
|
127
|
+
return (jsx("svg", { width: width ?? '18', height: height ?? '34', viewBox: "0 0 18 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M17 33L1 17L17 1", stroke: fill ?? 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
128
|
+
}
|
|
129
|
+
function Bullseye({ fill, stroke, customColor_1, width, height }) {
|
|
130
|
+
return (jsx("svg", { width: width ? width : '26', height: height ? height : '26', viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M25.1656 9.03042C26.0559 11.7655 25.9989 14.7207 25.0038 17.4194C24.0087 20.1181 22.1336 22.4029 19.6809 23.9054C17.2282 25.4078 14.3409 26.0402 11.4847 25.7007C8.62851 25.3611 5.96997 24.0693 3.9379 22.0336C1.90584 19.998 0.618717 17.3372 0.284157 14.4804C-0.0504026 11.6236 0.587103 8.73744 2.09384 6.28736C3.60059 3.83729 5.88871 1.96619 8.58916 0.975872C11.2896 -0.0144479 14.2449 -0.0662496 16.9784 0.828824L15.3016 2.50402C15.2088 2.59522 15.1256 2.69602 15.0488 2.80002C12.8601 2.35827 10.5874 2.63262 8.56675 3.5825C6.54609 4.53239 4.88477 6.10737 3.8285 8.07451C2.77224 10.0417 2.3771 12.2965 2.70154 14.5056C3.02598 16.7147 4.05276 18.7608 5.63004 20.3411C7.20731 21.9215 9.25132 22.9523 11.4598 23.2811C13.6682 23.6098 15.9239 23.2191 17.8931 22.1667C19.8623 21.1143 21.4405 19.4561 22.3944 17.4373C23.3482 15.4185 23.6271 13.1463 23.1896 10.9568C23.2991 10.8792 23.4018 10.7925 23.4968 10.6976L25.164 9.03042H25.1656ZM20.8376 11.4C21.1811 13.0851 20.9725 14.836 20.2427 16.3931C19.5128 17.9503 18.3006 19.2308 16.7858 20.0449C15.271 20.8589 13.5342 21.1632 11.8328 20.9126C10.1315 20.6619 8.55622 19.8697 7.34051 18.6534C6.12481 17.4371 5.33341 15.8614 5.08365 14.1599C4.83388 12.4584 5.13904 10.7218 5.95388 9.20736C6.76872 7.69296 8.04988 6.48144 9.60741 5.75241C11.1649 5.02338 12.9159 4.81566 14.6008 5.16002V7.63362C13.4067 7.27714 12.1277 7.32917 10.9665 7.78147C9.80522 8.23377 8.82803 9.0605 8.18959 10.1308C7.55116 11.201 7.28796 12.4537 7.44168 13.6904C7.59541 14.9271 8.15726 16.0772 9.03828 16.9586C9.9193 17.84 11.0692 18.4023 12.3058 18.5566C13.5424 18.7108 14.7952 18.4482 15.8657 17.8102C16.9363 17.1722 17.7634 16.1953 18.2162 15.0343C18.669 13.8732 18.7216 12.5943 18.3656 11.4H20.8376ZM12.9976 15.4C13.3657 15.4002 13.7288 15.3157 14.059 15.1532C14.3893 14.9906 14.6776 14.7542 14.9019 14.4624C15.1262 14.1705 15.2803 13.831 15.3524 13.47C15.4245 13.1091 15.4126 12.7364 15.3176 12.3808L17.8488 9.84802L17.8968 9.80002H21.8008C21.9059 9.80021 22.0101 9.77968 22.1073 9.73959C22.2044 9.69951 22.2928 9.64067 22.3672 9.56642L25.5672 6.36642C25.6794 6.25454 25.7558 6.11186 25.7868 5.95649C25.8178 5.80112 25.8019 5.64004 25.7413 5.49368C25.6806 5.34732 25.5778 5.22228 25.446 5.13439C25.3142 5.0465 25.1592 4.99974 25.0008 5.00002H21.0008V1.00002C21.0008 0.84192 20.9539 0.687371 20.8661 0.555891C20.7783 0.424412 20.6535 0.321899 20.5074 0.261296C20.3614 0.200694 20.2007 0.18472 20.0456 0.21539C19.8905 0.246061 19.748 0.322002 19.636 0.433624L16.436 3.63362C16.3615 3.70792 16.3023 3.7962 16.262 3.89339C16.2216 3.99058 16.2008 4.09478 16.2008 4.20002V8.10402C16.1844 8.11958 16.1684 8.13558 16.1528 8.15202L13.6216 10.68C13.2657 10.5845 12.8926 10.5722 12.5312 10.644C12.1698 10.7158 11.8297 10.8698 11.5374 11.0941C11.245 11.3184 11.0082 11.607 10.8452 11.9375C10.6823 12.268 10.5975 12.6315 10.5976 13C10.5976 13.6365 10.8505 14.247 11.3005 14.6971C11.7506 15.1472 12.3611 15.4 12.9976 15.4Z", fill: "#222222" }) }));
|
|
131
|
+
}
|
|
132
|
+
function TrashIcon({ fill, stroke, customColor_1, width, height }) {
|
|
133
|
+
return (jsx("svg", { width: width ?? '14', height: height ?? '20', viewBox: "0 0 14 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M3.66602 5.00002V3.33335C3.66602 2.89133 3.84161 2.4674 4.15417 2.15484C4.46673 1.84228 4.89066 1.66669 5.33268 1.66669H8.66602C9.10804 1.66669 9.53197 1.84228 9.84453 2.15484C10.1571 2.4674 10.3327 2.89133 10.3327 3.33335V5.00002M12.8327 5.00002V16.6667C12.8327 17.1087 12.6571 17.5326 12.3445 17.8452C12.032 18.1578 11.608 18.3334 11.166 18.3334H2.83268C2.39065 18.3334 1.96673 18.1578 1.65417 17.8452C1.34161 17.5326 1.16602 17.1087 1.16602 16.6667V5.00002H12.8327Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
134
|
+
}
|
|
135
|
+
function SearchIcon({ fill = 'black', stroke, customColor_1, width, height }) {
|
|
136
|
+
return (jsx("svg", { width: width ? width : '28', height: height ? height : '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.2 8.6C1.2 4.51309 4.51309 1.2 8.6 1.2C12.6869 1.2 16 4.51309 16 8.6C16 10.6044 15.2031 12.4227 13.9088 13.7553C13.879 13.7758 13.8507 13.7993 13.8242 13.8258C13.7977 13.8522 13.7743 13.8805 13.7538 13.9102C12.4214 15.2037 10.6037 16 8.6 16C4.51309 16 1.2 12.6869 1.2 8.6ZM14.2413 15.0914C12.7312 16.4048 10.7585 17.2 8.6 17.2C3.85035 17.2 0 13.3496 0 8.6C0 3.85035 3.85035 0 8.6 0C13.3496 0 17.2 3.85035 17.2 8.6C17.2 10.7593 16.4042 12.7327 15.0899 14.243L19.0227 18.1758C19.257 18.4101 19.257 18.79 19.0227 19.0243C18.7884 19.2586 18.4085 19.2586 18.1742 19.0243L14.2413 15.0914Z", fill: fill }) }));
|
|
137
|
+
}
|
|
138
|
+
function ErrorInCicleIcon({ fill = '#FF0000', stroke, customColor_1, width = '48', height = '48' }) {
|
|
139
|
+
return (jsxs("svg", { width: width, height: height, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("circle", { cx: "24", cy: "24", r: "24", fill: fill }), jsx("path", { d: "M36 12L12 36", stroke: "white", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 12L36 36", stroke: "white", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
140
|
+
}
|
|
141
|
+
function CloseIcon({ fill, width = '12', height = '12' }) {
|
|
142
|
+
return (jsxs("svg", { width: width, height: height, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M11.3334 0.666687L0.666748 11.3334", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M0.666748 0.666687L11.3334 11.3334", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
143
|
+
}
|
|
144
|
+
function AddIcon({ fill, width, height }) {
|
|
145
|
+
return (jsxs("svg", { width: width ? width : '17', height: height ? height : '16', viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M8.16992 1V15", stroke: fill ? fill : '#0645AD', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M1.16992 8H15.1699", stroke: fill ? fill : '#0645AD', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
146
|
+
}
|
|
147
|
+
function OpenedEye({ fill, width, height }) {
|
|
148
|
+
return (jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M5.33337 16C5.33337 16 9.21216 8 16 8C22.7879 8 26.6667 16 26.6667 16C26.6667 16 22.7879 24 16 24C9.21216 24 5.33337 16 5.33337 16Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16 18.6663C17.4728 18.6663 18.6667 17.4724 18.6667 15.9997C18.6667 14.5269 17.4728 13.333 16 13.333C14.5273 13.333 13.3334 14.5269 13.3334 15.9997C13.3334 17.4724 14.5273 18.6663 16 18.6663Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
149
|
+
}
|
|
150
|
+
function PeopleIcon({ fill, width, height }) {
|
|
151
|
+
return (jsxs("svg", { width: width ? width : '28', height: height ? height : '28', viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M15.5367 18.3986C15.3803 18.5237 15.2967 18.7186 15.3137 18.9181C15.3307 19.1176 15.4461 19.2955 15.6214 19.3923L21.2219 22.4851L21.285 22.5272C21.3293 22.5568 21.3775 22.5803 21.4281 22.5972C21.428 22.5971 21.4306 22.598 21.436 22.6002C21.4414 22.6024 21.4488 22.6056 21.4585 22.6101C21.478 22.6193 21.5037 22.6323 21.5362 22.6503C21.6154 22.6944 21.7095 22.7481 21.819 22.8119C21.8988 22.8585 21.9835 22.9179 22.0728 22.9924C22.1661 23.0701 22.2427 23.1437 22.3047 23.2125C22.3458 23.2582 22.3833 23.3142 22.4157 23.3843C22.4422 23.4417 22.4444 23.4726 22.4444 23.4825V25.7482C22.4444 26.0206 22.3569 26.2222 22.1793 26.3942C21.9913 26.5763 21.7861 26.6587 21.5339 26.6587H2.17724C1.92499 26.6587 1.71979 26.5763 1.53178 26.3942C1.35426 26.2222 1.26675 26.0206 1.26675 25.7482V23.4825C1.26675 23.4815 1.2688 23.3777 1.49572 23.1659C1.76764 22.9121 1.94776 22.7765 2.04904 22.7203C2.21282 22.6293 2.34438 22.5592 2.44557 22.5087C2.45135 22.5058 2.45708 22.5028 2.46276 22.4997L8.25297 19.3668C8.42969 19.2712 8.54681 19.0935 8.56499 18.8934C8.58317 18.6933 8.49998 18.4974 8.34338 18.3715C7.49188 17.687 6.84229 16.7418 6.40751 15.507C5.9566 14.2264 5.74227 13.1114 5.74227 12.1538V8.3776C5.74227 7.99893 5.84022 7.58426 6.06035 7.12769C6.27957 6.67302 6.58672 6.24878 6.98862 5.85525C7.40443 5.4481 7.87447 5.07769 8.40036 4.74463C8.91181 4.42071 9.47775 4.16277 10.1008 3.97238C10.7213 3.78278 11.3149 3.69088 11.8835 3.69088C12.8628 3.69088 13.833 3.9306 14.8002 4.42282C15.7763 4.91959 16.5485 5.54257 17.1316 6.28628C17.7149 7.03019 17.9688 7.72406 17.9688 8.3776V12.1538C17.9688 13.2371 17.7723 14.3955 17.369 15.6321C16.9807 16.8229 16.3659 17.7352 15.5367 18.3986Z", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M14 1.70204C14.4984 1.38217 15.0467 1.12965 15.6449 0.944465C16.243 0.75928 16.8245 0.666687 17.3894 0.666687C18.3531 0.666687 19.3001 0.906586 20.2305 1.38638C21.161 1.86618 21.9128 2.47645 22.486 3.21719C23.0592 3.95793 23.3458 4.69867 23.3458 5.43941V8.8485C23.3458 9.89227 23.1589 10.995 22.785 12.1566C22.4112 13.3182 21.8089 14.2357 20.9782 14.9091L25.9875 17.7121L26.0623 17.7626C26.1122 17.7795 26.1745 17.8089 26.2492 17.851C26.324 17.8931 26.4112 17.9436 26.5109 18.0025C26.6106 18.0615 26.7103 18.133 26.81 18.2172C26.9097 18.3014 26.9969 18.3855 27.0717 18.4697C27.1464 18.5539 27.2087 18.6507 27.2586 18.7601C27.3084 18.8695 27.3333 18.9748 27.3333 19.0758V21.1212C27.3333 21.5084 27.2004 21.8325 26.9346 22.0934C26.6687 22.3544 26.3531 22.4849 25.9875 22.4849", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
152
|
+
}
|
|
153
|
+
function Channel({ fill, width, height }) {
|
|
154
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M20.6982 6.27148H3.99915C3.30167 6.27148 2.73642 6.8363 2.73642 7.29402V17.7693C2.73642 18.3342 3.30184 18.7919 3.99915 18.7919H20.6982C21.3957 18.7919 21.9609 18.2271 21.9609 17.7693V7.29402C21.9609 6.72921 21.3955 6.27148 20.6982 6.27148V6.27148Z", stroke: "black", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16.7383 20.7246H7.96194", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13.3498 6.23889L17.9463 2.51465", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12.0947 6.23864L6.66223 1.5", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M10.4209 15.1768L14.5044 12.8545L10.4209 10.5322V15.1768Z", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
155
|
+
}
|
|
156
|
+
function Cam({ fill, width, height }) {
|
|
157
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M21.75 19C21.75 19.5304 21.5632 20.0391 21.2308 20.4142C20.8983 20.7893 20.4474 21 19.9773 21H4.02273C3.55257 21 3.10167 20.7893 2.76922 20.4142C2.43677 20.0391 2.25 19.5304 2.25 19V8C2.25 7.46957 2.43677 6.96086 2.76922 6.58579C3.10167 6.21071 3.55257 6 4.02273 6H7.56818L9.34091 3H14.6591L16.4318 6H19.9773C20.4474 6 20.8983 6.21071 21.2308 6.58579C21.5632 6.96086 21.75 7.46957 21.75 8V19Z", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 17.25C14.0711 17.25 15.75 15.5711 15.75 13.5C15.75 11.4289 14.0711 9.75 12 9.75C9.92893 9.75 8.25 11.4289 8.25 13.5C8.25 15.5711 9.92893 17.25 12 17.25Z", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
158
|
+
}
|
|
159
|
+
function Content({ fill, width, height }) {
|
|
160
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M4 19.5C4 18.837 4.26339 18.2011 4.73223 17.7322C5.20107 17.2634 5.83696 17 6.5 17H20", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.5 2H20V22H6.5C5.83696 22 5.20107 21.7366 4.73223 21.2678C4.26339 20.7989 4 20.163 4 19.5V4.5C4 3.83696 4.26339 3.20107 4.73223 2.73223C5.20107 2.26339 5.83696 2 6.5 2V2Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
161
|
+
}
|
|
162
|
+
function Certificate({ fill, width, height }) {
|
|
163
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
164
|
+
}
|
|
165
|
+
function Quiz({ fill, width, height }) {
|
|
166
|
+
return (jsx("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M17 3.0003C17.2626 2.73766 17.5744 2.52932 17.9176 2.38718C18.2608 2.24503 18.6286 2.17188 19 2.17188C19.3714 2.17187 19.7392 2.24503 20.0824 2.38718C20.4256 2.52932 20.7374 2.73766 21 3.0003C21.2626 3.26295 21.471 3.57475 21.6131 3.91791C21.7553 4.26107 21.8284 4.62887 21.8284 5.0003C21.8284 5.37174 21.7553 5.73953 21.6131 6.08269C21.471 6.42586 21.2626 6.73766 21 7.0003L7.5 20.5003L2 22.0003L3.5 16.5003L17 3.0003Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
167
|
+
}
|
|
168
|
+
function PodCast({ fill, width, height }) {
|
|
169
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M15.4486 17.828C16.8238 17.208 18.0129 16.2117 18.8713 14.9783C19.7516 13.7144 20.2553 12.2113 20.3298 10.6776C20.3998 9.21357 20.0735 7.74091 19.3903 6.4421C18.7377 5.20217 17.7633 4.13845 16.5895 3.36622C15.3851 2.57441 13.9792 2.11105 12.5384 2.01753C11.0756 1.92182 9.59964 2.21984 8.28788 2.8659C7.02433 3.48805 5.93601 4.43646 5.13232 5.58503C4.31112 6.76187 3.81844 8.14536 3.69142 9.5703C3.55565 11.1104 3.86442 12.6788 4.57172 14.056C5.25713 15.3894 6.31482 16.5271 7.5937 17.3211C7.90028 17.5125 8.22001 17.68 8.55064 17.8301", stroke: fill ? fill : 'black', strokeLinecap: "round" }), jsx("path", { d: "M15.6028 14.9871C16.459 14.3718 17.155 13.5566 17.5854 12.6104C18.0226 11.6509 18.1989 10.5869 18.0776 9.54519C17.8624 7.69494 16.7497 6.01796 15.0945 5.0738C13.3981 4.10536 11.2849 4.00541 9.49233 4.77839C7.76383 5.5247 6.45657 7.07066 6.03534 8.85864C5.55914 10.8844 6.22307 13.0567 7.77526 14.4916C7.96986 14.6716 8.17591 14.8359 8.39111 14.9914", stroke: fill ? fill : 'black', strokeLinecap: "round" }), jsx("path", { d: "M14.7794 10.1543C14.7733 8.9887 14.036 7.94023 12.9433 7.53824C11.8626 7.14028 10.5921 7.4837 9.86086 8.37257C9.1155 9.27761 9.00241 10.5847 9.61443 11.5927C10.2204 12.5927 11.4061 13.1058 12.5494 12.8816C13.6644 12.6634 14.5693 11.724 14.741 10.5988C14.7632 10.4513 14.7773 10.3039 14.7773 10.1544", stroke: fill ? fill : 'black' }), jsx("path", { d: "M12.1504 22.1975C13.0821 22.1894 13.8416 21.444 13.8437 20.5393C13.8458 20.1464 13.8437 19.7556 13.8437 19.3627C13.8437 18.3774 13.8644 17.3882 13.8437 16.4029C13.8333 15.9375 13.6154 15.4802 13.2461 15.18C13.0552 15.0269 12.8373 14.91 12.5987 14.8455C12.4077 14.7952 12.2148 14.7871 12.0176 14.7871C11.8267 14.7871 11.6379 14.7891 11.4511 14.8334C11.2104 14.8878 10.9863 15.0007 10.7933 15.1478C10.4136 15.4379 10.1833 15.8811 10.1563 16.3465C10.1355 16.6971 10.1542 17.0537 10.1542 17.4063V19.3264C10.1542 19.7294 10.1521 20.1323 10.1542 20.5353C10.1563 21.4177 10.8763 22.1632 11.7894 22.1974C11.9097 22.2015 12.0301 22.1995 12.1504 22.1995", stroke: fill ? fill : 'black' })] }));
|
|
170
|
+
}
|
|
171
|
+
function QuizSucessError({ fill, width, height }) {
|
|
172
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M17.3846 10.466V3.67407C17.3846 3.16518 17.0002 2.76953 16.5056 2.76953H2.87917C2.38462 2.76953 2 3.16529 2 3.67422V12.7205C2 13.2293 2.38446 13.625 2.87904 13.625H4.85699C5.10151 13.6239 5.31936 13.8692 5.29651 14.1197L4.98055 17.3849L8.50383 13.7594C8.58447 13.6755 8.69822 13.6252 8.81289 13.6252H11.2306", stroke: fill ? fill : '#222222', strokeWidth: "1.2" }), jsx("path", { d: "M21.3528 10.4879L11.869 10.4619C11.5151 10.4612 11.2305 10.7592 11.2305 11.1695V18.5648C11.2305 18.9751 11.5194 19.2696 11.8774 19.2723L16.8672 19.2983C16.9985 19.297 17.1297 19.3472 17.2284 19.4364L19.152 21.2311L19.026 19.9023C18.9979 19.5965 19.2645 19.2983 19.5636 19.2983H21.3528C21.7081 19.2983 21.9997 19.0009 21.9997 18.5906V11.1869C21.9997 10.7766 21.7096 10.4879 21.3528 10.4879Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2" }), jsx("path", { d: "M18.5157 13.667L15.4854 16.6973", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M15.4854 13.667L18.5157 16.6973", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12.7691 5.84668L8.53831 10.0774L6.61523 8.15437", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
173
|
+
}
|
|
174
|
+
function MoreVertical({ fill, width, height }) {
|
|
175
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
176
|
+
}
|
|
177
|
+
function MoreHorizontal({ fill, width, height }) {
|
|
178
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z", stroke: fill ? fill : 'black', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
179
|
+
}
|
|
180
|
+
function Video({ fill, width, height }) {
|
|
181
|
+
return (jsxs("svg", { width: width ? width : '30', height: height ? height : '30', viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M15.2865 28.3334C22.6503 28.3334 28.6198 22.3639 28.6198 15.0001C28.6198 7.63628 22.6503 1.66675 15.2865 1.66675C7.92266 1.66675 1.95312 7.63628 1.95312 15.0001C1.95312 22.3639 7.92266 28.3334 15.2865 28.3334Z", stroke: fill ? fill : '#FF4D0D', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M11.9531 10L20.2865 15L11.9531 20V10Z", stroke: fill ? fill : '#FF4D0D', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
182
|
+
}
|
|
183
|
+
function StarRating({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
184
|
+
return (jsx("svg", { width: width ? width : '30', height: height ? height : '29', viewBox: "0 0 30 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M14.1058 0.785773C14.4745 0.0494095 15.5255 0.0494113 15.8942 0.785775L19.7099 8.40633C19.8566 8.69918 20.1373 8.90167 20.4615 8.94838L28.9722 10.1747C29.7966 10.2935 30.123 11.309 29.5222 11.8858L23.3838 17.7797C23.1439 18.0101 23.0342 18.3448 23.0912 18.6725L24.5422 27.0121C24.684 27.8272 23.8312 28.4521 23.0967 28.0713L15.4603 24.1124C15.1717 23.9628 14.8283 23.9628 14.5397 24.1124L6.9033 28.0713C6.16884 28.4521 5.31605 27.8272 5.45785 27.0122L6.9088 18.6725C6.96581 18.3448 6.85614 18.0101 6.61619 17.7797L0.477778 11.8858C-0.122994 11.309 0.203398 10.2935 1.02776 10.1747L9.53853 8.94838C9.86269 8.90167 10.1434 8.69918 10.2901 8.40633L14.1058 0.785773Z", fill: fill ? fill : '#FFC200', fillOpacity: fillOpacity ? fillOpacity : '1', stroke: stroke ? stroke : '0', strokeWidth: strokeWidth ? strokeWidth : 'transparent' }) }));
|
|
185
|
+
}
|
|
186
|
+
function WhatAppBordered({ fill, width, height }) {
|
|
187
|
+
return (jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("g", { clipPath: "url(#clip0_891_1728)", children: jsx("path", { d: "M12.0011 2C10.2643 1.99987 8.55742 2.45205 7.0485 3.31201C5.53959 4.17198 4.28067 5.41008 3.39568 6.90443C2.51069 8.39877 2.03015 10.0978 2.00137 11.8343C1.9726 13.5708 2.39658 15.2848 3.23157 16.8077L2.41423 19.6923C2.33799 19.9552 2.3337 20.2337 2.40182 20.4987C2.46995 20.7638 2.60798 21.0057 2.80151 21.1993C2.99505 21.3928 3.23698 21.5308 3.50207 21.5989C3.76715 21.6671 4.04566 21.6628 4.30852 21.5865L7.19323 20.7692C8.53008 21.5019 10.0168 21.9193 11.5396 21.9894C13.0625 22.0595 14.5812 21.7806 15.9798 21.1739C17.3783 20.5671 18.6196 19.6487 19.6088 18.4888C20.5981 17.3289 21.309 15.9581 21.6872 14.4814C22.0655 13.0046 22.1012 11.4609 21.7914 9.96827C21.4817 8.47563 20.8348 7.07356 19.9002 5.86922C18.9655 4.66488 17.7679 3.69016 16.3989 3.01955C15.0298 2.34895 13.5256 2.00021 12.0011 2ZM12.0011 20.4615C10.4821 20.4601 8.99125 20.0517 7.68363 19.2788C7.56296 19.2116 7.42752 19.1752 7.28939 19.1731C7.2179 19.1732 7.14675 19.1829 7.07784 19.2019L3.88543 20.1154L4.79892 16.9231C4.82702 16.8221 4.8347 16.7165 4.82149 16.6124C4.80828 16.5084 4.77446 16.4081 4.722 16.3173C3.76943 14.7117 3.37461 12.8361 3.59905 10.9828C3.82349 9.12943 4.65458 7.40232 5.96287 6.07048C7.27116 4.73865 8.98319 3.87685 10.8323 3.61934C12.6814 3.36183 14.5638 3.72306 16.1862 4.64676C17.8086 5.57046 19.08 7.00477 19.8023 8.72629C20.5246 10.4478 20.6573 12.3599 20.1797 14.1646C19.7021 15.9694 18.641 17.5656 17.1617 18.7045C15.6825 19.8434 13.868 20.4612 12.0011 20.4615ZM17.0493 13.4519L15.0781 12.3269C14.842 12.1911 14.5738 12.1212 14.3014 12.1245C14.029 12.1279 13.7626 12.2045 13.53 12.3462L12.3857 13.0288C11.802 12.6856 11.3155 12.1991 10.9722 11.6154L11.6549 10.4712C11.7966 10.2385 11.8731 9.9721 11.8765 9.69975C11.8799 9.4274 11.81 9.15915 11.6741 8.92308L10.5491 6.95192C10.424 6.73328 10.2435 6.5515 10.0257 6.42489C9.8079 6.29827 9.56059 6.23132 9.30868 6.23077C8.39226 6.23077 7.51323 6.59414 6.86432 7.24123C6.21541 7.88831 5.84958 8.7663 5.84703 9.68269C5.84703 11.9277 6.73823 14.0809 8.32485 15.6693C9.91147 17.2577 12.0637 18.1513 14.3088 18.1538H14.3185C15.2349 18.1513 16.1129 17.7855 16.76 17.1366C17.4071 16.4877 17.7705 15.6087 17.7705 14.6923C17.7699 14.4404 17.703 14.1931 17.5764 13.9753C17.4497 13.7576 17.268 13.577 17.0493 13.4519ZM14.3185 16.6154C13.4077 16.6166 12.5056 16.4382 11.6638 16.0902C10.8221 15.7423 10.0574 15.2317 9.41332 14.5877C8.76929 13.9437 8.25866 13.1789 7.9107 12.3372C7.56274 11.4955 7.38428 10.5935 7.38554 9.68269C7.38539 9.18343 7.58038 8.70388 7.9289 8.34639C8.27742 7.9889 8.75187 7.78177 9.25099 7.76923L10.3376 9.68269L9.43368 11.1827C9.37112 11.2897 9.33499 11.41 9.3283 11.5338C9.32161 11.6576 9.34456 11.7811 9.39522 11.8942C9.93114 13.1033 10.8977 14.0699 12.1068 14.6058C12.22 14.6564 12.3435 14.6794 12.4673 14.6727C12.591 14.666 12.7114 14.6299 12.8184 14.5673L14.3185 13.6635L16.232 14.75C16.2194 15.2491 16.0123 15.7235 15.6548 16.072C15.2973 16.4206 14.8177 16.6155 14.3185 16.6154Z", fill: "white" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_891_1728", children: jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] }));
|
|
188
|
+
}
|
|
189
|
+
function MailBordered({ fill, width, height }) {
|
|
190
|
+
return (jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M22 6L12 13L2 6", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
191
|
+
}
|
|
192
|
+
function MessageCheckLine({ fill, width, height }) {
|
|
193
|
+
return (jsx("svg", { width: "18", height: "13", viewBox: "0 0 18 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M17 1L6 12L1 7", stroke: "#FF4D0D", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
194
|
+
}
|
|
195
|
+
function Viewer({ fill }) {
|
|
196
|
+
return (jsx(Fragment, { children: jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M4 12C4 12 6.90909 6 12 6C17.0909 6 20 12 20 12C20 12 17.0909 18 12 18C6.90909 18 4 12 4 12Z", stroke: fill ? fill : '#ff0000', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z", stroke: fill ? fill : '#ff0000', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }) }));
|
|
197
|
+
}
|
|
198
|
+
function IconNotification({ fill = '#FFD600', width = '24', height = '24' }) {
|
|
199
|
+
return (jsxs("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M18.2843 18.389H5.71573C5.09953 18.389 4.6 17.8895 4.6 17.2733C4.6 17.0869 4.6467 16.9034 4.73583 16.7397L4.20888 16.4528L4.73583 16.7397L5.28347 15.7339C5.49118 15.3524 5.6 14.925 5.6 14.4906V10.9998C5.6 7.4652 8.46538 4.59982 12 4.59982C15.5346 4.59982 18.4 7.4652 18.4 10.9998V14.4906C18.4 14.925 18.5088 15.3524 18.7165 15.7339L19.2642 16.7397C19.3533 16.9034 19.4 17.0869 19.4 17.2733C19.4 17.8895 18.9005 18.389 18.2843 18.389Z", stroke: fill, strokeWidth: "1.2" }), jsx("path", { d: "M10 4.99982L10 3.99982C10 2.89526 10.8954 1.99982 12 1.99982V1.99982C13.1046 1.99982 14 2.89526 14 3.99982V4.99982", stroke: fill, strokeWidth: "1.2" }), jsx("path", { d: "M9 18.9998V18.9998C9 20.6567 10.3431 21.9998 12 21.9998V21.9998C13.6569 21.9998 15 20.6567 15 18.9998V18.9998", stroke: fill, strokeWidth: "1.2" })] }));
|
|
200
|
+
}
|
|
201
|
+
function LinkedinIconMentor() {
|
|
202
|
+
return (jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { width: "16", height: "16", rx: "2", fill: "#0274B3" }), jsx("path", { d: "M10.6673 6C11.5514 6 12.3992 6.35659 13.0243 6.99133C13.6495 7.62607 14.0007 8.48696 14.0007 9.38462V13.3333H11.7784V9.38462C11.7784 9.0854 11.6614 8.79843 11.453 8.58685C11.2446 8.37527 10.962 8.25641 10.6673 8.25641C10.3726 8.25641 10.09 8.37527 9.88164 8.58685C9.67327 8.79843 9.55621 9.0854 9.55621 9.38462V13.3333H7.33398V9.38462C7.33398 8.48696 7.68517 7.62607 8.3103 6.99133C8.93542 6.35659 9.78326 6 10.6673 6Z", fill: "white" }), jsx("path", { d: "M5.33268 6.66699H2.66602V13.3337H5.33268V6.66699Z", fill: "white" }), jsx("path", { d: "M3.99935 5.33366C4.73573 5.33366 5.33268 4.73671 5.33268 4.00033C5.33268 3.26395 4.73573 2.66699 3.99935 2.66699C3.26297 2.66699 2.66602 3.26395 2.66602 4.00033C2.66602 4.73671 3.26297 5.33366 3.99935 5.33366Z", fill: "white" })] }));
|
|
203
|
+
}
|
|
204
|
+
function Plus({ fill, stroke, customColor_1, width, height }) {
|
|
205
|
+
return (jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M9.15381 1.15384V17.1538", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M1.15381 9.15385H17.1538", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
206
|
+
}
|
|
207
|
+
function HomeLineIcon({ fill, width, height }) {
|
|
208
|
+
return (jsx("svg", { width: width ? width : '20', height: height ? height : '22', viewBox: "0 0 20 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1 8.67412V20C1 20.5523 1.44772 21 2 21H7.1875V13.2222H12.8125V21H18C18.5523 21 19 20.5523 19 20V8.67412C19 8.04041 18.6997 7.4442 18.1905 7.067L10.5952 1.44091C10.2416 1.17899 9.75837 1.17899 9.40477 1.44091L1.80954 7.067C1.30033 7.4442 1 8.04041 1 8.67412Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinejoin: "round" }) }));
|
|
209
|
+
}
|
|
210
|
+
function HomeFilledIcon({ fill }) {
|
|
211
|
+
return (jsx("svg", { width: "20", height: "22", viewBox: "0 0 20 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1 8.67412V20C1 20.5523 1.44772 21 2 21H7.1875V13.2222H12.8125V21H18C18.5523 21 19 20.5523 19 20V8.67412C19 8.04041 18.6997 7.4442 18.1905 7.067L10.5952 1.44091C10.2416 1.17899 9.75837 1.17899 9.40477 1.44091L1.80954 7.067C1.30033 7.4442 1 8.04041 1 8.67412Z", fill: fill ? fill : '#FF4D0D', stroke: fill ? fill : '#FF4D0D', strokeWidth: "1.2", strokeLinejoin: "round" }) }));
|
|
212
|
+
}
|
|
213
|
+
function CalendarLineIcon({ fill }) {
|
|
214
|
+
return (jsx(Fragment, { children: jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M18.2222 5H5.77778C4.79594 5 4 5.79594 4 6.77778V19.2222C4 20.2041 4.79594 21 5.77778 21H18.2222C19.2041 21 20 20.2041 20 19.2222V6.77778C20 5.79594 19.2041 5 18.2222 5Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16 3V7", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M8 3V7", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M4 10H20", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }) }));
|
|
215
|
+
}
|
|
216
|
+
function CalendarFilledIcon({ customColor_1, customColor_2 }) {
|
|
217
|
+
return (jsx(Fragment, { children: jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M18.2222 5H5.77778C4.79594 5 4 5.79594 4 6.77778V19.2222C4 20.2041 4.79594 21 5.77778 21H18.2222C19.2041 21 20 20.2041 20 19.2222V6.77778C20 5.79594 19.2041 5 18.2222 5Z", fill: customColor_1 ? customColor_1 : '#FF4D0D', stroke: customColor_1 ? customColor_1 : '#FF4D0D', strokeWidth: "1.2", strokeLinejoin: "round" }), jsx("path", { d: "M16 3V7", stroke: customColor_1 ? customColor_1 : '#FF4D0D', strokeWidth: "1.2", strokeLinejoin: "round" }), jsx("path", { d: "M8 3V7", stroke: customColor_1 ? customColor_1 : '#FF4D0D', strokeWidth: "1.2", strokeLinejoin: "round" }), jsx("path", { d: "M4 10H20", stroke: customColor_2 ? customColor_2 : 'white', strokeWidth: "1.2", strokeLinejoin: "round" })] }) }));
|
|
218
|
+
}
|
|
219
|
+
function PencilLineIcon({ fill }) {
|
|
220
|
+
return (jsx(Fragment, { children: jsxs("svg", { width: "20", height: "22", viewBox: "0 0 20 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M11.7998 20.5668L11.6861 20.4865C11.6711 20.4759 10.181 19.4335 8.5095 19.4335C7.96257 19.4335 7.45172 19.5465 6.99139 19.769C6.23548 20.1354 5.33797 20.321 4.32348 20.321C2.6875 20.321 1.29206 19.8378 1.13842 19.7826L0.999805 19.733", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M14.9092 1.96308C15.1318 1.75291 15.3959 1.5862 15.6867 1.47245C15.9774 1.35871 16.2891 1.30017 16.6038 1.30017C16.9185 1.30017 17.2301 1.35871 17.5208 1.47245C17.8116 1.5862 18.0758 1.75291 18.2983 1.96308C18.5208 2.17324 18.6973 2.42275 18.8178 2.69734C18.9382 2.97194 19.0002 3.26625 19.0002 3.56347C19.0002 3.86069 18.9382 4.155 18.8178 4.4296C18.6973 4.7042 18.5208 4.9537 18.2983 5.16387L6.86017 15.9665L2.2002 17.1668L3.4711 12.7657L14.9092 1.96308Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }) }));
|
|
221
|
+
}
|
|
222
|
+
function PencilFilledIcon({ fill }) {
|
|
223
|
+
return (jsx(Fragment, { children: jsxs("svg", { width: "20", height: "22", viewBox: "0 0 20 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M11.7998 20.5668L11.6861 20.4865C11.6711 20.4759 10.181 19.4335 8.5095 19.4335C7.96257 19.4335 7.45172 19.5465 6.99139 19.769C6.23548 20.1354 5.33797 20.321 4.32348 20.321C2.6875 20.321 1.29206 19.8378 1.13842 19.7826L0.999805 19.733", stroke: fill ? fill : '#FF4D0D', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M14.9092 1.96308C15.1318 1.75291 15.3959 1.5862 15.6867 1.47245C15.9774 1.35871 16.2891 1.30017 16.6038 1.30017C16.9185 1.30017 17.2301 1.35871 17.5208 1.47245C17.8116 1.5862 18.0758 1.75291 18.2983 1.96308C18.5208 2.17324 18.6973 2.42275 18.8178 2.69734C18.9382 2.97194 19.0002 3.26625 19.0002 3.56347C19.0002 3.86069 18.9382 4.155 18.8178 4.4296C18.6973 4.7042 18.5208 4.9537 18.2983 5.16387L6.86017 15.9665L2.2002 17.1668L3.4711 12.7657L14.9092 1.96308Z", fill: fill ? fill : '#FF4D0D', stroke: fill ? fill : '#FF4D0D', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }) }));
|
|
224
|
+
}
|
|
225
|
+
function LampLineIcon({ fill }) {
|
|
226
|
+
return (jsx(Fragment, { children: jsx("svg", { width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M8.46825 16.4167H13.5307M11 1.25V2.875M17.8943 4.10567L16.6875 5.3125M20.75 11H19.125M2.875 11H1.25M5.3125 5.3125L4.10567 4.10567M7.16933 14.8307C6.41194 14.0731 5.8962 13.1079 5.68731 12.0572C5.47842 11.0065 5.58577 9.9175 5.99579 8.92781C6.40581 7.93813 7.10008 7.09225 7.99081 6.49712C8.88155 5.90199 9.92875 5.58434 11 5.58434C12.0713 5.58434 13.1185 5.90199 14.0092 6.49712C14.8999 7.09225 15.5942 7.93813 16.0042 8.92781C16.4142 9.9175 16.5216 11.0065 16.3127 12.0572C16.1038 13.1079 15.5881 14.0731 14.8307 14.8307L14.237 15.4233C13.8976 15.7627 13.6284 16.1657 13.4447 16.6092C13.2611 17.0527 13.1666 17.5281 13.1667 18.0081V18.5833C13.1667 19.158 12.9384 19.7091 12.5321 20.1154C12.1257 20.5217 11.5746 20.75 11 20.75C10.4254 20.75 9.87426 20.5217 9.46794 20.1154C9.06161 19.7091 8.83333 19.158 8.83333 18.5833V18.0081C8.83333 17.0385 8.44767 16.1079 7.763 15.4233L7.16933 14.8307Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }) }));
|
|
227
|
+
}
|
|
228
|
+
function LampFilledIcon({ fill }) {
|
|
229
|
+
return (jsxs("svg", { width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M7.16933 14.8307C6.41194 14.0731 5.8962 13.1079 5.68731 12.0572C5.47842 11.0065 5.58577 9.91749 5.99579 8.92781C6.40581 7.93813 7.10008 7.09225 7.99081 6.49712C8.88155 5.90199 9.92875 5.58434 11 5.58434C12.0713 5.58434 13.1185 5.90199 14.0092 6.49712C14.8999 7.09225 15.5942 7.93813 16.0042 8.92781C16.4142 9.91749 16.5216 11.0065 16.3127 12.0572C16.1038 13.1079 15.5881 14.0731 14.8307 14.8307L14.237 15.4233C13.8976 15.7627 13.6284 16.1657 13.4447 16.6092C13.2611 17.0527 13.1666 17.5281 13.1667 18.0081V18.5833C13.1667 19.158 12.9384 19.7091 12.5321 20.1154C12.1257 20.5217 11.5746 20.75 11 20.75C10.4254 20.75 9.87426 20.5217 9.46794 20.1154C9.06161 19.7091 8.83333 19.158 8.83333 18.5833V18.0081C8.83333 17.0385 8.44767 16.1079 7.763 15.4233L7.16933 14.8307Z", fill: fill ? fill : '#FF4D0D' }), jsx("path", { d: "M8.46825 16.4167H13.5307M11 1.25V2.875M17.8943 4.10567L16.6875 5.3125M20.75 11H19.125M2.875 11H1.25M5.3125 5.3125L4.10567 4.10567M7.16933 14.8307C6.41194 14.0731 5.8962 13.1079 5.68731 12.0572C5.47842 11.0065 5.58577 9.91749 5.99579 8.92781C6.40581 7.93813 7.10008 7.09225 7.99081 6.49712C8.88155 5.90199 9.92875 5.58434 11 5.58434C12.0713 5.58434 13.1185 5.90199 14.0092 6.49712C14.8999 7.09225 15.5942 7.93813 16.0042 8.92781C16.4142 9.91749 16.5216 11.0065 16.3127 12.0572C16.1038 13.1079 15.5881 14.0731 14.8307 14.8307L14.237 15.4233C13.8976 15.7627 13.6284 16.1657 13.4447 16.6092C13.2611 17.0527 13.1666 17.5281 13.1667 18.0081V18.5833C13.1667 19.158 12.9384 19.7091 12.5321 20.1154C12.1257 20.5217 11.5746 20.75 11 20.75C10.4254 20.75 9.87426 20.5217 9.46794 20.1154C9.06161 19.7091 8.83333 19.158 8.83333 18.5833V18.0081C8.83333 17.0385 8.44767 16.1079 7.763 15.4233L7.16933 14.8307Z", stroke: fill ? fill : '#FF4D0D', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
230
|
+
}
|
|
231
|
+
function MedalLineIcon({ fill }) {
|
|
232
|
+
return (jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
233
|
+
}
|
|
234
|
+
function MedalFilledIcon({ fill }) {
|
|
235
|
+
return (jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z", stroke: fill ? fill : '#FF4D0D', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15", fill: fill ? fill : '#FF4D0D' }), jsx("path", { d: "M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15", stroke: fill ? fill : '#FF4D0D', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
236
|
+
}
|
|
237
|
+
function PlayLineIcon({ fill, width, height }) {
|
|
238
|
+
return (jsxs("svg", { width: width ? width : '20', height: height ? height : '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M7.75 6.625L13.375 10L7.75 13.375V6.625Z", stroke: fill ? fill : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
239
|
+
}
|
|
240
|
+
function PlayFilledIcon({ customColor_1, customColor_2, width, height }) {
|
|
241
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z", fill: customColor_1 ? customColor_1 : '#FF4D0D', stroke: customColor_1 ? customColor_1 : '#FF4D0D', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M10 9L15 12L10 15V9Z", fill: customColor_2 ? customColor_2 : 'white', stroke: customColor_2 ? customColor_2 : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
242
|
+
}
|
|
243
|
+
function SiteIcon({ fill }) {
|
|
244
|
+
return (jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("g", { clipPath: "url(#clip0_1957_36176)", children: jsx("path", { d: "M11.9958 0C8.81434 0 5.76315 1.26428 3.5135 3.51472C1.26384 5.76516 0 8.8174 0 12C0 15.1826 1.26384 18.2348 3.5135 20.4853C5.76315 22.7357 8.81434 24 11.9958 24C15.1773 24 18.2285 22.7357 20.4782 20.4853C22.7278 18.2348 23.9917 15.1826 23.9917 12C23.9917 8.8174 22.7278 5.76516 20.4782 3.51472C18.2285 1.26428 15.1773 0 11.9958 0V0ZM1.47949 12.9067H4.82499C4.87831 14.12 5.04758 15.3253 5.33148 16.5067H2.45248C1.91561 15.3745 1.58606 14.1552 1.47949 12.9067ZM12.9022 5.70667V1.58667C14.1867 2.07497 15.2421 3.02616 15.8612 4.25333C16.1344 4.716 16.3756 5.19733 16.5809 5.69333L12.9022 5.70667ZM17.194 7.50667C17.5033 8.684 17.6872 9.89067 17.7405 11.1067H12.9022V7.50667H17.194ZM11.0895 1.58667V5.70667H7.41076C7.61637 5.21026 7.85689 4.72906 8.13051 4.26667C8.74692 3.03447 9.80272 2.07821 11.0895 1.58667ZM11.0895 7.50667V11.1067H6.26449C6.31781 9.89067 6.50174 8.684 6.81097 7.50667H11.0895ZM4.82499 11.0933H1.47949C1.58606 9.84479 1.91561 8.62549 2.45248 7.49333H5.33148C5.04704 8.67419 4.87742 9.87981 4.82499 11.0933ZM6.26449 12.9067H11.0895V16.5067H6.81097C6.50179 15.3294 6.3186 14.1226 6.26449 12.9067ZM11.1028 18.24V22.36C9.81835 21.8717 8.76288 20.9205 8.14384 19.6933C7.87022 19.2309 7.6297 18.7497 7.42409 18.2533L11.1028 18.24ZM12.9022 22.36V18.3067H16.5809C16.3753 18.8031 16.1348 19.2843 15.8612 19.7467C15.2421 20.9738 14.1867 21.925 12.9022 22.4133V22.36ZM12.9022 16.44V12.84H17.7272C17.6731 14.056 17.4899 15.2628 17.1807 16.44H12.9022ZM19.18 12.84H22.5255C22.4189 14.0885 22.0894 15.3078 21.5525 16.44H18.6602C18.9401 15.28 19.1094 14.0973 19.1667 12.9067L19.18 12.84ZM19.18 11.04C19.119 9.84841 18.9449 8.66532 18.6602 7.50667H21.5392C22.0763 8.64 22.4056 9.85867 22.5122 11.1067L19.18 11.04ZM20.5129 5.70667H18.127C17.6954 4.49373 17.0696 3.35897 16.2743 2.34667C17.9329 3.09144 19.3736 4.24807 20.4596 5.70667H20.5129ZM7.71732 2.34667C6.92202 3.35897 6.29632 4.49373 5.86463 5.70667H3.53211C4.61803 4.24807 6.05872 3.09144 7.71732 2.34667ZM3.51878 18.3467H5.86463C6.29632 19.5596 6.92202 20.6944 7.71732 21.7067C6.05413 20.9507 4.61299 19.7799 3.53211 18.3067L3.51878 18.3467ZM16.261 21.7067C17.0563 20.6944 17.682 19.5596 18.1137 18.3467H20.4596C19.367 19.7857 17.9269 20.9235 16.2743 21.6533L16.261 21.7067Z", fill: fill ? fill : 'white' }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_1957_36176", children: jsx("rect", { width: "23.9917", height: "24", fill: fill ? fill : 'white' }) }) })] }));
|
|
245
|
+
}
|
|
246
|
+
function LinkedinIcon({ fill, width, height }) {
|
|
247
|
+
return (jsx("svg", { width: width ? width : '25', height: height ? height : '24', viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M24.0164 0H1.94404C1.41323 0 0.984375 0.429 0.984375 0.96V23.04C0.984375 23.571 1.41323 24 1.94404 24H24.0164C24.5472 24 24.976 23.571 24.976 23.04V0.96C24.976 0.429 24.5472 0 24.0164 0ZM8.1009 20.451H4.54114V8.997H8.1009V20.451ZM6.32252 7.431C5.91444 7.431 5.51553 7.30995 5.17622 7.08315C4.83692 6.85636 4.57246 6.534 4.4163 6.15686C4.26013 5.77971 4.21927 5.36471 4.29888 4.96433C4.3785 4.56396 4.575 4.19619 4.86356 3.90753C5.15211 3.61888 5.51976 3.4223 5.91999 3.34266C6.32023 3.26302 6.73509 3.30389 7.11211 3.46011C7.48912 3.61633 7.81136 3.88088 8.03808 4.2203C8.2648 4.55973 8.3858 4.95878 8.3858 5.367C8.38281 6.507 7.45913 7.431 6.32252 7.431ZM21.4283 20.451H17.8715V14.88C17.8715 13.551 17.8475 11.844 16.0212 11.844C14.1708 11.844 13.8859 13.29 13.8859 14.784V20.451H10.3321V8.997H13.7449V10.563H13.7929C14.2668 9.663 15.4274 8.712 17.1608 8.712C20.7655 8.712 21.4283 11.085 21.4283 14.169V20.451Z", fill: fill ? fill : 'white' }) }));
|
|
248
|
+
}
|
|
249
|
+
function Handshake({ fill }) {
|
|
250
|
+
return (jsx("svg", { width: "42", height: "27", viewBox: "0 0 44 27", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M7 20H10.4398C11.6094 20 12.7421 20.4101 13.6407 21.1589L18.223 24.9775C19.6202 26.1419 21.7542 25.4393 22.1865 23.6726V23.6726C22.2766 23.3047 22.7311 23.1723 23.0046 23.4343L23.7266 24.1257C25.2549 25.5893 27.7968 24.7922 28.2157 22.718V22.718C28.2923 22.3386 28.734 22.1631 29.051 22.3851V22.3851C30.1638 23.1644 31.685 22.9976 32.5994 21.993L32.6508 21.9366C33.6221 20.8695 33.6183 19.2375 32.6419 18.175L24.0998 8.87932L25.8109 7.01725L21.6775 11.5153C20.6791 12.6018 18.9649 12.6018 17.9665 11.5153V11.5153C17.0806 10.5513 17.0805 9.06939 17.9664 8.10527L22.3887 3.29206M7 20V8H1V21C1 22.1046 1.89543 23 3 23H5C6.10457 23 7 22.1046 7 21V20ZM37 8H33.9768C32.5594 8 31.2086 7.39839 30.2603 6.34482L27.5574 3.34154C26.182 1.81333 23.7931 1.79046 22.3887 3.29206V3.29206M37 8V21C37 22.1046 37.8954 23 39 23H41C42.1046 23 43 22.1046 43 21V8H37ZM22.3887 3.29206V3.29206C20.8797 1.69538 18.4198 1.46739 16.6431 2.75955L11.5 6.5", stroke: 'currentColor', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
251
|
+
}
|
|
252
|
+
function Mission({ fill }) {
|
|
253
|
+
return (jsx("svg", { width: "42", height: "42", viewBox: "0 0 42 42", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M25.7128 35.0223L20.3345 29.5153M25.7128 35.0223L28.3745 40.5C29.7262 39.151 34.3099 32.8713 31.0608 29.5445M25.7128 35.0223L31.0608 29.5445M20.3345 29.5153L25.7128 24.0103L25.7395 23.9811M20.3345 29.5153L25.7395 23.9811M20.3345 29.5153L14.9295 26.7356C16.3022 25.3671 22.536 20.7011 25.7395 23.9811M31.0608 29.5445L31.0893 29.5153M31.0608 29.5445L35.8175 24.6761C37.8477 22.5967 39.2615 19.9714 39.8954 17.1038L40.5 14.3746L37.8346 14.9936C35.0339 15.6427 32.4699 17.0904 30.4391 19.1691L25.7395 23.9811M31.0608 29.5445L25.7395 23.9811M4.30969 23.6463C1.76405 27.7673 0.792564 31.0551 2.04352 32.3379C3.1576 33.4786 5.82111 32.8168 9.22607 30.8234M23.1292 4.37687C27.1539 1.77037 30.365 0.77565 31.6178 2.05652C33.3022 3.77926 30.9619 9.13047 26.1919 15.2506M8.15403 26.8059C5.3023 24.8592 3.30034 19.1765 3.5777 15.9926C3.85506 12.8087 5.21649 9.82594 7.42401 7.56564C9.63153 5.30535 12.5447 3.91137 15.6542 3.62737C18.7638 3.34338 23.3632 4.41991 26.215 7.33981", stroke: 'currentColor', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
254
|
+
}
|
|
255
|
+
function Lamp({ fill }) {
|
|
256
|
+
return (jsx("svg", { width: "42", height: "42", viewBox: "0 0 42 42", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M15.9365 31.8333H26.0613M21 1.5V4.75M34.7887 7.21133L32.375 9.625M40.5 21H37.25M4.75 21H1.5M9.625 9.625L7.21133 7.21133M13.3387 28.6613C11.8239 27.1462 10.7924 25.2158 10.3746 23.1144C9.95684 21.0131 10.1715 18.835 10.9916 16.8556C11.8116 14.8763 13.2002 13.1845 14.9816 11.9942C16.7631 10.804 18.8575 10.1687 21 10.1687C23.1425 10.1687 25.2369 10.804 27.0184 11.9942C28.7999 13.1845 30.1884 14.8763 31.0084 16.8556C31.8285 18.835 32.0432 21.0131 31.6254 23.1144C31.2076 25.2158 30.1761 27.1462 28.6613 28.6613L27.474 29.8465C26.7952 30.5254 26.2568 31.3314 25.8895 32.2184C25.5222 33.1054 25.3332 34.0561 25.3333 35.0162V36.1667C25.3333 37.3159 24.8768 38.4181 24.0641 39.2308C23.2515 40.0435 22.1493 40.5 21 40.5C19.8507 40.5 18.7485 40.0435 17.9359 39.2308C17.1232 38.4181 16.6667 37.3159 16.6667 36.1667V35.0162C16.6667 33.077 15.8953 31.2158 14.526 29.8465L13.3387 28.6613Z", stroke: 'currentColor', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
257
|
+
}
|
|
258
|
+
function InstagramIcon({ fill, width, height }) {
|
|
259
|
+
return (jsx("svg", { width: width ? width : '25', height: height ? height : '24', viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M12.9594 5.84273C9.55335 5.84273 6.8045 8.59254 6.8045 11.9998C6.8045 15.407 9.55335 18.1568 12.9594 18.1568C16.3655 18.1568 19.1143 15.407 19.1143 11.9998C19.1143 8.59254 16.3655 5.84273 12.9594 5.84273ZM12.9594 16.0014C10.7567 16.0014 8.95917 14.2032 8.95917 11.9998C8.95917 9.79633 10.7567 7.99815 12.9594 7.99815C15.1621 7.99815 16.9596 9.79633 16.9596 11.9998C16.9596 14.2032 15.1621 16.0014 12.9594 16.0014ZM19.3664 4.15562C18.5711 4.15562 17.9289 4.79804 17.9289 5.59357C17.9289 6.38909 18.5711 7.03151 19.3664 7.03151C20.1616 7.03151 20.8038 6.39209 20.8038 5.59357C20.8041 5.40467 20.7671 5.21758 20.6949 5.04301C20.6227 4.86844 20.5169 4.70983 20.3833 4.57626C20.2498 4.44269 20.0913 4.33678 19.9168 4.2646C19.7423 4.19242 19.5552 4.15539 19.3664 4.15562ZM24.9571 11.9998C24.9571 10.3427 24.9721 8.70061 24.8791 7.04652C24.7861 5.12526 24.3479 3.42014 22.9435 2.01522C21.5361 0.607291 19.8345 0.172005 17.9139 0.0789442C16.2574 -0.014117 14.6159 0.000892919 12.9624 0.000892919C11.3059 0.000892919 9.66439 -0.014117 8.01087 0.0789442C6.09028 0.172005 4.38575 0.610293 2.98131 2.01522C1.57388 3.42314 1.13874 5.12526 1.04571 7.04652C0.952685 8.70361 0.967689 10.3457 0.967689 11.9998C0.967689 13.6539 0.952685 15.2989 1.04571 16.953C1.13874 18.8743 1.57688 20.5794 2.98131 21.9843C4.38875 23.3923 6.09028 23.8275 8.01087 23.9206C9.66739 24.0137 11.3089 23.9987 12.9624 23.9987C14.6189 23.9987 16.2604 24.0137 17.9139 23.9206C19.8345 23.8275 21.5391 23.3893 22.9435 21.9843C24.3509 20.5764 24.7861 18.8743 24.8791 16.953C24.9751 15.2989 24.9571 13.6569 24.9571 11.9998ZM22.3163 19.0784C22.0972 19.6248 21.8332 20.0331 21.41 20.4533C20.9869 20.8766 20.5818 21.1408 20.0356 21.3599C18.4571 21.9873 14.7089 21.8462 12.9594 21.8462C11.2099 21.8462 7.4587 21.9873 5.88021 21.3629C5.33404 21.1438 4.92592 20.8796 4.50579 20.4563C4.08266 20.0331 3.81857 19.6278 3.59951 19.0814C2.97531 17.4994 3.11636 13.7499 3.11636 11.9998C3.11636 10.2496 2.97531 6.49716 3.59951 4.91812C3.81857 4.37176 4.08266 3.9635 4.50579 3.54322C4.92892 3.12294 5.33404 2.85577 5.88021 2.63662C7.4587 2.01221 11.2099 2.15331 12.9594 2.15331C14.7089 2.15331 18.4601 2.01221 20.0386 2.63662C20.5848 2.85577 20.9929 3.11994 21.413 3.54322C21.8362 3.9665 22.1002 4.37176 22.3193 4.91812C22.9435 6.49716 22.8025 10.2496 22.8025 11.9998C22.8025 13.7499 22.9435 17.4994 22.3163 19.0784Z", fill: fill ? fill : 'white' }) }));
|
|
260
|
+
}
|
|
261
|
+
function YoutubeIcon({ fill, width, height }) {
|
|
262
|
+
return (jsx("svg", { width: width ? width : '25', height: height ? height : '17', viewBox: "0 0 25 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M24.4411 2.62768C24.3046 2.11885 24.0368 1.65483 23.6646 1.28206C23.2924 0.909287 22.8289 0.640836 22.3205 0.503572C20.4488 1.02179e-07 12.946 0 12.946 0C12.946 0 5.44328 -1.02179e-07 3.57161 0.500893C3.06291 0.637712 2.59915 0.906014 2.22691 1.27886C1.85467 1.6517 1.58704 2.11595 1.45091 2.625C0.950195 4.5 0.950195 8.41071 0.950195 8.41071C0.950195 8.41071 0.950195 12.3214 1.45091 14.1938C1.72671 15.2277 2.54071 16.042 3.57161 16.3179C5.44328 16.8214 12.946 16.8214 12.946 16.8214C12.946 16.8214 20.4488 16.8214 22.3205 16.3179C23.354 16.042 24.1653 15.2277 24.4411 14.1938C24.9419 12.3214 24.9419 8.41071 24.9419 8.41071C24.9419 8.41071 24.9419 4.5 24.4411 2.62768ZM10.5629 12V4.82143L16.7751 8.38393L10.5629 12Z", fill: fill ? fill : 'white' }) }));
|
|
263
|
+
}
|
|
264
|
+
function SpotifyIcon({ fill, width, height }) {
|
|
265
|
+
return (jsx("svg", { width: width ? width : '25', height: height ? height : '24', viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M20.007 10.68C16.1683 8.4 9.75053 8.16 6.0918 9.3C5.49201 9.48 4.89222 9.12 4.71228 8.58C4.53234 7.98 4.89222 7.38 5.43203 7.2C9.69055 5.94 16.7081 6.18 21.1466 8.82C21.6864 9.12 21.8663 9.84 21.5664 10.38C21.2665 10.8 20.5468 10.98 20.007 10.68ZM19.887 14.04C19.5871 14.46 19.0473 14.64 18.6274 14.34C15.3886 12.36 10.4703 11.76 6.69159 12.96C6.21176 13.08 5.67195 12.84 5.55199 12.36C5.43203 11.88 5.67195 11.34 6.15178 11.22C10.5303 9.9 15.9284 10.56 19.6471 12.84C20.007 13.02 20.1869 13.62 19.887 14.04ZM18.4475 17.34C18.2076 17.7 17.7877 17.82 17.4279 17.58C14.6088 15.84 11.0701 15.48 6.87153 16.44C6.45168 16.56 6.0918 16.26 5.97184 15.9C5.85189 15.48 6.15178 15.12 6.51166 15C11.0701 13.98 15.0287 14.4 18.1476 16.32C18.5675 16.5 18.6274 16.98 18.4475 17.34ZM12.9294 0C11.3541 0 9.79422 0.310389 8.33882 0.913446C6.88342 1.5165 5.56101 2.40042 4.44709 3.51472C2.19744 5.76516 0.933594 8.8174 0.933594 12C0.933594 15.1826 2.19744 18.2348 4.44709 20.4853C5.56101 21.5996 6.88342 22.4835 8.33882 23.0866C9.79422 23.6896 11.3541 24 12.9294 24C16.1109 24 19.1621 22.7357 21.4118 20.4853C23.6614 18.2348 24.9253 15.1826 24.9253 12C24.9253 10.4241 24.615 8.86371 24.0121 7.4078C23.4093 5.95189 22.5257 4.62902 21.4118 3.51472C20.2978 2.40042 18.9754 1.5165 17.52 0.913446C16.0646 0.310389 14.5047 0 12.9294 0Z", fill: fill ? fill : 'white' }) }));
|
|
266
|
+
}
|
|
267
|
+
function PodCastIcon({ fill, width, height }) {
|
|
268
|
+
return (jsx("svg", { width: width ? width : '25', height: height ? height : '23', viewBox: "0 0 25 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M18.6251 19.1429V22.8571H7.20053V19.1429C7.20053 17.5657 9.75964 16.2857 12.9128 16.2857C16.066 16.2857 18.6251 17.5657 18.6251 19.1429ZM12.9128 4.57143C14.8823 4.57143 16.7712 5.35408 18.1638 6.74721C19.5564 8.14033 20.3388 10.0298 20.3388 12C20.3388 13.4286 19.939 14.7657 19.2421 15.8971L17.4827 14.3314C17.8483 13.6343 18.0539 12.8343 18.0539 12C18.0539 9.14286 15.769 6.85714 12.9128 6.85714C10.0567 6.85714 7.77176 9.14286 7.77176 12C7.77176 12.8343 7.9774 13.6343 8.34299 14.3314L6.5836 15.8971C5.8867 14.7657 5.48684 13.4286 5.48684 12C5.48684 10.0298 6.26922 8.14033 7.66186 6.74721C9.0545 5.35408 10.9433 4.57143 12.9128 4.57143ZM12.9128 0C16.0943 0 19.1455 1.26428 21.3952 3.51472C23.6448 5.76515 24.9087 8.8174 24.9087 12C24.9087 14.6057 24.0747 17.0171 22.6694 18.9829L20.9557 17.44C22.0068 15.8857 22.6237 14.0114 22.6237 12C22.6237 9.42361 21.6006 6.95274 19.7795 5.13096C17.9583 3.30918 15.4883 2.28571 12.9128 2.28571C10.3373 2.28571 7.86733 3.30918 6.04618 5.13096C4.22503 6.95274 3.20192 9.42361 3.20192 12C3.20192 14.0114 3.81885 15.8857 4.86991 17.44L3.15622 18.9829C1.69784 16.9469 0.914658 14.5047 0.916997 12C0.916997 8.8174 2.18084 5.76515 4.4305 3.51472C6.68015 1.26428 9.73134 0 12.9128 0ZM12.9128 9.14286C13.6703 9.14286 14.3968 9.44388 14.9324 9.97969C15.4681 10.5155 15.769 11.2422 15.769 12C15.769 12.7578 15.4681 13.4845 14.9324 14.0203C14.3968 14.5561 13.6703 14.8571 12.9128 14.8571C12.1553 14.8571 11.4289 14.5561 10.8932 14.0203C10.3576 13.4845 10.0567 12.7578 10.0567 12C10.0567 11.2422 10.3576 10.5155 10.8932 9.97969C11.4289 9.44388 12.1553 9.14286 12.9128 9.14286Z", fill: fill ? fill : 'white' }) }));
|
|
269
|
+
}
|
|
270
|
+
function CalendarIcon({ fill, width, height }) {
|
|
271
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M18.2222 5H5.77778C4.79594 5 4 5.79594 4 6.77778V19.2222C4 20.2041 4.79594 21 5.77778 21H18.2222C19.2041 21 20 20.2041 20 19.2222V6.77778C20 5.79594 19.2041 5 18.2222 5Z", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16 3V7", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M8 3V7", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M4 10H20", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
272
|
+
}
|
|
273
|
+
function StarOutlined2({ stroke = '#444444', width = '24', height = '24' }) {
|
|
274
|
+
return (jsx("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M11.0948 2.92837C11.4547 2.16162 12.5453 2.16162 12.9052 2.92838L15.1725 7.75831C15.3141 8.05989 15.5965 8.27116 15.9258 8.32177L21.0777 9.1136C21.882 9.23721 22.2098 10.2184 21.6413 10.8006L17.8527 14.6808C17.6309 14.908 17.5302 15.227 17.5813 15.5404L18.4664 20.9672C18.6008 21.7911 17.7261 22.4073 16.9956 22.0033L12.4839 19.5084C12.1828 19.3419 11.8172 19.3419 11.5161 19.5084L7.00445 22.0033C6.27389 22.4073 5.39918 21.7911 5.53357 20.9672L6.41872 15.5404C6.46983 15.227 6.36909 14.908 6.14727 14.6808L2.3587 10.8006C1.79024 10.2184 2.11804 9.23721 2.92229 9.1136L8.07418 8.32177C8.40347 8.27116 8.68592 8.05989 8.82749 7.75831L11.0948 2.92837Z", stroke: stroke, strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
275
|
+
}
|
|
276
|
+
function TalkIcon({ fill, width, height }) {
|
|
277
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("circle", { cx: "8.21301", cy: "10.5532", r: "1.06049", fill: fill ? fill : '#0645AD' }), jsx("ellipse", { cx: "11.9025", cy: "10.5532", rx: "1.06049", ry: "1.06049", fill: fill ? fill : '#0645AD' }), jsx("circle", { cx: "15.9898", cy: "10.5537", r: "1.06049", fill: fill ? fill : '#0645AD' }), jsx("path", { d: "M14.256 17.7771L18.7107 22.2191V17.7771H20.1417C21.2958 17.7771 22.219 16.8517 22.219 15.6949V4.68231C22.219 3.52552 21.2958 2.6001 20.1417 2.6001H4.67728C3.52322 2.6001 2.59998 3.52552 2.59998 4.68231V15.6949C2.59998 16.8517 3.52322 17.7771 4.67728 17.7771H14.256Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2", strokeLinejoin: "round" })] }));
|
|
278
|
+
}
|
|
279
|
+
function ThumbsUpIcon2({ stroke = '#444444', width = '24', height = '24' }) {
|
|
280
|
+
return (jsxs("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M14 5V9H19.66C19.9499 8.99672 20.2371 9.0565 20.5016 9.17522C20.7661 9.29393 21.0016 9.46873 21.1919 9.68751C21.3821 9.90629 21.5225 10.1638 21.6033 10.4423C21.6842 10.7207 21.7035 11.0134 21.66 11.3L20.28 20.3C20.2077 20.7769 19.9654 21.2116 19.5979 21.524C19.2304 21.8364 18.7623 22.0055 18.28 22H7H4C3.46957 22 2.96086 21.7893 2.58579 21.4142C2.21071 21.0391 2 20.5304 2 20V13C2 12.4696 2.21071 11.9609 2.58579 11.5858C2.96086 11.2107 3.46957 11 4 11H7L11 2C11.7956 2 12.5587 2.31607 13.1213 2.87868C13.6839 3.44129 14 4.20435 14 5Z", stroke: stroke, strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M7 11L7 22", stroke: stroke, strokeWidth: "1.8" })] }));
|
|
281
|
+
}
|
|
282
|
+
function ThumbsUpCovered({ customColor_1, customColor_2, width, height }) {
|
|
283
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '17', viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("circle", { cx: "8", cy: "8.78711", r: "8", fill: customColor_1 ? customColor_1 : '#FF4D0D' }), jsx("path", { d: "M3.83333 10.3022C3.83333 9.65539 3.95301 9.03722 4.1709 8.46979C4.29475 8.14726 4.61173 7.9585 4.94952 7.9585H5.37692C5.56851 7.9585 5.67946 8.19013 5.57999 8.35818C5.24448 8.92508 5.05128 9.5905 5.05128 10.3022C5.05128 10.7995 5.1456 11.2742 5.31687 11.7085C5.35049 11.7937 5.38708 11.8774 5.4265 11.9594C5.50653 12.1259 5.39482 12.3335 5.21394 12.3335H4.8454C4.4846 12.3335 4.14996 12.1177 4.04467 11.7635C3.90725 11.3013 3.83333 10.8106 3.83333 10.3022Z", fill: customColor_2 ? customColor_2 : '#D9D9D9' }), jsx("path", { d: "M3.83333 10.3022C3.83333 9.65539 3.95301 9.03722 4.1709 8.46979C4.29475 8.14726 4.61173 7.9585 4.94952 7.9585H5.37692C5.56851 7.9585 5.67946 8.19013 5.57999 8.35818C5.24448 8.92508 5.05128 9.5905 5.05128 10.3022C5.05128 10.7995 5.1456 11.2742 5.31687 11.7085C5.35049 11.7937 5.38708 11.8774 5.4265 11.9594C5.50653 12.1259 5.39482 12.3335 5.21394 12.3335H4.8454C4.4846 12.3335 4.14996 12.1177 4.04467 11.7635C3.90725 11.3013 3.83333 10.8106 3.83333 10.3022Z", fill: "black", fillOpacity: "0.2" }), jsx("path", { d: "M5.61258 8.271C5.93994 8.271 6.23532 8.08523 6.43734 7.82086C6.45594 7.79652 6.47482 7.77243 6.49399 7.74858C7.08538 7.01272 7.81831 6.36287 8.22582 5.5113L8.40064 5.146C8.55288 4.8335 8.53696 4.8335 8.70512 4.8335C9.20961 4.8335 9.61858 5.25323 9.61858 5.771C9.61858 6.25084 9.51321 6.70543 9.32491 7.11171C9.21709 7.34435 9.36835 7.646 9.61936 7.646M9.61936 7.646H10.8884C11.3052 7.646 11.6783 7.93516 11.7224 8.36052C11.7406 8.53645 11.75 8.7151 11.75 8.896C11.75 10.0825 11.3473 11.1725 10.6745 12.0298C10.5172 12.2304 10.2739 12.3335 10.023 12.3335H8.39262C8.19626 12.3335 8.00118 12.301 7.81489 12.2373L6.55048 11.8047C6.3642 11.741 6.16912 11.7085 5.97276 11.7085H5.31687M9.61936 7.646H8.70512M5.31687 11.7085C5.35049 11.7937 5.38708 11.8774 5.4265 11.9594C5.50653 12.1259 5.39482 12.3335 5.21394 12.3335H4.8454C4.4846 12.3335 4.14996 12.1177 4.04467 11.7635C3.90725 11.3013 3.83333 10.8106 3.83333 10.3022C3.83333 9.65539 3.95301 9.03722 4.1709 8.46979C4.29475 8.14726 4.61173 7.9585 4.94952 7.9585H5.37692C5.56851 7.9585 5.67946 8.19013 5.57999 8.35818C5.24448 8.92508 5.05128 9.5905 5.05128 10.3022C5.05128 10.7995 5.1456 11.2742 5.31687 11.7085Z", stroke: customColor_2 ? customColor_2 : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
284
|
+
}
|
|
285
|
+
function ThumbsUpCovered2({ fill = '#F26818', width = '16', height = '16' }) {
|
|
286
|
+
return (jsxs("svg", { width: width, height: height, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("circle", { cx: "8", cy: "8.5", r: "8", fill: fill }), jsx("path", { d: "M8.8335 5.58203V7.2487H11.1918C11.3126 7.24733 11.4323 7.27224 11.5425 7.32171C11.6527 7.37117 11.7508 7.444 11.8301 7.53516C11.9094 7.62632 11.9679 7.73362 12.0016 7.84964C12.0352 7.96565 12.0433 8.0876 12.0252 8.20703L11.4502 11.957C11.42 12.1557 11.3191 12.3369 11.166 12.467C11.0128 12.5972 10.8178 12.6676 10.6168 12.6654H5.91683H4.66683C4.44582 12.6654 4.23385 12.5776 4.07757 12.4213C3.92129 12.265 3.8335 12.053 3.8335 11.832V8.91537C3.8335 8.69435 3.92129 8.48239 4.07757 8.32611C4.23385 8.16983 4.44582 8.08203 4.66683 8.08203H5.91683L7.5835 4.33203C7.91502 4.33203 8.23296 4.46373 8.46738 4.69815C8.7018 4.93257 8.8335 5.25051 8.8335 5.58203Z", fill: "white", stroke: fill, strokeWidth: "0.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M5.70068 8.08203L5.70068 12.6654", stroke: fill, strokeWidth: "0.8" })] }));
|
|
287
|
+
}
|
|
288
|
+
function StepCicleOne({ fill, width, height }) {
|
|
289
|
+
return (jsxs("svg", { width: width ? width : '40', height: height ? height : '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2" }), jsx("path", { d: "M20.4503 14.12C19.8203 15.02 17.8043 16.1 16.8503 16.226L17.2103 17.9C18.2903 17.666 19.3883 17.054 20.2163 16.262C20.1983 16.604 20.1803 16.928 20.1803 17.216V26H22.0703V14.12H20.4503Z", fill: fill ? fill : '#0645AD' })] }));
|
|
290
|
+
}
|
|
291
|
+
function StepCheckInCicle({ fill, width, height }) {
|
|
292
|
+
return (jsxs("svg", { width: width ? width : '40', height: height ? height : '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z", fill: fill ? fill : '#D1F6D1', stroke: fill ? fill : '#2CA92A', strokeWidth: "2" }), jsx("path", { d: "M17.59 22.5802L14.7723 19.7625C14.5775 19.5677 14.2619 19.5672 14.0665 19.7613L13.3561 20.4667C13.1601 20.6612 13.159 20.9778 13.3536 21.1738L13.3548 21.175L17.2365 25.0567C17.4317 25.2519 17.7483 25.2519 17.9436 25.0567L27.2365 15.7638C27.4317 15.5685 27.4317 15.2519 27.2365 15.0567L26.5336 14.3538L26.5334 14.354C26.3382 14.1588 26.0218 14.1587 25.8265 14.3538L17.59 22.5802Z", fill: fill ? fill : '#2CA92A' })] }));
|
|
293
|
+
}
|
|
294
|
+
function StepCicleTwo({ fill, width, height }) {
|
|
295
|
+
return (jsxs("svg", { width: width ? width : '40', height: height ? height : '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2" }), jsx("path", { d: "M15.9778 26H24.2398V24.344H20.4958C20.0098 24.344 18.9838 24.38 18.5338 24.416V24.38C22.4758 21.86 24.0238 19.952 24.0238 17.684C24.0238 15.596 22.5298 13.94 19.9018 13.94C17.3998 13.94 15.8338 15.38 15.5998 17.63L17.2738 18.404C17.3998 16.676 18.2998 15.614 19.7938 15.614C21.1978 15.614 22.0438 16.496 22.0438 17.756C22.0438 19.736 20.5318 21.374 15.9778 24.578V26Z", fill: fill ? fill : '#0645AD' })] }));
|
|
296
|
+
}
|
|
297
|
+
function StepCicleThree({ fill, width, height }) {
|
|
298
|
+
return (jsxs("svg", { width: width ? width : '40', height: height ? height : '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2" }), jsx("path", { d: "M20.0006 13.94C18.0386 13.94 16.4726 14.894 15.9506 16.64L17.7146 17.36C17.9306 16.244 18.6866 15.596 19.9646 15.596C21.2246 15.596 21.9446 16.244 21.9266 17.486C21.9086 18.692 21.1706 19.268 19.6946 19.268H19.2086V20.798H19.7486C21.3866 20.798 22.1786 21.248 22.1966 22.544C22.2146 23.714 21.3686 24.524 19.8926 24.524C18.3446 24.524 17.6606 23.768 17.3186 22.454L15.5546 23.3C16.2566 25.226 17.6606 26.18 19.8206 26.18C22.4126 26.18 24.1406 24.758 24.1406 22.796C24.1406 21.104 22.9886 20.024 21.6386 20.024V19.988C22.6826 19.988 23.8706 18.89 23.8706 17.108C23.8706 15.362 22.5206 13.94 20.0006 13.94Z", fill: fill ? fill : '#0645AD' })] }));
|
|
299
|
+
}
|
|
300
|
+
function StepCicleFour({ fill, width, height }) {
|
|
301
|
+
return (jsxs("svg", { width: width ? width : '40', height: height ? height : '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z", stroke: fill ? fill : '#0645AD', strokeWidth: "2" }), jsx("path", { d: "M24.8234 21.536H22.8074V14.12H20.4494L15.1394 21.86V23.03H20.9894V26H22.8074V23.03H24.8234V21.536ZM19.8734 17.522C20.2514 16.964 20.7374 16.154 21.0254 15.542H21.0614L20.9894 17.468V21.536H17.0654L19.8734 17.522Z", fill: fill ? fill : '#0645AD' })] }));
|
|
302
|
+
}
|
|
303
|
+
function FowardArrow({ fill, width, height }) {
|
|
304
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '18', viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M9.06665 14.1L13.3333 9.3L9.06665 4.5", stroke: fill ? fill : '#222222', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13.3334 9.3L2.66675 9.3", stroke: fill ? fill : '#222222', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
305
|
+
}
|
|
306
|
+
function AddPeople({ fill, width, height }) {
|
|
307
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M13.549 15.9713C13.532 15.7717 13.6157 15.5768 13.772 15.4517C14.2283 15.0867 14.5727 14.581 14.7932 13.9049C15.0286 13.1829 15.1413 12.5131 15.1413 11.8923V9.62656C15.1413 9.30123 15.016 8.93556 14.6901 8.51986C14.3643 8.10436 13.9296 7.75177 13.3712 7.46759C12.8218 7.18796 12.2767 7.05453 11.7301 7.05453C11.4151 7.05453 11.0826 7.1054 10.7306 7.21296C10.376 7.32129 10.0563 7.46735 9.76858 7.64954C9.46646 7.84088 9.19782 8.05278 8.96103 8.28464C8.73815 8.50287 8.57086 8.73504 8.45235 8.98085C8.33291 9.22857 8.28531 9.44184 8.28531 9.62656V11.8923C8.28531 12.4321 8.4064 13.0735 8.67084 13.8245C8.91914 14.5297 9.28527 15.0571 9.75636 15.4359C9.91295 15.5617 9.99614 15.7577 9.97796 15.9578C9.95979 16.1579 9.84266 16.3356 9.66594 16.4312L6.19182 18.3109C6.18613 18.314 6.1804 18.317 6.17462 18.3199C6.11819 18.3481 6.04257 18.3883 5.94593 18.442C5.91178 18.4609 5.82117 18.5256 5.66114 18.675C5.63587 18.6986 5.61809 18.7179 5.60598 18.7327C5.60376 18.7354 5.60177 18.738 5.6 18.7403V20.0489C5.6 20.1498 5.62784 20.2078 5.68601 20.2641C5.75468 20.3307 5.81815 20.3552 5.90629 20.3552H17.5203C17.6084 20.3552 17.6719 20.3307 17.7406 20.2641C17.7987 20.2078 17.8266 20.1498 17.8266 20.0489V18.7212C17.8184 18.7054 17.8107 18.6951 17.8044 18.6881C17.776 18.6565 17.7386 18.6203 17.69 18.5798C17.6454 18.5426 17.6054 18.5149 17.5704 18.4945C17.5057 18.4568 17.4508 18.4254 17.4051 18.4C17.3894 18.3913 17.3791 18.3862 17.3736 18.3836L13.549 15.9713ZM13.549 15.9713C13.566 16.1708 13.6815 16.3487 13.8568 16.4455L17.2083 18.2963L17.2378 18.316C17.2798 18.344 17.3252 18.3666 17.3729 18.3832L13.549 15.9713Z", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13 5.62121C13.2991 5.42929 13.628 5.27778 13.9869 5.16667C14.3458 5.05556 14.6947 5 15.0336 5C15.6118 5 16.1801 5.14394 16.7383 5.43182C17.2966 5.7197 17.7477 6.08586 18.0916 6.5303C18.4355 6.97475 18.6075 7.41919 18.6075 7.86364V9.90909C18.6075 10.5354 18.4953 11.197 18.271 11.8939C18.0467 12.5909 17.6854 13.1414 17.1869 13.5455L20.1925 15.2273L20.2374 15.2576C20.2673 15.2677 20.3047 15.2854 20.3495 15.3106C20.3944 15.3359 20.4467 15.3662 20.5065 15.4015C20.5663 15.4369 20.6262 15.4798 20.686 15.5303C20.7458 15.5808 20.7981 15.6313 20.843 15.6818C20.8878 15.7323 20.9252 15.7904 20.9551 15.8561C20.985 15.9217 21 15.9848 21 16.0455V17.2727C21 17.505 20.9202 17.6995 20.7607 17.8561C20.6012 18.0126 20.4118 18.0909 20.1925 18.0909", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6 3V9", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M9 6H3", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
308
|
+
}
|
|
309
|
+
function Books({ fill, width, height }) {
|
|
310
|
+
return (jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M15.0882 6.92067H10.4249M15.0882 6.92067V3.58448C15.0882 2.85052 14.4886 2.25 13.7558 2.25H11.7572C11.0244 2.25 10.4249 2.85052 10.4249 3.58448V6.92067M15.0882 6.92067V16.262M10.4249 6.92067V16.262M10.4249 16.262V19.5982C10.4249 20.3322 11.0244 20.9327 11.7572 20.9327H13.7558C14.4886 20.9327 15.0882 20.3322 15.0882 19.5982V16.262M10.4249 16.262H15.0882M21.75 8.18843H17.0867M21.75 8.18843V5.25258C21.75 4.51861 21.1504 3.9181 20.4176 3.9181H18.4191C17.6863 3.9181 17.0867 4.51861 17.0867 5.25258V8.18843M21.75 8.18843V16.7291H17.0867V8.18843M8.72044 8.62431L4.11916 7.86521M8.72044 8.62431L9.19684 5.72749C9.31593 5.00328 8.82178 4.31316 8.09872 4.19387L6.12674 3.86854C5.40369 3.74925 4.71465 4.24419 4.59555 4.96839L4.11916 7.86521M8.72044 8.62431L7.33457 17.0514L2.73328 16.2923L4.11916 7.86521M20.4176 20.9327H18.4191C17.6863 20.9327 17.0867 20.3322 17.0867 19.5982V16.6624H21.75V19.5982C21.75 20.3322 21.1504 20.9327 20.4176 20.9327ZM5.33781 20.9823L3.36583 20.6569C2.64277 20.5376 2.14862 19.8475 2.26772 19.1233L2.74411 16.2265L7.3454 16.9856L6.869 19.8824C6.7499 20.6066 6.06087 21.1015 5.33781 20.9823Z", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeMiterlimit: "10" }) }));
|
|
311
|
+
}
|
|
312
|
+
function Clock({ fill, width, height }) {
|
|
313
|
+
return (jsxs("svg", { width: width ? width : '25', height: height ? height : '24', viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12.4725 21C17.4431 21 21.4725 16.9706 21.4725 12C21.4725 7.02944 17.4431 3 12.4725 3C7.50197 3 3.47253 7.02944 3.47253 12C3.47253 16.9706 7.50197 21 12.4725 21Z", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12.4725 7V12.25L16.4725 14", stroke: fill ? fill : 'black', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
314
|
+
}
|
|
315
|
+
function Load({ fill, width, height }) {
|
|
316
|
+
return (jsx("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M16.98 20.6256C17.5433 21.6013 18.8054 21.9477 19.6718 21.2274C21.567 19.6517 22.9447 17.5183 23.5911 15.1058C24.4148 12.0317 23.9836 8.75621 22.3923 6C20.801 3.24379 18.18 1.23261 15.1058 0.408891C12.6934 -0.237529 10.1569 -0.111098 7.84473 0.742337C6.78777 1.13247 6.45667 2.39867 7.02 3.37439C7.58333 4.3501 8.83088 4.65471 9.91792 4.35856C11.2588 3.99325 12.6844 3.984 14.0498 4.34987C16.0788 4.89352 17.8087 6.2209 18.8589 8.04C19.9092 9.8591 20.1938 12.0209 19.6501 14.0498C19.2843 15.4153 18.5634 16.6453 17.5766 17.6239C16.7766 18.4172 16.4167 19.6499 16.98 20.6256Z", fill: fill ? fill : '#FF4D0D' }) }));
|
|
317
|
+
}
|
|
318
|
+
function Diamond({ fill, width, height }) {
|
|
319
|
+
return (jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M8.00001 4H24L29.3333 12L16 29.3333L2.66667 12L8.00001 4Z", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16 29.3333L21.3333 12L17.3333 4", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16 29.3333L10.6667 12L14.6667 4", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M2.66667 12H29.3333", stroke: fill ? fill : 'white', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
320
|
+
}
|
|
321
|
+
function Challenge({ fill, width, height }) {
|
|
322
|
+
return (jsx("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M6.66668 28.6666L6.13402 28.3904C6.03758 28.5764 6.04514 28.7992 6.15398 28.9783C6.26282 29.1573 6.45716 29.2666 6.66668 29.2666V28.6666ZM25.3333 28.6666V29.2666C25.5429 29.2666 25.7372 29.1573 25.846 28.9783C25.9549 28.7992 25.9624 28.5764 25.866 28.3904L25.3333 28.6666ZM30.6667 28.6666V29.2666C30.8793 29.2666 31.076 29.1541 31.1838 28.9709C31.2916 28.7876 31.2944 28.561 31.1912 28.3752L30.6667 28.6666ZM24 16.6666L24.5245 16.3752C24.4229 16.1923 24.2333 16.0755 24.0243 16.0671C23.8152 16.0586 23.6168 16.1597 23.5008 16.3338L24 16.6666ZM20.8341 20.3338C20.6503 20.6095 20.7248 20.982 21.0005 21.1658C21.2762 21.3496 21.6488 21.2751 21.8326 20.9994L20.8341 20.3338ZM1.33334 28.6666L0.808849 28.3752C0.705605 28.561 0.70841 28.7876 0.816221 28.9709C0.924032 29.1541 1.12075 29.2666 1.33334 29.2666L1.33334 28.6666ZM8.00001 16.6666L8.49924 16.3338C8.38318 16.1597 8.18481 16.0586 7.97575 16.0671C7.76668 16.0755 7.57713 16.1923 7.47552 16.3752L8.00001 16.6666ZM10.1674 20.9994C10.3513 21.2751 10.7238 21.3496 10.9995 21.1658C11.2752 20.982 11.3497 20.6095 11.1659 20.3338L10.1674 20.9994ZM14.6667 18.6666L14.2424 19.0908L14.6667 19.5151L15.0909 19.0908L14.6667 18.6666ZM16 17.3333L16.4243 16.909L16 16.4847L15.5757 16.909L16 17.3333ZM17.3333 18.6666L16.9091 19.0908L17.3333 19.5151L17.7576 19.0908L17.3333 18.6666ZM16 3.33325V2.73325C15.6686 2.73325 15.4 3.00188 15.4 3.33325H16ZM21.3333 3.33325H21.9333C21.9333 3.00188 21.6647 2.73325 21.3333 2.73325V3.33325ZM21.3333 6.66658V7.26659C21.6647 7.26659 21.9333 6.99796 21.9333 6.66658H21.3333ZM16 6.66658H15.4C15.4 6.99796 15.6686 7.26659 16 7.26659V6.66658ZM15.4674 10.3904L6.13402 28.3904L7.19933 28.9428L16.5327 10.9428L15.4674 10.3904ZM6.66668 29.2666H25.3333V28.0666H6.66668V29.2666ZM25.866 28.3904L16.5327 10.3904L15.4674 10.9428L24.8007 28.9428L25.866 28.3904ZM17.3333 29.2666H30.6667V28.0666H17.3333V29.2666ZM31.1912 28.3752L24.5245 16.3752L23.4755 16.958L30.1422 28.958L31.1912 28.3752ZM23.5008 16.3338L20.8341 20.3338L21.8326 20.9994L24.4992 16.9994L23.5008 16.3338ZM14.6667 28.0666H1.33334V29.2666H14.6667V28.0666ZM1.85784 28.958L8.5245 16.958L7.47552 16.3752L0.808849 28.3752L1.85784 28.958ZM7.50078 16.9994L10.1674 20.9994L11.1659 20.3338L8.49924 16.3338L7.50078 16.9994ZM12.2424 17.0908L14.2424 19.0908L15.0909 18.2423L13.0909 16.2423L12.2424 17.0908ZM15.0909 19.0908L16.4243 17.7575L15.5757 16.909L14.2424 18.2423L15.0909 19.0908ZM15.5757 17.7575L16.9091 19.0908L17.7576 18.2423L16.4243 16.909L15.5757 17.7575ZM17.7576 19.0908L19.7576 17.0908L18.9091 16.2423L16.9091 18.2423L17.7576 19.0908ZM16.6 10.6666V3.33325H15.4V10.6666H16.6ZM16 3.93325H21.3333V2.73325H16V3.93325ZM20.7333 3.33325V6.66658H21.9333V3.33325H20.7333ZM21.3333 6.06659H16V7.26659H21.3333V6.06659ZM16.6 6.66658V3.33325H15.4V6.66658H16.6Z", fill: fill ? fill : 'white' }) }));
|
|
323
|
+
}
|
|
324
|
+
function SawBadgeIcon({ fill, width, height }) {
|
|
325
|
+
return (jsxs("svg", { width: width ? width : '20', height: height ? height : '20', viewBox: "0 0 20 20", fill: fill ? fill : 'none', xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { clipPath: "url(#clip0_408_14996)", children: [jsx("path", { d: "M11.9804 2.16073C11.0545 0.717602 8.94551 0.717602 8.01957 2.16073C7.69063 2.67341 7.05964 2.90307 6.47811 2.72178C4.84118 2.21146 3.2256 3.56709 3.44392 5.26776C3.52148 5.87195 3.18574 6.45346 2.62372 6.68839C1.04173 7.34966 0.675512 9.4266 1.93593 10.5891C2.3837 11.002 2.50031 11.6633 2.22078 12.2045C1.43396 13.728 2.48845 15.5544 4.20121 15.6347C4.80968 15.6633 5.32406 16.0949 5.45782 16.6892C5.83433 18.3619 7.81613 19.0833 9.1798 18.0439C9.66426 17.6746 10.3357 17.6746 10.8202 18.0438C12.1839 19.0833 14.1657 18.3619 14.5422 16.6892C14.6759 16.0949 15.1903 15.6633 15.7988 15.6347C17.5115 15.5544 18.566 13.728 17.7792 12.2045C17.4997 11.6633 17.6163 11.002 18.0641 10.5891C19.3245 9.4266 18.9583 7.34966 17.3763 6.68839C16.8143 6.45346 16.4785 5.87195 16.5561 5.26776C16.7744 3.56709 15.1588 2.21146 13.5219 2.72178C12.9404 2.90307 12.3094 2.67341 11.9804 2.16073Z", fill: "#398787", stroke: "white" }), jsx("path", { d: "M6.25 10.4167L9.16667 12.9167L14.1667 7.5", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" })] }), jsx("defs", { children: jsx("clipPath", { id: "clip0_408_14996", children: jsx("rect", { width: "20", height: "20", fill: "white" }) }) })] }));
|
|
326
|
+
}
|
|
327
|
+
function GoalInviteIcon({ fill, width, height }) {
|
|
328
|
+
return (jsxs("svg", { width: width ? width : '25', height: height ? height : '25', viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M7.02656 9.04883H5.82656C4.94291 9.04883 4.22656 9.67563 4.22656 10.4488V18.8488C4.22656 19.622 4.94291 20.2488 5.82656 20.2488H18.6266C19.5102 20.2488 20.2266 19.622 20.2266 18.8488V10.4488C20.2266 9.67563 19.5102 9.04883 18.6266 9.04883H17.4266", stroke: fill ? fill : '#0645AD', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M20.2266 10.6484L13.0506 15.2084C12.8036 15.3632 12.518 15.4452 12.2266 15.4452C11.9351 15.4452 11.6495 15.3632 11.4026 15.2084L4.22656 10.6484", stroke: fill ? fill : '#0645AD', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M7.02637 12.6486V7.84863C7.02637 6.74406 7.9218 5.84863 9.02637 5.84863H15.4264C16.5309 5.84863 17.4264 6.74406 17.4264 7.84863V12.6486", stroke: fill ? fill : '#0645AD', strokeWidth: "1.5" }), jsx("path", { d: "M15.4264 13.8487C14.6264 11.8487 13.4264 11.4487 12.2264 11.4487C11.0264 11.4487 9.82637 11.8487 9.02637 13.8487", stroke: fill ? fill : '#0645AD', strokeWidth: "1.5" }), jsx("circle", { cx: "12.2265", cy: "9.04873", r: "0.85", stroke: fill ? fill : '#0645AD', strokeWidth: "1.5" })] }));
|
|
329
|
+
}
|
|
330
|
+
function GoalViewsIcon({ fill, width, height }) {
|
|
331
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { x: "18", y: "2.25", width: "3.75", height: "19.5", rx: "1.875", stroke: fill ? fill : '#0645AD', strokeWidth: "2" }), jsx("rect", { x: "10.125", y: "8.25", width: "3.75", height: "13.5", rx: "1.875", stroke: fill ? fill : '#0645AD', strokeWidth: "2" }), jsx("rect", { x: "2.25", y: "15", width: "3.75", height: "6.75", rx: "1.875", stroke: fill ? fill : '#0645AD', strokeWidth: "2" })] }));
|
|
332
|
+
}
|
|
333
|
+
function StatusProblemaSawBadgeIcon({ fill, width, height }) {
|
|
334
|
+
return (jsxs("svg", { width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("circle", { cx: "24", cy: "24", r: "24", fill: "#D1F6D1" }), jsxs("g", { clipPath: "url(#clip0_482_14529)", children: [jsx("path", { d: "M26.2923 14.6469C25.2206 12.9765 22.7794 12.9765 21.7077 14.6469C21.2886 15.3 20.4848 15.5926 19.744 15.3616C17.8492 14.7709 15.9792 16.34 16.2319 18.3086C16.3307 19.0783 15.903 19.8191 15.187 20.1183C13.3559 20.8837 12.932 23.2878 14.3909 24.6334C14.9613 25.1595 15.1099 26.0019 14.7538 26.6913C13.843 28.4547 15.0636 30.5688 17.0461 30.6618C17.8213 30.6981 18.4765 31.248 18.6469 32.005C19.0828 33.9413 21.3767 34.7762 22.9551 33.5731C23.5723 33.1027 24.4277 33.1027 25.0449 33.5731C26.6233 34.7762 28.9172 33.9413 29.3531 32.005C29.5235 31.248 30.1787 30.6981 30.9539 30.6618C32.9364 30.5688 34.157 28.4547 33.2462 26.6913C32.8901 26.0019 33.0387 25.1595 33.6091 24.6334C35.068 23.2878 34.6441 20.8837 32.813 20.1183C32.097 19.8191 31.6693 19.0783 31.7681 18.3086C32.0208 16.34 30.1508 14.7709 28.256 15.3616C27.5152 15.5926 26.7114 15.3 26.2923 14.6469Z", stroke: "#222222" }), jsx("path", { d: "M19.5 24.5L23 27.5L29 21", stroke: "#222222", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }), jsx("defs", { children: jsx("clipPath", { id: "clip0_482_14529", children: jsx("rect", { width: "24", height: "24", fill: "white", transform: "translate(12 12)" }) }) })] }));
|
|
335
|
+
}
|
|
336
|
+
function StatusProblemaSendIcon({ fill, width, height }) {
|
|
337
|
+
return (jsxs("svg", { width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("circle", { cx: "24", cy: "24", r: "24", fill: "#CDDAEF" }), jsx("path", { d: "M33 15L22 26", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M31.9154 14.7941C32.7223 14.4868 33.5132 15.2777 33.2059 16.0846L26.8633 32.7337C26.5456 33.5677 25.3775 33.5994 25.015 32.7839L22 26L15.2161 22.985C14.4006 22.6225 14.4323 21.4544 15.2663 21.1367L31.9154 14.7941Z", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
338
|
+
}
|
|
339
|
+
function StatusProblemaEdit({ fill, width, height }) {
|
|
340
|
+
return (jsxs("svg", { width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("circle", { cx: "24", cy: "24", r: "24", fill: "#FEF0D0" }), jsx("path", { d: "M24 17.0669H18.5556C18.143 17.0669 17.7473 17.2417 17.4556 17.5529C17.1639 17.8641 17 18.2861 17 18.7262V30.341C17 30.781 17.1639 31.2031 17.4556 31.5142C17.7473 31.8254 18.143 32.0002 18.5556 32.0002H29.4444C29.857 32.0002 30.2527 31.8254 30.5444 31.5142C30.8361 31.2031 31 30.781 31 30.341V24.5336", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M30.1791 16.5163C30.489 16.1857 30.9093 16 31.3476 16C31.7858 16 32.2061 16.1857 32.516 16.5163C32.8259 16.8468 33 17.2951 33 17.7626C33 18.2301 32.8259 18.6784 32.516 19.0089L25.1159 26.9024L22 27.7333L22.779 24.4098L30.1791 16.5163Z", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
341
|
+
}
|
|
342
|
+
function PlayIcon({ width, height, customColor_1, customColor_2 }) {
|
|
343
|
+
return (jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { filter: "url(#filter0_d_1_22)", children: [jsx("circle", { cx: "16", cy: "16", r: "16", fill: customColor_1 ? customColor_1 : '#EE4C15' }), jsx("path", { d: "M22.3411 17.3317C22.934 16.9358 22.934 16.0643 22.3411 15.6684L14.5553 10.47C13.8908 10.0264 13 10.5027 13 11.3017V21.6984C13 22.4974 13.8908 22.9737 14.5553 22.5301L22.3411 17.3317Z", fill: customColor_2 ? customColor_2 : 'white' })] }), jsx("defs", { children: jsxs("filter", { id: "filter0_d_1_22", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feMorphology", { radius: "20", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_1_22" }), jsx("feOffset", { dy: "3" }), jsx("feGaussianBlur", { stdDeviation: "2.5" }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.4 0" }), jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_22" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_22", result: "shape" })] }) })] }));
|
|
344
|
+
}
|
|
345
|
+
function PauseIcon({ customColor_1, customColor_2, width, height }) {
|
|
346
|
+
return (jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { filter: "url(#filter0_d_1_159)", children: [jsx("g", { filter: "url(#filter1_d_1_159)", children: jsx("circle", { cx: "16", cy: "16", r: "16", fill: customColor_1 ? customColor_1 : '#EE4C15' }) }), jsx("rect", { width: "3", height: "17", rx: "1.5", transform: "matrix(-1 0 0 1 22 8)", fill: customColor_2 ? customColor_2 : 'white' }), jsx("rect", { width: "3", height: "17", rx: "1.5", transform: "matrix(-1 0 0 1 14 8)", fill: customColor_2 ? customColor_2 : 'white' })] }), jsxs("defs", { children: [jsxs("filter", { id: "filter0_d_1_159", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feMorphology", { radius: "20", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_1_159" }), jsx("feOffset", { dy: "5" }), jsx("feGaussianBlur", { stdDeviation: "1.5" }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.4 0" }), jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_159" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_159", result: "shape" })] }), jsxs("filter", { id: "filter1_d_1_159", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feMorphology", { radius: "20", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_1_159" }), jsx("feOffset", { dy: "25" }), jsx("feGaussianBlur", { stdDeviation: "9" }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.2 0" }), jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_159" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_159", result: "shape" })] })] })] }));
|
|
347
|
+
}
|
|
348
|
+
function Back15({ width, height, fill }) {
|
|
349
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M3 2V8H9", stroke: fill ? fill : '#222222', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16.524 19.8037C18.2613 18.7786 19.6037 17.1995 20.336 15.32C21.0683 13.4405 21.1479 11.3694 20.5622 9.43922C19.9764 7.509 18.7592 5.83152 17.1059 4.67595C15.4525 3.52038 13.4589 2.95373 11.445 3.06692C9.43099 3.18012 7.51344 3.96659 6 5.30015L3 8.00014", stroke: fill ? fill : '#222222', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M5.01 17.9H6.4V13.95L6.55 13.27L6.07 13.86L5.18 14.47L4.63 13.72L6.91 11.88H7.64V17.9H9V19H5.01V17.9ZM11.8738 17.99C12.3138 17.99 12.6505 17.8833 12.8838 17.67C13.1172 17.4567 13.2338 17.1633 13.2338 16.79C13.2338 16.39 13.0972 16.0967 12.8238 15.91C12.5505 15.7233 12.1605 15.63 11.6538 15.63L10.8638 15.66V12H14.3038V13.22H11.9838V14.57L12.3938 14.53C12.7205 14.5433 13.0138 14.6033 13.2738 14.71C13.5405 14.8167 13.7672 14.9667 13.9538 15.16C14.1405 15.3467 14.2838 15.5767 14.3838 15.85C14.4838 16.1167 14.5338 16.4167 14.5338 16.75C14.5338 17.1433 14.4672 17.49 14.3338 17.79C14.2005 18.09 14.0138 18.34 13.7738 18.54C13.5405 18.74 13.2638 18.89 12.9438 18.99C12.6238 19.09 12.2738 19.14 11.8938 19.14C11.5938 19.14 11.3072 19.1133 11.0338 19.06C10.7672 19.0133 10.5405 18.9467 10.3538 18.86L10.7038 17.78C10.8572 17.8467 11.0238 17.9 11.2038 17.94C11.3905 17.9733 11.6138 17.99 11.8738 17.99Z", fill: fill ? fill : '#222222' })] }));
|
|
350
|
+
}
|
|
351
|
+
function Foward15({ width, height, fill }) {
|
|
352
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M21 2V8H15", stroke: fill ? fill : '#222222', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M7.42591 19.8037C5.6887 18.7786 4.34624 17.1995 3.61396 15.32C2.88167 13.4405 2.80202 11.3694 3.38778 9.43922C3.97354 7.509 5.19075 5.83152 6.84409 4.67595C8.49743 3.52038 10.491 2.95373 12.505 3.06692C14.519 3.18012 16.4365 3.96659 17.95 5.30015L20.95 8.00014", stroke: fill ? fill : '#222222', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M10.01 17.9H11.4V13.95L11.55 13.27L11.07 13.86L10.18 14.47L9.63 13.72L11.91 11.88H12.64V17.9H14V19H10.01V17.9ZM16.8738 17.99C17.3138 17.99 17.6505 17.8833 17.8838 17.67C18.1172 17.4567 18.2338 17.1633 18.2338 16.79C18.2338 16.39 18.0972 16.0967 17.8238 15.91C17.5505 15.7233 17.1605 15.63 16.6538 15.63L15.8638 15.66V12H19.3038V13.22H16.9838V14.57L17.3938 14.53C17.7205 14.5433 18.0138 14.6033 18.2738 14.71C18.5405 14.8167 18.7672 14.9667 18.9538 15.16C19.1405 15.3467 19.2838 15.5767 19.3838 15.85C19.4838 16.1167 19.5338 16.4167 19.5338 16.75C19.5338 17.1433 19.4672 17.49 19.3338 17.79C19.2005 18.09 19.0138 18.34 18.7738 18.54C18.5405 18.74 18.2638 18.89 17.9438 18.99C17.6238 19.09 17.2738 19.14 16.8938 19.14C16.5938 19.14 16.3072 19.1133 16.0338 19.06C15.7672 19.0133 15.5405 18.9467 15.3538 18.86L15.7038 17.78C15.8572 17.8467 16.0238 17.9 16.2038 17.94C16.3905 17.9733 16.6138 17.99 16.8738 17.99Z", fill: fill ? fill : '#222222' })] }));
|
|
353
|
+
}
|
|
354
|
+
function VolumeIcon({ width, height, fill }) {
|
|
355
|
+
return (jsxs("svg", { width: width ? width : '17', height: height ? height : '17', viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M7.6271 2.54614C8.28897 2.07337 9.20834 2.5465 9.20834 3.35987V13.6402C9.20834 14.4535 8.28897 14.9267 7.62711 14.4539L4.25001 12.0417H2.70834C1.60377 12.0417 0.708344 11.1462 0.708344 10.0417V6.95835C0.708344 5.85378 1.60377 4.95835 2.70834 4.95835H4.25001L7.6271 2.54614Z", fill: fill ? fill : '#222222' }), jsx("path", { d: "M11.3289 11.9746C12.2079 11.0799 12.75 9.8533 12.75 8.50003C12.75 7.14107 12.2033 5.9098 11.3178 5.01416", stroke: fill ? fill : '#222222', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13.3012 2.99048C14.7112 4.40049 15.5833 6.34841 15.5833 8.50002C15.5833 10.6516 14.7112 12.5995 13.3012 14.0096", stroke: fill ? fill : '#222222', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
356
|
+
}
|
|
357
|
+
function MuteIcon({ width, height, fill }) {
|
|
358
|
+
return (jsxs("svg", { width: width ? width : '21', height: height ? height : '24', viewBox: "0 0 21 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M7.6271 6.54614C8.28897 6.07337 9.20834 6.5465 9.20834 7.35987V17.6402C9.20834 18.4535 8.28897 18.9267 7.62711 18.4539L4.25001 16.0417H2.70834C1.60377 16.0417 0.708344 15.1462 0.708344 14.0417V10.9583C0.708344 9.85378 1.60377 8.95835 2.70834 8.95835H4.25001L7.6271 6.54614Z", fill: fill ? fill : '#222222' }), jsx("path", { d: "M18 10L12 16", stroke: fill ? fill : '#222222', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 10L18 16", stroke: fill ? fill : '#222222', strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
359
|
+
}
|
|
360
|
+
function ThumbVideo({ fill, width, height }) {
|
|
361
|
+
return (jsxs("svg", { width: width ? width : '117', height: height ? height : '127', viewBox: "0 0 177 127", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M163.62 1.5H12.88C6.595 1.5 1.5 6.595 1.5 12.88V113.92C1.5 120.205 6.595 125.3 12.88 125.3H163.62C169.905 125.3 175 120.205 175 113.92V12.88C175 6.595 169.905 1.5 163.62 1.5Z", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M175 103.86H1.5", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M79.01 114.58H97.49", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M56.78 55.96C56.78 47.62 60.1 39.61 66 33.71C71.9 27.81 79.91 24.49 88.25 24.49C96.59 24.49 104.6 27.81 110.5 33.71C116.4 39.61 119.72 47.62 119.72 55.96C119.72 64.3 116.4 72.31 110.5 78.21C104.6 84.11 96.59 87.43 88.25 87.43C79.91 87.42 71.91 84.1 66.01 78.2C60.11 72.3 56.79 64.3 56.78 55.96Z", stroke: "white", strokeWidth: "3", strokeMiterlimit: "10" }), jsx("path", { d: "M82.28 44.93V66.77C82.28 67.9 83.56 68.55 84.47 67.89L99.47 56.97C100.23 56.42 100.23 55.29 99.47 54.74L84.47 43.82C83.56 43.16 82.28 43.81 82.28 44.94V44.93Z", stroke: "white", strokeWidth: "3", strokeMiterlimit: "10" })] }));
|
|
362
|
+
}
|
|
363
|
+
function ThumbTexto({ fill, width, height }) {
|
|
364
|
+
return (jsxs("svg", { width: width ? width : '117', height: height ? height : '127', viewBox: "0 0 177 127", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M163.62 1.5H12.88C6.595 1.5 1.5 6.595 1.5 12.88V113.92C1.5 120.205 6.595 125.3 12.88 125.3H163.62C169.905 125.3 175 120.205 175 113.92V12.88C175 6.595 169.905 1.5 163.62 1.5Z", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M175 103.86H1.5", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M79.01 114.58H97.49", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M94.2401 21.9399H52.4201C50.1701 21.9399 48.3201 23.7799 48.3201 26.0399V54.4099C48.3201 56.6599 50.1601 58.5099 52.4201 58.5099H59.2801V69.3199C59.2801 70.7299 60.9901 71.4399 61.9901 70.4399L72.5101 58.5099H94.2301C96.4801 58.5099 98.3301 56.6699 98.3301 54.4099V26.0399C98.3301 23.7899 96.4901 21.9399 94.2301 21.9399H94.2401Z", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M87.7701 32.8398H58.8801", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M87.7701 40.2197H58.8801", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M87.7701 47.5898H58.8801", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("mask", { id: "mask0_8643_48376", maskUnits: "userSpaceOnUse", x: "75", y: "37", width: "57", height: "54", children: jsx("path", { d: "M102 37.8999L125.24 38.1599C128.48 38.1599 131.11 40.7899 131.11 44.0299V72.3999C131.11 75.6399 128.48 78.2699 125.24 78.2699H120.16V87.1599C120.16 88.6999 119.18 90.1499 117.69 90.5499C116.48 90.8799 115.27 90.5399 114.41 89.6799C114.38 89.6499 114.36 89.6299 114.33 89.5999L104.34 78.2699L83 80.8899C79.76 80.8899 75 76.1299 75 72.8899V61.8899H96C98.84 61.8899 102 58.7299 102 55.8899V37.8899V37.8999Z", fill: "white" }) }), jsxs("g", { mask: "url(#mask0_8643_48376)", children: [jsx("path", { d: "M89.55 51.1199H118.44", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M89.55 58.4998H118.44", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M89.55 65.8699H118.44", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M83.08 40.22H124.9C127.15 40.22 129 42.06 129 44.32V72.69C129 74.94 127.16 76.79 124.9 76.79H118.04V87.6C118.04 89.01 116.33 89.72 115.33 88.72L104.81 76.79H83.09C80.84 76.79 78.99 74.95 78.99 72.69V44.32C78.99 42.07 80.83 40.22 83.09 40.22H83.08Z", stroke: "white", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" })] })] }));
|
|
365
|
+
}
|
|
366
|
+
function ThumbPodcast({ fill, width, height }) {
|
|
367
|
+
return (jsxs("svg", { width: width ? width : '113', height: height ? height : '146', viewBox: "0 0 113 146", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M101.53 1.29004H11.05C5.65974 1.29004 1.29004 5.65974 1.29004 11.05V134.93C1.29004 140.32 5.65974 144.69 11.05 144.69H101.53C106.92 144.69 111.29 140.32 111.29 134.93V11.05C111.29 5.65974 106.92 1.29004 101.53 1.29004Z", stroke: "white", strokeWidth: "2.57", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M111.29 119.85H1.29004", stroke: "white", strokeWidth: "2.57", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M50.4299 132.27H62.1399", stroke: "white", strokeWidth: "2.57", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M56.1201 83.52C54.6401 83.52 53.1601 84.08 52.0301 85.21C49.7701 87.47 49.7601 91.14 52.0301 93.41C53.1601 94.54 54.6401 95.1 56.1301 95.1C57.6201 95.1 59.1001 94.53 60.2301 93.4C62.4901 91.14 62.4901 87.47 60.2301 85.21C59.1001 84.08 57.6101 83.51 56.1301 83.51L56.1201 83.52Z", stroke: "white", strokeWidth: "2.57", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M43.8401 77.02C50.6301 70.24 61.6301 70.24 68.4201 77.04", stroke: "white", strokeWidth: "2.57", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M32.9199 66.0901C45.7399 53.2701 66.5299 53.2801 79.3499 66.1101", stroke: "white", strokeWidth: "2.57", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M22 55.16C40.85 36.31 71.42 36.33 90.29 55.2", stroke: "white", strokeWidth: "2.57", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
368
|
+
}
|
|
369
|
+
function StarFavorite({ fill = '#E0E0E0', width = '24px', stroke = '#BDBDBD', height = '23' }) {
|
|
370
|
+
return (jsx("svg", { width: width, height: height, viewBox: "0 0 24 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M11.1062 1.78116C11.4752 1.04583 12.5248 1.04583 12.8938 1.78116L15.4737 6.92247C15.6205 7.21502 15.9012 7.41721 16.2251 7.46379L21.9686 8.28959C22.7936 8.40821 23.12 9.42484 22.5181 10.0015L18.3849 13.9616C18.1443 14.1921 18.0343 14.5272 18.0916 14.8554L19.0697 20.4652C19.2117 21.2799 18.3596 21.9051 17.625 21.5251L12.4595 18.8529C12.1713 18.7039 11.8287 18.7039 11.5405 18.8529L6.37496 21.5251C5.64038 21.9051 4.78829 21.2799 4.93035 20.4652L5.90845 14.8554C5.96567 14.5272 5.85569 14.1921 5.61513 13.9616L1.48189 10.0015C0.880041 9.42484 1.20637 8.40821 2.0314 8.28959L7.77486 7.46379C8.09884 7.41721 8.37952 7.21502 8.52632 6.92247L11.1062 1.78116Z", fill: fill, stroke: stroke, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
371
|
+
}
|
|
372
|
+
function IconUp({ fill, width, height }) {
|
|
373
|
+
return (jsx("svg", { width: "18", height: "10", viewBox: "0 0 18 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1.45361 9L9.37114 1L17.2887 9", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
374
|
+
}
|
|
375
|
+
function IconGaps({ fill, width, height }) {
|
|
376
|
+
return (jsxs("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M9.66127 22C9.1639 20.402 8.41378 19.211 7.41041 18.4265C5.9056 17.25 3.51466 17.9815 2.63157 16.7675C1.74848 15.5535 3.25024 13.3215 3.77705 12.0045C4.30437 10.6875 1.75711 10.222 2.05452 9.848C2.25245 9.5985 3.54004 8.8795 5.91626 7.69C6.59127 3.8965 9.08473 2 13.3977 2C19.8666 2 22.3311 7.403 22.3311 10.84C22.3311 14.2765 19.3468 17.9785 15.0958 18.777C14.7157 19.322 15.2638 20.397 16.7402 22.0005", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.89679 7.24994C9.56487 8.51694 9.66333 9.40694 10.1927 9.91894C10.7215 10.4314 11.6229 10.7664 12.8968 10.9239C12.6075 12.5589 12.9602 13.3254 13.9539 13.2244C14.9477 13.1234 15.545 12.7169 15.7455 12.0044C17.2985 12.4344 18.1405 12.0744 18.2709 10.9244C18.4663 9.19944 17.5223 7.82394 17.1351 7.82394C16.7484 7.82394 15.7455 7.77744 15.7455 7.24994C15.7455 6.72244 14.5741 6.42494 13.517 6.42494C12.4598 6.42494 13.0957 5.72244 11.6442 5.99994C10.6763 6.18494 10.0937 6.60144 9.89679 7.24994V7.24994Z", stroke: "#0645AD", strokeWidth: "1.2", strokeLinejoin: "round" }), jsx("path", { d: "M15.4795 12.75C14.9634 13.0655 14.2554 13.59 13.9569 14C13.2114 15.025 12.6069 15.6485 12.475 16.304", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round" })] }));
|
|
377
|
+
}
|
|
378
|
+
function IconModules({ fill, width, height }) {
|
|
379
|
+
return (jsxs("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M21.6079 4.5C21.6079 5.54426 20.7522 6.4 19.6853 6.4C18.6184 6.4 17.7627 5.54426 17.7627 4.5C17.7627 3.45574 18.6184 2.6 19.6853 2.6C20.7522 2.6 21.6079 3.45574 21.6079 4.5Z", stroke: "#0645AD", strokeWidth: "1.2" }), jsx("path", { d: "M21.6079 12.5C21.6079 13.5443 20.7522 14.4 19.6853 14.4C18.6184 14.4 17.7627 13.5443 17.7627 12.5C17.7627 11.4557 18.6184 10.6 19.6853 10.6C20.7522 10.6 21.6079 11.4557 21.6079 12.5Z", stroke: "#0645AD", strokeWidth: "1.2" }), jsx("path", { d: "M21.6079 19.5C21.6079 20.5443 20.7522 21.4 19.6853 21.4C18.6184 21.4 17.7627 20.5443 17.7627 19.5C17.7627 18.4557 18.6184 17.6 19.6853 17.6C20.7522 17.6 21.6079 18.4557 21.6079 19.5Z", stroke: "#0645AD", strokeWidth: "1.2" }), jsx("path", { d: "M14.1356 12L17.1627 12", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round" }), jsx("path", { d: "M14.1356 16H15.8654L18.1718 18", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M14.1356 8H15.8654L18.1718 6", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M3.03613 15L5.05421 15", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M11.1085 10L10.0995 10", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M3.0361 10H5.99596C6.39957 10 7.07227 9.25 7.07227 8.49999C7.07227 7 7.07227 8.8377 7.07227 7", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M11.1084 15H8.14858C7.74496 15 7.07227 15.5 7.07227 16C7.07227 17 7.07227 15.7749 7.07227 17", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M10.9344 4.41895L10.977 4.47036L11.0298 4.51117C11.1053 4.56956 11.5175 5.03708 11.5175 6V18C11.5175 18.1873 11.4114 18.8808 10.9187 19.5999C10.708 19.8492 10.4509 20.0482 10.1646 20.1854C9.87158 20.3259 9.55413 20.3987 9.23347 20.4H8.51448C6.96145 20.3982 5.46746 19.7556 4.36173 18.605C3.2553 17.4537 2.62893 15.8878 2.6271 14.2497V9.75031C2.62893 8.11221 3.2553 6.5463 4.36173 5.39496C5.46737 4.24444 6.96122 3.60189 8.51413 3.6H9.23343C9.5541 3.60126 9.87157 3.67412 10.1646 3.8146C10.458 3.95526 10.7209 4.16085 10.9344 4.41895Z", stroke: "#0645AD", strokeWidth: "1.2" })] }));
|
|
380
|
+
}
|
|
381
|
+
function CheckIconSimple({ width = '15', height = '12', fill = '#2CA92A' }) {
|
|
382
|
+
return (jsx("svg", { width: width, height: height, viewBox: "0 0 15 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M4.59 8.58002L1.77231 5.76233C1.57753 5.56756 1.26191 5.567 1.06645 5.76108L0.356057 6.46647C0.160106 6.66105 0.158987 6.97763 0.353558 7.17358L0.354805 7.17483L4.23645 11.0565C4.43171 11.2517 4.74829 11.2517 4.94355 11.0565L14.2364 1.76358C14.4317 1.56831 14.4317 1.25173 14.2364 1.05647L13.5336 0.353577L13.5333 0.353783C13.3382 0.158601 13.0217 0.158509 12.8264 0.353577L4.59 8.58002Z", fill: fill }) }));
|
|
383
|
+
}
|
|
384
|
+
function IconContent({ fill, width, height }) {
|
|
385
|
+
return (jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M15.2884 10.4968L10.1 13.038V7.10845L15.2884 10.4968Z", stroke: "white", strokeWidth: "1.2", strokeLinejoin: "round" }), jsx("rect", { x: "1.6", y: "2.6", width: "20.8", height: "14.8", rx: "1.4", stroke: "white", strokeWidth: "1.2" }), jsx("path", { d: "M6 21.5H18", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
386
|
+
}
|
|
387
|
+
function ErrorAlert({ fill, width, height }) {
|
|
388
|
+
return (jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z", stroke: "#C00F00", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M8.99683 5.57147L8.99683 9.68576", stroke: "#C00F00", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("ellipse", { cx: "8.99821", cy: "12.4283", rx: "0.685714", ry: "0.685145", fill: "#C00F00" })] }));
|
|
389
|
+
}
|
|
390
|
+
function IconLikeLine({ fill, stroke, customColor_1, width, height }) {
|
|
391
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { clipPath: "url(#clip0_8980_33733)", children: [jsx("path", { d: "M9.33337 3.33334V6.00001H13.1067C13.3 5.99782 13.4914 6.03768 13.6678 6.11682C13.8441 6.19596 14.0011 6.3125 14.1279 6.45835C14.2548 6.60421 14.3484 6.77589 14.4023 6.96151C14.4562 7.14713 14.469 7.34225 14.44 7.53334L13.52 13.5333C13.4718 13.8513 13.3103 14.1411 13.0653 14.3493C12.8203 14.5576 12.5083 14.6703 12.1867 14.6667H4.66671H2.66671C2.31309 14.6667 1.97395 14.5262 1.7239 14.2762C1.47385 14.0261 1.33337 13.687 1.33337 13.3333V8.66668C1.33337 8.31306 1.47385 7.97392 1.7239 7.72387C1.97395 7.47382 2.31309 7.33334 2.66671 7.33334H4.66671L7.33337 1.33334C7.86381 1.33334 8.37252 1.54406 8.74759 1.91913C9.12266 2.2942 9.33337 2.80291 9.33337 3.33334Z", stroke: fill ? fill : '#444444', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M4.66675 7.33334L4.66675 14.6667", stroke: fill ? fill : '#444444', strokeWidth: "1.2" })] }), jsx("defs", { children: jsx("clipPath", { id: "clip0_8980_33733", children: jsx("rect", { width: width ? width : '16', height: height ? height : '16', fill: stroke ? stroke : 'white' }) }) })] }));
|
|
392
|
+
}
|
|
393
|
+
function IconLikeFilled({ fill, stroke, customColor_1, width, height }) {
|
|
394
|
+
return (jsxs("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 14 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("mask", { id: "path-1-inside-1_9175_678", fill: "white", children: jsx("path", { d: "M8.33337 2.83331V5.49998H12.1067C12.3 5.49779 12.4914 5.53765 12.6678 5.61679C12.8441 5.69593 13.0011 5.81247 13.1279 5.95832C13.2548 6.10418 13.3484 6.27586 13.4023 6.46148C13.4562 6.6471 13.469 6.84222 13.44 7.03331L12.52 13.0333C12.4718 13.3513 12.3103 13.6411 12.0653 13.8493C11.8203 14.0576 11.5083 14.1703 11.1867 14.1666H3.66671H1.66671C1.31309 14.1666 0.973947 14.0262 0.723898 13.7761C0.47385 13.5261 0.333374 13.1869 0.333374 12.8333V8.16665C0.333374 7.81302 0.47385 7.47389 0.723898 7.22384C0.973947 6.97379 1.31309 6.83331 1.66671 6.83331H3.66671L6.33337 0.833313C6.86381 0.833313 7.37252 1.04403 7.74759 1.4191C8.12266 1.79417 8.33337 2.30288 8.33337 2.83331Z" }) }), jsx("path", { d: "M8.33337 2.83331V5.49998H12.1067C12.3 5.49779 12.4914 5.53765 12.6678 5.61679C12.8441 5.69593 13.0011 5.81247 13.1279 5.95832C13.2548 6.10418 13.3484 6.27586 13.4023 6.46148C13.4562 6.6471 13.469 6.84222 13.44 7.03331L12.52 13.0333C12.4718 13.3513 12.3103 13.6411 12.0653 13.8493C11.8203 14.0576 11.5083 14.1703 11.1867 14.1666H3.66671H1.66671C1.31309 14.1666 0.973947 14.0262 0.723898 13.7761C0.47385 13.5261 0.333374 13.1869 0.333374 12.8333V8.16665C0.333374 7.81302 0.47385 7.47389 0.723898 7.22384C0.973947 6.97379 1.31309 6.83331 1.66671 6.83331H3.66671L6.33337 0.833313C6.86381 0.833313 7.37252 1.04403 7.74759 1.4191C8.12266 1.79417 8.33337 2.30288 8.33337 2.83331Z", fill: fill ? fill : '#F26818', stroke: stroke ? stroke : '#F26818', strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round", mask: "url(#path-1-inside-1_9175_678)" }), jsx("path", { d: "M3.33337 6.5L3.33337 14.1667", stroke: customColor_1 ? customColor_1 : 'white', strokeWidth: "1.5" }), "''"] }));
|
|
395
|
+
}
|
|
396
|
+
function TrashIconNew({ fill, stroke, customColor_1, width, height }) {
|
|
397
|
+
return (jsxs("svg", { width: width ?? '19', height: height ?? '19', viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M0.833252 4.33325H2.61103H16.8333", stroke: fill ? fill : '#0645AD', strokeWidth: "1.3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M15.3786 4.5V15.4C15.3786 15.8243 15.1816 16.2313 14.8309 16.5314C14.4802 16.8314 14.0045 17 13.5085 17H4.15785C3.66186 17 3.18619 16.8314 2.83547 16.5314C2.48475 16.2313 2.28772 15.8243 2.28772 15.4V4.5M5.09291 4.2V2.6C5.09291 2.17565 5.28995 1.76869 5.64066 1.46863C5.99138 1.16857 6.46706 1 6.96304 1H10.7033C11.1993 1 11.675 1.16857 12.0257 1.46863C12.3764 1.76869 12.5734 2.17565 12.5734 2.6V4.2", stroke: fill ? fill : '#0645AD', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
398
|
+
}
|
|
399
|
+
function VotarIcon({ fill, stroke, customColor_1, width, height }) {
|
|
400
|
+
return (jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M16 12L12 8L8 12", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 16V8", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16.5 12L12 7.5L7.5 12", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 16.5V7.5", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
401
|
+
}
|
|
402
|
+
function VotarIconPressed({ fill, stroke, customColor_1, width, height }) {
|
|
403
|
+
return (jsxs("svg", { width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z", fill: "#9C9C9C", stroke: "#9C9C9C", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M15.5 11L11 6.5L6.5 11", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M11 15.5V6.5", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
404
|
+
}
|
|
405
|
+
function ArrowShowMoreLess({ fill, stroke, customColor_1, width, height }) {
|
|
406
|
+
return (jsx("svg", { width: width ? width : '12', height: height ? height : '6', viewBox: "0 0 12 6", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M0 6L11.5 6L6 4.80825e-07L0 6Z", fill: fill ? fill : '#444444' }) }));
|
|
407
|
+
}
|
|
408
|
+
function IconCriarIdeia({ fill, stroke, customColor_1, width, height }) {
|
|
409
|
+
return (jsxs("svg", { width: "56", height: "56", viewBox: "0 0 56 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M28.0001 51.3333C40.8867 51.3333 51.3334 40.8866 51.3334 28C51.3334 15.1133 40.8867 4.66666 28.0001 4.66666C15.1134 4.66666 4.66675 15.1133 4.66675 28C4.66675 40.8866 15.1134 51.3333 28.0001 51.3333Z", fill: "white", stroke: "#222222", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M28 18.6667V37.3333", stroke: "#222222", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M18.6667 28H37.3334", stroke: "#222222", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
410
|
+
}
|
|
411
|
+
function FaseUmDesafio() {
|
|
412
|
+
return (jsx("svg", { width: "22", height: "43", viewBox: "0 0 22 43", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M12.2845 43V15.83C12.2845 14.8333 12.2845 13.815 12.2845 12.775C12.3278 11.6917 12.3712 10.5867 12.4145 9.46C10.9412 10.8033 9.29449 11.9733 7.47449 12.97C5.65449 13.9667 3.79116 14.66 1.88449 15.05L0.714492 7.51C1.71116 7.42333 2.81616 7.14166 4.02949 6.665C5.28616 6.145 6.54283 5.53833 7.79949 4.845C9.09949 4.10833 10.2695 3.35 11.3095 2.57C12.3928 1.74666 13.2162 0.923331 13.7795 0.0999983H21.0595V43H12.2845Z", fill: "#F26818" }) }));
|
|
413
|
+
}
|
|
414
|
+
function FaseDoisDesafio() {
|
|
415
|
+
return (jsx("svg", { width: "33", height: "44", viewBox: "0 0 33 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1.52334 44V37.955C5.42334 35.3117 8.71667 32.9283 11.4033 30.805C14.1333 28.6383 16.3217 26.645 17.9683 24.825C19.6583 22.9617 20.8717 21.2067 21.6083 19.56C22.3883 17.9133 22.7783 16.2667 22.7783 14.62C22.7783 12.6267 22.1717 11.0017 20.9583 9.745C19.745 8.445 18.0333 7.795 15.8233 7.795C13.3967 7.795 11.49 8.61833 10.1033 10.265C8.76001 11.9117 8.02334 14.2517 7.89334 17.285L0.15834 14.36C0.375007 11.4133 1.15501 8.92166 2.49834 6.885C3.88501 4.805 5.74834 3.22333 8.08834 2.14C10.4717 1.01333 13.2017 0.449999 16.2783 0.449999C18.9217 0.449999 21.1967 0.818331 23.1033 1.555C25.0533 2.29166 26.6567 3.31 27.9133 4.61C29.2133 5.86667 30.1883 7.31833 30.8383 8.965C31.4883 10.6117 31.8133 12.3233 31.8133 14.1C31.8133 16.8733 31.12 19.495 29.7333 21.965C28.39 24.435 26.31 26.8833 23.4933 29.31C20.6767 31.7367 17.1017 34.2933 12.7683 36.98V37.045C13.4183 37.0017 14.1983 36.9583 15.1083 36.915C16.0617 36.8717 17.0367 36.85 18.0333 36.85C19.03 36.8067 19.8967 36.785 20.6333 36.785H32.4633V44H1.52334Z", fill: "#F26818" }) }));
|
|
416
|
+
}
|
|
417
|
+
function FaseTresDesafio() {
|
|
418
|
+
return (jsx("svg", { width: "34", height: "45", viewBox: "0 0 34 45", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M17.6668 44.65C13.3768 44.65 9.71515 43.7617 6.68182 41.985C3.69182 40.165 1.63348 37.565 0.506816 34.185L8.95682 30.48C9.26015 32.04 9.75848 33.34 10.4518 34.38C11.1452 35.3767 12.0768 36.135 13.2468 36.655C14.4602 37.175 15.8902 37.435 17.5368 37.435C19.0102 37.435 20.2452 37.175 21.2418 36.655C22.2818 36.135 23.0835 35.3983 23.6468 34.445C24.2102 33.4917 24.4918 32.4083 24.4918 31.195C24.4918 29.895 24.2318 28.8333 23.7118 28.01C23.2352 27.1867 22.4985 26.6017 21.5018 26.255C20.5052 25.865 19.2485 25.67 17.7318 25.67C17.1685 25.67 16.6268 25.6917 16.1068 25.735C15.6302 25.735 15.0885 25.7783 14.4818 25.865V19.3C14.8285 19.3433 15.1752 19.3867 15.5218 19.43C15.9118 19.43 16.3018 19.43 16.6918 19.43C19.1185 19.43 20.8518 18.9533 21.8918 18C22.9752 17.0033 23.5168 15.4217 23.5168 13.255C23.5168 11.4783 22.9752 10.1133 21.8918 9.16C20.8518 8.16333 19.3568 7.665 17.4068 7.665C15.3268 7.665 13.6802 8.185 12.4668 9.225C11.2535 10.2217 10.4085 11.76 9.93182 13.84L1.93682 10.85C2.45682 8.68333 3.45348 6.82 4.92682 5.26C6.44348 3.7 8.30682 2.50833 10.5168 1.685C12.7268 0.818333 15.1752 0.385 17.8618 0.385C21.0685 0.385 23.7335 0.883333 25.8568 1.88C28.0235 2.87667 29.6485 4.24167 30.7318 5.975C31.8585 7.70833 32.4218 9.70167 32.4218 11.955C32.4218 13.7317 32.1402 15.2483 31.5768 16.505C31.0568 17.7183 30.3635 18.7583 29.4968 19.625C28.6735 20.4483 27.8068 21.0767 26.8968 21.51C25.9868 21.9433 25.1418 22.2033 24.3618 22.29V22.485C25.3585 22.5283 26.3768 22.745 27.4168 23.135C28.4568 23.4817 29.4102 24.0233 30.2768 24.76C31.1868 25.4967 31.9235 26.45 32.4868 27.62C33.0502 28.7467 33.3318 30.09 33.3318 31.65C33.3318 34.25 32.6385 36.5467 31.2518 38.54C29.9085 40.49 28.0668 42.0067 25.7268 43.09C23.3868 44.13 20.7002 44.65 17.6668 44.65Z", fill: "#F26818" }) }));
|
|
419
|
+
}
|
|
420
|
+
function FaseQuatroDesafio() {
|
|
421
|
+
return (jsx("svg", { width: "37", height: "44", viewBox: "0 0 37 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M21.7236 43.3546V33.2796H0.793594V27.4296C1.01026 26.9963 1.31359 26.4763 1.70359 25.8696C2.13693 25.2196 2.61359 24.4829 3.13359 23.6596L19.1236 0.454613H29.8486V26.7796H36.8036V33.2796H29.8486V43.3546H21.7236ZM8.46359 26.7796H21.7886V12.6096C21.7886 11.6996 21.8103 10.7246 21.8536 9.68461C21.8969 8.64461 21.9403 7.62628 21.9836 6.62961H21.8536C21.3769 7.58295 20.7919 8.62295 20.0986 9.74961C19.4486 10.8329 18.8419 11.8079 18.2786 12.6746L9.30859 25.5446C9.17859 25.7613 9.02693 25.9779 8.85359 26.1946C8.72359 26.3679 8.59359 26.5629 8.46359 26.7796Z", fill: "#F26818" }) }));
|
|
422
|
+
}
|
|
423
|
+
function FaseCincoDesafio() {
|
|
424
|
+
return (jsx("svg", { width: "33", height: "45", viewBox: "0 0 33 45", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M16.174 44.2955C12.404 44.2955 9.21899 43.5155 6.61899 41.9555C4.06232 40.3955 1.96065 38.0122 0.313985 34.8055L8.37398 30.7755C8.93732 32.6822 9.82565 34.2205 11.039 35.3905C12.2523 36.5605 14.029 37.1455 16.369 37.1455C17.9723 37.1455 19.3373 36.8638 20.464 36.3005C21.5907 35.7372 22.4573 34.9138 23.064 33.8305C23.714 32.7472 24.039 31.4255 24.039 29.8655C24.039 28.3055 23.7357 27.0055 23.129 25.9655C22.5657 24.8822 21.7423 24.0805 20.659 23.5605C19.5757 22.9972 18.2107 22.7155 16.564 22.7155C15.4373 22.7155 14.3757 22.8238 13.379 23.0405C12.4257 23.2572 11.559 23.6038 10.779 24.0805C9.99898 24.5138 9.30565 25.0988 8.69898 25.8355L1.67898 24.5355L4.34398 0.745506H30.279V7.96051H11.104L9.80398 18.4255L9.60898 19.2705H9.73898C10.649 18.2305 11.884 17.4288 13.444 16.8655C15.0473 16.3022 16.8673 16.0205 18.904 16.0205C21.7207 16.0205 24.1257 16.5838 26.119 17.7105C28.1123 18.8372 29.6507 20.4188 30.734 22.4555C31.8173 24.4488 32.359 26.7455 32.359 29.3455C32.359 31.8155 31.9473 34.0038 31.124 35.9105C30.3007 37.7738 29.1307 39.3338 27.614 40.5905C26.1407 41.8038 24.429 42.7355 22.479 43.3855C20.529 43.9922 18.4273 44.2955 16.174 44.2955Z", fill: "#F26818" }) }));
|
|
425
|
+
}
|
|
426
|
+
function FaseFinalizadaDesafio() {
|
|
427
|
+
const faseFinalizada = 'https://lxp-cdn.frstfalconi.cloud/STORYBOOK/bandeira-finalizado.svg';
|
|
428
|
+
return (jsx("img", { style: {
|
|
429
|
+
borderRadius: '50%',
|
|
430
|
+
height: '95px',
|
|
431
|
+
width: '97px',
|
|
432
|
+
border: '4px solid #F18624',
|
|
433
|
+
display: 'flex',
|
|
434
|
+
marginTop: '2px'
|
|
435
|
+
}, src: faseFinalizada, alt: "Fase finalizada" }));
|
|
436
|
+
}
|
|
437
|
+
function FaseUm() {
|
|
438
|
+
return (jsx("svg", { width: "52", height: "144", viewBox: "0 0 52 144", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M27.1523 144V26.3L0.152344 42.8V16.2L27.1523 -5.72205e-06H51.7523V144H27.1523Z", fill: "#F18624" }) }));
|
|
439
|
+
}
|
|
440
|
+
function FaseDois() {
|
|
441
|
+
return (jsx("svg", { width: "79", height: "147", viewBox: "0 0 79 147", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M0.429688 146.8V125.8L62.0297 70.9C66.8297 66.6333 70.163 62.6 72.0297 58.8C73.8964 55 74.8297 51.3333 74.8297 47.8C74.8297 43 73.7964 38.7333 71.7297 35C69.663 31.2 66.7964 28.2 63.1297 26C59.5297 23.8 55.363 22.7 50.6297 22.7C45.6297 22.7 41.1964 23.8667 37.3297 26.2C33.5297 28.4667 30.563 31.5 28.4297 35.3C26.2964 39.1 25.2964 43.2 25.4297 47.6H0.629688C0.629688 38 2.76302 29.6333 7.02969 22.5C11.363 15.3667 17.2964 9.83333 24.8297 5.9C32.4297 1.96666 41.1964 -2.86102e-06 51.1297 -2.86102e-06C60.3297 -2.86102e-06 68.5964 2.06666 75.9297 6.19999C83.263 10.2667 89.0297 15.9333 93.2297 23.2C97.4297 30.4 99.5297 38.7 99.5297 48.1C99.5297 54.9667 98.5964 60.7333 96.7297 65.4C94.863 70.0667 92.063 74.3667 88.3297 78.3C84.663 82.2333 80.0964 86.6 74.6297 91.4L30.9297 130.1L28.7297 124.1H99.5297V146.8H0.429688Z", fill: "#F18624" }) }));
|
|
442
|
+
}
|
|
443
|
+
function FaseTres() {
|
|
444
|
+
return (jsx("svg", { width: "80", height: "147", viewBox: "0 0 80 147", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M48.0945 146.7C40.8945 146.7 34.0945 145.3 27.6945 142.5C21.2945 139.7 15.7279 135.733 10.9945 130.6C6.32787 125.467 2.9612 119.4 0.894532 112.4L24.1945 106.1C25.8612 111.833 28.8945 116.267 33.2945 119.4C37.7612 122.467 42.6612 123.967 47.9945 123.9C52.7279 123.9 56.9612 122.8 60.6945 120.6C64.4279 118.4 67.3612 115.433 69.4945 111.7C71.6279 107.9 72.6945 103.667 72.6945 99C72.6945 91.8667 70.3945 85.9 65.7945 81.1C61.1945 76.3 55.2612 73.9 47.9945 73.9C45.7945 73.9 43.6279 74.2 41.4945 74.8C39.4279 75.4 37.4279 76.2333 35.4945 77.3L24.4945 58.3L72.8945 16.9L74.9945 22.7H6.49453V-5.72205e-06H94.7945V22.8L55.8945 60.2L55.6945 53.1C64.4279 53.7 71.8612 56.1333 77.9945 60.4C84.1945 64.6667 88.9279 70.1667 92.1945 76.9C95.5279 83.6333 97.1945 91 97.1945 99C97.1945 108.067 94.9612 116.2 90.4945 123.4C86.0945 130.6 80.1612 136.3 72.6945 140.5C65.2945 144.633 57.0945 146.7 48.0945 146.7Z", fill: "#F18624" }) }));
|
|
445
|
+
}
|
|
446
|
+
function FaseQuatro() {
|
|
447
|
+
return (jsx("svg", { width: "80", height: "144", viewBox: "0 0 80 144", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M63.9602 144V120.2H0.160156V97.7L46.2602 -5.72205e-06H73.7602L27.6602 97.7H63.9602V60.2H88.3602V97.7H101.86V120.2H88.3602V144H63.9602Z", fill: "#F18624" }) }));
|
|
448
|
+
}
|
|
449
|
+
function FaseCinco() {
|
|
450
|
+
return (jsx("svg", { width: "78", height: "147", viewBox: "0 0 78 147", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M47.1063 147C39.7729 147 32.9396 145.5 26.6063 142.5C20.2729 139.433 14.8063 135.233 10.2063 129.9C5.67292 124.567 2.40625 118.367 0.40625 111.3L23.6063 105.1C24.5396 108.967 26.2396 112.3 28.7063 115.1C31.2396 117.9 34.1729 120.067 37.5063 121.6C40.9063 123.133 44.4063 123.9 48.0063 123.9C52.6729 123.9 56.9396 122.767 60.8063 120.5C64.6729 118.233 67.7396 115.2 70.0063 111.4C72.2729 107.533 73.4063 103.267 73.4063 98.6C73.4063 93.9333 72.2396 89.7 69.9063 85.9C67.6396 82.0333 64.5729 79 60.7063 76.8C56.8396 74.5333 52.6063 73.4 48.0063 73.4C42.4729 73.4 37.8729 74.4 34.2063 76.4C30.6063 78.4 27.8396 80.5333 25.9063 82.8L5.30625 76.2L9.70625 -5.72205e-06H87.9063V22.6H22.6063L31.6063 14.1L28.4063 67.1L24.0063 61.7C27.7396 58.3 32.0729 55.7667 37.0063 54.1C41.9396 52.4333 46.7063 51.6 51.3063 51.6C60.3063 51.6 68.2729 53.6667 75.2063 57.8C82.2063 61.8667 87.6729 67.4333 91.6063 74.5C95.6063 81.5667 97.6063 89.6 97.6063 98.6C97.6063 107.6 95.2729 115.767 90.6063 123.1C85.9396 130.367 79.7729 136.167 72.1063 140.5C64.5063 144.833 56.1729 147 47.1063 147Z", fill: "#F18624" }) }));
|
|
451
|
+
}
|
|
452
|
+
function FaseFinalizado() {
|
|
453
|
+
return (jsx("svg", { width: "26", height: "144", viewBox: "0 0 26 144", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M0.964845 144V121.9H25.0648V144H0.964845ZM0.964845 108V-5.72205e-06H25.0648V108H0.964845Z", fill: "#F18624" }) }));
|
|
454
|
+
}
|
|
455
|
+
function WarnCard() {
|
|
456
|
+
return (jsx("svg", { width: "45", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M16 0.5C7.184 0.5 0 7.684 0 16.5C0 25.316 7.184 32.5 16 32.5C24.816 32.5 32 25.316 32 16.5C32 7.684 24.816 0.5 16 0.5ZM16 24.5C15.12 24.5 14.4 23.78 14.4 22.9C14.4 22.02 15.12 21.3 16 21.3C16.88 21.3 17.6 22.02 17.6 22.9C17.6 23.78 16.88 24.5 16 24.5ZM17.6 16.5C17.6 17.38 16.88 18.1 16 18.1C15.12 18.1 14.4 17.38 14.4 16.5V10.1C14.4 9.22 15.12 8.5 16 8.5C16.88 8.5 17.6 9.22 17.6 10.1V16.5Z", fill: "white" }) }));
|
|
457
|
+
}
|
|
458
|
+
function CardFinished() {
|
|
459
|
+
return (jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { x: "0.6", y: "0.6", width: "14.8", height: "14.8", rx: "7.4", stroke: "white", strokeWidth: "1.2" }), jsx("path", { d: "M12 5L6.5 10.5L4 8", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
460
|
+
}
|
|
461
|
+
function Tick({ fill, width, height }) {
|
|
462
|
+
return (jsx("svg", { width: width ? width : '12', height: height ? height : '10.5', viewBox: "0 0 13 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0964 0.390037L3.93638 7.30004L2.03638 5.27004C1.68638 4.94004 1.13638 4.92004 0.736381 5.20004C0.346381 5.49004 0.236381 6.00004 0.476381 6.41004L2.72638 10.07C2.94638 10.41 3.32638 10.62 3.75638 10.62C4.16638 10.62 4.55638 10.41 4.77638 10.07C5.13638 9.60004 12.0064 1.41004 12.0064 1.41004C12.9064 0.490037 11.8164 -0.319963 11.0964 0.380037V0.390037Z", fill: fill ? fill : 'white' }) }));
|
|
463
|
+
}
|
|
464
|
+
function LampHelpBoxInput({ fill, width, height }) {
|
|
465
|
+
return (jsxs("svg", { width: "16", height: "22", viewBox: "0 0 16 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M4.7282 15.2853H11.2704M3.0496 13.1938C2.07082 12.1947 1.40432 10.9219 1.13437 9.53624C0.864424 8.15062 1.00315 6.71443 1.53302 5.40926C2.06289 4.1041 2.9601 2.98857 4.1112 2.20374C5.26231 1.4189 6.61561 1 8 1C9.38439 1 10.7377 1.4189 11.8888 2.20374C13.0399 2.98857 13.9371 4.1041 14.467 5.40926C14.9968 6.71443 15.1356 8.15062 14.8656 9.53624C14.5957 10.9219 13.9292 12.1947 12.9504 13.1938L12.1832 13.9752C11.7446 14.4229 11.3967 14.9544 11.1594 15.5393C10.922 16.1241 10.7999 16.751 10.8 17.384V18.1427C10.8 18.9005 10.505 19.6273 9.9799 20.1631C9.4548 20.699 8.74261 21 8 21C7.25739 21 6.5452 20.699 6.0201 20.1631C5.495 19.6273 5.2 18.9005 5.2 18.1427V17.384C5.2 16.1054 4.7016 14.8782 3.8168 13.9752L3.0496 13.1938Z", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M4 7.5V7.5C4 5.567 5.567 4 7.5 4V4", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round" })] }));
|
|
466
|
+
}
|
|
467
|
+
function ArrrowExpandDropdown({ fill, width, height, stroke, strokeWidth }) {
|
|
468
|
+
return (jsx("svg", { width: width ? width : '14', height: height ? height : '8', viewBox: "0 0 14 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1.5 1.33301L6.83333 6.66634L12.1667 1.33301", stroke: stroke ?? '#757575', strokeWidth: strokeWidth ?? '2', strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
469
|
+
}
|
|
470
|
+
function StarRatingRondedTips({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
471
|
+
return (jsx(Fragment, { children: jsx("svg", { width: width ? width : '30', height: height ? height : '28', viewBox: "0 0 28 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M12.2311 1.35268C12.9815 -0.0696177 15.0185 -0.0696146 15.7689 1.35268L18.4315 6.39921C18.7209 6.9477 19.2483 7.33091 19.8594 7.43664L25.4817 8.40944C27.0663 8.68361 27.6957 10.6209 26.5749 11.7741L22.5982 15.8658C22.166 16.3105 21.9645 16.9306 22.0528 17.5444L22.865 23.1922C23.0939 24.7839 21.4459 25.9812 20.0028 25.2716L14.8825 22.7539C14.326 22.4803 13.674 22.4803 13.1175 22.7539L7.99715 25.2716C6.55406 25.9812 4.90612 24.7839 5.13503 23.1922L5.94723 17.5444C6.0355 16.9306 5.83403 16.3105 5.40181 15.8658L1.42506 11.7741C0.30427 10.6209 0.933729 8.68361 2.5183 8.40944L8.14062 7.43664C8.75169 7.33091 9.27914 6.94769 9.56853 6.3992L12.2311 1.35268Z", fill: fill ? fill : '#FFC200', fillOpacity: fillOpacity ? fillOpacity : '1', stroke: stroke ? stroke : '0', strokeWidth: strokeWidth ? strokeWidth : 'transparent' }) }) }));
|
|
472
|
+
}
|
|
473
|
+
function BallonChatgRondedTips({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
474
|
+
return (jsx("svg", { width: width ? width : '16', height: height ? height : '17', viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1.33268 8.8382C1.33268 7.27478 1.33268 5.71768 1.33268 4.15426C1.33268 3.21114 1.91268 2.44525 2.79935 2.22371C2.97268 2.17941 3.15268 2.16675 3.32602 2.16675C6.43935 2.16675 9.55935 2.16675 12.6727 2.16675C13.586 2.16675 14.286 2.66679 14.566 3.51496C14.606 3.64156 14.6327 3.76815 14.666 3.90107V10.9713C14.6127 11.1612 14.5793 11.3637 14.4927 11.541C14.1393 12.3068 13.5327 12.6866 12.7127 12.6993C12.486 12.6993 12.2593 12.6993 12.026 12.6993C12.026 12.7563 12.0193 12.8069 12.0193 12.8512C12.0193 13.3576 12.0193 13.8576 12.0127 14.364C12.0127 14.6868 11.7927 14.8893 11.5193 14.8197C11.4393 14.8007 11.3593 14.7501 11.2927 14.6995C10.4927 14.0665 9.69268 13.4335 8.89268 12.7942C8.81268 12.7309 8.72602 12.6993 8.61935 12.6993C6.85935 12.6993 5.10602 12.6993 3.34602 12.6993C2.90602 12.6993 2.49935 12.6043 2.14602 12.3322C1.61935 11.9334 1.34602 11.3954 1.34602 10.7181C1.34602 10.0915 1.34602 9.47117 1.34602 8.84453L1.33268 8.8382ZM11.4527 8.52805C11.946 8.52805 12.3393 8.11662 12.3393 7.61658C12.3393 7.11653 11.9393 6.70511 11.4527 6.70511C10.966 6.70511 10.566 7.11653 10.566 7.61658C10.566 8.11662 10.966 8.52805 11.4527 8.52805ZM8.09268 8.52805C8.58602 8.52805 8.97935 8.11662 8.97935 7.61658C8.97935 7.11653 8.57935 6.70511 8.09268 6.70511C7.60602 6.70511 7.20602 7.11653 7.20602 7.61658C7.20602 8.11662 7.60602 8.52805 8.09268 8.52805ZM4.53268 8.52805C5.02602 8.52805 5.41935 8.11662 5.41935 7.61658C5.41935 7.11653 5.01935 6.70511 4.53268 6.70511C4.04602 6.70511 3.64602 7.11653 3.64602 7.61658C3.64602 8.11662 4.04602 8.52805 4.53268 8.52805Z", fill: fill ? fill : 'white' }) }));
|
|
475
|
+
}
|
|
476
|
+
function PlayResourceInfoIcon({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
477
|
+
return (jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.5 5.75L10.25 8L6.5 10.25V5.75Z", fill: "#222222", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
478
|
+
}
|
|
479
|
+
function DocumentResourceInfoIcon({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
480
|
+
return (jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M9.66602 1.3335H3.99935C3.64573 1.3335 3.30659 1.47397 3.05654 1.72402C2.80649 1.97407 2.66602 2.31321 2.66602 2.66683V13.3335C2.66602 13.6871 2.80649 14.0263 3.05654 14.2763C3.30659 14.5264 3.64573 14.6668 3.99935 14.6668H11.9993C12.353 14.6668 12.6921 14.5264 12.9422 14.2763C13.1922 14.0263 13.3327 13.6871 13.3327 13.3335V5.00016L9.66602 1.3335Z", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M9.33398 1.3335V5.3335H13.334", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
481
|
+
}
|
|
482
|
+
function StarPrioritize({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
483
|
+
return (jsx("svg", { width: width ? width : '20', height: height ? height : '19', viewBox: "0 0 20 19", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M8.76629 1.56915C9.29428 0.584872 10.7057 0.584872 11.2337 1.56915L12.7175 4.33521C13.0927 5.03459 13.7667 5.52431 14.5478 5.665L17.637 6.2214C18.7362 6.41939 19.1724 7.76174 18.3995 8.56805L16.2273 10.834C15.6781 11.4069 15.4206 12.1993 15.5282 12.9856L15.9536 16.0955C16.105 17.2022 14.9631 18.0318 13.9574 17.5459L11.1312 16.1802C10.4166 15.8349 9.58342 15.8349 8.86882 16.1802L6.04256 17.5459C5.03686 18.0318 3.89499 17.2022 4.04638 16.0955L4.47182 12.9856C4.57939 12.1993 4.32193 11.4069 3.77271 10.834L1.60055 8.56805C0.827603 7.76174 1.26376 6.41939 2.36302 6.2214L5.45222 5.665C6.23329 5.52431 6.90734 5.03459 7.28251 4.33521L8.76629 1.56915Z", stroke: stroke ? stroke : '#222222', strokeWidth: "1.2" }) }));
|
|
484
|
+
}
|
|
485
|
+
function EditHipoteses({ width, height, fill, stroke }) {
|
|
486
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12 5.06665H6.55556C6.143 5.06665 5.74733 5.24146 5.45561 5.55264C5.16389 5.86381 5 6.28585 5 6.72591V18.3407C5 18.7808 5.16389 19.2028 5.45561 19.514C5.74733 19.8252 6.143 20 6.55556 20H17.4444C17.857 20 18.2527 19.8252 18.5444 19.514C18.8361 19.2028 19 18.7808 19 18.3407V12.5333", stroke: stroke ? stroke : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M18.1791 4.51625C18.489 4.1857 18.9093 4 19.3476 4C19.7858 4 20.2061 4.1857 20.516 4.51625C20.8259 4.8468 21 5.29513 21 5.76259C21 6.23006 20.8259 6.67839 20.516 7.00894L13.1159 14.9024L10 15.7333L10.779 12.4098L18.1791 4.51625Z", stroke: stroke ? stroke : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
487
|
+
}
|
|
488
|
+
function TrashHipoteses({ width, height, stroke }) {
|
|
489
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M3.83325 7.33337H5.61103H19.8333", stroke: stroke ? stroke : '#C00F00', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M18.3788 7.5V18.4C18.3788 18.8243 18.1817 19.2313 17.831 19.5314C17.4803 19.8314 17.0046 20 16.5086 20H7.15797C6.66198 20 6.18631 19.8314 5.83559 19.5314C5.48487 19.2313 5.28784 18.8243 5.28784 18.4V7.5M8.09304 7.2V5.6C8.09304 5.17565 8.29007 4.76869 8.64079 4.46863C8.9915 4.16857 9.46718 4 9.96317 4H13.7034C14.1994 4 14.6751 4.16857 15.0258 4.46863C15.3765 4.76869 15.5736 5.17565 15.5736 5.6V7.2", stroke: stroke ? stroke : '#C00F00', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
490
|
+
}
|
|
491
|
+
function AddAction({ width, height, stroke }) {
|
|
492
|
+
return (jsxs("svg", { width: width ? width : '24', height: height ? height : '25', viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M12.1543 4.82617V20.8262", stroke: stroke ? stroke : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M4.1543 12.8262H20.1543", stroke: stroke ? stroke : '#222222', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
493
|
+
}
|
|
494
|
+
const PinIcon = ({ fill }) => {
|
|
495
|
+
return (jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M11.6663 8.64357C11.6663 8.80964 11.5279 8.9428 11.3552 8.9428H7.6219V12.2342C7.6219 12.5649 7.34345 12.8327 6.99967 12.8327C6.6559 12.8327 6.37745 12.5649 6.37745 12.2342V8.9428H2.64412C2.56167 8.9428 2.48235 8.91138 2.4248 8.85602C2.36724 8.80067 2.33301 8.72436 2.33301 8.64507C2.33301 7.40779 2.83391 6.24381 3.74391 5.37009L4.19967 4.93173V3.37577C3.79056 2.903 3.57745 2.07715 3.57745 1.46524C3.57745 1.29917 3.7159 1.16602 3.88856 1.16602H10.1108C10.2835 1.16602 10.4219 1.29917 10.4219 1.46524C10.4219 2.07715 10.2088 2.9015 9.79967 3.37577V4.93322L10.2554 5.37158C11.1654 6.24681 11.6663 7.40928 11.6663 8.64657V8.64357Z", fill: fill ? fill : '#334155' }) }));
|
|
496
|
+
};
|
|
497
|
+
const CopyIcon = ({ fill }) => {
|
|
498
|
+
return (jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M6.41699 11.3743H9.74198C9.39782 12.2318 8.56366 12.8327 7.58366 12.8327H3.50033C2.21116 12.8327 1.16699 11.7885 1.16699 10.4993V5.83268C1.16699 4.64268 2.05949 3.66268 3.20866 3.51685V8.16602C3.20866 9.93352 4.64949 11.3743 6.41699 11.3743ZM11.3753 3.64518H12.612C12.577 3.59268 12.5362 3.54602 12.4895 3.49935L10.5003 1.51018C10.4537 1.46351 10.407 1.42268 10.3545 1.39352V2.62435C10.3545 3.18435 10.8153 3.64518 11.3753 3.64518ZM11.3753 4.52018C10.3312 4.52018 9.47949 3.66852 9.47949 2.62435V1.16602H6.41699C5.12783 1.16602 4.08366 2.21018 4.08366 3.49935V8.16602C4.08366 9.45518 5.12783 10.4993 6.41699 10.4993H10.5003C11.7895 10.4993 12.8337 9.45518 12.8337 8.16602V4.52018H11.3753Z", fill: fill ? fill : '#334155' }) }));
|
|
499
|
+
};
|
|
500
|
+
const StarRatingIcon = () => {
|
|
501
|
+
return (jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M14.2707 7.53976L12.0841 9.64559L12.6001 12.6152C12.6843 13.1008 12.4895 13.5828 12.0911 13.8766C11.6858 14.1739 11.154 14.2162 10.7066 13.9839L8.00055 12.5783L5.29455 13.9839C5.10151 14.0842 4.89269 14.1335 4.68737 14.1335C4.41361 14.1335 4.1416 14.0473 3.90996 13.8766C3.5116 13.5846 3.31681 13.1008 3.40105 12.6152L3.91698 9.64559L1.73042 7.53976C1.37243 7.19495 1.24432 6.68828 1.39524 6.2168C1.54791 5.74004 1.95504 5.4005 2.45342 5.32837L5.47706 4.89383L6.8283 2.18809C7.05117 1.743 7.49866 1.4668 7.9988 1.4668C8.49894 1.4668 8.94818 1.743 9.16929 2.18809L10.5205 4.89383L13.5459 5.32837C14.0443 5.4005 14.4514 5.74004 14.6041 6.2168C14.755 6.68828 14.6269 7.19495 14.2689 7.53976H14.2707Z", fill: "#ED9D01" }) }));
|
|
502
|
+
};
|
|
503
|
+
function LookChallengeIcon() {
|
|
504
|
+
return (jsx("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M13.9518 11.1037C13.9518 11.2439 13.8961 11.3784 13.797 11.4775C13.6978 11.5766 13.5634 11.6323 13.4232 11.6323H11.1323V13.9232C11.1323 14.0634 11.0766 14.1978 10.9775 14.297C10.8784 14.3961 10.7439 14.4518 10.6037 14.4518C10.4635 14.4518 10.329 14.3961 10.2299 14.297C10.1307 14.1978 10.075 14.0634 10.075 13.9232V11.6323H7.78423C7.64403 11.6323 7.50956 11.5766 7.41042 11.4775C7.31128 11.3784 7.25558 11.2439 7.25558 11.1037C7.25558 10.9635 7.31128 10.829 7.41042 10.7299C7.50956 10.6307 7.64403 10.575 7.78423 10.575H10.075V8.28423C10.075 8.14403 10.1307 8.00956 10.2299 7.91042C10.329 7.81128 10.4635 7.75558 10.6037 7.75558C10.7439 7.75558 10.8784 7.81128 10.9775 7.91042C11.0766 8.00956 11.1323 8.14403 11.1323 8.28423V10.575H13.4232C13.5634 10.575 13.6978 10.6307 13.797 10.7299C13.8961 10.829 13.9518 10.9635 13.9518 11.1037ZM20.8454 21.3454C20.7463 21.4444 20.6119 21.5 20.4718 21.5C20.3317 21.5 20.1974 21.4444 20.0982 21.3454L15.5712 16.8184C14.0866 18.1093 12.1588 18.7734 10.1941 18.6707C8.22946 18.568 6.38142 17.7064 5.03957 16.2677C3.69772 14.8289 2.96689 12.9254 3.00115 10.9583C3.03541 8.99128 3.83208 7.11435 5.22321 5.72321C6.61435 4.33208 8.49128 3.53541 10.4583 3.50115C12.4254 3.46689 14.3289 4.19772 15.7677 5.53957C17.2064 6.88142 18.068 8.72946 18.1707 10.6941C18.2734 12.6588 17.6093 14.5866 16.3184 16.0712L20.8454 20.5982C20.9444 20.6974 21 20.8317 21 20.9718C21 21.1119 20.9444 21.2463 20.8454 21.3454ZM10.6037 17.6237C11.8932 17.6237 13.1538 17.2413 14.226 16.5249C15.2982 15.8085 16.1339 14.7902 16.6274 13.5988C17.1209 12.4074 17.25 11.0965 16.9984 9.83171C16.7468 8.56695 16.1259 7.40519 15.214 6.49336C14.3022 5.58152 13.1404 4.96055 11.8757 4.70897C10.6109 4.45739 9.29997 4.58651 8.1086 5.08C6.91722 5.57348 5.89894 6.40916 5.18251 7.48137C4.46608 8.55358 4.08369 9.81416 4.08369 11.1037C4.08579 12.8323 4.77339 14.4894 5.99567 15.7117C7.21796 16.934 8.87513 17.6216 10.6037 17.6237Z", fill: "black" }) }));
|
|
505
|
+
}
|
|
506
|
+
function PresentationIcon() {
|
|
507
|
+
return (jsx("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M7 9.654H8V7.654C8 7.242 8.14667 6.88867 8.44 6.594C8.73467 6.30067 9.088 6.154 9.5 6.154H11.5V7.461L13.307 5.654L11.499 3.846V5.154H9.499C8.807 5.154 8.21733 5.39734 7.73 5.884C7.24267 6.37067 6.99933 6.96067 7 7.654V9.654ZM2.846 13C2.38533 13 2.001 12.8457 1.693 12.537C1.385 12.2283 1.23067 11.844 1.23 11.384V1.615C1.23 1.155 1.38433 0.770669 1.693 0.462002C2.00167 0.153335 2.38567 -0.000664511 2.845 2.15517e-06H17.615C18.075 2.15517e-06 18.459 0.154002 18.767 0.462002C19.075 0.770002 19.2293 1.15434 19.23 1.615V11.385C19.23 11.845 19.0757 12.229 18.767 12.537C18.4583 12.845 18.074 12.9993 17.614 13H2.846ZM2.846 12H17.615C17.7683 12 17.9093 11.9357 18.038 11.807C18.1667 11.6783 18.2307 11.5373 18.23 11.384V1.615C18.23 1.46167 18.166 1.32067 18.038 1.192C17.9093 1.06334 17.768 0.999002 17.614 0.999002H2.846C2.692 0.999002 2.55067 1.06334 2.422 1.192C2.294 1.32 2.23 1.461 2.23 1.615V11.385C2.23 11.5383 2.294 11.679 2.422 11.807C2.55 11.935 2.691 11.9993 2.845 12M0 15V14H20.46V15H0Z", fill: "black" }) }));
|
|
508
|
+
}
|
|
509
|
+
function UncheckedBox() {
|
|
510
|
+
return (jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("rect", { x: "0.5", y: "0.5", width: "15", height: "15", rx: "1.5", fill: "#EBEDED", stroke: "#9C9C9C" }) }));
|
|
511
|
+
}
|
|
512
|
+
function UserIcon({ fill }) {
|
|
513
|
+
return (jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M3.88727 4.23619C3.88727 2.54299 5.28283 1.16602 6.9989 1.16602C8.71496 1.16602 10.1105 2.54299 10.1105 4.23619C10.1105 5.92939 8.71496 7.30637 6.9989 7.30637C5.28283 7.30637 3.88727 5.92939 3.88727 4.23619ZM9.56132 7.96492C9.21437 7.87742 8.83476 7.92654 8.52205 8.09847C7.57767 8.61733 6.42168 8.61733 5.4773 8.09847C5.16459 7.92654 4.78498 7.87895 4.43803 7.96492C3.19805 8.27347 2.33301 9.38334 2.33301 10.6636V11.2838C2.33301 11.6752 2.4388 12.059 2.6395 12.3921C2.80286 12.6638 3.10936 12.8327 3.43919 12.8327H10.5602C10.89 12.8327 11.1965 12.6638 11.3599 12.3921C11.5606 12.059 11.6663 11.6752 11.6663 11.2838V10.6636C11.6663 9.38334 10.8013 8.27347 9.56132 7.96492Z", fill: fill ? fill : '#334155' }) }));
|
|
514
|
+
}
|
|
515
|
+
const RoomGroupIcon = ({ width = '24', height = '24', stroke = '#222222' }) => {
|
|
516
|
+
return (jsxs("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M18.04 17.6988H19.0652C19.586 17.6901 20.0057 17.5665 20.3425 17.3494C20.6797 17.1321 20.9702 16.7977 21.1952 16.31L21.195 16.3099L21.201 16.2977C21.2409 16.2161 21.2742 16.1168 21.3091 15.9861C21.3182 15.9521 21.3321 15.8966 21.3477 15.8341C21.3644 15.7672 21.3831 15.6925 21.4 15.6276V5.17465C21.3898 5.13296 21.3804 5.09392 21.3715 5.05679C21.3405 4.92731 21.315 4.82112 21.279 4.70676C20.9415 3.68891 20.1265 3.1 19.01 3.1H4.99C4.75609 3.1 4.54126 3.11751 4.3486 3.16677L4.34544 3.16756C3.29598 3.42977 2.6 4.32789 2.6 5.48127V12.1278L2.62 12.1373V12.5167V15.327C2.62 16.1539 2.94107 16.7844 3.58219 17.2698L3.5822 17.2698L3.58615 17.2728C3.98126 17.5772 4.44891 17.6988 5.02 17.6988H12.93C13.2281 17.6988 13.4886 17.7937 13.7123 17.9707L13.7146 17.9725C14.9115 18.929 16.1087 19.8762 17.3072 20.8245C17.3413 20.8501 17.3705 20.8695 17.3946 20.883C17.3998 20.8858 17.4042 20.8882 17.4079 20.89C17.4141 20.8705 17.42 20.8402 17.42 20.7959H17.4199L17.4201 20.788C17.43 20.033 17.43 19.2869 17.43 18.5267C17.43 18.4744 17.4335 18.4215 17.4357 18.3893C17.4359 18.3862 17.4361 18.3832 17.4363 18.3805C17.4388 18.3425 17.44 18.3198 17.44 18.2988V17.6988H18.04Z", stroke: stroke, strokeWidth: "1.2" }), jsx("circle", { cx: "8", cy: "10.5", r: "1", fill: stroke }), jsx("circle", { cx: "12", cy: "10.5", r: "1", fill: stroke }), jsx("circle", { cx: "16", cy: "10.5", r: "1", fill: stroke })] }));
|
|
517
|
+
};
|
|
518
|
+
function HandWave() {
|
|
519
|
+
return (jsxs("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { clipPath: "url(#clip0_645_3671)", children: [jsx("path", { d: "M14.0303 7.97569L14.5293 7.47671C15.2438 6.76221 16.4023 6.76223 17.1169 7.47677L19.4072 9.76708C22.1284 12.4883 22.1284 16.9002 19.4072 19.6214V19.6214C16.6881 22.3404 12.2805 22.3429 9.55841 19.6269L4.12333 14.204C3.40743 13.4897 3.40675 12.3301 4.12181 11.6149L4.73693 10.9998M14.0303 7.97569L10.6778 4.62324C9.96324 3.90868 8.80471 3.90868 8.09015 4.62324L7.44324 5.27015M14.0303 7.97569L16.6858 10.6313C16.8127 10.7582 16.8354 10.9557 16.7405 11.1081V11.1081C16.0743 12.1778 16.04 13.5246 16.6509 14.627L17.2698 15.7436M7.44324 5.27015L6.81286 4.63976C6.22673 4.05363 5.27642 4.05363 4.69028 4.63977L4.51673 4.81332C4.03489 5.29515 4.02744 6.07403 4.49997 6.565V6.565M7.44324 5.27015L12.8827 10.7096M4.49997 6.565L3.69331 7.37166C2.97798 8.08699 2.97886 9.24704 3.69528 9.96128L4.73693 10.9998M4.49997 6.565L10.7803 12.8121M4.73693 10.9998L9.62908 15.8658", stroke: "white", strokeWidth: "1.3", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M18.0001 3.20698C18.0001 3.20698 19.4143 3.20698 20.8285 4.6212C22.2427 6.03541 22.2427 7.44963 22.2427 7.44963", stroke: "white", strokeWidth: "1.3", strokeLinecap: "round" }), jsx("path", { d: "M2.7072 18.4998C2.7072 18.4998 2.7072 19.914 4.12141 21.3282C5.53563 22.7424 6.94984 22.7424 6.94984 22.7424", stroke: "white", strokeWidth: "1.3", strokeLinecap: "round" })] }), jsx("defs", { children: jsx("clipPath", { id: "clip0_645_3671", children: jsx("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })] }));
|
|
520
|
+
}
|
|
521
|
+
function HelpIcon() {
|
|
522
|
+
return (jsxs("svg", { width: "26", height: "25", viewBox: "0 0 26 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { clipPath: "url(#clip0_34_679)", children: [jsx("path", { d: "M22.7976 18.8385C22.0103 18.6927 21.4879 18.2794 21.2952 17.5098C21.2523 17.3395 21.253 17.1563 21.2523 16.9786C21.2489 15.5001 21.2503 14.0222 21.2503 12.5437C21.2503 11.4561 21.6548 10.9215 22.6974 10.6286C22.7206 10.6218 22.7424 10.6082 22.7628 10.5987C22.5565 5.73339 18.4008 1.24471 12.8313 1.23518C7.22236 1.22496 3.06194 5.72726 2.8372 10.6055C2.90598 10.6246 2.97749 10.6464 3.05036 10.6641C3.79745 10.8473 4.33819 11.4697 4.34568 12.2332C4.36203 13.8894 4.36884 15.5464 4.34432 17.2027C4.32866 18.2862 3.35751 19.0006 2.23244 18.8078C0.967083 18.5913 0.0429235 17.5445 0.0177253 16.2574C-0.00270567 15.2297 -0.00951599 14.2007 0.0197684 13.1737C0.0483717 12.1807 0.525775 11.4289 1.38932 10.9365C1.5337 10.8541 1.58955 10.7737 1.59908 10.6075C1.87762 5.69934 5.31752 1.54096 10.0861 0.339619C16.308 -1.22744 22.6069 2.78793 23.8164 9.09973C23.9117 9.59825 23.956 10.1083 24.0064 10.6143C24.0214 10.7649 24.0609 10.85 24.1991 10.9283C25.1035 11.4377 25.5728 12.2223 25.5905 13.2568C25.6068 14.2252 25.6034 15.1936 25.5918 16.162C25.5789 17.2074 25.1144 18.0022 24.2012 18.5164C24.0561 18.5981 24.0261 18.6893 24.0241 18.8378C24.0152 19.4398 24.0547 20.0507 23.9669 20.6425C23.7033 22.4241 22.1853 23.7215 20.3785 23.7596C19.8099 23.7719 19.2399 23.7664 18.6712 23.7603C18.537 23.7589 18.4662 23.7937 18.4015 23.9244C18.0515 24.6259 17.478 24.9896 16.6894 24.9957C16.0778 25.0005 15.4663 25.0018 14.8547 24.995C13.8127 24.9828 13.0227 24.2166 12.9887 23.1951C12.9553 22.1987 13.7078 21.3644 14.7355 21.3113C15.4302 21.2759 16.1289 21.2834 16.8242 21.3086C17.5584 21.3352 18.0807 21.7152 18.4117 22.3696C18.4464 22.4391 18.5316 22.5317 18.5929 22.5317C19.2971 22.5304 20.0067 22.5624 20.7048 22.4881C21.8523 22.3669 22.7615 21.3304 22.7976 20.1774C22.8112 19.7368 22.7996 19.2961 22.7996 18.8385H22.7976ZM24.3694 14.738C24.3694 14.2368 24.3789 13.7355 24.3673 13.235C24.3496 12.4599 23.7347 11.8375 22.9998 11.8354C22.6763 11.8348 22.4788 12.0057 22.4775 12.3271C22.472 13.9235 22.472 15.5205 22.4775 17.1168C22.4788 17.439 22.6763 17.6133 22.9957 17.6119C23.734 17.6092 24.3483 16.9909 24.3667 16.2158C24.3782 15.7234 24.3694 15.2311 24.3694 14.738ZM3.13072 14.7339C3.13072 13.9439 3.13481 13.1539 3.12868 12.3646C3.12595 11.9982 2.93254 11.8252 2.56547 11.8368C1.8606 11.8586 1.2538 12.4606 1.24086 13.1975C1.22315 14.2163 1.22315 15.2358 1.24086 16.2547C1.25312 16.9609 1.8211 17.55 2.49396 17.6058C2.93663 17.6426 3.128 17.4717 3.13004 17.0269C3.13277 16.2628 3.1314 15.498 3.13072 14.7339ZM15.7693 23.7732C16.0839 23.7732 16.3979 23.7787 16.7125 23.7719C17.0912 23.7637 17.3493 23.511 17.3527 23.1562C17.3561 22.8001 17.1062 22.5351 16.7268 22.529C16.0983 22.5181 15.4697 22.5181 14.8411 22.529C14.4604 22.5358 14.207 22.8028 14.2118 23.1549C14.2172 23.5097 14.476 23.7637 14.8526 23.7719C15.1584 23.7787 15.4635 23.7732 15.7693 23.7732Z", fill: "white" }), jsx("path", { d: "M8.88545 16.423C8.30725 16.4019 7.80465 16.2643 7.36402 15.9476C6.60331 15.4021 6.24713 14.6489 6.24713 13.7193C6.24713 12.029 6.24032 10.3379 6.24917 8.64763C6.25735 7.04652 7.36607 5.95142 8.97058 5.95006C11.5279 5.94734 14.0844 5.94665 16.6417 5.95006C18.2442 5.9521 19.3481 7.04925 19.3556 8.65444C19.3638 10.3366 19.3631 12.0187 19.3556 13.7009C19.3488 15.3156 18.2387 16.4155 16.624 16.4189C15.6134 16.4209 14.602 16.4236 13.5914 16.4155C13.4082 16.4141 13.2767 16.4625 13.1453 16.5953C12.4466 17.3022 11.7458 18.0077 11.03 18.6963C10.3912 19.3112 9.3574 19.111 9.01076 18.3067C8.92631 18.1106 8.90043 17.8797 8.8909 17.6631C8.87251 17.2579 8.88545 16.8513 8.88545 16.4216V16.423ZM10.1093 17.7864C10.1297 17.798 10.1508 17.8089 10.1712 17.8204C10.2373 17.7592 10.3054 17.6999 10.3694 17.6366C11.0865 16.9242 11.8084 16.2173 12.516 15.4961C12.7292 15.2795 12.9587 15.1883 13.2611 15.1917C14.3732 15.2032 15.486 15.1971 16.5981 15.1957C17.5747 15.1951 18.1318 14.6414 18.1332 13.6655C18.1352 12.0092 18.1352 10.3536 18.1332 8.69734C18.1318 7.7187 17.5802 7.17319 16.5961 7.17319C14.0742 7.17319 11.5517 7.17319 9.02983 7.17319C8.011 7.17319 7.47094 7.71053 7.47026 8.72526C7.4689 10.3645 7.47026 12.0031 7.47026 13.6423C7.47026 13.7526 7.47367 13.8637 7.48593 13.9726C7.55403 14.5849 7.99466 15.065 8.60282 15.161C8.8439 15.1992 9.09316 15.1923 9.33833 15.1951C9.90427 15.2012 10.1065 15.398 10.1079 15.9599C10.1093 16.5687 10.1079 17.1782 10.1079 17.7871L10.1093 17.7864Z", fill: "white" }), jsx("path", { d: "M12.8027 12.1847C12.311 12.1847 11.8935 11.7652 11.8976 11.2741C11.9017 10.7811 12.3239 10.3677 12.815 10.3759C13.2999 10.384 13.703 10.7899 13.7078 11.2728C13.7126 11.7624 13.2951 12.1833 12.8034 12.184L12.8027 12.1847Z", fill: "white" }), jsx("path", { d: "M10.7283 11.2804C10.7283 11.7803 10.3183 12.1903 9.82317 12.1848C9.32806 12.1794 8.92217 11.7633 8.92898 11.2668C8.93511 10.7812 9.33828 10.3801 9.82385 10.376C10.3196 10.3713 10.7283 10.7799 10.7283 11.2804Z", fill: "white" }), jsx("path", { d: "M14.8765 11.2757C14.8785 10.7752 15.2899 10.3679 15.785 10.3761C16.2814 10.3836 16.6846 10.8011 16.6758 11.2969C16.6669 11.7811 16.2603 12.1822 15.7761 12.1842C15.281 12.1863 14.8738 11.7756 14.8765 11.2757Z", fill: "white" })] }), jsx("defs", { children: jsx("clipPath", { id: "clip0_34_679", children: jsx("rect", { width: "25.6014", height: "25", fill: "white" }) }) })] }));
|
|
523
|
+
}
|
|
524
|
+
function IconHamburgerMenu() {
|
|
525
|
+
return (jsx("div", { children: jsxs("svg", { width: "27", height: "33", viewBox: "0 0 27 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M7.46 2.4H6.23L4.79 6.42L4.28 8.06H4.26L3.76 6.41L2.31 2.4H1.08V9H1.84V4.85L1.75 3.11H1.76L3.93 9H4.61L6.78 3.11H6.79L6.7 4.85V9H7.46V2.4ZM13.6673 6.24C13.6673 4.95 12.8773 3.9 11.4273 3.9C9.91727 3.9 9.06727 4.88 9.06727 6.5C9.06727 8.12 9.97727 9.1 11.4873 9.1C12.5673 9.1 13.1873 8.69 13.5673 8.01L12.8973 7.66C12.7173 8.14 12.2173 8.4 11.4873 8.4C10.5673 8.4 9.95727 7.81 9.85727 6.8H13.6273C13.6473 6.66 13.6673 6.47 13.6673 6.24ZM11.4273 4.6C12.2773 4.6 12.7873 5.17 12.8973 6.09H9.86727C9.98727 5.15 10.5373 4.6 11.4273 4.6ZM17.6178 3.9C16.9278 3.9 16.2878 4.15 15.9378 4.78L15.8878 4H15.1878V9H15.9878V6.34C15.9878 5.06 16.8078 4.6 17.5378 4.6C18.2278 4.6 18.7678 4.97 18.7678 6.08V9H19.5678V5.8C19.5678 4.51 18.6878 3.9 17.6178 3.9ZM24.9092 4V6.72C24.9092 7.9 24.1592 8.4 23.3092 8.4C22.5892 8.4 22.1292 8.09 22.1292 7.06V4H21.3292V7.27C21.3292 8.59 22.1792 9.1 23.1692 9.1C23.9692 9.1 24.6092 8.84 24.9592 8.24L25.0092 9H25.7092V4H24.9092Z", fill: "white" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15.5854C0 15.0332 0.447715 14.5854 1 14.5854H24.7843C25.3366 14.5854 25.7843 15.0332 25.7843 15.5854C25.7843 16.1377 25.3366 16.5854 24.7843 16.5854H1C0.447715 16.5854 0 16.1377 0 15.5854ZM0 23.6736C0 23.1213 0.447715 22.6736 1 22.6736H24.7843C25.3366 22.6736 25.7843 23.1213 25.7843 23.6736C25.7843 24.2259 25.3366 24.6736 24.7843 24.6736H1C0.447715 24.6736 0 24.2259 0 23.6736ZM1 30.7617C0.447715 30.7617 0 31.2094 0 31.7617C0 32.314 0.447715 32.7617 1 32.7617H24.7843C25.3366 32.7617 25.7843 32.314 25.7843 31.7617C25.7843 31.2094 25.3366 30.7617 24.7843 30.7617H1Z", fill: "white" })] }) }));
|
|
526
|
+
}
|
|
527
|
+
function HasNotificationIcon() {
|
|
528
|
+
return (jsx("div", { children: jsx("svg", { width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("rect", { width: "10", height: "10", rx: "5", fill: "#FF4D0D" }) }) }));
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export { AddAction, AddIcon, AddPeople, AlertCicle, ArrowScrollLeft, ArrowScrollRight, ArrowShowMoreLess, ArrrowExpandDropdown, Back15, BackArrow, BallonChatgRondedTips, Books, Brain, Bullseye, CalendarFilledIcon, CalendarIcon, CalendarLineIcon, Cam, CardFinished, Certificate, Challenge, ChangeAccount, Channel, CheckIconSimple, CheckInCicle, Check_circle, CheckboxChecked, CheckboxEmpty, Clock, CloseIcon, CloseInCicle, CompanyIcon, Content, CopyIcon, Diamond, DocumentResourceInfoIcon, Dot, DoubleCheck, DropdownIcon, DropdownIconLine, DropdownIconWhite, DropdownSideIconWhite, EditHipoteses, EditIcon, EmptyAvatar, ErrorAlert, ErrorInCicleIcon, ExclamationIcon, ExitArrow, EyeOff, FRSTLogo, FRSTLogoBig, FaseCinco, FaseCincoDesafio, FaseDois, FaseDoisDesafio, FaseFinalizadaDesafio, FaseFinalizado, FaseQuatro, FaseQuatroDesafio, FaseTres, FaseTresDesafio, FaseUm, FaseUmDesafio, Foward15, FowardArrow, GoalIcon, GoalInviteIcon, GoalViewsIcon, HandWave, Handshake, HasNotificationIcon, HelpIcon, HomeFilledIcon, HomeLineIcon, IconContent, IconCriarIdeia, IconGaps, IconHamburgerMenu, IconLikeFilled, IconLikeLine, IconModules, IconNotification, IconUp, InstagramIcon, Lamp, LampFilledIcon, LampHelpBoxInput, LampLineIcon, LightPrivateIcon, LightProtectedIcon, LinkedinIcon, LinkedinIconMentor, Load, LocalizationIcon, LookChallengeIcon, Mail, MailBordered, MedalFilledIcon, MedalLineIcon, MessageCheckLine, Mission, MoreDotsHorizontal, MoreDotsVertical, MoreHorizontal, MoreVertical, MuteIcon, OpenedEye, PauseIcon, PencilFilledIcon, PencilLineIcon, PeopleIcon, PinIcon, PlayFilledIcon, PlayIcon, PlayLineIcon, PlayResourceInfoIcon, Plus, PodCast, PodCastIcon, PresentationIcon, PrivateIcon, ProtectedIcon, Quiz, QuizSucessError, RoomGroupIcon, SaveIcon, SawBadgeIcon, SearchIcon, SiteIcon, SmileOutlined, SpotifyIcon, StarFavorite, StarIcon, StarOutlined2, StarPrioritize, StarRating, StarRatingIcon, StarRatingRondedTips, StatusProblemaEdit, StatusProblemaSawBadgeIcon, StatusProblemaSendIcon, StepCheckInCicle, StepCicleFour, StepCicleOne, StepCicleThree, StepCicleTwo, TalkIcon, ThumbPodcast, ThumbTexto, ThumbVideo, ThumbsUpCovered, ThumbsUpCovered2, ThumbsUpIcon2, Tick, Trash, TrashDelete, TrashHipoteses, TrashIcon, TrashIconNew, UncheckedBox, UserIcon, Video, Viewer, VolumeIcon, VotarIcon, VotarIconPressed, WarnCard, WarningIcon, WhatAppBordered, WithTrail, WithoutTrail, YoutubeIcon };
|