@testgorilla/tgo-ui 3.14.11-beta.1 → 3.14.12
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 +103 -103
- package/components/donut-chart/donut-chart.component.d.ts +2 -2
- package/components/icon/icon.config.d.ts +1 -1
- package/components/inline-field/inline-field.component.d.ts +2 -2
- package/components/multi-input/multi-input.component.d.ts +8 -1
- package/components/skeleton/skeleton.component.d.ts +1 -1
- package/esm2022/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/components/accordion/accordion.component.module.mjs +1 -1
- package/esm2022/components/accordion/accordion.model.mjs +1 -1
- package/esm2022/components/ai-feedback/ai-feedback.component.mjs +3 -3
- package/esm2022/components/ai-feedback/ai-feedback.model.mjs +1 -1
- package/esm2022/components/ai-feedback/ai-feedback.module.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.component.mjs +3 -3
- package/esm2022/components/alert-banner/alert-banner.component.module.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.model.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2022/components/autocomplete/autocomplete.component.module.mjs +1 -1
- package/esm2022/components/autocomplete/autocomplete.model.mjs +1 -1
- package/esm2022/components/autocomplete/includes.pipe.mjs +1 -1
- package/esm2022/components/autocomplete/prevent-input.directive.mjs +1 -1
- package/esm2022/components/autocomplete/transform-Item.pipe.mjs +1 -1
- package/esm2022/components/avatar/avatar.component.mjs +3 -3
- package/esm2022/components/avatar/avatar.component.module.mjs +1 -1
- package/esm2022/components/avatar/avatar.model.mjs +1 -1
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.component.module.mjs +1 -1
- package/esm2022/components/badge/badge.model.mjs +1 -1
- package/esm2022/components/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/components/breadcrumb/breadcrumb.component.module.mjs +1 -1
- package/esm2022/components/breadcrumb/breadcrumb.model.mjs +1 -1
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.component.module.mjs +1 -1
- package/esm2022/components/button/button.model.mjs +1 -1
- package/esm2022/components/card/card.component.mjs +3 -3
- package/esm2022/components/card/card.component.module.mjs +1 -1
- package/esm2022/components/card/card.model.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/checkbox/checkbox.component.module.mjs +1 -1
- package/esm2022/components/checkbox/focus-visible.directive.mjs +1 -1
- package/esm2022/components/checklist/checklist.component.mjs +3 -3
- package/esm2022/components/checklist/checklist.model.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +3 -3
- package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +1 -1
- package/esm2022/components/datepicker/date-adapter.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/components/datepicker/datepicker.component.module.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.service.mjs +1 -1
- package/esm2022/components/datepicker/no-date-format.directive.mjs +1 -1
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +3 -3
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.mjs +3 -3
- package/esm2022/components/dialog/dialog.component.module.mjs +1 -1
- package/esm2022/components/dialog/dialog.model.mjs +1 -1
- package/esm2022/components/dialog/dialog.service.mjs +1 -1
- package/esm2022/components/divider/divider.component.mjs +3 -3
- package/esm2022/components/divider/divider.component.module.mjs +1 -1
- package/esm2022/components/divider/divider.model.mjs +1 -1
- package/esm2022/components/donut-chart/donut-chart.component.mjs +3 -3
- package/esm2022/components/donut-chart/donut-chart.component.model.mjs +1 -1
- package/esm2022/components/donut-chart/donut-chart.component.module.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/components/dropdown/dropdown.component.module.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.model.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +3 -3
- package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +1 -1
- package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.component.mjs +3 -3
- package/esm2022/components/empty-state/empty-state.component.module.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.model.mjs +1 -1
- package/esm2022/components/field/field.component.mjs +3 -3
- package/esm2022/components/field/field.component.module.mjs +1 -1
- package/esm2022/components/field/field.model.mjs +1 -1
- package/esm2022/components/file-upload/file-upload.component.mjs +3 -3
- package/esm2022/components/file-upload/file-upload.component.module.mjs +1 -1
- package/esm2022/components/filter-button/filter-button.component.mjs +3 -3
- package/esm2022/components/filter-button/filter-button.component.module.mjs +1 -1
- package/esm2022/components/filter-button/filter-button.model.mjs +1 -1
- package/esm2022/components/gaussian-chart/gaussian-chart.component.mjs +3 -3
- package/esm2022/components/gaussian-chart/gaussian-chart.module.mjs +1 -1
- package/esm2022/components/icon/icon-svg-content.mjs +1 -1
- package/esm2022/components/icon/icon.component.mjs +3 -3
- package/esm2022/components/icon/icon.component.module.mjs +1 -1
- package/esm2022/components/icon/icon.config.mjs +7 -1
- package/esm2022/components/icon/icon.model.mjs +1 -1
- package/esm2022/components/icon-label/icon-label.component.mjs +3 -3
- package/esm2022/components/icon-label/icon-label.component.module.mjs +1 -1
- package/esm2022/components/inline-field/inline-field.component.mjs +3 -3
- package/esm2022/components/inline-field/inline-field.component.module.mjs +1 -1
- package/esm2022/components/inline-field/inline-field.model.mjs +1 -1
- package/esm2022/components/logo/logo.component.mjs +3 -3
- package/esm2022/components/logo/logo.component.module.mjs +1 -1
- package/esm2022/components/logo/logo.model.mjs +1 -1
- package/esm2022/components/media-card/media-card.component.mjs +3 -3
- package/esm2022/components/media-dialog/media-dialog.component.mjs +3 -3
- package/esm2022/components/media-dialog/media-dialog.model.mjs +1 -1
- package/esm2022/components/multi-input/multi-input.component.mjs +14 -7
- package/esm2022/components/multi-input/multi-input.component.module.mjs +1 -1
- package/esm2022/components/multi-input/multi-input.model.mjs +1 -1
- package/esm2022/components/multi-input/required-multi-input.validator.mjs +1 -1
- package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +3 -3
- package/esm2022/components/navbar/navbar.component.mjs +3 -3
- package/esm2022/components/navbar/navbar.component.module.mjs +1 -1
- package/esm2022/components/navbar/navbar.model.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +3 -3
- package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +1 -1
- package/esm2022/components/overflow-menu/overflow-menu.model.mjs +1 -1
- package/esm2022/components/page-header/page-header.component.mjs +3 -3
- package/esm2022/components/page-header/page-header.component.module.mjs +1 -1
- package/esm2022/components/paginator/paginator.component.mjs +3 -3
- package/esm2022/components/paginator/paginator.component.module.mjs +1 -1
- package/esm2022/components/password-criteria/password.component.mjs +3 -3
- package/esm2022/components/password-criteria/password.component.module.mjs +1 -1
- package/esm2022/components/password-strength/password-strength.component.mjs +3 -3
- package/esm2022/components/password-strength/password-strength.component.module.mjs +1 -1
- package/esm2022/components/phone-input/join-strings.pipe.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.component.mjs +3 -3
- package/esm2022/components/phone-input/phone-input.component.module.mjs +1 -1
- package/esm2022/components/phone-input/phone-input.model.mjs +1 -1
- package/esm2022/components/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2022/components/progress-bar/progress-bar.component.module.mjs +1 -1
- package/esm2022/components/prompt/prompt.component.mjs +3 -3
- package/esm2022/components/prompt/prompt.model.mjs +1 -1
- package/esm2022/components/prompt/prompt.module.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.component.mjs +3 -3
- package/esm2022/components/radial-progress/radial-progress.component.module.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.model.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/components/radio-button/radio-button.component.module.mjs +1 -1
- package/esm2022/components/radio-button/radio-button.model.mjs +1 -1
- package/esm2022/components/rating/half-star.pipe.mjs +1 -1
- package/esm2022/components/rating/rating.component.mjs +3 -3
- package/esm2022/components/rating/rating.component.module.mjs +1 -1
- package/esm2022/components/scale/scale.component.mjs +3 -3
- package/esm2022/components/scale/scale.component.module.mjs +1 -1
- package/esm2022/components/scale-table/scale-table.component.mjs +3 -3
- package/esm2022/components/scale-table/scale-table.model.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +3 -3
- package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.model.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.component.mjs +3 -3
- package/esm2022/components/segmented-button/segmented-button.component.module.mjs +1 -1
- package/esm2022/components/segmented-button/segmented-button.model.mjs +1 -1
- package/esm2022/components/selectable-card/selectable-card.component.mjs +3 -3
- package/esm2022/components/selectable-card/selectable-card.component.module.mjs +1 -1
- package/esm2022/components/side-panel/side-panel-data-injection-token.mjs +1 -1
- package/esm2022/components/side-panel/side-panel.animations.mjs +1 -1
- package/esm2022/components/side-panel/side-panel.component.mjs +3 -3
- package/esm2022/components/side-panel/side-panel.model.mjs +1 -1
- package/esm2022/components/side-panel/side-panel.service.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.component.mjs +3 -3
- package/esm2022/components/side-sheet/side-sheet.component.module.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.model.mjs +1 -1
- package/esm2022/components/side-sheet/side-sheet.service.mjs +1 -1
- package/esm2022/components/skeleton/skeleton.component.mjs +3 -3
- package/esm2022/components/skeleton/skeleton.model.mjs +1 -1
- package/esm2022/components/slider/slider.component.mjs +3 -3
- package/esm2022/components/slider/slider.component.module.mjs +1 -1
- package/esm2022/components/slider/slider.model.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.component.mjs +3 -3
- package/esm2022/components/snackbar/snackbar.component.module.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.model.mjs +1 -1
- package/esm2022/components/snackbar/snackbar.service.mjs +1 -1
- package/esm2022/components/spider-chart/spider-chart.component.mjs +3 -3
- package/esm2022/components/spider-chart/spider-chart.model.mjs +1 -1
- package/esm2022/components/spider-chart/spider-chart.module.mjs +1 -1
- package/esm2022/components/spinner/spinner.component.mjs +3 -3
- package/esm2022/components/spinner/spinner.model.mjs +1 -1
- package/esm2022/components/spinner/spinner.module.mjs +1 -1
- package/esm2022/components/step/step.component.mjs +3 -3
- package/esm2022/components/step/step.component.module.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.component.module.mjs +1 -1
- package/esm2022/components/stepper/stepper.model.mjs +1 -1
- package/esm2022/components/table/sentence-case.pipe.mjs +1 -1
- package/esm2022/components/table/table.component.mjs +3 -3
- package/esm2022/components/table/table.component.module.mjs +1 -1
- package/esm2022/components/table/table.model.mjs +1 -1
- package/esm2022/components/tabs/tab.directive.mjs +1 -1
- package/esm2022/components/tabs/tabs.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.component.module.mjs +1 -1
- package/esm2022/components/tabs/tabs.model.mjs +1 -1
- package/esm2022/components/tag/tag.component.mjs +3 -3
- package/esm2022/components/tag/tag.component.module.mjs +1 -1
- package/esm2022/components/tag/tag.model.mjs +1 -1
- package/esm2022/components/toggle/toggle.component.mjs +3 -3
- package/esm2022/components/toggle/toggle.component.module.mjs +1 -1
- package/esm2022/components/toggle/toggle.model.mjs +1 -1
- package/esm2022/components/tooltip/tooltip-template.directive.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/components/tooltip/tooltip.component.module.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.model.mjs +1 -1
- package/esm2022/components/universal-skills-report/universal-skills-report.component.mjs +3 -3
- package/esm2022/components/universal-skills-report/universal-skills-report.component.module.mjs +1 -1
- package/esm2022/components/universal-skills-spider-charts/universal-skills-spider-charts.component.mjs +3 -3
- package/esm2022/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.component.mjs +3 -3
- package/esm2022/components/validation-error/validation-error.model.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.module.mjs +1 -1
- package/esm2022/directives/digits-only.directive.mjs +1 -1
- package/esm2022/directives/drag-drop.directive.mjs +1 -1
- package/esm2022/directives/dynamic-component.directive.mjs +1 -1
- package/esm2022/directives/ellipse-text.directive.mjs +1 -1
- package/esm2022/directives/select-text.directive.mjs +1 -1
- package/esm2022/directives/step-line-element.directive.mjs +1 -1
- package/esm2022/models/application-theme.model.mjs +1 -1
- package/esm2022/models/checkbox.model.mjs +1 -1
- package/esm2022/models/colors.model.mjs +1 -1
- package/esm2022/models/keyboard-events.model.mjs +1 -1
- package/esm2022/models/screen-breakpoints.model.mjs +1 -1
- package/esm2022/models/universal-skills-report.model.mjs +1 -1
- package/esm2022/pipes/data-property-getter.mjs +1 -1
- package/esm2022/pipes/has-validation-error.pipe.mjs +1 -1
- package/esm2022/pipes/memoize-func.pipe.mjs +1 -1
- package/esm2022/pipes/name-initials.pipe.mjs +1 -1
- package/esm2022/pipes/truncate.pipe.mjs +1 -1
- package/esm2022/pipes/ui-ordinal-suffix.pipe.mjs +1 -1
- package/esm2022/pipes/ui-translate.pipe.mjs +1 -1
- package/esm2022/providers/is-mobile.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/services/icons.service.mjs +1 -1
- package/esm2022/services/universal-skills.service.mjs +1 -1
- package/esm2022/utils/alert-bar.model.mjs +1 -1
- package/esm2022/utils/alert-bars.utils.mjs +1 -1
- package/esm2022/utils/autocomplete-utils.mjs +2 -2
- package/esm2022/utils/color-contrast.mjs +1 -1
- package/esm2022/utils/hex-to-rgb.mjs +1 -1
- package/esm2022/utils/localization/language.model.mjs +1 -1
- package/esm2022/utils/localization/language.service.mjs +1 -1
- package/esm2022/utils/table.utils.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +150 -137
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/projects/tgo-canopy-ui/assets/i18n/da-dk.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/de.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/en.json +829 -829
- package/projects/tgo-canopy-ui/assets/i18n/es.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/fr.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/it-it.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/ja-jp.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/nb-no.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/nl.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/pl-pl.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/pt-br.json +819 -819
- package/projects/tgo-canopy-ui/assets/i18n/sv-se.json +819 -819
- package/projects/tgo-canopy-ui/assets/icons/Add.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Archive.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Arrow_down.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Arrow_left.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Arrow_right.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Arrow_up.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Assessment.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Attempts.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Book.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Calendar.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Candidates.svg +8 -8
- package/projects/tgo-canopy-ui/assets/icons/Chat-notifications.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Chat.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Check.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Clone.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Close.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Code.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Company.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Copy.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Custom-questions.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Delete.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Devices.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Document.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Dot.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Download.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Edit.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Email-message.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Employee.svg +8 -8
- package/projects/tgo-canopy-ui/assets/icons/Empty-placeholder.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Error.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Essay.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Eye-hide.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Eye-view.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Fast-forward.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Fast-rewind.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Feedback-1.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Feedback-2.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Feedback-3.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/Feedback-4.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Feedback-5.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/File-attach.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/File-upload.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Filter.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Fire.svg +10 -10
- package/projects/tgo-canopy-ui/assets/icons/Folder.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-add-file.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-add-table.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-align-L.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-align-R.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-align-center.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-align-justify.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-bold.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-code-active.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-code-block.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-edit-table.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-format.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-function.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-italics.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-list-bulleted.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-list-numbered.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-picker.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-quote.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-subscript.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-superscript.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-text-direction-L.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-text-direction-R.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-text-size.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-underline.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Format-variable.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Full-screen.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Gender-female.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Gender-male.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Gift.svg +7 -7
- package/projects/tgo-canopy-ui/assets/icons/Google.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/Grab.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Help-2.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Help.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Image.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Info.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Integration.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Language.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Layout.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Learn.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Level.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Light-bulb.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Link.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Loading-spinner.svg +10 -10
- package/projects/tgo-canopy-ui/assets/icons/Localisation.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Location.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Lock.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Log-out.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Menu-burger.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Menu-close.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Menu-ellipsis.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Menu-open.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Microphone.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Microsoft.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/Minimize.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Minus.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Money-bag.svg +5 -5
- package/projects/tgo-canopy-ui/assets/icons/Mouse-cursor.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Mouse-grab-cursor.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Mouse.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Multi-choice.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Notifications.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Password.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Path.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Pin-marker.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Plan-billing.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Plus.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Premium.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Promotion.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Question-count.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Refer.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Reset.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Review.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Round-check-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Round-check.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Search.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Secure-checkout.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Send.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Settings.svg +8 -8
- package/projects/tgo-canopy-ui/assets/icons/Share.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Skip-next.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Skip-previous.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/Social-facebook.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Social-instagram.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Social-linkedin.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Sorting-down-1.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Sorting-down.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Sparkles.svg +18 -18
- package/projects/tgo-canopy-ui/assets/icons/Speedometer.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Star-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Star-half.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Star-outline.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Suitcase.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/Support.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Switch-tab.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Sync.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Team.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Test.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/TestGorilla.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/Thunder.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Timer.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Trophy.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Type.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Unarchive.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Unlock.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Upgrade.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Upload.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/User-access.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/User-add.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/User-invite.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/User-profile.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/User-reject.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/User-switch.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Video-pause.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Video-play.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Video-record.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Video-stop.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Video.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Volume.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Warning.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/Zoom-in.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/Zoom-out.svg +5 -5
- package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-filled-disabled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-half.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-outline.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Add-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Add-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Analytics-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Analytics-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Archive-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Archive-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-down-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-down-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-left-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-left-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-right-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-right-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-up-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-up-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-down-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-down-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-up-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-up-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Assessment-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Assessment-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Attach-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Attach-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Attempts-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Attempts-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Book-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Book-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Calendar-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Calendar-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Chat-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Chat-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-round-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-round-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Circle-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Circle-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Clone-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Clone-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-round-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-round-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Code-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Code-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Company-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Company-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Copy-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Copy-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Credit-card-filled.svg +10 -10
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Credit-card-in-line.svg +10 -10
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Credit-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Credit-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Delete-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Delete-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Device-rotate-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Devices-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Devices-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Disconnected-in-line.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Document-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Document-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Dot-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Dot-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Download-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Download-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-text-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-text-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Employee-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Employee-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Empty-search-in-line.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Error-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Error-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Essay-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Essay-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Experience-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Experience-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Facebook-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Facebook-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Failed-to-load-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Failed-to-load-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Filter-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Filter-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Fire-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Fire-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Flag-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Flag-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Folder-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Folder-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Full-screen-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Full-screen-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-female-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-female-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-male-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-male-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Gift-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Gift-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Google-filled.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Google-in-line.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Grab-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Grab-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Hide-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Hide-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/History-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/History-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/ID-failed-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/ID-failed-in-line.svg +5 -5
- package/projects/tgo-canopy-ui/assets/icons/rebrand/ID-not-verified-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/ID-not-verified-in-line.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/ID-verified-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/ID-verified-in-line.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Image-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Image-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Info-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Info-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Instagram-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Instagram-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Integration-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Integration-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Invite-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Invite-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Invoice-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Invoice-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Language-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Language-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Layout-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Layout-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Learn-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Learn-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Level-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Level-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Light-bulb-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Light-bulb-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Link-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Link-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Localization-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Localization-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Location-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Location-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Lock-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Lock-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Logout-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Logout-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Lost-found-404-in-line.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Medal-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Medal-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-burger-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-burger-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-close-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-close-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-ellipsis-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-ellipsis-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-open-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-open-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Messages-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Mic-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Mic-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Microsoft-filled.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Microsoft-in-line.svg +6 -6
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Minimize-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Minimize-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Minus-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Minus-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Mouse-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Mouse-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Multi-choice-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Multi-choice-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Notification-bell-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Notification-bell-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Open-in-new-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Open-in-new-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Open-lock-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Open-lock-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Password-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Password-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Path-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Path-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Pause-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Pause-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Pencil-to-gorilla-filled.svg +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Pencil-to-gorilla-in-line.svg +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Pin-marker-filled.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Pin-marker-in-line.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Plan-billing-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Plan-billing-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Play-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Play-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Plus-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Plus-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-circle-in-line.svg +5 -5
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-count-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-count-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Record-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Record-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Refer-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Refer-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Reject-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Reject-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Reset-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Reset-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-1-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-1-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-2-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-2-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-3-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-3-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-4-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-4-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-5-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-5-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-half-star-filled.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-half-star-in-line.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-filled-disabled.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-filled.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-in-line.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Round-check-in-line.svg +4 -4
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Search-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Search-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Secure-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Secure-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Send-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Send-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Settings-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Settings-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Share-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Share-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sparkle-filled.svg +12 -12
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sparkle-in-line.svg +12 -12
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Speedometer-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Speedometer-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-filled.svg +5 -5
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-in-line.svg +5 -5
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Stop-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Stop-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-tab-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-tab-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sync-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sync-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Tag-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Tag-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Team-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Team-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Test-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Test-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-Pink-filled.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-Pink-in-line.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-filled.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-in-line.svg +11 -11
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-down-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-down-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-up-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-up-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Timer-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Timer-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Trophy-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Trophy-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Type-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Type-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Unarchive-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Unarchive-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Unlock-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Unlock-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Upgrade-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Upgrade-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Upload-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Upload-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/User-access-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/User-access-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/User-add-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/User-add-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/User-profile-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/User-profile-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Validated-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Validated-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Verified-badge-filled.svg +23 -23
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Verified-badge-in-line.svg +23 -23
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Video-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Video-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/View-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/View-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Volume-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Volume-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Warning-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Warning-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-in-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-in-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-out-filled.svg +3 -3
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-out-in-line.svg +3 -3
- package/projects/tgo-canopy-ui/assets/images/empty-state-default.svg +9 -9
- package/projects/tgo-canopy-ui/assets/images/poweredbyTG.svg +37 -37
- package/projects/tgo-canopy-ui/assets/images/premium.svg +5 -5
- package/projects/tgo-canopy-ui/assets/images/rebrand-last-step-icon-black.svg +3 -3
- package/projects/tgo-canopy-ui/assets/images/rebrand-last-step-icon-light.svg +3 -3
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/powered-by.svg +22 -22
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_brandmark_pink.svg +10 -10
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_lockup_pink.svg +22 -22
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_wordmark_pink.svg +21 -21
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_brandmark_black.svg +11 -11
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_brandmark_cream.svg +11 -11
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_lockup_black.svg +23 -23
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_lockup_cream.svg +23 -23
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_wordmark_black.svg +21 -21
- package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_wordmark_cream.svg +21 -21
- package/projects/tgo-canopy-ui/assets/images/reverseTG.svg +84 -84
- package/projects/tgo-canopy-ui/assets/images/step-finish.svg +6 -6
- package/projects/tgo-canopy-ui/assets/images/testgorilla.svg +76 -76
- package/projects/tgo-canopy-ui/theme/_alert-bars.scss +110 -110
- package/projects/tgo-canopy-ui/theme/_breakpoints-mixin.scss +12 -12
- package/projects/tgo-canopy-ui/theme/_button.scss +72 -72
- package/projects/tgo-canopy-ui/theme/_core.scss +19 -19
- package/projects/tgo-canopy-ui/theme/_font.scss +95 -95
- package/projects/tgo-canopy-ui/theme/_icon.scss +5 -5
- package/projects/tgo-canopy-ui/theme/_input.scss +575 -575
- package/projects/tgo-canopy-ui/theme/_lib-styles.scss +35 -35
- package/projects/tgo-canopy-ui/theme/_mat-menu.scss +8 -8
- package/projects/tgo-canopy-ui/theme/_mat-paginator.scss +59 -59
- package/projects/tgo-canopy-ui/theme/_palette.scss +108 -108
- package/projects/tgo-canopy-ui/theme/_tooltip.scss +320 -320
- package/projects/tgo-canopy-ui/theme/_typography.scss +271 -271
- package/projects/tgo-canopy-ui/theme/_variables.scss +167 -167
- package/projects/tgo-canopy-ui/theme/line-clamp.scss +8 -8
- package/projects/tgo-canopy-ui/theme/theme.scss +68 -68
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M19 1.54651L17.74 4.29651L15 5.54651L17.74 6.80651L19 9.54651L20.25 6.80651L23 5.54651L20.25 4.29651M9 4.54651L6.5 10.0465L1 12.5465L6.5 15.0465L9 20.5465L11.5 15.0465L17 12.5465L11.5 10.0465M19 15.5465L17.74 18.2865L15 19.5465L17.74 20.7965L19 23.5465L20.25 20.7965L23 19.5465L20.25 18.2865"
|
|
4
|
-
fill="currentColor" />
|
|
5
|
-
<defs>
|
|
6
|
-
<linearGradient id="reusableAiInlineGradient" x1="2.5279" y1="1" x2="21.9592" y2="1.70564"
|
|
7
|
-
gradientUnits="userSpaceOnUse">
|
|
8
|
-
<stop offset="0.3" stop-color="#D410AA" />
|
|
9
|
-
<stop offset="1" stop-color="#0165FC" />
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19 1.54651L17.74 4.29651L15 5.54651L17.74 6.80651L19 9.54651L20.25 6.80651L23 5.54651L20.25 4.29651M9 4.54651L6.5 10.0465L1 12.5465L6.5 15.0465L9 20.5465L11.5 15.0465L17 12.5465L11.5 10.0465M19 15.5465L17.74 18.2865L15 19.5465L17.74 20.7965L19 23.5465L20.25 20.7965L23 19.5465L20.25 18.2865"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="reusableAiInlineGradient" x1="2.5279" y1="1" x2="21.9592" y2="1.70564"
|
|
7
|
+
gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0.3" stop-color="#D410AA" />
|
|
9
|
+
<stop offset="1" stop-color="#0165FC" />
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M9 4.54651L11.5 10.0465L17 12.5465L11.5 15.0465L9 20.5465L6.5 15.0465L1 12.5465L6.5 10.0465L9 4.54651ZM9 9.37651L8 11.5465L5.83 12.5465L8 13.5465L9 15.7165L10 13.5465L12.17 12.5465L10 11.5465L9 9.37651ZM19 9.54651L17.74 6.80651L15 5.54651L17.74 4.29651L19 1.54651L20.25 4.29651L23 5.54651L20.25 6.80651L19 9.54651ZM19 23.5465L17.74 20.8065L15 19.5465L17.74 18.2965L19 15.5465L20.25 18.2965L23 19.5465L20.25 20.8065L19 23.5465Z"
|
|
4
|
-
fill="currentColor" />
|
|
5
|
-
<defs>
|
|
6
|
-
<linearGradient id="reusableAiInlineGradient" x1="2.5279" y1="1" x2="21.9592" y2="1.70564"
|
|
7
|
-
gradientUnits="userSpaceOnUse">
|
|
8
|
-
<stop offset="0.3" stop-color="#D410AA" />
|
|
9
|
-
<stop offset="1" stop-color="#0165FC" />
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M9 4.54651L11.5 10.0465L17 12.5465L11.5 15.0465L9 20.5465L6.5 15.0465L1 12.5465L6.5 10.0465L9 4.54651ZM9 9.37651L8 11.5465L5.83 12.5465L8 13.5465L9 15.7165L10 13.5465L12.17 12.5465L10 11.5465L9 9.37651ZM19 9.54651L17.74 6.80651L15 5.54651L17.74 4.29651L19 1.54651L20.25 4.29651L23 5.54651L20.25 6.80651L19 9.54651ZM19 23.5465L17.74 20.8065L15 19.5465L17.74 18.2965L19 15.5465L20.25 18.2965L23 19.5465L20.25 20.8065L19 23.5465Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="reusableAiInlineGradient" x1="2.5279" y1="1" x2="21.9592" y2="1.70564"
|
|
7
|
+
gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0.3" stop-color="#D410AA" />
|
|
9
|
+
<stop offset="1" stop-color="#0165FC" />
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM7 11.5465C7.28333 11.5465 7.52083 11.4507 7.7125 11.259C7.90417 11.0673 8 10.8298 8 10.5465C8 10.2632 7.90417 10.0257 7.7125 9.83401C7.52083 9.64234 7.28333 9.54651 7 9.54651C6.71667 9.54651 6.47917 9.64234 6.2875 9.83401C6.09583 10.0257 6 10.2632 6 10.5465C6 10.8298 6.09583 11.0673 6.2875 11.259C6.47917 11.4507 6.71667 11.5465 7 11.5465ZM10 8.54651C10.2833 8.54651 10.5208 8.45068 10.7125 8.25901C10.9042 8.06734 11 7.82984 11 7.54651C11 7.26318 10.9042 7.02568 10.7125 6.83401C10.5208 6.64234 10.2833 6.54651 10 6.54651C9.71667 6.54651 9.47917 6.64234 9.2875 6.83401C9.09583 7.02568 9 7.26318 9 7.54651C9 7.82984 9.09583 8.06734 9.2875 8.25901C9.47917 8.45068 9.71667 8.54651 10 8.54651ZM17 11.5465C17.2833 11.5465 17.5208 11.4507 17.7125 11.259C17.9042 11.0673 18 10.8298 18 10.5465C18 10.2632 17.9042 10.0257 17.7125 9.83401C17.5208 9.64234 17.2833 9.54651 17 9.54651C16.7167 9.54651 16.4792 9.64234 16.2875 9.83401C16.0958 10.0257 16 10.2632 16 10.5465C16 10.8298 16.0958 11.0673 16.2875 11.259C16.4792 11.4507 16.7167 11.5465 17 11.5465ZM12 14.5465C12.55 14.5465 13.0208 14.3507 13.4125 13.959C13.8042 13.5673 14 13.0965 14 12.5465C14 12.3298 13.9667 12.1173 13.9 11.909C13.8333 11.7007 13.7333 11.5132 13.6 11.3465L15.35 6.99651L13.475 6.17151L11.75 10.5465C11.25 10.6298 10.8333 10.859 10.5 11.234C10.1667 11.609 10 12.0465 10 12.5465C10 13.0965 10.1958 13.5673 10.5875 13.959C10.9792 14.3507 11.45 14.5465 12 14.5465ZM17.6 18.2465C16.7667 17.6965 15.875 17.2757 14.925 16.984C13.975 16.6923 13 16.5465 12 16.5465C11 16.5465 10.025 16.6923 9.075 16.984C8.125 17.2757 7.23333 17.6965 6.4 18.2465L8.15 19.5465C8.73333 19.2132 9.35 18.9632 10 18.7965C10.65 18.6298 11.3167 18.5465 12 18.5465C12.6833 18.5465 13.35 18.6298 14 18.7965C14.65 18.9632 15.2667 19.2132 15.85 19.5465L17.6 18.2465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM7 11.5465C7.28333 11.5465 7.52083 11.4507 7.7125 11.259C7.90417 11.0673 8 10.8298 8 10.5465C8 10.2632 7.90417 10.0257 7.7125 9.83401C7.52083 9.64234 7.28333 9.54651 7 9.54651C6.71667 9.54651 6.47917 9.64234 6.2875 9.83401C6.09583 10.0257 6 10.2632 6 10.5465C6 10.8298 6.09583 11.0673 6.2875 11.259C6.47917 11.4507 6.71667 11.5465 7 11.5465ZM10 8.54651C10.2833 8.54651 10.5208 8.45068 10.7125 8.25901C10.9042 8.06734 11 7.82984 11 7.54651C11 7.26318 10.9042 7.02568 10.7125 6.83401C10.5208 6.64234 10.2833 6.54651 10 6.54651C9.71667 6.54651 9.47917 6.64234 9.2875 6.83401C9.09583 7.02568 9 7.26318 9 7.54651C9 7.82984 9.09583 8.06734 9.2875 8.25901C9.47917 8.45068 9.71667 8.54651 10 8.54651ZM17 11.5465C17.2833 11.5465 17.5208 11.4507 17.7125 11.259C17.9042 11.0673 18 10.8298 18 10.5465C18 10.2632 17.9042 10.0257 17.7125 9.83401C17.5208 9.64234 17.2833 9.54651 17 9.54651C16.7167 9.54651 16.4792 9.64234 16.2875 9.83401C16.0958 10.0257 16 10.2632 16 10.5465C16 10.8298 16.0958 11.0673 16.2875 11.259C16.4792 11.4507 16.7167 11.5465 17 11.5465ZM12 14.5465C12.55 14.5465 13.0208 14.3507 13.4125 13.959C13.8042 13.5673 14 13.0965 14 12.5465C14 12.3298 13.9667 12.1173 13.9 11.909C13.8333 11.7007 13.7333 11.5132 13.6 11.3465L15.35 6.99651L13.475 6.17151L11.75 10.5465C11.25 10.6298 10.8333 10.859 10.5 11.234C10.1667 11.609 10 12.0465 10 12.5465C10 13.0965 10.1958 13.5673 10.5875 13.959C10.9792 14.3507 11.45 14.5465 12 14.5465ZM17.6 18.2465C16.7667 17.6965 15.875 17.2757 14.925 16.984C13.975 16.6923 13 16.5465 12 16.5465C11 16.5465 10.025 16.6923 9.075 16.984C8.125 17.2757 7.23333 17.6965 6.4 18.2465L8.15 19.5465C8.73333 19.2132 9.35 18.9632 10 18.7965C10.65 18.6298 11.3167 18.5465 12 18.5465C12.6833 18.5465 13.35 18.6298 14 18.7965C14.65 18.9632 15.2667 19.2132 15.85 19.5465L17.6 18.2465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM12 16.5465C13 16.5465 13.975 16.6923 14.925 16.984C15.875 17.2757 16.7667 17.6965 17.6 18.2465C18.3667 17.4798 18.9583 16.609 19.375 15.634C19.7917 14.659 20 13.6298 20 12.5465C20 10.3132 19.225 8.42151 17.675 6.87151C16.125 5.32151 14.2333 4.54651 12 4.54651C9.76667 4.54651 7.875 5.32151 6.325 6.87151C4.775 8.42151 4 10.3132 4 12.5465C4 13.6298 4.20417 14.6632 4.6125 15.6465C5.02083 16.6298 5.61667 17.4965 6.4 18.2465C7.23333 17.6965 8.125 17.2757 9.075 16.984C10.025 16.6923 11 16.5465 12 16.5465ZM12 18.5465C11.3167 18.5465 10.65 18.6298 10 18.7965C9.35 18.9632 8.73333 19.2132 8.15 19.5465C8.73333 19.8798 9.35 20.1298 10 20.2965C10.65 20.4632 11.3167 20.5465 12 20.5465C12.6833 20.5465 13.35 20.4632 14 20.2965C14.65 20.1298 15.2667 19.8798 15.85 19.5465C15.2667 19.2132 14.65 18.9632 14 18.7965C13.35 18.6298 12.6833 18.5465 12 18.5465ZM7 11.5465C7.28333 11.5465 7.52083 11.4507 7.7125 11.259C7.90417 11.0673 8 10.8298 8 10.5465C8 10.2632 7.90417 10.0257 7.7125 9.83401C7.52083 9.64234 7.28333 9.54651 7 9.54651C6.71667 9.54651 6.47917 9.64234 6.2875 9.83401C6.09583 10.0257 6 10.2632 6 10.5465C6 10.8298 6.09583 11.0673 6.2875 11.259C6.47917 11.4507 6.71667 11.5465 7 11.5465ZM10 8.54651C10.2833 8.54651 10.5208 8.45068 10.7125 8.25901C10.9042 8.06734 11 7.82984 11 7.54651C11 7.26318 10.9042 7.02568 10.7125 6.83401C10.5208 6.64234 10.2833 6.54651 10 6.54651C9.71667 6.54651 9.47917 6.64234 9.2875 6.83401C9.09583 7.02568 9 7.26318 9 7.54651C9 7.82984 9.09583 8.06734 9.2875 8.25901C9.47917 8.45068 9.71667 8.54651 10 8.54651ZM17 11.5465C17.2833 11.5465 17.5208 11.4507 17.7125 11.259C17.9042 11.0673 18 10.8298 18 10.5465C18 10.2632 17.9042 10.0257 17.7125 9.83401C17.5208 9.64234 17.2833 9.54651 17 9.54651C16.7167 9.54651 16.4792 9.64234 16.2875 9.83401C16.0958 10.0257 16 10.2632 16 10.5465C16 10.8298 16.0958 11.0673 16.2875 11.259C16.4792 11.4507 16.7167 11.5465 17 11.5465ZM12 14.5465C12.55 14.5465 13.0208 14.3507 13.4125 13.959C13.8042 13.5673 14 13.0965 14 12.5465C14 12.3298 13.9667 12.1173 13.9 11.909C13.8333 11.7007 13.7333 11.5132 13.6 11.3465L15.35 6.99651L13.475 6.17151L11.75 10.5465C11.25 10.6298 10.8333 10.859 10.5 11.234C10.1667 11.609 10 12.0465 10 12.5465C10 13.0965 10.1958 13.5673 10.5875 13.959C10.9792 14.3507 11.45 14.5465 12 14.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM12 16.5465C13 16.5465 13.975 16.6923 14.925 16.984C15.875 17.2757 16.7667 17.6965 17.6 18.2465C18.3667 17.4798 18.9583 16.609 19.375 15.634C19.7917 14.659 20 13.6298 20 12.5465C20 10.3132 19.225 8.42151 17.675 6.87151C16.125 5.32151 14.2333 4.54651 12 4.54651C9.76667 4.54651 7.875 5.32151 6.325 6.87151C4.775 8.42151 4 10.3132 4 12.5465C4 13.6298 4.20417 14.6632 4.6125 15.6465C5.02083 16.6298 5.61667 17.4965 6.4 18.2465C7.23333 17.6965 8.125 17.2757 9.075 16.984C10.025 16.6923 11 16.5465 12 16.5465ZM12 18.5465C11.3167 18.5465 10.65 18.6298 10 18.7965C9.35 18.9632 8.73333 19.2132 8.15 19.5465C8.73333 19.8798 9.35 20.1298 10 20.2965C10.65 20.4632 11.3167 20.5465 12 20.5465C12.6833 20.5465 13.35 20.4632 14 20.2965C14.65 20.1298 15.2667 19.8798 15.85 19.5465C15.2667 19.2132 14.65 18.9632 14 18.7965C13.35 18.6298 12.6833 18.5465 12 18.5465ZM7 11.5465C7.28333 11.5465 7.52083 11.4507 7.7125 11.259C7.90417 11.0673 8 10.8298 8 10.5465C8 10.2632 7.90417 10.0257 7.7125 9.83401C7.52083 9.64234 7.28333 9.54651 7 9.54651C6.71667 9.54651 6.47917 9.64234 6.2875 9.83401C6.09583 10.0257 6 10.2632 6 10.5465C6 10.8298 6.09583 11.0673 6.2875 11.259C6.47917 11.4507 6.71667 11.5465 7 11.5465ZM10 8.54651C10.2833 8.54651 10.5208 8.45068 10.7125 8.25901C10.9042 8.06734 11 7.82984 11 7.54651C11 7.26318 10.9042 7.02568 10.7125 6.83401C10.5208 6.64234 10.2833 6.54651 10 6.54651C9.71667 6.54651 9.47917 6.64234 9.2875 6.83401C9.09583 7.02568 9 7.26318 9 7.54651C9 7.82984 9.09583 8.06734 9.2875 8.25901C9.47917 8.45068 9.71667 8.54651 10 8.54651ZM17 11.5465C17.2833 11.5465 17.5208 11.4507 17.7125 11.259C17.9042 11.0673 18 10.8298 18 10.5465C18 10.2632 17.9042 10.0257 17.7125 9.83401C17.5208 9.64234 17.2833 9.54651 17 9.54651C16.7167 9.54651 16.4792 9.64234 16.2875 9.83401C16.0958 10.0257 16 10.2632 16 10.5465C16 10.8298 16.0958 11.0673 16.2875 11.259C16.4792 11.4507 16.7167 11.5465 17 11.5465ZM12 14.5465C12.55 14.5465 13.0208 14.3507 13.4125 13.959C13.8042 13.5673 14 13.0965 14 12.5465C14 12.3298 13.9667 12.1173 13.9 11.909C13.8333 11.7007 13.7333 11.5132 13.6 11.3465L15.35 6.99651L13.475 6.17151L11.75 10.5465C11.25 10.6298 10.8333 10.859 10.5 11.234C10.1667 11.609 10 12.0465 10 12.5465C10 13.0965 10.1958 13.5673 10.5875 13.959C10.9792 14.3507 11.45 14.5465 12 14.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M5.825 22.5464L7.45 15.5214L2 10.7964L9.2 10.1714L12 3.54639L14.8 10.1714L22 10.7964L16.55 15.5214L18.175 22.5464L12 18.8214L5.825 22.5464Z"
|
|
4
|
-
fill="currentColor" />
|
|
5
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M5.825 22.5464L7.45 15.5214L2 10.7964L9.2 10.1714L12 3.54639L14.8 10.1714L22 10.7964L16.55 15.5214L18.175 22.5464L12 18.8214L5.825 22.5464Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="#919191" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M8.85 18.3714L12 16.4714L15.15 18.3964L14.325 14.7964L17.1 12.3964L13.45 12.0714L12 8.67139L10.55 12.0464L6.9 12.3714L9.675 14.7964L8.85 18.3714ZM5.825 22.5464L7.45 15.5214L2 10.7964L9.2 10.1714L12 3.54639L14.8 10.1714L22 10.7964L16.55 15.5214L18.175 22.5464L12 18.8214L5.825 22.5464Z"
|
|
4
|
-
fill="currentColor" />
|
|
5
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="#919191" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M8.85 18.3714L12 16.4714L15.15 18.3964L14.325 14.7964L17.1 12.3964L13.45 12.0714L12 8.67139L10.55 12.0464L6.9 12.3714L9.675 14.7964L8.85 18.3714ZM5.825 22.5464L7.45 15.5214L2 10.7964L9.2 10.1714L12 3.54639L14.8 10.1714L22 10.7964L16.55 15.5214L18.175 22.5464L12 18.8214L5.825 22.5464Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 18.5465V6.54651H18V18.5465H6Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 18.5465V6.54651H18V18.5465H6Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 18.5465V6.54651H18V18.5465H6ZM8 16.5465H16V8.54651H8V16.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 18.5465V6.54651H18V18.5465H6ZM8 16.5465H16V8.54651H8V16.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.05 19.5465L14.9 16.7215L12.05 13.8965L11 14.9465L12.075 16.0215C11.6083 16.0382 11.1542 15.9632 10.7125 15.7965C10.2708 15.6298 9.875 15.3715 9.525 15.0215C9.19167 14.6882 8.9375 14.3048 8.7625 13.8715C8.5875 13.4382 8.5 13.0048 8.5 12.5715C8.5 12.2882 8.5375 12.0048 8.6125 11.7215C8.6875 11.4382 8.79167 11.1632 8.925 10.8965L7.825 9.79651C7.54167 10.2132 7.33333 10.6548 7.2 11.1215C7.06667 11.5882 7 12.0632 7 12.5465C7 13.1798 7.125 13.8048 7.375 14.4215C7.625 15.0382 7.99167 15.5882 8.475 16.0715C8.95833 16.5548 9.5 16.9173 10.1 17.159C10.7 17.4007 11.3167 17.5298 11.95 17.5465L11 18.4965L12.05 19.5465ZM16.175 15.2965C16.4583 14.8798 16.6667 14.4382 16.8 13.9715C16.9333 13.5048 17 13.0298 17 12.5465C17 11.9132 16.8792 11.284 16.6375 10.659C16.3958 10.034 16.0333 9.47984 15.55 8.99651C15.0667 8.51318 14.5208 8.15484 13.9125 7.92151C13.3042 7.68818 12.6833 7.57151 12.05 7.57151L13 6.59651L11.95 5.54651L9.1 8.37151L11.95 11.1965L13 10.1465L11.9 9.04651C12.35 9.04651 12.8083 9.13401 13.275 9.30901C13.7417 9.48401 14.1417 9.73818 14.475 10.0715C14.8083 10.4048 15.0625 10.7882 15.2375 11.2215C15.4125 11.6548 15.5 12.0882 15.5 12.5215C15.5 12.8048 15.4625 13.0882 15.3875 13.3715C15.3125 13.6548 15.2083 13.9298 15.075 14.1965L16.175 15.2965ZM12 22.5465C10.6167 22.5465 9.31667 22.284 8.1 21.759C6.88333 21.234 5.825 20.5215 4.925 19.6215C4.025 18.7215 3.3125 17.6632 2.7875 16.4465C2.2625 15.2298 2 13.9298 2 12.5465C2 11.1632 2.2625 9.86318 2.7875 8.64651C3.3125 7.42984 4.025 6.37151 4.925 5.47151C5.825 4.57151 6.88333 3.85901 8.1 3.33401C9.31667 2.80901 10.6167 2.54651 12 2.54651C13.3833 2.54651 14.6833 2.80901 15.9 3.33401C17.1167 3.85901 18.175 4.57151 19.075 5.47151C19.975 6.37151 20.6875 7.42984 21.2125 8.64651C21.7375 9.86318 22 11.1632 22 12.5465C22 13.9298 21.7375 15.2298 21.2125 16.4465C20.6875 17.6632 19.975 18.7215 19.075 19.6215C18.175 20.5215 17.1167 21.234 15.9 21.759C14.6833 22.284 13.3833 22.5465 12 22.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.05 19.5465L14.9 16.7215L12.05 13.8965L11 14.9465L12.075 16.0215C11.6083 16.0382 11.1542 15.9632 10.7125 15.7965C10.2708 15.6298 9.875 15.3715 9.525 15.0215C9.19167 14.6882 8.9375 14.3048 8.7625 13.8715C8.5875 13.4382 8.5 13.0048 8.5 12.5715C8.5 12.2882 8.5375 12.0048 8.6125 11.7215C8.6875 11.4382 8.79167 11.1632 8.925 10.8965L7.825 9.79651C7.54167 10.2132 7.33333 10.6548 7.2 11.1215C7.06667 11.5882 7 12.0632 7 12.5465C7 13.1798 7.125 13.8048 7.375 14.4215C7.625 15.0382 7.99167 15.5882 8.475 16.0715C8.95833 16.5548 9.5 16.9173 10.1 17.159C10.7 17.4007 11.3167 17.5298 11.95 17.5465L11 18.4965L12.05 19.5465ZM16.175 15.2965C16.4583 14.8798 16.6667 14.4382 16.8 13.9715C16.9333 13.5048 17 13.0298 17 12.5465C17 11.9132 16.8792 11.284 16.6375 10.659C16.3958 10.034 16.0333 9.47984 15.55 8.99651C15.0667 8.51318 14.5208 8.15484 13.9125 7.92151C13.3042 7.68818 12.6833 7.57151 12.05 7.57151L13 6.59651L11.95 5.54651L9.1 8.37151L11.95 11.1965L13 10.1465L11.9 9.04651C12.35 9.04651 12.8083 9.13401 13.275 9.30901C13.7417 9.48401 14.1417 9.73818 14.475 10.0715C14.8083 10.4048 15.0625 10.7882 15.2375 11.2215C15.4125 11.6548 15.5 12.0882 15.5 12.5215C15.5 12.8048 15.4625 13.0882 15.3875 13.3715C15.3125 13.6548 15.2083 13.9298 15.075 14.1965L16.175 15.2965ZM12 22.5465C10.6167 22.5465 9.31667 22.284 8.1 21.759C6.88333 21.234 5.825 20.5215 4.925 19.6215C4.025 18.7215 3.3125 17.6632 2.7875 16.4465C2.2625 15.2298 2 13.9298 2 12.5465C2 11.1632 2.2625 9.86318 2.7875 8.64651C3.3125 7.42984 4.025 6.37151 4.925 5.47151C5.825 4.57151 6.88333 3.85901 8.1 3.33401C9.31667 2.80901 10.6167 2.54651 12 2.54651C13.3833 2.54651 14.6833 2.80901 15.9 3.33401C17.1167 3.85901 18.175 4.57151 19.075 5.47151C19.975 6.37151 20.6875 7.42984 21.2125 8.64651C21.7375 9.86318 22 11.1632 22 12.5465C22 13.9298 21.7375 15.2298 21.2125 16.4465C20.6875 17.6632 19.975 18.7215 19.075 19.6215C18.175 20.5215 17.1167 21.234 15.9 21.759C14.6833 22.284 13.3833 22.5465 12 22.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.05 19.5465L14.9 16.7215L12.05 13.8965L11 14.9465L12.075 16.0215C11.6083 16.0382 11.1542 15.9632 10.7125 15.7965C10.2708 15.6298 9.875 15.3715 9.525 15.0215C9.19167 14.6882 8.9375 14.3048 8.7625 13.8715C8.5875 13.4382 8.5 13.0048 8.5 12.5715C8.5 12.2882 8.5375 12.0048 8.6125 11.7215C8.6875 11.4382 8.79167 11.1632 8.925 10.8965L7.825 9.79651C7.54167 10.2132 7.33333 10.6548 7.2 11.1215C7.06667 11.5882 7 12.0632 7 12.5465C7 13.1798 7.125 13.8048 7.375 14.4215C7.625 15.0382 7.99167 15.5882 8.475 16.0715C8.95833 16.5548 9.5 16.9173 10.1 17.159C10.7 17.4007 11.3167 17.5298 11.95 17.5465L11 18.4965L12.05 19.5465ZM16.175 15.2965C16.4583 14.8798 16.6667 14.4382 16.8 13.9715C16.9333 13.5048 17 13.0298 17 12.5465C17 11.9132 16.8792 11.284 16.6375 10.659C16.3958 10.034 16.0333 9.47984 15.55 8.99651C15.0667 8.51318 14.5208 8.15484 13.9125 7.92151C13.3042 7.68818 12.6833 7.57151 12.05 7.57151L13 6.59651L11.95 5.54651L9.1 8.37151L11.95 11.1965L13 10.1465L11.9 9.04651C12.35 9.04651 12.8083 9.13401 13.275 9.30901C13.7417 9.48401 14.1417 9.73818 14.475 10.0715C14.8083 10.4048 15.0625 10.7882 15.2375 11.2215C15.4125 11.6548 15.5 12.0882 15.5 12.5215C15.5 12.8048 15.4625 13.0882 15.3875 13.3715C15.3125 13.6548 15.2083 13.9298 15.075 14.1965L16.175 15.2965ZM12 22.5465C10.6167 22.5465 9.31667 22.284 8.1 21.759C6.88333 21.234 5.825 20.5215 4.925 19.6215C4.025 18.7215 3.3125 17.6632 2.7875 16.4465C2.2625 15.2298 2 13.9298 2 12.5465C2 11.1632 2.2625 9.86318 2.7875 8.64651C3.3125 7.42984 4.025 6.37151 4.925 5.47151C5.825 4.57151 6.88333 3.85901 8.1 3.33401C9.31667 2.80901 10.6167 2.54651 12 2.54651C13.3833 2.54651 14.6833 2.80901 15.9 3.33401C17.1167 3.85901 18.175 4.57151 19.075 5.47151C19.975 6.37151 20.6875 7.42984 21.2125 8.64651C21.7375 9.86318 22 11.1632 22 12.5465C22 13.9298 21.7375 15.2298 21.2125 16.4465C20.6875 17.6632 19.975 18.7215 19.075 19.6215C18.175 20.5215 17.1167 21.234 15.9 21.759C14.6833 22.284 13.3833 22.5465 12 22.5465ZM12 20.5465C14.2333 20.5465 16.125 19.7715 17.675 18.2215C19.225 16.6715 20 14.7798 20 12.5465C20 10.3132 19.225 8.42151 17.675 6.87151C16.125 5.32151 14.2333 4.54651 12 4.54651C9.76667 4.54651 7.875 5.32151 6.325 6.87151C4.775 8.42151 4 10.3132 4 12.5465C4 14.7798 4.775 16.6715 6.325 18.2215C7.875 19.7715 9.76667 20.5465 12 20.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.05 19.5465L14.9 16.7215L12.05 13.8965L11 14.9465L12.075 16.0215C11.6083 16.0382 11.1542 15.9632 10.7125 15.7965C10.2708 15.6298 9.875 15.3715 9.525 15.0215C9.19167 14.6882 8.9375 14.3048 8.7625 13.8715C8.5875 13.4382 8.5 13.0048 8.5 12.5715C8.5 12.2882 8.5375 12.0048 8.6125 11.7215C8.6875 11.4382 8.79167 11.1632 8.925 10.8965L7.825 9.79651C7.54167 10.2132 7.33333 10.6548 7.2 11.1215C7.06667 11.5882 7 12.0632 7 12.5465C7 13.1798 7.125 13.8048 7.375 14.4215C7.625 15.0382 7.99167 15.5882 8.475 16.0715C8.95833 16.5548 9.5 16.9173 10.1 17.159C10.7 17.4007 11.3167 17.5298 11.95 17.5465L11 18.4965L12.05 19.5465ZM16.175 15.2965C16.4583 14.8798 16.6667 14.4382 16.8 13.9715C16.9333 13.5048 17 13.0298 17 12.5465C17 11.9132 16.8792 11.284 16.6375 10.659C16.3958 10.034 16.0333 9.47984 15.55 8.99651C15.0667 8.51318 14.5208 8.15484 13.9125 7.92151C13.3042 7.68818 12.6833 7.57151 12.05 7.57151L13 6.59651L11.95 5.54651L9.1 8.37151L11.95 11.1965L13 10.1465L11.9 9.04651C12.35 9.04651 12.8083 9.13401 13.275 9.30901C13.7417 9.48401 14.1417 9.73818 14.475 10.0715C14.8083 10.4048 15.0625 10.7882 15.2375 11.2215C15.4125 11.6548 15.5 12.0882 15.5 12.5215C15.5 12.8048 15.4625 13.0882 15.3875 13.3715C15.3125 13.6548 15.2083 13.9298 15.075 14.1965L16.175 15.2965ZM12 22.5465C10.6167 22.5465 9.31667 22.284 8.1 21.759C6.88333 21.234 5.825 20.5215 4.925 19.6215C4.025 18.7215 3.3125 17.6632 2.7875 16.4465C2.2625 15.2298 2 13.9298 2 12.5465C2 11.1632 2.2625 9.86318 2.7875 8.64651C3.3125 7.42984 4.025 6.37151 4.925 5.47151C5.825 4.57151 6.88333 3.85901 8.1 3.33401C9.31667 2.80901 10.6167 2.54651 12 2.54651C13.3833 2.54651 14.6833 2.80901 15.9 3.33401C17.1167 3.85901 18.175 4.57151 19.075 5.47151C19.975 6.37151 20.6875 7.42984 21.2125 8.64651C21.7375 9.86318 22 11.1632 22 12.5465C22 13.9298 21.7375 15.2298 21.2125 16.4465C20.6875 17.6632 19.975 18.7215 19.075 19.6215C18.175 20.5215 17.1167 21.234 15.9 21.759C14.6833 22.284 13.3833 22.5465 12 22.5465ZM12 20.5465C14.2333 20.5465 16.125 19.7715 17.675 18.2215C19.225 16.6715 20 14.7798 20 12.5465C20 10.3132 19.225 8.42151 17.675 6.87151C16.125 5.32151 14.2333 4.54651 12 4.54651C9.76667 4.54651 7.875 5.32151 6.325 6.87151C4.775 8.42151 4 10.3132 4 12.5465C4 14.7798 4.775 16.6715 6.325 18.2215C7.875 19.7715 9.76667 20.5465 12 20.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="22" viewBox="0 0 16 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1.3335 17.6673V9.00065H4.00016V4.33398H14.6668V13.0007H12.0002V17.6673H1.3335ZM2.66683 16.334H10.6668V11.6673H2.66683V16.334ZM12.0002 11.6673H13.3335V7.00065H5.3335V9.00065H12.0002V11.6673Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="16" height="22" viewBox="0 0 16 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3335 17.6673V9.00065H4.00016V4.33398H14.6668V13.0007H12.0002V17.6673H1.3335ZM2.66683 16.334H10.6668V11.6673H2.66683V16.334ZM12.0002 11.6673H13.3335V7.00065H5.3335V9.00065H12.0002V11.6673Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="22" viewBox="0 0 16 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1.3335 17.6673V9.00065H4.00016V4.33398H14.6668V13.0007H12.0002V17.6673H1.3335ZM2.66683 16.334H10.6668V11.6673H2.66683V16.334ZM12.0002 11.6673H13.3335V7.00065H5.3335V9.00065H12.0002V11.6673Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="16" height="22" viewBox="0 0 16 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3335 17.6673V9.00065H4.00016V4.33398H14.6668V13.0007H12.0002V17.6673H1.3335ZM2.66683 16.334H10.6668V11.6673H2.66683V16.334ZM12.0002 11.6673H13.3335V7.00065H5.3335V9.00065H12.0002V11.6673Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4 21V19H6.75L6.35 18.65C5.53333 17.8333 4.9375 16.9458 4.5625 15.9875C4.1875 15.0292 4 14.05 4 13.05C4 11.2 4.55417 9.55417 5.6625 8.1125C6.77083 6.67083 8.21667 5.71667 10 5.25V7.35C8.8 7.78333 7.83333 8.52083 7.1 9.5625C6.36667 10.6042 6 11.7667 6 13.05C6 13.8 6.14167 14.5292 6.425 15.2375C6.70833 15.9458 7.15 16.6 7.75 17.2L8 17.45V15H10V21H4ZM14 20.75V18.65C15.2 18.2167 16.1667 17.4792 16.9 16.4375C17.6333 15.3958 18 14.2333 18 12.95C18 12.2 17.8583 11.4708 17.575 10.7625C17.2917 10.0542 16.85 9.4 16.25 8.8L16 8.55V11H14V5H20V7H17.25L17.65 7.35C18.4667 8.16667 19.0625 9.05417 19.4375 10.0125C19.8125 10.9708 20 11.95 20 12.95C20 14.8 19.4458 16.4458 18.3375 17.8875C17.2292 19.3292 15.7833 20.2833 14 20.75Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 21V19H6.75L6.35 18.65C5.53333 17.8333 4.9375 16.9458 4.5625 15.9875C4.1875 15.0292 4 14.05 4 13.05C4 11.2 4.55417 9.55417 5.6625 8.1125C6.77083 6.67083 8.21667 5.71667 10 5.25V7.35C8.8 7.78333 7.83333 8.52083 7.1 9.5625C6.36667 10.6042 6 11.7667 6 13.05C6 13.8 6.14167 14.5292 6.425 15.2375C6.70833 15.9458 7.15 16.6 7.75 17.2L8 17.45V15H10V21H4ZM14 20.75V18.65C15.2 18.2167 16.1667 17.4792 16.9 16.4375C17.6333 15.3958 18 14.2333 18 12.95C18 12.2 17.8583 11.4708 17.575 10.7625C17.2917 10.0542 16.85 9.4 16.25 8.8L16 8.55V11H14V5H20V7H17.25L17.65 7.35C18.4667 8.16667 19.0625 9.05417 19.4375 10.0125C19.8125 10.9708 20 11.95 20 12.95C20 14.8 19.4458 16.4458 18.3375 17.8875C17.2292 19.3292 15.7833 20.2833 14 20.75Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4 21V19H6.75L6.35 18.65C5.53333 17.8333 4.9375 16.9458 4.5625 15.9875C4.1875 15.0292 4 14.05 4 13.05C4 11.2 4.55417 9.55417 5.6625 8.1125C6.77083 6.67083 8.21667 5.71667 10 5.25V7.35C8.8 7.78333 7.83333 8.52083 7.1 9.5625C6.36667 10.6042 6 11.7667 6 13.05C6 13.8 6.14167 14.5292 6.425 15.2375C6.70833 15.9458 7.15 16.6 7.75 17.2L8 17.45V15H10V21H4ZM14 20.75V18.65C15.2 18.2167 16.1667 17.4792 16.9 16.4375C17.6333 15.3958 18 14.2333 18 12.95C18 12.2 17.8583 11.4708 17.575 10.7625C17.2917 10.0542 16.85 9.4 16.25 8.8L16 8.55V11H14V5H20V7H17.25L17.65 7.35C18.4667 8.16667 19.0625 9.05417 19.4375 10.0125C19.8125 10.9708 20 11.95 20 12.95C20 14.8 19.4458 16.4458 18.3375 17.8875C17.2292 19.3292 15.7833 20.2833 14 20.75Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 21V19H6.75L6.35 18.65C5.53333 17.8333 4.9375 16.9458 4.5625 15.9875C4.1875 15.0292 4 14.05 4 13.05C4 11.2 4.55417 9.55417 5.6625 8.1125C6.77083 6.67083 8.21667 5.71667 10 5.25V7.35C8.8 7.78333 7.83333 8.52083 7.1 9.5625C6.36667 10.6042 6 11.7667 6 13.05C6 13.8 6.14167 14.5292 6.425 15.2375C6.70833 15.9458 7.15 16.6 7.75 17.2L8 17.45V15H10V21H4ZM14 20.75V18.65C15.2 18.2167 16.1667 17.4792 16.9 16.4375C17.6333 15.3958 18 14.2333 18 12.95C18 12.2 17.8583 11.4708 17.575 10.7625C17.2917 10.0542 16.85 9.4 16.25 8.8L16 8.55V11H14V5H20V7H17.25L17.65 7.35C18.4667 8.16667 19.0625 9.05417 19.4375 10.0125C19.8125 10.9708 20 11.95 20 12.95C20 14.8 19.4458 16.4458 18.3375 17.8875C17.2292 19.3292 15.7833 20.2833 14 20.75Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.825 22.825L2 12V2H12L22.8 12.85L12.825 22.825ZM6.5 8C6.91667 8 7.27083 7.85417 7.5625 7.5625C7.85417 7.27083 8 6.91667 8 6.5C8 6.08333 7.85417 5.72917 7.5625 5.4375C7.27083 5.14583 6.91667 5 6.5 5C6.08333 5 5.72917 5.14583 5.4375 5.4375C5.14583 5.72917 5 6.08333 5 6.5C5 6.91667 5.14583 7.27083 5.4375 7.5625C5.72917 7.85417 6.08333 8 6.5 8Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.825 22.825L2 12V2H12L22.8 12.85L12.825 22.825ZM6.5 8C6.91667 8 7.27083 7.85417 7.5625 7.5625C7.85417 7.27083 8 6.91667 8 6.5C8 6.08333 7.85417 5.72917 7.5625 5.4375C7.27083 5.14583 6.91667 5 6.5 5C6.08333 5 5.72917 5.14583 5.4375 5.4375C5.14583 5.72917 5 6.08333 5 6.5C5 6.91667 5.14583 7.27083 5.4375 7.5625C5.72917 7.85417 6.08333 8 6.5 8Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.825 22.825L2 12V2H12L22.8 12.85L12.825 22.825ZM12.825 20L19.975 12.85L11.15 4H4V11.15L12.825 20ZM6.5 8C6.91667 8 7.27083 7.85417 7.5625 7.5625C7.85417 7.27083 8 6.91667 8 6.5C8 6.08333 7.85417 5.72917 7.5625 5.4375C7.27083 5.14583 6.91667 5 6.5 5C6.08333 5 5.72917 5.14583 5.4375 5.4375C5.14583 5.72917 5 6.08333 5 6.5C5 6.91667 5.14583 7.27083 5.4375 7.5625C5.72917 7.85417 6.08333 8 6.5 8Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.825 22.825L2 12V2H12L22.8 12.85L12.825 22.825ZM12.825 20L19.975 12.85L11.15 4H4V11.15L12.825 20ZM6.5 8C6.91667 8 7.27083 7.85417 7.5625 7.5625C7.85417 7.27083 8 6.91667 8 6.5C8 6.08333 7.85417 5.72917 7.5625 5.4375C7.27083 5.14583 6.91667 5 6.5 5C6.08333 5 5.72917 5.14583 5.4375 5.4375C5.14583 5.72917 5 6.08333 5 6.5C5 6.91667 5.14583 7.27083 5.4375 7.5625C5.72917 7.85417 6.08333 8 6.5 8Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 18.5464V16.9714C0 16.2547 0.366667 15.6714 1.1 15.2214C1.83333 14.7714 2.8 14.5464 4 14.5464C4.21667 14.5464 4.425 14.5506 4.625 14.5589C4.825 14.5672 5.01667 14.5881 5.2 14.6214C4.96667 14.9714 4.79167 15.3381 4.675 15.7214C4.55833 16.1047 4.5 16.5047 4.5 16.9214V18.5464H0ZM6 18.5464V16.9214C6 16.3881 6.14583 15.9006 6.4375 15.4589C6.72917 15.0172 7.14167 14.6297 7.675 14.2964C8.20833 13.9631 8.84583 13.7131 9.5875 13.5464C10.3292 13.3797 11.1333 13.2964 12 13.2964C12.8833 13.2964 13.6958 13.3797 14.4375 13.5464C15.1792 13.7131 15.8167 13.9631 16.35 14.2964C16.8833 14.6297 17.2917 15.0172 17.575 15.4589C17.8583 15.9006 18 16.3881 18 16.9214V18.5464H6ZM19.5 18.5464V16.9214C19.5 16.4881 19.4458 16.0797 19.3375 15.6964C19.2292 15.3131 19.0667 14.9547 18.85 14.6214C19.0333 14.5881 19.2208 14.5672 19.4125 14.5589C19.6042 14.5506 19.8 14.5464 20 14.5464C21.2 14.5464 22.1667 14.7672 22.9 15.2089C23.6333 15.6506 24 16.2381 24 16.9714V18.5464H19.5ZM4 13.5464C3.45 13.5464 2.97917 13.3506 2.5875 12.9589C2.19583 12.5672 2 12.0964 2 11.5464C2 10.9797 2.19583 10.5047 2.5875 10.1214C2.97917 9.73805 3.45 9.54639 4 9.54639C4.56667 9.54639 5.04167 9.73805 5.425 10.1214C5.80833 10.5047 6 10.9797 6 11.5464C6 12.0964 5.80833 12.5672 5.425 12.9589C5.04167 13.3506 4.56667 13.5464 4 13.5464ZM20 13.5464C19.45 13.5464 18.9792 13.3506 18.5875 12.9589C18.1958 12.5672 18 12.0964 18 11.5464C18 10.9797 18.1958 10.5047 18.5875 10.1214C18.9792 9.73805 19.45 9.54639 20 9.54639C20.5667 9.54639 21.0417 9.73805 21.425 10.1214C21.8083 10.5047 22 10.9797 22 11.5464C22 12.0964 21.8083 12.5672 21.425 12.9589C21.0417 13.3506 20.5667 13.5464 20 13.5464ZM12 12.5464C11.1667 12.5464 10.4583 12.2547 9.875 11.6714C9.29167 11.0881 9 10.3797 9 9.54639C9 8.69639 9.29167 7.98389 9.875 7.40889C10.4583 6.83389 11.1667 6.54639 12 6.54639C12.85 6.54639 13.5625 6.83389 14.1375 7.40889C14.7125 7.98389 15 8.69639 15 9.54639C15 10.3797 14.7125 11.0881 14.1375 11.6714C13.5625 12.2547 12.85 12.5464 12 12.5464Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 18.5464V16.9714C0 16.2547 0.366667 15.6714 1.1 15.2214C1.83333 14.7714 2.8 14.5464 4 14.5464C4.21667 14.5464 4.425 14.5506 4.625 14.5589C4.825 14.5672 5.01667 14.5881 5.2 14.6214C4.96667 14.9714 4.79167 15.3381 4.675 15.7214C4.55833 16.1047 4.5 16.5047 4.5 16.9214V18.5464H0ZM6 18.5464V16.9214C6 16.3881 6.14583 15.9006 6.4375 15.4589C6.72917 15.0172 7.14167 14.6297 7.675 14.2964C8.20833 13.9631 8.84583 13.7131 9.5875 13.5464C10.3292 13.3797 11.1333 13.2964 12 13.2964C12.8833 13.2964 13.6958 13.3797 14.4375 13.5464C15.1792 13.7131 15.8167 13.9631 16.35 14.2964C16.8833 14.6297 17.2917 15.0172 17.575 15.4589C17.8583 15.9006 18 16.3881 18 16.9214V18.5464H6ZM19.5 18.5464V16.9214C19.5 16.4881 19.4458 16.0797 19.3375 15.6964C19.2292 15.3131 19.0667 14.9547 18.85 14.6214C19.0333 14.5881 19.2208 14.5672 19.4125 14.5589C19.6042 14.5506 19.8 14.5464 20 14.5464C21.2 14.5464 22.1667 14.7672 22.9 15.2089C23.6333 15.6506 24 16.2381 24 16.9714V18.5464H19.5ZM4 13.5464C3.45 13.5464 2.97917 13.3506 2.5875 12.9589C2.19583 12.5672 2 12.0964 2 11.5464C2 10.9797 2.19583 10.5047 2.5875 10.1214C2.97917 9.73805 3.45 9.54639 4 9.54639C4.56667 9.54639 5.04167 9.73805 5.425 10.1214C5.80833 10.5047 6 10.9797 6 11.5464C6 12.0964 5.80833 12.5672 5.425 12.9589C5.04167 13.3506 4.56667 13.5464 4 13.5464ZM20 13.5464C19.45 13.5464 18.9792 13.3506 18.5875 12.9589C18.1958 12.5672 18 12.0964 18 11.5464C18 10.9797 18.1958 10.5047 18.5875 10.1214C18.9792 9.73805 19.45 9.54639 20 9.54639C20.5667 9.54639 21.0417 9.73805 21.425 10.1214C21.8083 10.5047 22 10.9797 22 11.5464C22 12.0964 21.8083 12.5672 21.425 12.9589C21.0417 13.3506 20.5667 13.5464 20 13.5464ZM12 12.5464C11.1667 12.5464 10.4583 12.2547 9.875 11.6714C9.29167 11.0881 9 10.3797 9 9.54639C9 8.69639 9.29167 7.98389 9.875 7.40889C10.4583 6.83389 11.1667 6.54639 12 6.54639C12.85 6.54639 13.5625 6.83389 14.1375 7.40889C14.7125 7.98389 15 8.69639 15 9.54639C15 10.3797 14.7125 11.0881 14.1375 11.6714C13.5625 12.2547 12.85 12.5464 12 12.5464Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 18.5464V16.9714C0 16.2547 0.366667 15.6714 1.1 15.2214C1.83333 14.7714 2.8 14.5464 4 14.5464C4.21667 14.5464 4.425 14.5506 4.625 14.5589C4.825 14.5672 5.01667 14.5881 5.2 14.6214C4.96667 14.9714 4.79167 15.3381 4.675 15.7214C4.55833 16.1047 4.5 16.5047 4.5 16.9214V18.5464H0ZM6 18.5464V16.9214C6 16.3881 6.14583 15.9006 6.4375 15.4589C6.72917 15.0172 7.14167 14.6297 7.675 14.2964C8.20833 13.9631 8.84583 13.7131 9.5875 13.5464C10.3292 13.3797 11.1333 13.2964 12 13.2964C12.8833 13.2964 13.6958 13.3797 14.4375 13.5464C15.1792 13.7131 15.8167 13.9631 16.35 14.2964C16.8833 14.6297 17.2917 15.0172 17.575 15.4589C17.8583 15.9006 18 16.3881 18 16.9214V18.5464H6ZM19.5 18.5464V16.9214C19.5 16.4881 19.4458 16.0797 19.3375 15.6964C19.2292 15.3131 19.0667 14.9547 18.85 14.6214C19.0333 14.5881 19.2208 14.5672 19.4125 14.5589C19.6042 14.5506 19.8 14.5464 20 14.5464C21.2 14.5464 22.1667 14.7672 22.9 15.2089C23.6333 15.6506 24 16.2381 24 16.9714V18.5464H19.5ZM8.125 16.5464H15.9C15.7333 16.2131 15.2708 15.9214 14.5125 15.6714C13.7542 15.4214 12.9167 15.2964 12 15.2964C11.0833 15.2964 10.2458 15.4214 9.4875 15.6714C8.72917 15.9214 8.275 16.2131 8.125 16.5464ZM4 13.5464C3.45 13.5464 2.97917 13.3506 2.5875 12.9589C2.19583 12.5672 2 12.0964 2 11.5464C2 10.9797 2.19583 10.5047 2.5875 10.1214C2.97917 9.73805 3.45 9.54639 4 9.54639C4.56667 9.54639 5.04167 9.73805 5.425 10.1214C5.80833 10.5047 6 10.9797 6 11.5464C6 12.0964 5.80833 12.5672 5.425 12.9589C5.04167 13.3506 4.56667 13.5464 4 13.5464ZM20 13.5464C19.45 13.5464 18.9792 13.3506 18.5875 12.9589C18.1958 12.5672 18 12.0964 18 11.5464C18 10.9797 18.1958 10.5047 18.5875 10.1214C18.9792 9.73805 19.45 9.54639 20 9.54639C20.5667 9.54639 21.0417 9.73805 21.425 10.1214C21.8083 10.5047 22 10.9797 22 11.5464C22 12.0964 21.8083 12.5672 21.425 12.9589C21.0417 13.3506 20.5667 13.5464 20 13.5464ZM12 12.5464C11.1667 12.5464 10.4583 12.2547 9.875 11.6714C9.29167 11.0881 9 10.3797 9 9.54639C9 8.69639 9.29167 7.98389 9.875 7.40889C10.4583 6.83389 11.1667 6.54639 12 6.54639C12.85 6.54639 13.5625 6.83389 14.1375 7.40889C14.7125 7.98389 15 8.69639 15 9.54639C15 10.3797 14.7125 11.0881 14.1375 11.6714C13.5625 12.2547 12.85 12.5464 12 12.5464ZM12 10.5464C12.2833 10.5464 12.5208 10.4506 12.7125 10.2589C12.9042 10.0672 13 9.82972 13 9.54639C13 9.26305 12.9042 9.02555 12.7125 8.83389C12.5208 8.64222 12.2833 8.54639 12 8.54639C11.7167 8.54639 11.4792 8.64222 11.2875 8.83389C11.0958 9.02555 11 9.26305 11 9.54639C11 9.82972 11.0958 10.0672 11.2875 10.2589C11.4792 10.4506 11.7167 10.5464 12 10.5464Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 18.5464V16.9714C0 16.2547 0.366667 15.6714 1.1 15.2214C1.83333 14.7714 2.8 14.5464 4 14.5464C4.21667 14.5464 4.425 14.5506 4.625 14.5589C4.825 14.5672 5.01667 14.5881 5.2 14.6214C4.96667 14.9714 4.79167 15.3381 4.675 15.7214C4.55833 16.1047 4.5 16.5047 4.5 16.9214V18.5464H0ZM6 18.5464V16.9214C6 16.3881 6.14583 15.9006 6.4375 15.4589C6.72917 15.0172 7.14167 14.6297 7.675 14.2964C8.20833 13.9631 8.84583 13.7131 9.5875 13.5464C10.3292 13.3797 11.1333 13.2964 12 13.2964C12.8833 13.2964 13.6958 13.3797 14.4375 13.5464C15.1792 13.7131 15.8167 13.9631 16.35 14.2964C16.8833 14.6297 17.2917 15.0172 17.575 15.4589C17.8583 15.9006 18 16.3881 18 16.9214V18.5464H6ZM19.5 18.5464V16.9214C19.5 16.4881 19.4458 16.0797 19.3375 15.6964C19.2292 15.3131 19.0667 14.9547 18.85 14.6214C19.0333 14.5881 19.2208 14.5672 19.4125 14.5589C19.6042 14.5506 19.8 14.5464 20 14.5464C21.2 14.5464 22.1667 14.7672 22.9 15.2089C23.6333 15.6506 24 16.2381 24 16.9714V18.5464H19.5ZM8.125 16.5464H15.9C15.7333 16.2131 15.2708 15.9214 14.5125 15.6714C13.7542 15.4214 12.9167 15.2964 12 15.2964C11.0833 15.2964 10.2458 15.4214 9.4875 15.6714C8.72917 15.9214 8.275 16.2131 8.125 16.5464ZM4 13.5464C3.45 13.5464 2.97917 13.3506 2.5875 12.9589C2.19583 12.5672 2 12.0964 2 11.5464C2 10.9797 2.19583 10.5047 2.5875 10.1214C2.97917 9.73805 3.45 9.54639 4 9.54639C4.56667 9.54639 5.04167 9.73805 5.425 10.1214C5.80833 10.5047 6 10.9797 6 11.5464C6 12.0964 5.80833 12.5672 5.425 12.9589C5.04167 13.3506 4.56667 13.5464 4 13.5464ZM20 13.5464C19.45 13.5464 18.9792 13.3506 18.5875 12.9589C18.1958 12.5672 18 12.0964 18 11.5464C18 10.9797 18.1958 10.5047 18.5875 10.1214C18.9792 9.73805 19.45 9.54639 20 9.54639C20.5667 9.54639 21.0417 9.73805 21.425 10.1214C21.8083 10.5047 22 10.9797 22 11.5464C22 12.0964 21.8083 12.5672 21.425 12.9589C21.0417 13.3506 20.5667 13.5464 20 13.5464ZM12 12.5464C11.1667 12.5464 10.4583 12.2547 9.875 11.6714C9.29167 11.0881 9 10.3797 9 9.54639C9 8.69639 9.29167 7.98389 9.875 7.40889C10.4583 6.83389 11.1667 6.54639 12 6.54639C12.85 6.54639 13.5625 6.83389 14.1375 7.40889C14.7125 7.98389 15 8.69639 15 9.54639C15 10.3797 14.7125 11.0881 14.1375 11.6714C13.5625 12.2547 12.85 12.5464 12 12.5464ZM12 10.5464C12.2833 10.5464 12.5208 10.4506 12.7125 10.2589C12.9042 10.0672 13 9.82972 13 9.54639C13 9.26305 12.9042 9.02555 12.7125 8.83389C12.5208 8.64222 12.2833 8.54639 12 8.54639C11.7167 8.54639 11.4792 8.64222 11.2875 8.83389C11.0958 9.02555 11 9.26305 11 9.54639C11 9.82972 11.0958 10.0672 11.2875 10.2589C11.4792 10.4506 11.7167 10.5464 12 10.5464Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 21.5465V3.54651H9.2C9.41667 2.94651 9.77917 2.46318 10.2875 2.09651C10.7958 1.72984 11.3667 1.54651 12 1.54651C12.6333 1.54651 13.2042 1.72984 13.7125 2.09651C14.2208 2.46318 14.5833 2.94651 14.8 3.54651H21V21.5465H3ZM7 17.5465H14V15.5465H7V17.5465ZM7 13.5465H17V11.5465H7V13.5465ZM7 9.54651H17V7.54651H7V9.54651ZM12 4.79651C12.2167 4.79651 12.3958 4.72568 12.5375 4.58401C12.6792 4.44234 12.75 4.26318 12.75 4.04651C12.75 3.82984 12.6792 3.65068 12.5375 3.50901C12.3958 3.36734 12.2167 3.29651 12 3.29651C11.7833 3.29651 11.6042 3.36734 11.4625 3.50901C11.3208 3.65068 11.25 3.82984 11.25 4.04651C11.25 4.26318 11.3208 4.44234 11.4625 4.58401C11.6042 4.72568 11.7833 4.79651 12 4.79651Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 21.5465V3.54651H9.2C9.41667 2.94651 9.77917 2.46318 10.2875 2.09651C10.7958 1.72984 11.3667 1.54651 12 1.54651C12.6333 1.54651 13.2042 1.72984 13.7125 2.09651C14.2208 2.46318 14.5833 2.94651 14.8 3.54651H21V21.5465H3ZM7 17.5465H14V15.5465H7V17.5465ZM7 13.5465H17V11.5465H7V13.5465ZM7 9.54651H17V7.54651H7V9.54651ZM12 4.79651C12.2167 4.79651 12.3958 4.72568 12.5375 4.58401C12.6792 4.44234 12.75 4.26318 12.75 4.04651C12.75 3.82984 12.6792 3.65068 12.5375 3.50901C12.3958 3.36734 12.2167 3.29651 12 3.29651C11.7833 3.29651 11.6042 3.36734 11.4625 3.50901C11.3208 3.65068 11.25 3.82984 11.25 4.04651C11.25 4.26318 11.3208 4.44234 11.4625 4.58401C11.6042 4.72568 11.7833 4.79651 12 4.79651Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 21.5465V3.54651H9.2C9.41667 2.94651 9.77917 2.46318 10.2875 2.09651C10.7958 1.72984 11.3667 1.54651 12 1.54651C12.6333 1.54651 13.2042 1.72984 13.7125 2.09651C14.2208 2.46318 14.5833 2.94651 14.8 3.54651H21V21.5465H3ZM5 19.5465H19V5.54651H5V19.5465ZM7 17.5465H14V15.5465H7V17.5465ZM7 13.5465H17V11.5465H7V13.5465ZM7 9.54651H17V7.54651H7V9.54651ZM12 4.79651C12.2167 4.79651 12.3958 4.72568 12.5375 4.58401C12.6792 4.44234 12.75 4.26318 12.75 4.04651C12.75 3.82984 12.6792 3.65068 12.5375 3.50901C12.3958 3.36734 12.2167 3.29651 12 3.29651C11.7833 3.29651 11.6042 3.36734 11.4625 3.50901C11.3208 3.65068 11.25 3.82984 11.25 4.04651C11.25 4.26318 11.3208 4.44234 11.4625 4.58401C11.6042 4.72568 11.7833 4.79651 12 4.79651Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 21.5465V3.54651H9.2C9.41667 2.94651 9.77917 2.46318 10.2875 2.09651C10.7958 1.72984 11.3667 1.54651 12 1.54651C12.6333 1.54651 13.2042 1.72984 13.7125 2.09651C14.2208 2.46318 14.5833 2.94651 14.8 3.54651H21V21.5465H3ZM5 19.5465H19V5.54651H5V19.5465ZM7 17.5465H14V15.5465H7V17.5465ZM7 13.5465H17V11.5465H7V13.5465ZM7 9.54651H17V7.54651H7V9.54651ZM12 4.79651C12.2167 4.79651 12.3958 4.72568 12.5375 4.58401C12.6792 4.44234 12.75 4.26318 12.75 4.04651C12.75 3.82984 12.6792 3.65068 12.5375 3.50901C12.3958 3.36734 12.2167 3.29651 12 3.29651C11.7833 3.29651 11.6042 3.36734 11.4625 3.50901C11.3208 3.65068 11.25 3.82984 11.25 4.04651C11.25 4.26318 11.3208 4.44234 11.4625 4.58401C11.6042 4.72568 11.7833 4.79651 12 4.79651Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_14855_20571)">
|
|
3
|
-
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
-
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="#D410AA"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_14855_20571">
|
|
8
|
-
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_14855_20571)">
|
|
3
|
+
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
+
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="#D410AA"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_14855_20571">
|
|
8
|
+
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_14855_20575)">
|
|
3
|
-
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
-
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="#D410AA"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_14855_20575">
|
|
8
|
-
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_14855_20575)">
|
|
3
|
+
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
+
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="#D410AA"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_14855_20575">
|
|
8
|
+
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_4633_18632)">
|
|
3
|
-
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
-
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="currentColor"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_4633_18632">
|
|
8
|
-
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4633_18632)">
|
|
3
|
+
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
+
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="currentColor"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_4633_18632">
|
|
8
|
+
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_4633_18634)">
|
|
3
|
-
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
-
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="currentColor"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_4633_18634">
|
|
8
|
-
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4633_18634)">
|
|
3
|
+
<path d="M18.1098 14.9289L17.3446 6.6185C17.2719 5.78322 16.7168 5.04547 15.9304 4.74321C14.6453 4.25016 13.3482 4 12.0606 4C10.7731 4 9.47596 4.25016 8.19083 4.74321C7.40437 5.04546 6.84936 5.78322 6.77665 6.6185L6.01139 14.9289C5.97079 15.3911 6.03926 15.8484 6.2077 16.2518C6.30283 16.4807 6.41311 16.6588 6.54338 16.7957L10.6508 21.4052L10.6653 21.4197C11.0368 21.7935 11.5323 22 12.0606 22C12.589 22 13.0844 21.7935 13.4559 21.4197L13.4704 21.4052L17.5778 16.7957C17.7081 16.6588 17.8184 16.4807 17.9135 16.2518C18.082 15.8484 18.1504 15.3911 18.1098 14.9289Z" fill="#FFFAF6"/>
|
|
4
|
+
<path d="M17.3452 14.9952L16.58 6.68902C16.5321 6.13661 16.1728 5.6587 15.6548 5.45942C14.4545 4.99908 13.2592 4.75795 12.0607 4.75757C10.8622 4.75794 9.66688 4.99908 8.46659 5.45942C7.94854 5.6587 7.58924 6.13661 7.54137 6.68902L6.77612 14.9952C6.74764 15.3217 6.78944 15.653 6.91608 15.9558C6.96818 16.0806 7.0312 16.1975 7.10633 16.2732L11.2107 20.8791C11.4367 21.1068 11.7389 21.2424 12.0607 21.2424C12.3824 21.2424 12.6846 21.1068 12.9106 20.8791L17.015 16.2732C17.0902 16.1975 17.1532 16.0806 17.2053 15.9558C17.3319 15.653 17.3737 15.3217 17.3452 14.9952ZM15.2318 16.7645L12.9948 19.2739C12.9488 19.3254 12.8828 19.3551 12.8137 19.3551H11.3077C11.2386 19.3551 11.1726 19.3254 11.1265 19.2739L8.88952 16.7645C8.86952 16.7421 8.89133 16.7075 8.92042 16.716C10.0413 17.0383 11.1185 17.1446 12.0607 17.1415C13.0029 17.1446 14.08 17.0383 15.201 16.716C15.23 16.7075 15.2518 16.7421 15.2318 16.7645ZM16.3328 15.3998C14.9066 15.9384 13.4868 16.2073 12.0607 16.2066C10.6346 16.2073 9.21471 15.9384 7.78858 15.3998C7.77646 15.3949 7.76858 15.3834 7.76858 15.3707C7.7801 13.7977 9.00524 12.7583 9.35969 12.4978C9.39847 12.4694 9.39362 12.41 9.34999 12.3894C8.67077 12.069 8.20847 11.4378 8.20847 10.7134C8.20847 9.66307 9.17671 9.01908 10.3709 9.01908C10.6206 9.01908 10.8605 9.03556 11.0835 9.09916C11.1102 9.10642 11.1332 9.07856 11.1192 9.05494C10.9217 8.72543 10.3049 8.41228 10.1007 8.31536C10.0837 8.30749 10.0892 8.28205 10.108 8.28083C11.318 8.23177 11.8469 8.70847 12.0111 8.9338C12.0232 8.95033 12.0421 8.9588 12.0607 8.95922C12.0793 8.9588 12.0981 8.95033 12.1102 8.9338C12.2744 8.70847 12.8034 8.23177 14.0134 8.28083C14.0321 8.28205 14.0376 8.30749 14.0206 8.31536C13.8164 8.41228 13.1996 8.72543 13.0021 9.05494C12.9882 9.07856 13.0112 9.10642 13.0379 9.09916C13.2608 9.03556 13.5008 9.01908 13.7504 9.01908C14.9446 9.01908 15.9129 9.66308 15.9129 10.7134C15.9129 11.4378 15.4506 12.069 14.7714 12.3894C14.7277 12.41 14.7229 12.4694 14.7617 12.4978C15.1161 12.7583 16.3412 13.7977 16.3528 15.3707C16.3528 15.3834 16.3449 15.3949 16.3328 15.3998ZM14.5953 11.3046C14.5523 11.3318 14.4947 11.3227 14.4632 11.2815C14.2663 11.0247 13.9531 10.8806 13.6253 10.903C13.4271 10.9157 13.2442 10.986 13.0909 11.1065C13.0509 11.138 12.9921 11.1325 12.957 11.0944L12.5964 10.7122C12.5569 10.6703 12.5615 10.5994 12.6067 10.5632C12.8806 10.3372 13.2211 10.2016 13.5768 10.1773C14.1639 10.1392 14.725 10.4039 15.0667 10.8763C15.0999 10.9227 15.0895 10.9894 15.0425 11.0223C15.0419 11.0223 14.5953 11.3046 14.5953 11.3046ZM12.3408 13.4966C12.3734 13.2519 12.5145 13.0372 12.7855 13.0039C12.9679 12.9815 13.1533 13.056 13.2484 13.1893C13.3319 13.3045 13.3301 13.4506 13.2684 13.5751C13.226 13.6618 13.2163 13.775 13.2066 13.884C13.1914 14.0639 13.1714 14.2875 12.9509 14.3159C12.795 14.3305 12.6523 14.2728 12.5407 14.1639C12.3822 14.0091 12.3087 13.7382 12.3408 13.4966ZM9.07889 11.0223C9.03185 10.9894 9.0215 10.9227 9.05465 10.8763C9.39638 10.4039 9.95745 10.1392 10.5446 10.1773C10.9002 10.2016 11.2408 10.3372 11.5146 10.5632C11.5599 10.5994 11.5644 10.6703 11.5249 10.7122L11.1644 11.0944C11.1293 11.1325 11.0705 11.138 11.0305 11.1065C10.8772 10.986 10.6942 10.9157 10.4961 10.903C10.1683 10.8806 9.85505 11.0247 9.65814 11.2815C9.62663 11.3227 9.56907 11.3318 9.52605 11.3046C9.52605 11.3046 9.0795 11.0223 9.07889 11.0223ZM11.5807 14.1639C11.4691 14.2728 11.3264 14.3305 11.1705 14.3159C10.9499 14.2875 10.9299 14.064 10.9148 13.8841C10.9051 13.775 10.8954 13.6618 10.853 13.5751C10.7913 13.4507 10.7895 13.3045 10.873 13.1893C10.9681 13.056 11.1535 12.9815 11.3359 13.004C11.6069 13.0373 11.7479 13.2519 11.7805 13.4967C11.8127 13.7382 11.7392 14.0091 11.5807 14.1639Z" fill="currentColor"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_4633_18634">
|
|
8
|
+
<rect width="12.1212" height="18" fill="white" transform="translate(6 4)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 4H16V17L9 24L7.75 22.75C7.63333 22.6333 7.5375 22.475 7.4625 22.275C7.3875 22.075 7.35 21.8833 7.35 21.7V21.35L8.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.0125 12.7583 1.0375 12.625C1.0625 12.4917 1.1 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM18 17V4H22V17H18Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 4H16V17L9 24L7.75 22.75C7.63333 22.6333 7.5375 22.475 7.4625 22.275C7.3875 22.075 7.35 21.8833 7.35 21.7V21.35L8.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.0125 12.7583 1.0375 12.625C1.0625 12.4917 1.1 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM18 17V4H22V17H18Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 4H17V17L10 24L8.75 22.75C8.63333 22.6333 8.5375 22.475 8.4625 22.275C8.3875 22.075 8.35 21.8833 8.35 21.7V21.35L9.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.01667 12.7583 1.05 12.625C1.08333 12.4917 1.11667 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM15 6H6L3 13V15H12L10.65 20.5L15 16.15V6ZM17 17V15H20V6H17V4H22V17H17Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 4H17V17L10 24L8.75 22.75C8.63333 22.6333 8.5375 22.475 8.4625 22.275C8.3875 22.075 8.35 21.8833 8.35 21.7V21.35L9.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.01667 12.7583 1.05 12.625C1.08333 12.4917 1.11667 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM15 6H6L3 13V15H12L10.65 20.5L15 16.15V6ZM17 17V15H20V6H17V4H22V17H17Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8 22V9L15 2L16.85 3.85L15.55 9H23V13.4L19.35 22H8ZM2 22V9H6V22H2Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 22V9L15 2L16.85 3.85L15.55 9H23V13.4L19.35 22H8ZM2 22V9H6V22H2Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7 22V9L14 2L15.85 3.85L14.55 9H23V13.4L19.35 22H7ZM9 20H18L21 13V11H12L13.35 5.5L9 9.85V20ZM2 22V9H7V11H4V20H7V22H2Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 22V9L14 2L15.85 3.85L14.55 9H23V13.4L19.35 22H7ZM9 20H18L21 13V11H12L13.35 5.5L9 9.85V20ZM2 22V9H7V11H4V20H7V22H2Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9 3.54651V1.54651H15V3.54651H9ZM11 14.5465H13V8.54651H11V14.5465ZM12 22.5465C10.7667 22.5465 9.60417 22.309 8.5125 21.834C7.42083 21.359 6.46667 20.7132 5.65 19.8965C4.83333 19.0798 4.1875 18.1257 3.7125 17.034C3.2375 15.9423 3 14.7798 3 13.5465C3 12.3132 3.2375 11.1507 3.7125 10.059C4.1875 8.96734 4.83333 8.01318 5.65 7.19651C6.46667 6.37984 7.42083 5.73401 8.5125 5.25901C9.60417 4.78401 10.7667 4.54651 12 4.54651C13.0333 4.54651 14.025 4.71318 14.975 5.04651C15.925 5.37984 16.8167 5.86318 17.65 6.49651L19.05 5.09651L20.45 6.49651L19.05 7.89651C19.6833 8.72984 20.1667 9.62151 20.5 10.5715C20.8333 11.5215 21 12.5132 21 13.5465C21 14.7798 20.7625 15.9423 20.2875 17.034C19.8125 18.1257 19.1667 19.0798 18.35 19.8965C17.5333 20.7132 16.5792 21.359 15.4875 21.834C14.3958 22.309 13.2333 22.5465 12 22.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 3.54651V1.54651H15V3.54651H9ZM11 14.5465H13V8.54651H11V14.5465ZM12 22.5465C10.7667 22.5465 9.60417 22.309 8.5125 21.834C7.42083 21.359 6.46667 20.7132 5.65 19.8965C4.83333 19.0798 4.1875 18.1257 3.7125 17.034C3.2375 15.9423 3 14.7798 3 13.5465C3 12.3132 3.2375 11.1507 3.7125 10.059C4.1875 8.96734 4.83333 8.01318 5.65 7.19651C6.46667 6.37984 7.42083 5.73401 8.5125 5.25901C9.60417 4.78401 10.7667 4.54651 12 4.54651C13.0333 4.54651 14.025 4.71318 14.975 5.04651C15.925 5.37984 16.8167 5.86318 17.65 6.49651L19.05 5.09651L20.45 6.49651L19.05 7.89651C19.6833 8.72984 20.1667 9.62151 20.5 10.5715C20.8333 11.5215 21 12.5132 21 13.5465C21 14.7798 20.7625 15.9423 20.2875 17.034C19.8125 18.1257 19.1667 19.0798 18.35 19.8965C17.5333 20.7132 16.5792 21.359 15.4875 21.834C14.3958 22.309 13.2333 22.5465 12 22.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9 3.54651V1.54651H15V3.54651H9ZM11 14.5465H13V8.54651H11V14.5465ZM12 22.5465C10.7667 22.5465 9.60417 22.309 8.5125 21.834C7.42083 21.359 6.46667 20.7132 5.65 19.8965C4.83333 19.0798 4.1875 18.1257 3.7125 17.034C3.2375 15.9423 3 14.7798 3 13.5465C3 12.3132 3.2375 11.1507 3.7125 10.059C4.1875 8.96734 4.83333 8.01318 5.65 7.19651C6.46667 6.37984 7.42083 5.73401 8.5125 5.25901C9.60417 4.78401 10.7667 4.54651 12 4.54651C13.0333 4.54651 14.025 4.71318 14.975 5.04651C15.925 5.37984 16.8167 5.86318 17.65 6.49651L19.05 5.09651L20.45 6.49651L19.05 7.89651C19.6833 8.72984 20.1667 9.62151 20.5 10.5715C20.8333 11.5215 21 12.5132 21 13.5465C21 14.7798 20.7625 15.9423 20.2875 17.034C19.8125 18.1257 19.1667 19.0798 18.35 19.8965C17.5333 20.7132 16.5792 21.359 15.4875 21.834C14.3958 22.309 13.2333 22.5465 12 22.5465ZM12 20.5465C13.9333 20.5465 15.5833 19.8632 16.95 18.4965C18.3167 17.1298 19 15.4798 19 13.5465C19 11.6132 18.3167 9.96318 16.95 8.59651C15.5833 7.22984 13.9333 6.54651 12 6.54651C10.0667 6.54651 8.41667 7.22984 7.05 8.59651C5.68333 9.96318 5 11.6132 5 13.5465C5 15.4798 5.68333 17.1298 7.05 18.4965C8.41667 19.8632 10.0667 20.5465 12 20.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 3.54651V1.54651H15V3.54651H9ZM11 14.5465H13V8.54651H11V14.5465ZM12 22.5465C10.7667 22.5465 9.60417 22.309 8.5125 21.834C7.42083 21.359 6.46667 20.7132 5.65 19.8965C4.83333 19.0798 4.1875 18.1257 3.7125 17.034C3.2375 15.9423 3 14.7798 3 13.5465C3 12.3132 3.2375 11.1507 3.7125 10.059C4.1875 8.96734 4.83333 8.01318 5.65 7.19651C6.46667 6.37984 7.42083 5.73401 8.5125 5.25901C9.60417 4.78401 10.7667 4.54651 12 4.54651C13.0333 4.54651 14.025 4.71318 14.975 5.04651C15.925 5.37984 16.8167 5.86318 17.65 6.49651L19.05 5.09651L20.45 6.49651L19.05 7.89651C19.6833 8.72984 20.1667 9.62151 20.5 10.5715C20.8333 11.5215 21 12.5132 21 13.5465C21 14.7798 20.7625 15.9423 20.2875 17.034C19.8125 18.1257 19.1667 19.0798 18.35 19.8965C17.5333 20.7132 16.5792 21.359 15.4875 21.834C14.3958 22.309 13.2333 22.5465 12 22.5465ZM12 20.5465C13.9333 20.5465 15.5833 19.8632 16.95 18.4965C18.3167 17.1298 19 15.4798 19 13.5465C19 11.6132 18.3167 9.96318 16.95 8.59651C15.5833 7.22984 13.9333 6.54651 12 6.54651C10.0667 6.54651 8.41667 7.22984 7.05 8.59651C5.68333 9.96318 5 11.6132 5 13.5465C5 15.4798 5.68333 17.1298 7.05 18.4965C8.41667 19.8632 10.0667 20.5465 12 20.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7 21.5465V19.5465H11V16.4465C10.1833 16.2632 9.45417 15.9173 8.8125 15.409C8.17083 14.9007 7.7 14.2632 7.4 13.4965C6.15 13.3465 5.10417 12.8007 4.2625 11.859C3.42083 10.9173 3 9.81318 3 8.54651V5.54651H7V3.54651H17V5.54651H21V8.54651C21 9.81318 20.5792 10.9173 19.7375 11.859C18.8958 12.8007 17.85 13.3465 16.6 13.4965C16.3 14.2632 15.8292 14.9007 15.1875 15.409C14.5458 15.9173 13.8167 16.2632 13 16.4465V19.5465H17V21.5465H7ZM7 11.3465V7.54651H5V8.54651C5 9.17984 5.18333 9.75068 5.55 10.259C5.91667 10.7673 6.4 11.1298 7 11.3465ZM17 11.3465C17.6 11.1298 18.0833 10.7673 18.45 10.259C18.8167 9.75068 19 9.17984 19 8.54651V7.54651H17V11.3465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 21.5465V19.5465H11V16.4465C10.1833 16.2632 9.45417 15.9173 8.8125 15.409C8.17083 14.9007 7.7 14.2632 7.4 13.4965C6.15 13.3465 5.10417 12.8007 4.2625 11.859C3.42083 10.9173 3 9.81318 3 8.54651V5.54651H7V3.54651H17V5.54651H21V8.54651C21 9.81318 20.5792 10.9173 19.7375 11.859C18.8958 12.8007 17.85 13.3465 16.6 13.4965C16.3 14.2632 15.8292 14.9007 15.1875 15.409C14.5458 15.9173 13.8167 16.2632 13 16.4465V19.5465H17V21.5465H7ZM7 11.3465V7.54651H5V8.54651C5 9.17984 5.18333 9.75068 5.55 10.259C5.91667 10.7673 6.4 11.1298 7 11.3465ZM17 11.3465C17.6 11.1298 18.0833 10.7673 18.45 10.259C18.8167 9.75068 19 9.17984 19 8.54651V7.54651H17V11.3465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7 21.5465V19.5465H11V16.4465C10.1833 16.2632 9.45417 15.9173 8.8125 15.409C8.17083 14.9007 7.7 14.2632 7.4 13.4965C6.15 13.3465 5.10417 12.8007 4.2625 11.859C3.42083 10.9173 3 9.81318 3 8.54651V5.54651H7V3.54651H17V5.54651H21V8.54651C21 9.81318 20.5792 10.9173 19.7375 11.859C18.8958 12.8007 17.85 13.3465 16.6 13.4965C16.3 14.2632 15.8292 14.9007 15.1875 15.409C14.5458 15.9173 13.8167 16.2632 13 16.4465V19.5465H17V21.5465H7ZM7 11.3465V7.54651H5V8.54651C5 9.17984 5.18333 9.75068 5.55 10.259C5.91667 10.7673 6.4 11.1298 7 11.3465ZM12 14.5465C12.8333 14.5465 13.5417 14.2548 14.125 13.6715C14.7083 13.0882 15 12.3798 15 11.5465V5.54651H9V11.5465C9 12.3798 9.29167 13.0882 9.875 13.6715C10.4583 14.2548 11.1667 14.5465 12 14.5465ZM17 11.3465C17.6 11.1298 18.0833 10.7673 18.45 10.259C18.8167 9.75068 19 9.17984 19 8.54651V7.54651H17V11.3465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 21.5465V19.5465H11V16.4465C10.1833 16.2632 9.45417 15.9173 8.8125 15.409C8.17083 14.9007 7.7 14.2632 7.4 13.4965C6.15 13.3465 5.10417 12.8007 4.2625 11.859C3.42083 10.9173 3 9.81318 3 8.54651V5.54651H7V3.54651H17V5.54651H21V8.54651C21 9.81318 20.5792 10.9173 19.7375 11.859C18.8958 12.8007 17.85 13.3465 16.6 13.4965C16.3 14.2632 15.8292 14.9007 15.1875 15.409C14.5458 15.9173 13.8167 16.2632 13 16.4465V19.5465H17V21.5465H7ZM7 11.3465V7.54651H5V8.54651C5 9.17984 5.18333 9.75068 5.55 10.259C5.91667 10.7673 6.4 11.1298 7 11.3465ZM12 14.5465C12.8333 14.5465 13.5417 14.2548 14.125 13.6715C14.7083 13.0882 15 12.3798 15 11.5465V5.54651H9V11.5465C9 12.3798 9.29167 13.0882 9.875 13.6715C10.4583 14.2548 11.1667 14.5465 12 14.5465ZM17 11.3465C17.6 11.1298 18.0833 10.7673 18.45 10.259C18.8167 9.75068 19 9.17984 19 8.54651V7.54651H17V11.3465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.5 11.5465L12 2.54651L17.5 11.5465H6.5ZM17.5 22.5465C16.25 22.5465 15.1875 22.109 14.3125 21.234C13.4375 20.359 13 19.2965 13 18.0465C13 16.7965 13.4375 15.734 14.3125 14.859C15.1875 13.984 16.25 13.5465 17.5 13.5465C18.75 13.5465 19.8125 13.984 20.6875 14.859C21.5625 15.734 22 16.7965 22 18.0465C22 19.2965 21.5625 20.359 20.6875 21.234C19.8125 22.109 18.75 22.5465 17.5 22.5465ZM3 22.0465V14.0465H11V22.0465H3Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.5 11.5465L12 2.54651L17.5 11.5465H6.5ZM17.5 22.5465C16.25 22.5465 15.1875 22.109 14.3125 21.234C13.4375 20.359 13 19.2965 13 18.0465C13 16.7965 13.4375 15.734 14.3125 14.859C15.1875 13.984 16.25 13.5465 17.5 13.5465C18.75 13.5465 19.8125 13.984 20.6875 14.859C21.5625 15.734 22 16.7965 22 18.0465C22 19.2965 21.5625 20.359 20.6875 21.234C19.8125 22.109 18.75 22.5465 17.5 22.5465ZM3 22.0465V14.0465H11V22.0465H3Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.5 11.5465L12 2.54651L17.5 11.5465H6.5ZM17.5 22.5465C16.25 22.5465 15.1875 22.109 14.3125 21.234C13.4375 20.359 13 19.2965 13 18.0465C13 16.7965 13.4375 15.734 14.3125 14.859C15.1875 13.984 16.25 13.5465 17.5 13.5465C18.75 13.5465 19.8125 13.984 20.6875 14.859C21.5625 15.734 22 16.7965 22 18.0465C22 19.2965 21.5625 20.359 20.6875 21.234C19.8125 22.109 18.75 22.5465 17.5 22.5465ZM3 22.0465V14.0465H11V22.0465H3ZM17.5 20.5465C18.2 20.5465 18.7917 20.3048 19.275 19.8215C19.7583 19.3382 20 18.7465 20 18.0465C20 17.3465 19.7583 16.7548 19.275 16.2715C18.7917 15.7882 18.2 15.5465 17.5 15.5465C16.8 15.5465 16.2083 15.7882 15.725 16.2715C15.2417 16.7548 15 17.3465 15 18.0465C15 18.7465 15.2417 19.3382 15.725 19.8215C16.2083 20.3048 16.8 20.5465 17.5 20.5465ZM5 20.0465H9V16.0465H5V20.0465ZM10.05 9.54651H13.95L12 6.39651L10.05 9.54651Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.5 11.5465L12 2.54651L17.5 11.5465H6.5ZM17.5 22.5465C16.25 22.5465 15.1875 22.109 14.3125 21.234C13.4375 20.359 13 19.2965 13 18.0465C13 16.7965 13.4375 15.734 14.3125 14.859C15.1875 13.984 16.25 13.5465 17.5 13.5465C18.75 13.5465 19.8125 13.984 20.6875 14.859C21.5625 15.734 22 16.7965 22 18.0465C22 19.2965 21.5625 20.359 20.6875 21.234C19.8125 22.109 18.75 22.5465 17.5 22.5465ZM3 22.0465V14.0465H11V22.0465H3ZM17.5 20.5465C18.2 20.5465 18.7917 20.3048 19.275 19.8215C19.7583 19.3382 20 18.7465 20 18.0465C20 17.3465 19.7583 16.7548 19.275 16.2715C18.7917 15.7882 18.2 15.5465 17.5 15.5465C16.8 15.5465 16.2083 15.7882 15.725 16.2715C15.2417 16.7548 15 17.3465 15 18.0465C15 18.7465 15.2417 19.3382 15.725 19.8215C16.2083 20.3048 16.8 20.5465 17.5 20.5465ZM5 20.0465H9V16.0465H5V20.0465ZM10.05 9.54651H13.95L12 6.39651L10.05 9.54651Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 10.5465L8 14.5465L9.4 15.9465L11 14.3465V18.5465H13V14.3465L14.6 15.9465L16 14.5465L12 10.5465ZM3 21.5465V6.34651L5.3 3.54651H18.7L21 6.34651V21.5465H3ZM5.4 6.54651H18.6L17.75 5.54651H6.25L5.4 6.54651Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 10.5465L8 14.5465L9.4 15.9465L11 14.3465V18.5465H13V14.3465L14.6 15.9465L16 14.5465L12 10.5465ZM3 21.5465V6.34651L5.3 3.54651H18.7L21 6.34651V21.5465H3ZM5.4 6.54651H18.6L17.75 5.54651H6.25L5.4 6.54651Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|