@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,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.5465ZM5 8.54651V19.5465H19V8.54651H5ZM3 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.5465ZM5 8.54651V19.5465H19V8.54651H5ZM3 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,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 17.5465C12.55 17.5465 13.0208 17.3507 13.4125 16.959C13.8042 16.5673 14 16.0965 14 15.5465C14 14.9965 13.8042 14.5257 13.4125 14.134C13.0208 13.7423 12.55 13.5465 12 13.5465C11.45 13.5465 10.9792 13.7423 10.5875 14.134C10.1958 14.5257 10 14.9965 10 15.5465C10 16.0965 10.1958 16.5673 10.5875 16.959C10.9792 17.3507 11.45 17.5465 12 17.5465ZM4 22.5465V8.54651H13V6.54651C13 5.16318 13.4875 3.98401 14.4625 3.00901C15.4375 2.03401 16.6167 1.54651 18 1.54651C19.3833 1.54651 20.5625 2.03401 21.5375 3.00901C22.5125 3.98401 23 5.16318 23 6.54651H21C21 5.71318 20.7083 5.00484 20.125 4.42151C19.5417 3.83818 18.8333 3.54651 18 3.54651C17.1667 3.54651 16.4583 3.83818 15.875 4.42151C15.2917 5.00484 15 5.71318 15 6.54651V8.54651H20V22.5465H4Z" 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 17.5465C12.55 17.5465 13.0208 17.3507 13.4125 16.959C13.8042 16.5673 14 16.0965 14 15.5465C14 14.9965 13.8042 14.5257 13.4125 14.134C13.0208 13.7423 12.55 13.5465 12 13.5465C11.45 13.5465 10.9792 13.7423 10.5875 14.134C10.1958 14.5257 10 14.9965 10 15.5465C10 16.0965 10.1958 16.5673 10.5875 16.959C10.9792 17.3507 11.45 17.5465 12 17.5465ZM4 22.5465V8.54651H13V6.54651C13 5.16318 13.4875 3.98401 14.4625 3.00901C15.4375 2.03401 16.6167 1.54651 18 1.54651C19.3833 1.54651 20.5625 2.03401 21.5375 3.00901C22.5125 3.98401 23 5.16318 23 6.54651H21C21 5.71318 20.7083 5.00484 20.125 4.42151C19.5417 3.83818 18.8333 3.54651 18 3.54651C17.1667 3.54651 16.4583 3.83818 15.875 4.42151C15.2917 5.00484 15 5.71318 15 6.54651V8.54651H20V22.5465H4Z" 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 20.5465H18V10.5465H6V20.5465ZM12 17.5465C12.55 17.5465 13.0208 17.3507 13.4125 16.959C13.8042 16.5673 14 16.0965 14 15.5465C14 14.9965 13.8042 14.5257 13.4125 14.134C13.0208 13.7423 12.55 13.5465 12 13.5465C11.45 13.5465 10.9792 13.7423 10.5875 14.134C10.1958 14.5257 10 14.9965 10 15.5465C10 16.0965 10.1958 16.5673 10.5875 16.959C10.9792 17.3507 11.45 17.5465 12 17.5465ZM4 22.5465V8.54651H13V6.54651C13 5.16318 13.4875 3.98401 14.4625 3.00901C15.4375 2.03401 16.6167 1.54651 18 1.54651C19.3833 1.54651 20.5625 2.03401 21.5375 3.00901C22.5125 3.98401 23 5.16318 23 6.54651H21C21 5.71318 20.7083 5.00484 20.125 4.42151C19.5417 3.83818 18.8333 3.54651 18 3.54651C17.1667 3.54651 16.4583 3.83818 15.875 4.42151C15.2917 5.00484 15 5.71318 15 6.54651V8.54651H20V22.5465H4Z" 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 20.5465H18V10.5465H6V20.5465ZM12 17.5465C12.55 17.5465 13.0208 17.3507 13.4125 16.959C13.8042 16.5673 14 16.0965 14 15.5465C14 14.9965 13.8042 14.5257 13.4125 14.134C13.0208 13.7423 12.55 13.5465 12 13.5465C11.45 13.5465 10.9792 13.7423 10.5875 14.134C10.1958 14.5257 10 14.9965 10 15.5465C10 16.0965 10.1958 16.5673 10.5875 16.959C10.9792 17.3507 11.45 17.5465 12 17.5465ZM4 22.5465V8.54651H13V6.54651C13 5.16318 13.4875 3.98401 14.4625 3.00901C15.4375 2.03401 16.6167 1.54651 18 1.54651C19.3833 1.54651 20.5625 2.03401 21.5375 3.00901C22.5125 3.98401 23 5.16318 23 6.54651H21C21 5.71318 20.7083 5.00484 20.125 4.42151C19.5417 3.83818 18.8333 3.54651 18 3.54651C17.1667 3.54651 16.4583 3.83818 15.875 4.42151C15.2917 5.00484 15 5.71318 15 6.54651V8.54651H20V22.5465H4Z" 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="M2.4498 11.1215L6.6498 6.92148C6.88314 6.68815 7.15814 6.52148 7.4748 6.42148C7.79147 6.32148 8.11647 6.30482 8.4498 6.37148L9.7498 6.64648C8.8498 7.71315 8.14147 8.67982 7.6248 9.54648C7.10814 10.4132 6.60814 11.4632 6.1248 12.6965L2.4498 11.1215ZM7.5748 13.3965C7.95814 12.1965 8.47897 11.0632 9.1373 9.99649C9.79564 8.92982 10.5915 7.92982 11.5248 6.99648C12.9915 5.52982 14.6665 4.43398 16.5498 3.70898C18.4331 2.98398 20.1915 2.76315 21.8248 3.04648C22.1081 4.67982 21.8915 6.43815 21.1748 8.32148C20.4581 10.2048 19.3665 11.8798 17.8998 13.3465C16.9831 14.2632 15.9831 15.059 14.8998 15.734C13.8165 16.409 12.6748 16.9382 11.4748 17.3215L7.5748 13.3965ZM14.4748 10.3965C14.8581 10.7798 15.329 10.9715 15.8873 10.9715C16.4456 10.9715 16.9165 10.7798 17.2998 10.3965C17.6831 10.0132 17.8748 9.54232 17.8748 8.98398C17.8748 8.42565 17.6831 7.95482 17.2998 7.57148C16.9165 7.18815 16.4456 6.99648 15.8873 6.99648C15.329 6.99648 14.8581 7.18815 14.4748 7.57148C14.0915 7.95482 13.8998 8.42565 13.8998 8.98398C13.8998 9.54232 14.0915 10.0132 14.4748 10.3965ZM13.7748 22.4215L12.1748 18.7465C13.4081 18.2632 14.4623 17.7632 15.3373 17.2465C16.2123 16.7298 17.1831 16.0215 18.2498 15.1215L18.4998 16.4215C18.5665 16.7548 18.5498 17.084 18.4498 17.409C18.3498 17.734 18.1831 18.0132 17.9498 18.2465L13.7748 22.4215ZM4.0498 16.5965C4.63314 16.0132 5.34147 15.7173 6.1748 15.709C7.00814 15.7007 7.71647 15.9882 8.2998 16.5715C8.88314 17.1548 9.1748 17.8632 9.1748 18.6965C9.1748 19.5298 8.88314 20.2382 8.2998 20.8215C7.88314 21.2382 7.1873 21.5965 6.2123 21.8965C5.2373 22.1965 3.89147 22.4632 2.1748 22.6965C2.40814 20.9798 2.6748 19.6382 2.9748 18.6715C3.2748 17.7048 3.63314 17.0132 4.0498 16.5965Z" 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="M2.4498 11.1215L6.6498 6.92148C6.88314 6.68815 7.15814 6.52148 7.4748 6.42148C7.79147 6.32148 8.11647 6.30482 8.4498 6.37148L9.7498 6.64648C8.8498 7.71315 8.14147 8.67982 7.6248 9.54648C7.10814 10.4132 6.60814 11.4632 6.1248 12.6965L2.4498 11.1215ZM7.5748 13.3965C7.95814 12.1965 8.47897 11.0632 9.1373 9.99649C9.79564 8.92982 10.5915 7.92982 11.5248 6.99648C12.9915 5.52982 14.6665 4.43398 16.5498 3.70898C18.4331 2.98398 20.1915 2.76315 21.8248 3.04648C22.1081 4.67982 21.8915 6.43815 21.1748 8.32148C20.4581 10.2048 19.3665 11.8798 17.8998 13.3465C16.9831 14.2632 15.9831 15.059 14.8998 15.734C13.8165 16.409 12.6748 16.9382 11.4748 17.3215L7.5748 13.3965ZM14.4748 10.3965C14.8581 10.7798 15.329 10.9715 15.8873 10.9715C16.4456 10.9715 16.9165 10.7798 17.2998 10.3965C17.6831 10.0132 17.8748 9.54232 17.8748 8.98398C17.8748 8.42565 17.6831 7.95482 17.2998 7.57148C16.9165 7.18815 16.4456 6.99648 15.8873 6.99648C15.329 6.99648 14.8581 7.18815 14.4748 7.57148C14.0915 7.95482 13.8998 8.42565 13.8998 8.98398C13.8998 9.54232 14.0915 10.0132 14.4748 10.3965ZM13.7748 22.4215L12.1748 18.7465C13.4081 18.2632 14.4623 17.7632 15.3373 17.2465C16.2123 16.7298 17.1831 16.0215 18.2498 15.1215L18.4998 16.4215C18.5665 16.7548 18.5498 17.084 18.4498 17.409C18.3498 17.734 18.1831 18.0132 17.9498 18.2465L13.7748 22.4215ZM4.0498 16.5965C4.63314 16.0132 5.34147 15.7173 6.1748 15.709C7.00814 15.7007 7.71647 15.9882 8.2998 16.5715C8.88314 17.1548 9.1748 17.8632 9.1748 18.6965C9.1748 19.5298 8.88314 20.2382 8.2998 20.8215C7.88314 21.2382 7.1873 21.5965 6.2123 21.8965C5.2373 22.1965 3.89147 22.4632 2.1748 22.6965C2.40814 20.9798 2.6748 19.6382 2.9748 18.6715C3.2748 17.7048 3.63314 17.0132 4.0498 16.5965Z" 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="M5.6498 10.5715L7.5998 11.3965C7.83314 10.9298 8.0748 10.4798 8.3248 10.0465C8.5748 9.61316 8.8498 9.17983 9.1498 8.74649L7.7498 8.47149L5.6498 10.5715ZM9.1998 12.6465L12.0498 15.4715C12.7498 15.2048 13.4998 14.7965 14.2998 14.2465C15.0998 13.6965 15.8498 13.0715 16.5498 12.3715C17.7165 11.2048 18.629 9.90899 19.2873 8.48399C19.9456 7.05899 20.2331 5.74649 20.1498 4.54649C18.9498 4.46316 17.6331 4.75066 16.1998 5.40899C14.7665 6.06733 13.4665 6.97983 12.2998 8.14649C11.5998 8.84649 10.9748 9.59649 10.4248 10.3965C9.8748 11.1965 9.46647 11.9465 9.1998 12.6465ZM13.6498 11.0215C13.2665 10.6382 13.0748 10.1673 13.0748 9.60899C13.0748 9.05066 13.2665 8.57983 13.6498 8.19649C14.0331 7.81316 14.5081 7.62149 15.0748 7.62149C15.6415 7.62149 16.1165 7.81316 16.4998 8.19649C16.8831 8.57983 17.0748 9.05066 17.0748 9.60899C17.0748 10.1673 16.8831 10.6382 16.4998 11.0215C16.1165 11.4048 15.6415 11.5965 15.0748 11.5965C14.5081 11.5965 14.0331 11.4048 13.6498 11.0215ZM14.1248 19.0465L16.2248 16.9465L15.9498 15.5465C15.5165 15.8465 15.0831 16.1173 14.6498 16.359C14.2165 16.6007 13.7665 16.8382 13.2998 17.0715L14.1248 19.0465ZM21.9498 2.72149C22.2665 4.73816 22.0706 6.70066 21.3623 8.60899C20.654 10.5173 19.4331 12.3382 17.6998 14.0715L18.1998 16.5465C18.2665 16.8798 18.2498 17.2048 18.1498 17.5215C18.0498 17.8382 17.8831 18.1132 17.6498 18.3465L13.4498 22.5465L11.3498 17.6215L7.0748 13.3465L2.1498 11.2465L6.3248 7.04649C6.55814 6.81316 6.8373 6.64649 7.1623 6.54649C7.4873 6.44649 7.81647 6.42983 8.1498 6.49649L10.6248 6.99649C12.3581 5.26316 14.1748 4.03816 16.0748 3.32149C17.9748 2.60483 19.9331 2.40483 21.9498 2.72149ZM3.9248 16.5215C4.50814 15.9382 5.22064 15.6423 6.0623 15.634C6.90397 15.6257 7.61647 15.9132 8.1998 16.4965C8.78314 17.0798 9.07064 17.7923 9.0623 18.634C9.05397 19.4757 8.75814 20.1882 8.1748 20.7715C7.75814 21.1882 7.0623 21.5465 6.0873 21.8465C5.1123 22.1465 3.76647 22.4132 2.0498 22.6465C2.28314 20.9298 2.5498 19.584 2.8498 18.609C3.1498 17.634 3.50814 16.9382 3.9248 16.5215ZM5.3498 17.9215C5.18314 18.0882 5.01647 18.3923 4.8498 18.834C4.68314 19.2757 4.56647 19.7215 4.4998 20.1715C4.9498 20.1048 5.39564 19.9923 5.8373 19.834C6.27897 19.6757 6.58314 19.5132 6.7498 19.3465C6.9498 19.1465 7.05814 18.9048 7.0748 18.6215C7.09147 18.3382 6.9998 18.0965 6.7998 17.8965C6.5998 17.6965 6.35814 17.6007 6.0748 17.609C5.79147 17.6173 5.5498 17.7215 5.3498 17.9215Z" 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="M5.6498 10.5715L7.5998 11.3965C7.83314 10.9298 8.0748 10.4798 8.3248 10.0465C8.5748 9.61316 8.8498 9.17983 9.1498 8.74649L7.7498 8.47149L5.6498 10.5715ZM9.1998 12.6465L12.0498 15.4715C12.7498 15.2048 13.4998 14.7965 14.2998 14.2465C15.0998 13.6965 15.8498 13.0715 16.5498 12.3715C17.7165 11.2048 18.629 9.90899 19.2873 8.48399C19.9456 7.05899 20.2331 5.74649 20.1498 4.54649C18.9498 4.46316 17.6331 4.75066 16.1998 5.40899C14.7665 6.06733 13.4665 6.97983 12.2998 8.14649C11.5998 8.84649 10.9748 9.59649 10.4248 10.3965C9.8748 11.1965 9.46647 11.9465 9.1998 12.6465ZM13.6498 11.0215C13.2665 10.6382 13.0748 10.1673 13.0748 9.60899C13.0748 9.05066 13.2665 8.57983 13.6498 8.19649C14.0331 7.81316 14.5081 7.62149 15.0748 7.62149C15.6415 7.62149 16.1165 7.81316 16.4998 8.19649C16.8831 8.57983 17.0748 9.05066 17.0748 9.60899C17.0748 10.1673 16.8831 10.6382 16.4998 11.0215C16.1165 11.4048 15.6415 11.5965 15.0748 11.5965C14.5081 11.5965 14.0331 11.4048 13.6498 11.0215ZM14.1248 19.0465L16.2248 16.9465L15.9498 15.5465C15.5165 15.8465 15.0831 16.1173 14.6498 16.359C14.2165 16.6007 13.7665 16.8382 13.2998 17.0715L14.1248 19.0465ZM21.9498 2.72149C22.2665 4.73816 22.0706 6.70066 21.3623 8.60899C20.654 10.5173 19.4331 12.3382 17.6998 14.0715L18.1998 16.5465C18.2665 16.8798 18.2498 17.2048 18.1498 17.5215C18.0498 17.8382 17.8831 18.1132 17.6498 18.3465L13.4498 22.5465L11.3498 17.6215L7.0748 13.3465L2.1498 11.2465L6.3248 7.04649C6.55814 6.81316 6.8373 6.64649 7.1623 6.54649C7.4873 6.44649 7.81647 6.42983 8.1498 6.49649L10.6248 6.99649C12.3581 5.26316 14.1748 4.03816 16.0748 3.32149C17.9748 2.60483 19.9331 2.40483 21.9498 2.72149ZM3.9248 16.5215C4.50814 15.9382 5.22064 15.6423 6.0623 15.634C6.90397 15.6257 7.61647 15.9132 8.1998 16.4965C8.78314 17.0798 9.07064 17.7923 9.0623 18.634C9.05397 19.4757 8.75814 20.1882 8.1748 20.7715C7.75814 21.1882 7.0623 21.5465 6.0873 21.8465C5.1123 22.1465 3.76647 22.4132 2.0498 22.6465C2.28314 20.9298 2.5498 19.584 2.8498 18.609C3.1498 17.634 3.50814 16.9382 3.9248 16.5215ZM5.3498 17.9215C5.18314 18.0882 5.01647 18.3923 4.8498 18.834C4.68314 19.2757 4.56647 19.7215 4.4998 20.1715C4.9498 20.1048 5.39564 19.9923 5.8373 19.834C6.27897 19.6757 6.58314 19.5132 6.7498 19.3465C6.9498 19.1465 7.05814 18.9048 7.0748 18.6215C7.09147 18.3382 6.9998 18.0965 6.7998 17.8965C6.5998 17.6965 6.35814 17.6007 6.0748 17.609C5.79147 17.6173 5.5498 17.7215 5.3498 17.9215Z" 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="M11 16.5465V8.39651L8.4 10.9965L7 9.54651L12 4.54651L17 9.54651L15.6 10.9965L13 8.39651V16.5465H11ZM4 20.5465V15.5465H6V18.5465H18V15.5465H20V20.5465H4Z" 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="M11 16.5465V8.39651L8.4 10.9965L7 9.54651L12 4.54651L17 9.54651L15.6 10.9965L13 8.39651V16.5465H11ZM4 20.5465V15.5465H6V18.5465H18V15.5465H20V20.5465H4Z" 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="M11 16.5465V8.39651L8.4 10.9965L7 9.54651L12 4.54651L17 9.54651L15.6 10.9965L13 8.39651V16.5465H11ZM4 20.5465V15.5465H6V18.5465H18V15.5465H20V20.5465H4Z" 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="M11 16.5465V8.39651L8.4 10.9965L7 9.54651L12 4.54651L17 9.54651L15.6 10.9965L13 8.39651V16.5465H11ZM4 20.5465V15.5465H6V18.5465H18V15.5465H20V20.5465H4Z" 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 21V18.2C3 17.6333 3.14583 17.1125 3.4375 16.6375C3.72917 16.1625 4.11667 15.8 4.6 15.55C5.63333 15.0333 6.68333 14.6458 7.75 14.3875C8.81667 14.1292 9.9 14 11 14C11.3333 14 11.6667 14.0125 12 14.0375C12.3333 14.0625 12.6667 14.1 13 14.15C12.9333 15.1167 13.1083 16.0292 13.525 16.8875C13.9417 17.7458 14.55 18.45 15.35 19V21H3ZM19 24L17.5 22.5V17.85C16.7667 17.6333 16.1667 17.2208 15.7 16.6125C15.2333 16.0042 15 15.3 15 14.5C15 13.5333 15.3417 12.7083 16.025 12.025C16.7083 11.3417 17.5333 11 18.5 11C19.4667 11 20.2917 11.3417 20.975 12.025C21.6583 12.7083 22 13.5333 22 14.5C22 15.25 21.7875 15.9167 21.3625 16.5C20.9375 17.0833 20.4 17.5 19.75 17.75L21 19L19.5 20.5L21 22L19 24ZM11 13C9.9 13 8.95833 12.6083 8.175 11.825C7.39167 11.0417 7 10.1 7 9C7 7.9 7.39167 6.95833 8.175 6.175C8.95833 5.39167 9.9 5 11 5C12.1 5 13.0417 5.39167 13.825 6.175C14.6083 6.95833 15 7.9 15 9C15 10.1 14.6083 11.0417 13.825 11.825C13.0417 12.6083 12.1 13 11 13ZM18.5 15C18.7833 15 19.0208 14.9042 19.2125 14.7125C19.4042 14.5208 19.5 14.2833 19.5 14C19.5 13.7167 19.4042 13.4792 19.2125 13.2875C19.0208 13.0958 18.7833 13 18.5 13C18.2167 13 17.9792 13.0958 17.7875 13.2875C17.5958 13.4792 17.5 13.7167 17.5 14C17.5 14.2833 17.5958 14.5208 17.7875 14.7125C17.9792 14.9042 18.2167 15 18.5 15Z" 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 21V18.2C3 17.6333 3.14583 17.1125 3.4375 16.6375C3.72917 16.1625 4.11667 15.8 4.6 15.55C5.63333 15.0333 6.68333 14.6458 7.75 14.3875C8.81667 14.1292 9.9 14 11 14C11.3333 14 11.6667 14.0125 12 14.0375C12.3333 14.0625 12.6667 14.1 13 14.15C12.9333 15.1167 13.1083 16.0292 13.525 16.8875C13.9417 17.7458 14.55 18.45 15.35 19V21H3ZM19 24L17.5 22.5V17.85C16.7667 17.6333 16.1667 17.2208 15.7 16.6125C15.2333 16.0042 15 15.3 15 14.5C15 13.5333 15.3417 12.7083 16.025 12.025C16.7083 11.3417 17.5333 11 18.5 11C19.4667 11 20.2917 11.3417 20.975 12.025C21.6583 12.7083 22 13.5333 22 14.5C22 15.25 21.7875 15.9167 21.3625 16.5C20.9375 17.0833 20.4 17.5 19.75 17.75L21 19L19.5 20.5L21 22L19 24ZM11 13C9.9 13 8.95833 12.6083 8.175 11.825C7.39167 11.0417 7 10.1 7 9C7 7.9 7.39167 6.95833 8.175 6.175C8.95833 5.39167 9.9 5 11 5C12.1 5 13.0417 5.39167 13.825 6.175C14.6083 6.95833 15 7.9 15 9C15 10.1 14.6083 11.0417 13.825 11.825C13.0417 12.6083 12.1 13 11 13ZM18.5 15C18.7833 15 19.0208 14.9042 19.2125 14.7125C19.4042 14.5208 19.5 14.2833 19.5 14C19.5 13.7167 19.4042 13.4792 19.2125 13.2875C19.0208 13.0958 18.7833 13 18.5 13C18.2167 13 17.9792 13.0958 17.7875 13.2875C17.5958 13.4792 17.5 13.7167 17.5 14C17.5 14.2833 17.5958 14.5208 17.7875 14.7125C17.9792 14.9042 18.2167 15 18.5 15Z" 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 21V18.2C3 17.6333 3.14583 17.1125 3.4375 16.6375C3.72917 16.1625 4.11667 15.8 4.6 15.55C5.63333 15.0333 6.68333 14.6458 7.75 14.3875C8.81667 14.1292 9.9 14 11 14C11.3333 14 11.6667 14.0125 12 14.0375C12.3333 14.0625 12.6667 14.1 13 14.15C12.9333 15.1167 13.1083 16.0292 13.525 16.8875C13.9417 17.7458 14.55 18.45 15.35 19V21H3ZM19 24L17.5 22.5V17.85C16.7667 17.6333 16.1667 17.2208 15.7 16.6125C15.2333 16.0042 15 15.3 15 14.5C15 13.5333 15.3417 12.7083 16.025 12.025C16.7083 11.3417 17.5333 11 18.5 11C19.4667 11 20.2917 11.3417 20.975 12.025C21.6583 12.7083 22 13.5333 22 14.5C22 15.25 21.7875 15.9167 21.3625 16.5C20.9375 17.0833 20.4 17.5 19.75 17.75L21 19L19.5 20.5L21 22L19 24ZM11 13C9.9 13 8.95833 12.6083 8.175 11.825C7.39167 11.0417 7 10.1 7 9C7 7.9 7.39167 6.95833 8.175 6.175C8.95833 5.39167 9.9 5 11 5C12.1 5 13.0417 5.39167 13.825 6.175C14.6083 6.95833 15 7.9 15 9C15 10.1 14.6083 11.0417 13.825 11.825C13.0417 12.6083 12.1 13 11 13ZM18.5 15C18.7833 15 19.0208 14.9042 19.2125 14.7125C19.4042 14.5208 19.5 14.2833 19.5 14C19.5 13.7167 19.4042 13.4792 19.2125 13.2875C19.0208 13.0958 18.7833 13 18.5 13C18.2167 13 17.9792 13.0958 17.7875 13.2875C17.5958 13.4792 17.5 13.7167 17.5 14C17.5 14.2833 17.5958 14.5208 17.7875 14.7125C17.9792 14.9042 18.2167 15 18.5 15Z" 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 21V18.2C3 17.6333 3.14583 17.1125 3.4375 16.6375C3.72917 16.1625 4.11667 15.8 4.6 15.55C5.63333 15.0333 6.68333 14.6458 7.75 14.3875C8.81667 14.1292 9.9 14 11 14C11.3333 14 11.6667 14.0125 12 14.0375C12.3333 14.0625 12.6667 14.1 13 14.15C12.9333 15.1167 13.1083 16.0292 13.525 16.8875C13.9417 17.7458 14.55 18.45 15.35 19V21H3ZM19 24L17.5 22.5V17.85C16.7667 17.6333 16.1667 17.2208 15.7 16.6125C15.2333 16.0042 15 15.3 15 14.5C15 13.5333 15.3417 12.7083 16.025 12.025C16.7083 11.3417 17.5333 11 18.5 11C19.4667 11 20.2917 11.3417 20.975 12.025C21.6583 12.7083 22 13.5333 22 14.5C22 15.25 21.7875 15.9167 21.3625 16.5C20.9375 17.0833 20.4 17.5 19.75 17.75L21 19L19.5 20.5L21 22L19 24ZM11 13C9.9 13 8.95833 12.6083 8.175 11.825C7.39167 11.0417 7 10.1 7 9C7 7.9 7.39167 6.95833 8.175 6.175C8.95833 5.39167 9.9 5 11 5C12.1 5 13.0417 5.39167 13.825 6.175C14.6083 6.95833 15 7.9 15 9C15 10.1 14.6083 11.0417 13.825 11.825C13.0417 12.6083 12.1 13 11 13ZM18.5 15C18.7833 15 19.0208 14.9042 19.2125 14.7125C19.4042 14.5208 19.5 14.2833 19.5 14C19.5 13.7167 19.4042 13.4792 19.2125 13.2875C19.0208 13.0958 18.7833 13 18.5 13C18.2167 13 17.9792 13.0958 17.7875 13.2875C17.5958 13.4792 17.5 13.7167 17.5 14C17.5 14.2833 17.5958 14.5208 17.7875 14.7125C17.9792 14.9042 18.2167 15 18.5 15Z" 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="M18 14.5465V11.5465H15V9.54651H18V6.54651H20V9.54651H23V11.5465H20V14.5465H18ZM9 12.5465C7.9 12.5465 6.95833 12.1548 6.175 11.3715C5.39167 10.5882 5 9.64651 5 8.54651C5 7.44651 5.39167 6.50484 6.175 5.72151C6.95833 4.93818 7.9 4.54651 9 4.54651C10.1 4.54651 11.0417 4.93818 11.825 5.72151C12.6083 6.50484 13 7.44651 13 8.54651C13 9.64651 12.6083 10.5882 11.825 11.3715C11.0417 12.1548 10.1 12.5465 9 12.5465ZM1 20.5465V17.7465C1 17.1798 1.14583 16.659 1.4375 16.184C1.72917 15.709 2.11667 15.3465 2.6 15.0965C3.63333 14.5798 4.68333 14.1923 5.75 13.934C6.81667 13.6757 7.9 13.5465 9 13.5465C10.1 13.5465 11.1833 13.6757 12.25 13.934C13.3167 14.1923 14.3667 14.5798 15.4 15.0965C15.8833 15.3465 16.2708 15.709 16.5625 16.184C16.8542 16.659 17 17.1798 17 17.7465V20.5465H1Z" 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="M18 14.5465V11.5465H15V9.54651H18V6.54651H20V9.54651H23V11.5465H20V14.5465H18ZM9 12.5465C7.9 12.5465 6.95833 12.1548 6.175 11.3715C5.39167 10.5882 5 9.64651 5 8.54651C5 7.44651 5.39167 6.50484 6.175 5.72151C6.95833 4.93818 7.9 4.54651 9 4.54651C10.1 4.54651 11.0417 4.93818 11.825 5.72151C12.6083 6.50484 13 7.44651 13 8.54651C13 9.64651 12.6083 10.5882 11.825 11.3715C11.0417 12.1548 10.1 12.5465 9 12.5465ZM1 20.5465V17.7465C1 17.1798 1.14583 16.659 1.4375 16.184C1.72917 15.709 2.11667 15.3465 2.6 15.0965C3.63333 14.5798 4.68333 14.1923 5.75 13.934C6.81667 13.6757 7.9 13.5465 9 13.5465C10.1 13.5465 11.1833 13.6757 12.25 13.934C13.3167 14.1923 14.3667 14.5798 15.4 15.0965C15.8833 15.3465 16.2708 15.709 16.5625 16.184C16.8542 16.659 17 17.1798 17 17.7465V20.5465H1Z" 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="M18 14.5465V11.5465H15V9.54651H18V6.54651H20V9.54651H23V11.5465H20V14.5465H18ZM9 12.5465C7.9 12.5465 6.95833 12.1548 6.175 11.3715C5.39167 10.5882 5 9.64651 5 8.54651C5 7.44651 5.39167 6.50484 6.175 5.72151C6.95833 4.93818 7.9 4.54651 9 4.54651C10.1 4.54651 11.0417 4.93818 11.825 5.72151C12.6083 6.50484 13 7.44651 13 8.54651C13 9.64651 12.6083 10.5882 11.825 11.3715C11.0417 12.1548 10.1 12.5465 9 12.5465ZM1 20.5465V17.7465C1 17.1798 1.14583 16.659 1.4375 16.184C1.72917 15.709 2.11667 15.3465 2.6 15.0965C3.63333 14.5798 4.68333 14.1923 5.75 13.934C6.81667 13.6757 7.9 13.5465 9 13.5465C10.1 13.5465 11.1833 13.6757 12.25 13.934C13.3167 14.1923 14.3667 14.5798 15.4 15.0965C15.8833 15.3465 16.2708 15.709 16.5625 16.184C16.8542 16.659 17 17.1798 17 17.7465V20.5465H1ZM3 18.5465H15V17.7465C15 17.5632 14.9542 17.3965 14.8625 17.2465C14.7708 17.0965 14.65 16.9798 14.5 16.8965C13.6 16.4465 12.6917 16.109 11.775 15.884C10.8583 15.659 9.93333 15.5465 9 15.5465C8.06667 15.5465 7.14167 15.659 6.225 15.884C5.30833 16.109 4.4 16.4465 3.5 16.8965C3.35 16.9798 3.22917 17.0965 3.1375 17.2465C3.04583 17.3965 3 17.5632 3 17.7465V18.5465ZM9 10.5465C9.55 10.5465 10.0208 10.3507 10.4125 9.95901C10.8042 9.56734 11 9.09651 11 8.54651C11 7.99651 10.8042 7.52568 10.4125 7.13401C10.0208 6.74234 9.55 6.54651 9 6.54651C8.45 6.54651 7.97917 6.74234 7.5875 7.13401C7.19583 7.52568 7 7.99651 7 8.54651C7 9.09651 7.19583 9.56734 7.5875 9.95901C7.97917 10.3507 8.45 10.5465 9 10.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="M18 14.5465V11.5465H15V9.54651H18V6.54651H20V9.54651H23V11.5465H20V14.5465H18ZM9 12.5465C7.9 12.5465 6.95833 12.1548 6.175 11.3715C5.39167 10.5882 5 9.64651 5 8.54651C5 7.44651 5.39167 6.50484 6.175 5.72151C6.95833 4.93818 7.9 4.54651 9 4.54651C10.1 4.54651 11.0417 4.93818 11.825 5.72151C12.6083 6.50484 13 7.44651 13 8.54651C13 9.64651 12.6083 10.5882 11.825 11.3715C11.0417 12.1548 10.1 12.5465 9 12.5465ZM1 20.5465V17.7465C1 17.1798 1.14583 16.659 1.4375 16.184C1.72917 15.709 2.11667 15.3465 2.6 15.0965C3.63333 14.5798 4.68333 14.1923 5.75 13.934C6.81667 13.6757 7.9 13.5465 9 13.5465C10.1 13.5465 11.1833 13.6757 12.25 13.934C13.3167 14.1923 14.3667 14.5798 15.4 15.0965C15.8833 15.3465 16.2708 15.709 16.5625 16.184C16.8542 16.659 17 17.1798 17 17.7465V20.5465H1ZM3 18.5465H15V17.7465C15 17.5632 14.9542 17.3965 14.8625 17.2465C14.7708 17.0965 14.65 16.9798 14.5 16.8965C13.6 16.4465 12.6917 16.109 11.775 15.884C10.8583 15.659 9.93333 15.5465 9 15.5465C8.06667 15.5465 7.14167 15.659 6.225 15.884C5.30833 16.109 4.4 16.4465 3.5 16.8965C3.35 16.9798 3.22917 17.0965 3.1375 17.2465C3.04583 17.3965 3 17.5632 3 17.7465V18.5465ZM9 10.5465C9.55 10.5465 10.0208 10.3507 10.4125 9.95901C10.8042 9.56734 11 9.09651 11 8.54651C11 7.99651 10.8042 7.52568 10.4125 7.13401C10.0208 6.74234 9.55 6.54651 9 6.54651C8.45 6.54651 7.97917 6.74234 7.5875 7.13401C7.19583 7.52568 7 7.99651 7 8.54651C7 9.09651 7.19583 9.56734 7.5875 9.95901C7.97917 10.3507 8.45 10.5465 9 10.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="M5.85 17.6464C6.7 16.9964 7.65 16.4839 8.7 16.1089C9.75 15.7339 10.85 15.5464 12 15.5464C13.15 15.5464 14.25 15.7339 15.3 16.1089C16.35 16.4839 17.3 16.9964 18.15 17.6464C18.7333 16.9631 19.1875 16.1881 19.5125 15.3214C19.8375 14.4547 20 13.5297 20 12.5464C20 10.3297 19.2208 8.44222 17.6625 6.88389C16.1042 5.32555 14.2167 4.54639 12 4.54639C9.78333 4.54639 7.89583 5.32555 6.3375 6.88389C4.77917 8.44222 4 10.3297 4 12.5464C4 13.5297 4.1625 14.4547 4.4875 15.3214C4.8125 16.1881 5.26667 16.9631 5.85 17.6464ZM12 13.5464C11.0167 13.5464 10.1875 13.2089 9.5125 12.5339C8.8375 11.8589 8.5 11.0297 8.5 10.0464C8.5 9.06305 8.8375 8.23389 9.5125 7.55889C10.1875 6.88389 11.0167 6.54639 12 6.54639C12.9833 6.54639 13.8125 6.88389 14.4875 7.55889C15.1625 8.23389 15.5 9.06305 15.5 10.0464C15.5 11.0297 15.1625 11.8589 14.4875 12.5339C13.8125 13.2089 12.9833 13.5464 12 13.5464ZM12 22.5464C10.6167 22.5464 9.31667 22.2839 8.1 21.7589C6.88333 21.2339 5.825 20.5214 4.925 19.6214C4.025 18.7214 3.3125 17.6631 2.7875 16.4464C2.2625 15.2297 2 13.9297 2 12.5464C2 11.1631 2.2625 9.86305 2.7875 8.64639C3.3125 7.42972 4.025 6.37139 4.925 5.47139C5.825 4.57139 6.88333 3.85889 8.1 3.33389C9.31667 2.80889 10.6167 2.54639 12 2.54639C13.3833 2.54639 14.6833 2.80889 15.9 3.33389C17.1167 3.85889 18.175 4.57139 19.075 5.47139C19.975 6.37139 20.6875 7.42972 21.2125 8.64639C21.7375 9.86305 22 11.1631 22 12.5464C22 13.9297 21.7375 15.2297 21.2125 16.4464C20.6875 17.6631 19.975 18.7214 19.075 19.6214C18.175 20.5214 17.1167 21.2339 15.9 21.7589C14.6833 22.2839 13.3833 22.5464 12 22.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="M5.85 17.6464C6.7 16.9964 7.65 16.4839 8.7 16.1089C9.75 15.7339 10.85 15.5464 12 15.5464C13.15 15.5464 14.25 15.7339 15.3 16.1089C16.35 16.4839 17.3 16.9964 18.15 17.6464C18.7333 16.9631 19.1875 16.1881 19.5125 15.3214C19.8375 14.4547 20 13.5297 20 12.5464C20 10.3297 19.2208 8.44222 17.6625 6.88389C16.1042 5.32555 14.2167 4.54639 12 4.54639C9.78333 4.54639 7.89583 5.32555 6.3375 6.88389C4.77917 8.44222 4 10.3297 4 12.5464C4 13.5297 4.1625 14.4547 4.4875 15.3214C4.8125 16.1881 5.26667 16.9631 5.85 17.6464ZM12 13.5464C11.0167 13.5464 10.1875 13.2089 9.5125 12.5339C8.8375 11.8589 8.5 11.0297 8.5 10.0464C8.5 9.06305 8.8375 8.23389 9.5125 7.55889C10.1875 6.88389 11.0167 6.54639 12 6.54639C12.9833 6.54639 13.8125 6.88389 14.4875 7.55889C15.1625 8.23389 15.5 9.06305 15.5 10.0464C15.5 11.0297 15.1625 11.8589 14.4875 12.5339C13.8125 13.2089 12.9833 13.5464 12 13.5464ZM12 22.5464C10.6167 22.5464 9.31667 22.2839 8.1 21.7589C6.88333 21.2339 5.825 20.5214 4.925 19.6214C4.025 18.7214 3.3125 17.6631 2.7875 16.4464C2.2625 15.2297 2 13.9297 2 12.5464C2 11.1631 2.2625 9.86305 2.7875 8.64639C3.3125 7.42972 4.025 6.37139 4.925 5.47139C5.825 4.57139 6.88333 3.85889 8.1 3.33389C9.31667 2.80889 10.6167 2.54639 12 2.54639C13.3833 2.54639 14.6833 2.80889 15.9 3.33389C17.1167 3.85889 18.175 4.57139 19.075 5.47139C19.975 6.37139 20.6875 7.42972 21.2125 8.64639C21.7375 9.86305 22 11.1631 22 12.5464C22 13.9297 21.7375 15.2297 21.2125 16.4464C20.6875 17.6631 19.975 18.7214 19.075 19.6214C18.175 20.5214 17.1167 21.2339 15.9 21.7589C14.6833 22.2839 13.3833 22.5464 12 22.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="M5.85 17.6464C6.7 16.9964 7.65 16.4839 8.7 16.1089C9.75 15.7339 10.85 15.5464 12 15.5464C13.15 15.5464 14.25 15.7339 15.3 16.1089C16.35 16.4839 17.3 16.9964 18.15 17.6464C18.7333 16.9631 19.1875 16.1881 19.5125 15.3214C19.8375 14.4547 20 13.5297 20 12.5464C20 10.3297 19.2208 8.44222 17.6625 6.88389C16.1042 5.32555 14.2167 4.54639 12 4.54639C9.78333 4.54639 7.89583 5.32555 6.3375 6.88389C4.77917 8.44222 4 10.3297 4 12.5464C4 13.5297 4.1625 14.4547 4.4875 15.3214C4.8125 16.1881 5.26667 16.9631 5.85 17.6464ZM12 13.5464C11.0167 13.5464 10.1875 13.2089 9.5125 12.5339C8.8375 11.8589 8.5 11.0297 8.5 10.0464C8.5 9.06305 8.8375 8.23389 9.5125 7.55889C10.1875 6.88389 11.0167 6.54639 12 6.54639C12.9833 6.54639 13.8125 6.88389 14.4875 7.55889C15.1625 8.23389 15.5 9.06305 15.5 10.0464C15.5 11.0297 15.1625 11.8589 14.4875 12.5339C13.8125 13.2089 12.9833 13.5464 12 13.5464ZM12 22.5464C10.6167 22.5464 9.31667 22.2839 8.1 21.7589C6.88333 21.2339 5.825 20.5214 4.925 19.6214C4.025 18.7214 3.3125 17.6631 2.7875 16.4464C2.2625 15.2297 2 13.9297 2 12.5464C2 11.1631 2.2625 9.86305 2.7875 8.64639C3.3125 7.42972 4.025 6.37139 4.925 5.47139C5.825 4.57139 6.88333 3.85889 8.1 3.33389C9.31667 2.80889 10.6167 2.54639 12 2.54639C13.3833 2.54639 14.6833 2.80889 15.9 3.33389C17.1167 3.85889 18.175 4.57139 19.075 5.47139C19.975 6.37139 20.6875 7.42972 21.2125 8.64639C21.7375 9.86305 22 11.1631 22 12.5464C22 13.9297 21.7375 15.2297 21.2125 16.4464C20.6875 17.6631 19.975 18.7214 19.075 19.6214C18.175 20.5214 17.1167 21.2339 15.9 21.7589C14.6833 22.2839 13.3833 22.5464 12 22.5464ZM12 20.5464C12.8833 20.5464 13.7167 20.4172 14.5 20.1589C15.2833 19.9006 16 19.5297 16.65 19.0464C16 18.5631 15.2833 18.1922 14.5 17.9339C13.7167 17.6756 12.8833 17.5464 12 17.5464C11.1167 17.5464 10.2833 17.6756 9.5 17.9339C8.71667 18.1922 8 18.5631 7.35 19.0464C8 19.5297 8.71667 19.9006 9.5 20.1589C10.2833 20.4172 11.1167 20.5464 12 20.5464ZM12 11.5464C12.4333 11.5464 12.7917 11.4047 13.075 11.1214C13.3583 10.8381 13.5 10.4797 13.5 10.0464C13.5 9.61305 13.3583 9.25472 13.075 8.97139C12.7917 8.68805 12.4333 8.54639 12 8.54639C11.5667 8.54639 11.2083 8.68805 10.925 8.97139C10.6417 9.25472 10.5 9.61305 10.5 10.0464C10.5 10.4797 10.6417 10.8381 10.925 11.1214C11.2083 11.4047 11.5667 11.5464 12 11.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="M5.85 17.6464C6.7 16.9964 7.65 16.4839 8.7 16.1089C9.75 15.7339 10.85 15.5464 12 15.5464C13.15 15.5464 14.25 15.7339 15.3 16.1089C16.35 16.4839 17.3 16.9964 18.15 17.6464C18.7333 16.9631 19.1875 16.1881 19.5125 15.3214C19.8375 14.4547 20 13.5297 20 12.5464C20 10.3297 19.2208 8.44222 17.6625 6.88389C16.1042 5.32555 14.2167 4.54639 12 4.54639C9.78333 4.54639 7.89583 5.32555 6.3375 6.88389C4.77917 8.44222 4 10.3297 4 12.5464C4 13.5297 4.1625 14.4547 4.4875 15.3214C4.8125 16.1881 5.26667 16.9631 5.85 17.6464ZM12 13.5464C11.0167 13.5464 10.1875 13.2089 9.5125 12.5339C8.8375 11.8589 8.5 11.0297 8.5 10.0464C8.5 9.06305 8.8375 8.23389 9.5125 7.55889C10.1875 6.88389 11.0167 6.54639 12 6.54639C12.9833 6.54639 13.8125 6.88389 14.4875 7.55889C15.1625 8.23389 15.5 9.06305 15.5 10.0464C15.5 11.0297 15.1625 11.8589 14.4875 12.5339C13.8125 13.2089 12.9833 13.5464 12 13.5464ZM12 22.5464C10.6167 22.5464 9.31667 22.2839 8.1 21.7589C6.88333 21.2339 5.825 20.5214 4.925 19.6214C4.025 18.7214 3.3125 17.6631 2.7875 16.4464C2.2625 15.2297 2 13.9297 2 12.5464C2 11.1631 2.2625 9.86305 2.7875 8.64639C3.3125 7.42972 4.025 6.37139 4.925 5.47139C5.825 4.57139 6.88333 3.85889 8.1 3.33389C9.31667 2.80889 10.6167 2.54639 12 2.54639C13.3833 2.54639 14.6833 2.80889 15.9 3.33389C17.1167 3.85889 18.175 4.57139 19.075 5.47139C19.975 6.37139 20.6875 7.42972 21.2125 8.64639C21.7375 9.86305 22 11.1631 22 12.5464C22 13.9297 21.7375 15.2297 21.2125 16.4464C20.6875 17.6631 19.975 18.7214 19.075 19.6214C18.175 20.5214 17.1167 21.2339 15.9 21.7589C14.6833 22.2839 13.3833 22.5464 12 22.5464ZM12 20.5464C12.8833 20.5464 13.7167 20.4172 14.5 20.1589C15.2833 19.9006 16 19.5297 16.65 19.0464C16 18.5631 15.2833 18.1922 14.5 17.9339C13.7167 17.6756 12.8833 17.5464 12 17.5464C11.1167 17.5464 10.2833 17.6756 9.5 17.9339C8.71667 18.1922 8 18.5631 7.35 19.0464C8 19.5297 8.71667 19.9006 9.5 20.1589C10.2833 20.4172 11.1167 20.5464 12 20.5464ZM12 11.5464C12.4333 11.5464 12.7917 11.4047 13.075 11.1214C13.3583 10.8381 13.5 10.4797 13.5 10.0464C13.5 9.61305 13.3583 9.25472 13.075 8.97139C12.7917 8.68805 12.4333 8.54639 12 8.54639C11.5667 8.54639 11.2083 8.68805 10.925 8.97139C10.6417 9.25472 10.5 9.61305 10.5 10.0464C10.5 10.4797 10.6417 10.8381 10.925 11.1214C11.2083 11.4047 11.5667 11.5464 12 11.5464Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="21" viewBox="0 0 16 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.675 11.7L6.55 8.85L4.25 7H7.1L8 4.2L8.9 7H11.75L9.425 8.85L10.3 11.7L8 9.925L5.675 11.7ZM2 21V13.275C1.36667 12.575 0.875 11.775 0.525 10.875C0.175 9.975 0 9.01667 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C10.2333 0 12.125 0.775 13.675 2.325C15.225 3.875 16 5.76667 16 8C16 9.01667 15.825 9.975 15.475 10.875C15.125 11.775 14.6333 12.575 14 13.275V21L8 19L2 21ZM8 14C9.66667 14 11.0833 13.4167 12.25 12.25C13.4167 11.0833 14 9.66667 14 8C14 6.33333 13.4167 4.91667 12.25 3.75C11.0833 2.58333 9.66667 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="16" height="21" viewBox="0 0 16 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.675 11.7L6.55 8.85L4.25 7H7.1L8 4.2L8.9 7H11.75L9.425 8.85L10.3 11.7L8 9.925L5.675 11.7ZM2 21V13.275C1.36667 12.575 0.875 11.775 0.525 10.875C0.175 9.975 0 9.01667 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C10.2333 0 12.125 0.775 13.675 2.325C15.225 3.875 16 5.76667 16 8C16 9.01667 15.825 9.975 15.475 10.875C15.125 11.775 14.6333 12.575 14 13.275V21L8 19L2 21ZM8 14C9.66667 14 11.0833 13.4167 12.25 12.25C13.4167 11.0833 14 9.66667 14 8C14 6.33333 13.4167 4.91667 12.25 3.75C11.0833 2.58333 9.66667 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="21" viewBox="0 0 16 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.675 11.7L6.55 8.85L4.25 7H7.1L8 4.2L8.9 7H11.75L9.425 8.85L10.3 11.7L8 9.925L5.675 11.7ZM2 21V13.275C1.36667 12.575 0.875 11.775 0.525 10.875C0.175 9.975 0 9.01667 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C10.2333 0 12.125 0.775 13.675 2.325C15.225 3.875 16 5.76667 16 8C16 9.01667 15.825 9.975 15.475 10.875C15.125 11.775 14.6333 12.575 14 13.275V21L8 19L2 21ZM8 14C9.66667 14 11.0833 13.4167 12.25 12.25C13.4167 11.0833 14 9.66667 14 8C14 6.33333 13.4167 4.91667 12.25 3.75C11.0833 2.58333 9.66667 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14ZM4 18.025L8 17L12 18.025V14.925C11.4167 15.2583 10.7875 15.5208 10.1125 15.7125C9.4375 15.9042 8.73333 16 8 16C7.26667 16 6.5625 15.9042 5.8875 15.7125C5.2125 15.5208 4.58333 15.2583 4 14.925V18.025Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="16" height="21" viewBox="0 0 16 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.675 11.7L6.55 8.85L4.25 7H7.1L8 4.2L8.9 7H11.75L9.425 8.85L10.3 11.7L8 9.925L5.675 11.7ZM2 21V13.275C1.36667 12.575 0.875 11.775 0.525 10.875C0.175 9.975 0 9.01667 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C10.2333 0 12.125 0.775 13.675 2.325C15.225 3.875 16 5.76667 16 8C16 9.01667 15.825 9.975 15.475 10.875C15.125 11.775 14.6333 12.575 14 13.275V21L8 19L2 21ZM8 14C9.66667 14 11.0833 13.4167 12.25 12.25C13.4167 11.0833 14 9.66667 14 8C14 6.33333 13.4167 4.91667 12.25 3.75C11.0833 2.58333 9.66667 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14ZM4 18.025L8 17L12 18.025V14.925C11.4167 15.2583 10.7875 15.5208 10.1125 15.7125C9.4375 15.9042 8.73333 16 8 16C7.26667 16 6.5625 15.9042 5.8875 15.7125C5.2125 15.5208 4.58333 15.2583 4 14.925V18.025Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_16375_59428)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.44531 9.59122L9.05737 8.77539L10.9978 13.4357L8.59814 13.4076L6.62633 15.0508L4.44531 9.59122Z" fill="#D3D3D3"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.09835 9.07422L2.15375 9.20873L0.0351562 14.3852L2.43483 14.3568L4.40664 16L7.09835 9.07422Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61299 0.00103709C5.89772 -0.0114756 6.12216 0.090503 6.34842 0.238466C6.63589 0.425531 6.9593 0.795281 7.35854 1.02989C7.92039 1.3596 8.96095 0.904768 9.49388 1.71778C9.80449 2.19201 9.81911 2.56364 9.84226 2.93089C9.86723 3.32723 9.93483 3.69166 10.3298 4.22814C10.9833 5.11592 11.1194 5.70683 10.7826 6.32277C10.553 6.74257 10.0697 6.97593 9.95767 7.24183C9.71984 7.80772 9.98295 8.23409 9.6571 8.89382C9.43084 9.35116 9.08185 9.65271 8.61684 9.80662C8.22491 9.93613 7.83147 9.74875 7.5175 9.8842C6.9657 10.1223 6.55885 10.6756 6.12003 10.8155C5.9504 10.8696 5.7817 10.8962 5.61299 10.8949C5.44459 10.8962 5.27557 10.8696 5.10626 10.8155C4.66713 10.6756 4.26028 10.1223 3.70878 9.8842C3.39482 9.74875 3.00137 9.93613 2.60914 9.80662C2.14443 9.65271 1.79514 9.35116 1.56887 8.89382C1.24303 8.23409 1.50645 7.80772 1.26831 7.24183C1.15654 6.97593 0.672956 6.74257 0.443343 6.32277C0.106841 5.70683 0.242964 5.11592 0.896479 4.22814C1.29115 3.69166 1.35875 3.32723 1.38372 2.93089C1.40687 2.56364 1.42148 2.19201 1.7324 1.71778C2.26533 0.904768 3.30559 1.3596 3.86744 1.02989C4.26698 0.795281 4.59008 0.425531 4.87756 0.238466C5.10412 0.090503 5.32856 -0.0114756 5.61299 0.00103709Z" fill="#242424"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61312 0.00157235C5.89786 -0.0112532 6.12199 0.0910382 6.34856 0.238688C6.63603 0.425753 6.95944 0.795504 7.35867 1.03012C7.80541 1.29226 8.55485 1.05858 9.11122 1.36045L2.83401 9.85095C2.7594 9.84469 2.68419 9.83156 2.60927 9.80684C2.14426 9.65294 1.79527 9.35169 1.56901 8.89404C1.24317 8.23431 1.50658 7.80794 1.26844 7.24205C1.15668 6.97616 0.673091 6.74279 0.443478 6.32299C0.106672 5.70705 0.2431 5.11614 0.896614 4.22837C1.29128 3.6922 1.35889 3.32745 1.38386 2.93111C1.407 2.56386 1.42162 2.19223 1.73224 1.718C2.26546 0.904677 3.30603 1.35983 3.86758 1.03012C4.26712 0.795504 4.59052 0.425753 4.87769 0.238688C5.10426 0.0910382 5.3287 -0.0112532 5.61312 0.00157235Z" fill="#464646"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.60069 1.46387C7.7875 1.46387 9.56045 3.28509 9.56045 5.53175C9.56045 7.77841 7.7875 9.59932 5.60069 9.59932C3.41358 9.59932 1.64062 7.77841 1.64062 5.53175C1.64062 3.28509 3.41358 1.46387 5.60069 1.46387Z" fill="white"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.59915 2.27979C7.34744 2.27979 8.7644 3.73564 8.7644 5.53153C8.7644 7.32741 7.34744 8.78327 5.59915 8.78327C3.85086 8.78327 2.43359 7.32741 2.43359 5.53153C2.43359 3.73564 3.85086 2.27979 5.59915 2.27979Z" fill="#353535"/>
|
|
9
|
-
<path d="M7.82204 3.23096L4.00391 8.34634C4.00391 8.34634 6.00748 9.73096 8.01106 7.6925C9.90122 5.26942 7.82204 3.23096 7.82204 3.23096Z" fill="#242424"/>
|
|
10
|
-
<g clip-path="url(#clip1_16375_59428)">
|
|
11
|
-
<path d="M7.13861 6.03324L6.94768 3.90237C6.92954 3.68819 6.79106 3.49903 6.59484 3.42152C6.2742 3.2951 5.95057 3.23096 5.62932 3.23096C5.30808 3.23096 4.98445 3.2951 4.6638 3.42152C4.46758 3.49902 4.3291 3.68819 4.31096 3.90237L4.12003 6.03324C4.1099 6.15174 4.12698 6.269 4.16901 6.37244C4.19274 6.43115 4.22026 6.47681 4.25276 6.51191L5.27757 7.69383L5.2812 7.69756C5.37387 7.79338 5.4975 7.84634 5.62932 7.84634C5.76115 7.84634 5.88477 7.79338 5.97744 7.69756L5.98107 7.69383L7.00588 6.51191C7.03838 6.47681 7.0659 6.43115 7.08963 6.37244C7.13166 6.269 7.14874 6.15174 7.13861 6.03324Z" fill="#FFFAF6"/>
|
|
12
|
-
<path d="M6.94774 6.05032L6.75681 3.92054C6.74487 3.77889 6.65522 3.65635 6.52597 3.60526C6.22649 3.48722 5.92826 3.42539 5.62923 3.42529C5.33021 3.42539 5.03198 3.48722 4.7325 3.60526C4.60325 3.65635 4.5136 3.77889 4.50166 3.92054L4.31072 6.05032C4.30362 6.13403 4.31405 6.21899 4.34565 6.29665C4.35864 6.32864 4.37437 6.35862 4.39311 6.37803L5.41717 7.55902C5.47356 7.61741 5.54896 7.65218 5.62923 7.65218C5.70951 7.65218 5.78491 7.61741 5.8413 7.55902L6.86535 6.37803C6.8841 6.35862 6.89982 6.32864 6.91282 6.29665C6.94442 6.21899 6.95485 6.13403 6.94774 6.05032ZM6.42045 6.50399L5.86231 7.14744C5.85082 7.16064 5.83434 7.16825 5.81711 7.16825H5.44136C5.42413 7.16825 5.40765 7.16064 5.39616 7.14744L4.83802 6.50399C4.83303 6.49824 4.83847 6.48939 4.84573 6.49156C5.1254 6.57421 5.39415 6.60145 5.62923 6.60065C5.86432 6.60145 6.13307 6.57421 6.41274 6.49156C6.41999 6.48939 6.42543 6.49824 6.42045 6.50399ZM6.69513 6.15407C6.33931 6.29217 5.98505 6.36113 5.62923 6.36094C5.27341 6.36113 4.91916 6.29217 4.56334 6.15407C4.56031 6.15283 4.55835 6.14988 4.55835 6.14661C4.56122 5.74327 4.86689 5.47676 4.95533 5.40997C4.96501 5.40267 4.9638 5.38745 4.95291 5.38217C4.78344 5.30001 4.6681 5.13818 4.6681 4.95242C4.6681 4.68311 4.90968 4.51799 5.20764 4.51799C5.26993 4.51799 5.32979 4.52221 5.38542 4.53852C5.39207 4.54038 5.39782 4.53324 5.39434 4.52718C5.34506 4.44269 5.19116 4.3624 5.14022 4.33755C5.13598 4.33553 5.13734 4.32901 5.14203 4.32869C5.44393 4.31611 5.5759 4.43834 5.61687 4.49612C5.61989 4.50036 5.62459 4.50253 5.62923 4.50264C5.63387 4.50253 5.63857 4.50036 5.64159 4.49612C5.68256 4.43834 5.81454 4.31611 6.11643 4.32869C6.12112 4.32901 6.12248 4.33553 6.11825 4.33755C6.0673 4.3624 5.9134 4.44269 5.86412 4.52718C5.86064 4.53324 5.86639 4.54038 5.87304 4.53852C5.92867 4.52221 5.98854 4.51799 6.05082 4.51799C6.34879 4.51799 6.59036 4.68312 6.59036 4.95242C6.59036 5.13818 6.47502 5.30001 6.30555 5.38217C6.29467 5.38745 6.29346 5.40267 6.30313 5.40997C6.39157 5.47676 6.69724 5.74327 6.70012 6.14661C6.70012 6.14987 6.69815 6.15283 6.69513 6.15407ZM6.26163 5.10401C6.2509 5.111 6.23653 5.10867 6.22867 5.09811C6.17954 5.03225 6.10139 4.99529 6.0196 5.00104C5.97017 5.0043 5.92451 5.02232 5.88627 5.05322C5.87629 5.0613 5.86162 5.0599 5.85286 5.05012L5.76291 4.95211C5.75305 4.94137 5.75418 4.9232 5.76548 4.91391C5.83381 4.85598 5.91877 4.82119 6.00751 4.81497C6.15399 4.80519 6.29398 4.87306 6.37924 4.9942C6.38752 5.0061 6.38493 5.02319 6.3732 5.03163C6.37305 5.03163 6.26163 5.10401 6.26163 5.10401ZM5.69913 5.66608C5.70726 5.60333 5.74246 5.54829 5.81007 5.53975C5.85557 5.534 5.90183 5.5531 5.92557 5.58727C5.9464 5.61681 5.94595 5.65429 5.93056 5.68621C5.91998 5.70842 5.91756 5.73746 5.91514 5.76542C5.91136 5.81154 5.90637 5.86885 5.85134 5.87615C5.81244 5.8799 5.77684 5.8651 5.749 5.83717C5.70945 5.79749 5.6911 5.72803 5.69913 5.66608ZM4.88527 5.03163C4.87354 5.02319 4.87095 5.0061 4.87922 4.9942C4.96449 4.87306 5.10447 4.80519 5.25096 4.81498C5.3397 4.82119 5.42466 4.85598 5.49299 4.91391C5.50429 4.9232 5.50542 4.94137 5.49556 4.95212L5.40561 5.05012C5.39684 5.0599 5.38218 5.0613 5.3722 5.05322C5.33396 5.02232 5.2883 5.0043 5.23887 5.00104C5.15708 4.99529 5.07893 5.03226 5.02979 5.09811C5.02193 5.10867 5.00757 5.111 4.99684 5.10401C4.99684 5.10401 4.88542 5.03163 4.88527 5.03163ZM5.50947 5.83717C5.48163 5.8651 5.44603 5.8799 5.40713 5.87615C5.3521 5.86885 5.34711 5.81154 5.34333 5.76542C5.34091 5.73746 5.33849 5.70842 5.32791 5.68621C5.31251 5.65429 5.31207 5.61681 5.3329 5.58728C5.35663 5.55311 5.40289 5.534 5.4484 5.53975C5.51601 5.54829 5.55121 5.60333 5.55934 5.66608C5.56736 5.72803 5.54902 5.79749 5.50947 5.83717Z" fill="#D410AA"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="clip0_16375_59428">
|
|
17
|
-
<rect width="10.963" height="16" fill="white" transform="translate(0.0351562)"/>
|
|
18
|
-
</clipPath>
|
|
19
|
-
<clipPath id="clip1_16375_59428">
|
|
20
|
-
<rect width="3.02427" height="4.61538" fill="white" transform="translate(4.11719 3.23096)"/>
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
1
|
+
<svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_16375_59428)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.44531 9.59122L9.05737 8.77539L10.9978 13.4357L8.59814 13.4076L6.62633 15.0508L4.44531 9.59122Z" fill="#D3D3D3"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.09835 9.07422L2.15375 9.20873L0.0351562 14.3852L2.43483 14.3568L4.40664 16L7.09835 9.07422Z" fill="white"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61299 0.00103709C5.89772 -0.0114756 6.12216 0.090503 6.34842 0.238466C6.63589 0.425531 6.9593 0.795281 7.35854 1.02989C7.92039 1.3596 8.96095 0.904768 9.49388 1.71778C9.80449 2.19201 9.81911 2.56364 9.84226 2.93089C9.86723 3.32723 9.93483 3.69166 10.3298 4.22814C10.9833 5.11592 11.1194 5.70683 10.7826 6.32277C10.553 6.74257 10.0697 6.97593 9.95767 7.24183C9.71984 7.80772 9.98295 8.23409 9.6571 8.89382C9.43084 9.35116 9.08185 9.65271 8.61684 9.80662C8.22491 9.93613 7.83147 9.74875 7.5175 9.8842C6.9657 10.1223 6.55885 10.6756 6.12003 10.8155C5.9504 10.8696 5.7817 10.8962 5.61299 10.8949C5.44459 10.8962 5.27557 10.8696 5.10626 10.8155C4.66713 10.6756 4.26028 10.1223 3.70878 9.8842C3.39482 9.74875 3.00137 9.93613 2.60914 9.80662C2.14443 9.65271 1.79514 9.35116 1.56887 8.89382C1.24303 8.23409 1.50645 7.80772 1.26831 7.24183C1.15654 6.97593 0.672956 6.74257 0.443343 6.32277C0.106841 5.70683 0.242964 5.11592 0.896479 4.22814C1.29115 3.69166 1.35875 3.32723 1.38372 2.93089C1.40687 2.56364 1.42148 2.19201 1.7324 1.71778C2.26533 0.904768 3.30559 1.3596 3.86744 1.02989C4.26698 0.795281 4.59008 0.425531 4.87756 0.238466C5.10412 0.090503 5.32856 -0.0114756 5.61299 0.00103709Z" fill="#242424"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61312 0.00157235C5.89786 -0.0112532 6.12199 0.0910382 6.34856 0.238688C6.63603 0.425753 6.95944 0.795504 7.35867 1.03012C7.80541 1.29226 8.55485 1.05858 9.11122 1.36045L2.83401 9.85095C2.7594 9.84469 2.68419 9.83156 2.60927 9.80684C2.14426 9.65294 1.79527 9.35169 1.56901 8.89404C1.24317 8.23431 1.50658 7.80794 1.26844 7.24205C1.15668 6.97616 0.673091 6.74279 0.443478 6.32299C0.106672 5.70705 0.2431 5.11614 0.896614 4.22837C1.29128 3.6922 1.35889 3.32745 1.38386 2.93111C1.407 2.56386 1.42162 2.19223 1.73224 1.718C2.26546 0.904677 3.30603 1.35983 3.86758 1.03012C4.26712 0.795504 4.59052 0.425753 4.87769 0.238688C5.10426 0.0910382 5.3287 -0.0112532 5.61312 0.00157235Z" fill="#464646"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.60069 1.46387C7.7875 1.46387 9.56045 3.28509 9.56045 5.53175C9.56045 7.77841 7.7875 9.59932 5.60069 9.59932C3.41358 9.59932 1.64062 7.77841 1.64062 5.53175C1.64062 3.28509 3.41358 1.46387 5.60069 1.46387Z" fill="white"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.59915 2.27979C7.34744 2.27979 8.7644 3.73564 8.7644 5.53153C8.7644 7.32741 7.34744 8.78327 5.59915 8.78327C3.85086 8.78327 2.43359 7.32741 2.43359 5.53153C2.43359 3.73564 3.85086 2.27979 5.59915 2.27979Z" fill="#353535"/>
|
|
9
|
+
<path d="M7.82204 3.23096L4.00391 8.34634C4.00391 8.34634 6.00748 9.73096 8.01106 7.6925C9.90122 5.26942 7.82204 3.23096 7.82204 3.23096Z" fill="#242424"/>
|
|
10
|
+
<g clip-path="url(#clip1_16375_59428)">
|
|
11
|
+
<path d="M7.13861 6.03324L6.94768 3.90237C6.92954 3.68819 6.79106 3.49903 6.59484 3.42152C6.2742 3.2951 5.95057 3.23096 5.62932 3.23096C5.30808 3.23096 4.98445 3.2951 4.6638 3.42152C4.46758 3.49902 4.3291 3.68819 4.31096 3.90237L4.12003 6.03324C4.1099 6.15174 4.12698 6.269 4.16901 6.37244C4.19274 6.43115 4.22026 6.47681 4.25276 6.51191L5.27757 7.69383L5.2812 7.69756C5.37387 7.79338 5.4975 7.84634 5.62932 7.84634C5.76115 7.84634 5.88477 7.79338 5.97744 7.69756L5.98107 7.69383L7.00588 6.51191C7.03838 6.47681 7.0659 6.43115 7.08963 6.37244C7.13166 6.269 7.14874 6.15174 7.13861 6.03324Z" fill="#FFFAF6"/>
|
|
12
|
+
<path d="M6.94774 6.05032L6.75681 3.92054C6.74487 3.77889 6.65522 3.65635 6.52597 3.60526C6.22649 3.48722 5.92826 3.42539 5.62923 3.42529C5.33021 3.42539 5.03198 3.48722 4.7325 3.60526C4.60325 3.65635 4.5136 3.77889 4.50166 3.92054L4.31072 6.05032C4.30362 6.13403 4.31405 6.21899 4.34565 6.29665C4.35864 6.32864 4.37437 6.35862 4.39311 6.37803L5.41717 7.55902C5.47356 7.61741 5.54896 7.65218 5.62923 7.65218C5.70951 7.65218 5.78491 7.61741 5.8413 7.55902L6.86535 6.37803C6.8841 6.35862 6.89982 6.32864 6.91282 6.29665C6.94442 6.21899 6.95485 6.13403 6.94774 6.05032ZM6.42045 6.50399L5.86231 7.14744C5.85082 7.16064 5.83434 7.16825 5.81711 7.16825H5.44136C5.42413 7.16825 5.40765 7.16064 5.39616 7.14744L4.83802 6.50399C4.83303 6.49824 4.83847 6.48939 4.84573 6.49156C5.1254 6.57421 5.39415 6.60145 5.62923 6.60065C5.86432 6.60145 6.13307 6.57421 6.41274 6.49156C6.41999 6.48939 6.42543 6.49824 6.42045 6.50399ZM6.69513 6.15407C6.33931 6.29217 5.98505 6.36113 5.62923 6.36094C5.27341 6.36113 4.91916 6.29217 4.56334 6.15407C4.56031 6.15283 4.55835 6.14988 4.55835 6.14661C4.56122 5.74327 4.86689 5.47676 4.95533 5.40997C4.96501 5.40267 4.9638 5.38745 4.95291 5.38217C4.78344 5.30001 4.6681 5.13818 4.6681 4.95242C4.6681 4.68311 4.90968 4.51799 5.20764 4.51799C5.26993 4.51799 5.32979 4.52221 5.38542 4.53852C5.39207 4.54038 5.39782 4.53324 5.39434 4.52718C5.34506 4.44269 5.19116 4.3624 5.14022 4.33755C5.13598 4.33553 5.13734 4.32901 5.14203 4.32869C5.44393 4.31611 5.5759 4.43834 5.61687 4.49612C5.61989 4.50036 5.62459 4.50253 5.62923 4.50264C5.63387 4.50253 5.63857 4.50036 5.64159 4.49612C5.68256 4.43834 5.81454 4.31611 6.11643 4.32869C6.12112 4.32901 6.12248 4.33553 6.11825 4.33755C6.0673 4.3624 5.9134 4.44269 5.86412 4.52718C5.86064 4.53324 5.86639 4.54038 5.87304 4.53852C5.92867 4.52221 5.98854 4.51799 6.05082 4.51799C6.34879 4.51799 6.59036 4.68312 6.59036 4.95242C6.59036 5.13818 6.47502 5.30001 6.30555 5.38217C6.29467 5.38745 6.29346 5.40267 6.30313 5.40997C6.39157 5.47676 6.69724 5.74327 6.70012 6.14661C6.70012 6.14987 6.69815 6.15283 6.69513 6.15407ZM6.26163 5.10401C6.2509 5.111 6.23653 5.10867 6.22867 5.09811C6.17954 5.03225 6.10139 4.99529 6.0196 5.00104C5.97017 5.0043 5.92451 5.02232 5.88627 5.05322C5.87629 5.0613 5.86162 5.0599 5.85286 5.05012L5.76291 4.95211C5.75305 4.94137 5.75418 4.9232 5.76548 4.91391C5.83381 4.85598 5.91877 4.82119 6.00751 4.81497C6.15399 4.80519 6.29398 4.87306 6.37924 4.9942C6.38752 5.0061 6.38493 5.02319 6.3732 5.03163C6.37305 5.03163 6.26163 5.10401 6.26163 5.10401ZM5.69913 5.66608C5.70726 5.60333 5.74246 5.54829 5.81007 5.53975C5.85557 5.534 5.90183 5.5531 5.92557 5.58727C5.9464 5.61681 5.94595 5.65429 5.93056 5.68621C5.91998 5.70842 5.91756 5.73746 5.91514 5.76542C5.91136 5.81154 5.90637 5.86885 5.85134 5.87615C5.81244 5.8799 5.77684 5.8651 5.749 5.83717C5.70945 5.79749 5.6911 5.72803 5.69913 5.66608ZM4.88527 5.03163C4.87354 5.02319 4.87095 5.0061 4.87922 4.9942C4.96449 4.87306 5.10447 4.80519 5.25096 4.81498C5.3397 4.82119 5.42466 4.85598 5.49299 4.91391C5.50429 4.9232 5.50542 4.94137 5.49556 4.95212L5.40561 5.05012C5.39684 5.0599 5.38218 5.0613 5.3722 5.05322C5.33396 5.02232 5.2883 5.0043 5.23887 5.00104C5.15708 4.99529 5.07893 5.03226 5.02979 5.09811C5.02193 5.10867 5.00757 5.111 4.99684 5.10401C4.99684 5.10401 4.88542 5.03163 4.88527 5.03163ZM5.50947 5.83717C5.48163 5.8651 5.44603 5.8799 5.40713 5.87615C5.3521 5.86885 5.34711 5.81154 5.34333 5.76542C5.34091 5.73746 5.33849 5.70842 5.32791 5.68621C5.31251 5.65429 5.31207 5.61681 5.3329 5.58728C5.35663 5.55311 5.40289 5.534 5.4484 5.53975C5.51601 5.54829 5.55121 5.60333 5.55934 5.66608C5.56736 5.72803 5.54902 5.79749 5.50947 5.83717Z" fill="#D410AA"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_16375_59428">
|
|
17
|
+
<rect width="10.963" height="16" fill="white" transform="translate(0.0351562)"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
<clipPath id="clip1_16375_59428">
|
|
20
|
+
<rect width="3.02427" height="4.61538" fill="white" transform="translate(4.11719 3.23096)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_16375_59428)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.44531 9.59122L9.05737 8.77539L10.9978 13.4357L8.59814 13.4076L6.62633 15.0508L4.44531 9.59122Z" fill="#D3D3D3"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.09835 9.07422L2.15375 9.20873L0.0351562 14.3852L2.43483 14.3568L4.40664 16L7.09835 9.07422Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61299 0.00103709C5.89772 -0.0114756 6.12216 0.090503 6.34842 0.238466C6.63589 0.425531 6.9593 0.795281 7.35854 1.02989C7.92039 1.3596 8.96095 0.904768 9.49388 1.71778C9.80449 2.19201 9.81911 2.56364 9.84226 2.93089C9.86723 3.32723 9.93483 3.69166 10.3298 4.22814C10.9833 5.11592 11.1194 5.70683 10.7826 6.32277C10.553 6.74257 10.0697 6.97593 9.95767 7.24183C9.71984 7.80772 9.98295 8.23409 9.6571 8.89382C9.43084 9.35116 9.08185 9.65271 8.61684 9.80662C8.22491 9.93613 7.83147 9.74875 7.5175 9.8842C6.9657 10.1223 6.55885 10.6756 6.12003 10.8155C5.9504 10.8696 5.7817 10.8962 5.61299 10.8949C5.44459 10.8962 5.27557 10.8696 5.10626 10.8155C4.66713 10.6756 4.26028 10.1223 3.70878 9.8842C3.39482 9.74875 3.00137 9.93613 2.60914 9.80662C2.14443 9.65271 1.79514 9.35116 1.56887 8.89382C1.24303 8.23409 1.50645 7.80772 1.26831 7.24183C1.15654 6.97593 0.672956 6.74257 0.443343 6.32277C0.106841 5.70683 0.242964 5.11592 0.896479 4.22814C1.29115 3.69166 1.35875 3.32723 1.38372 2.93089C1.40687 2.56364 1.42148 2.19201 1.7324 1.71778C2.26533 0.904768 3.30559 1.3596 3.86744 1.02989C4.26698 0.795281 4.59008 0.425531 4.87756 0.238466C5.10412 0.090503 5.32856 -0.0114756 5.61299 0.00103709Z" fill="#242424"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61312 0.00157235C5.89786 -0.0112532 6.12199 0.0910382 6.34856 0.238688C6.63603 0.425753 6.95944 0.795504 7.35867 1.03012C7.80541 1.29226 8.55485 1.05858 9.11122 1.36045L2.83401 9.85095C2.7594 9.84469 2.68419 9.83156 2.60927 9.80684C2.14426 9.65294 1.79527 9.35169 1.56901 8.89404C1.24317 8.23431 1.50658 7.80794 1.26844 7.24205C1.15668 6.97616 0.673091 6.74279 0.443478 6.32299C0.106672 5.70705 0.2431 5.11614 0.896614 4.22837C1.29128 3.6922 1.35889 3.32745 1.38386 2.93111C1.407 2.56386 1.42162 2.19223 1.73224 1.718C2.26546 0.904677 3.30603 1.35983 3.86758 1.03012C4.26712 0.795504 4.59052 0.425753 4.87769 0.238688C5.10426 0.0910382 5.3287 -0.0112532 5.61312 0.00157235Z" fill="#464646"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.60069 1.46387C7.7875 1.46387 9.56045 3.28509 9.56045 5.53175C9.56045 7.77841 7.7875 9.59932 5.60069 9.59932C3.41358 9.59932 1.64062 7.77841 1.64062 5.53175C1.64062 3.28509 3.41358 1.46387 5.60069 1.46387Z" fill="white"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.59915 2.27979C7.34744 2.27979 8.7644 3.73564 8.7644 5.53153C8.7644 7.32741 7.34744 8.78327 5.59915 8.78327C3.85086 8.78327 2.43359 7.32741 2.43359 5.53153C2.43359 3.73564 3.85086 2.27979 5.59915 2.27979Z" fill="#353535"/>
|
|
9
|
-
<path d="M7.82204 3.23096L4.00391 8.34634C4.00391 8.34634 6.00748 9.73096 8.01106 7.6925C9.90122 5.26942 7.82204 3.23096 7.82204 3.23096Z" fill="#242424"/>
|
|
10
|
-
<g clip-path="url(#clip1_16375_59428)">
|
|
11
|
-
<path d="M7.13861 6.03324L6.94768 3.90237C6.92954 3.68819 6.79106 3.49903 6.59484 3.42152C6.2742 3.2951 5.95057 3.23096 5.62932 3.23096C5.30808 3.23096 4.98445 3.2951 4.6638 3.42152C4.46758 3.49902 4.3291 3.68819 4.31096 3.90237L4.12003 6.03324C4.1099 6.15174 4.12698 6.269 4.16901 6.37244C4.19274 6.43115 4.22026 6.47681 4.25276 6.51191L5.27757 7.69383L5.2812 7.69756C5.37387 7.79338 5.4975 7.84634 5.62932 7.84634C5.76115 7.84634 5.88477 7.79338 5.97744 7.69756L5.98107 7.69383L7.00588 6.51191C7.03838 6.47681 7.0659 6.43115 7.08963 6.37244C7.13166 6.269 7.14874 6.15174 7.13861 6.03324Z" fill="#FFFAF6"/>
|
|
12
|
-
<path d="M6.94774 6.05032L6.75681 3.92054C6.74487 3.77889 6.65522 3.65635 6.52597 3.60526C6.22649 3.48722 5.92826 3.42539 5.62923 3.42529C5.33021 3.42539 5.03198 3.48722 4.7325 3.60526C4.60325 3.65635 4.5136 3.77889 4.50166 3.92054L4.31072 6.05032C4.30362 6.13403 4.31405 6.21899 4.34565 6.29665C4.35864 6.32864 4.37437 6.35862 4.39311 6.37803L5.41717 7.55902C5.47356 7.61741 5.54896 7.65218 5.62923 7.65218C5.70951 7.65218 5.78491 7.61741 5.8413 7.55902L6.86535 6.37803C6.8841 6.35862 6.89982 6.32864 6.91282 6.29665C6.94442 6.21899 6.95485 6.13403 6.94774 6.05032ZM6.42045 6.50399L5.86231 7.14744C5.85082 7.16064 5.83434 7.16825 5.81711 7.16825H5.44136C5.42413 7.16825 5.40765 7.16064 5.39616 7.14744L4.83802 6.50399C4.83303 6.49824 4.83847 6.48939 4.84573 6.49156C5.1254 6.57421 5.39415 6.60145 5.62923 6.60065C5.86432 6.60145 6.13307 6.57421 6.41274 6.49156C6.41999 6.48939 6.42543 6.49824 6.42045 6.50399ZM6.69513 6.15407C6.33931 6.29217 5.98505 6.36113 5.62923 6.36094C5.27341 6.36113 4.91916 6.29217 4.56334 6.15407C4.56031 6.15283 4.55835 6.14988 4.55835 6.14661C4.56122 5.74327 4.86689 5.47676 4.95533 5.40997C4.96501 5.40267 4.9638 5.38745 4.95291 5.38217C4.78344 5.30001 4.6681 5.13818 4.6681 4.95242C4.6681 4.68311 4.90968 4.51799 5.20764 4.51799C5.26993 4.51799 5.32979 4.52221 5.38542 4.53852C5.39207 4.54038 5.39782 4.53324 5.39434 4.52718C5.34506 4.44269 5.19116 4.3624 5.14022 4.33755C5.13598 4.33553 5.13734 4.32901 5.14203 4.32869C5.44393 4.31611 5.5759 4.43834 5.61687 4.49612C5.61989 4.50036 5.62459 4.50253 5.62923 4.50264C5.63387 4.50253 5.63857 4.50036 5.64159 4.49612C5.68256 4.43834 5.81454 4.31611 6.11643 4.32869C6.12112 4.32901 6.12248 4.33553 6.11825 4.33755C6.0673 4.3624 5.9134 4.44269 5.86412 4.52718C5.86064 4.53324 5.86639 4.54038 5.87304 4.53852C5.92867 4.52221 5.98854 4.51799 6.05082 4.51799C6.34879 4.51799 6.59036 4.68312 6.59036 4.95242C6.59036 5.13818 6.47502 5.30001 6.30555 5.38217C6.29467 5.38745 6.29346 5.40267 6.30313 5.40997C6.39157 5.47676 6.69724 5.74327 6.70012 6.14661C6.70012 6.14987 6.69815 6.15283 6.69513 6.15407ZM6.26163 5.10401C6.2509 5.111 6.23653 5.10867 6.22867 5.09811C6.17954 5.03225 6.10139 4.99529 6.0196 5.00104C5.97017 5.0043 5.92451 5.02232 5.88627 5.05322C5.87629 5.0613 5.86162 5.0599 5.85286 5.05012L5.76291 4.95211C5.75305 4.94137 5.75418 4.9232 5.76548 4.91391C5.83381 4.85598 5.91877 4.82119 6.00751 4.81497C6.15399 4.80519 6.29398 4.87306 6.37924 4.9942C6.38752 5.0061 6.38493 5.02319 6.3732 5.03163C6.37305 5.03163 6.26163 5.10401 6.26163 5.10401ZM5.69913 5.66608C5.70726 5.60333 5.74246 5.54829 5.81007 5.53975C5.85557 5.534 5.90183 5.5531 5.92557 5.58727C5.9464 5.61681 5.94595 5.65429 5.93056 5.68621C5.91998 5.70842 5.91756 5.73746 5.91514 5.76542C5.91136 5.81154 5.90637 5.86885 5.85134 5.87615C5.81244 5.8799 5.77684 5.8651 5.749 5.83717C5.70945 5.79749 5.6911 5.72803 5.69913 5.66608ZM4.88527 5.03163C4.87354 5.02319 4.87095 5.0061 4.87922 4.9942C4.96449 4.87306 5.10447 4.80519 5.25096 4.81498C5.3397 4.82119 5.42466 4.85598 5.49299 4.91391C5.50429 4.9232 5.50542 4.94137 5.49556 4.95212L5.40561 5.05012C5.39684 5.0599 5.38218 5.0613 5.3722 5.05322C5.33396 5.02232 5.2883 5.0043 5.23887 5.00104C5.15708 4.99529 5.07893 5.03226 5.02979 5.09811C5.02193 5.10867 5.00757 5.111 4.99684 5.10401C4.99684 5.10401 4.88542 5.03163 4.88527 5.03163ZM5.50947 5.83717C5.48163 5.8651 5.44603 5.8799 5.40713 5.87615C5.3521 5.86885 5.34711 5.81154 5.34333 5.76542C5.34091 5.73746 5.33849 5.70842 5.32791 5.68621C5.31251 5.65429 5.31207 5.61681 5.3329 5.58728C5.35663 5.55311 5.40289 5.534 5.4484 5.53975C5.51601 5.54829 5.55121 5.60333 5.55934 5.66608C5.56736 5.72803 5.54902 5.79749 5.50947 5.83717Z" fill="#D410AA"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="clip0_16375_59428">
|
|
17
|
-
<rect width="10.963" height="16" fill="white" transform="translate(0.0351562)"/>
|
|
18
|
-
</clipPath>
|
|
19
|
-
<clipPath id="clip1_16375_59428">
|
|
20
|
-
<rect width="3.02427" height="4.61538" fill="white" transform="translate(4.11719 3.23096)"/>
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
1
|
+
<svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_16375_59428)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.44531 9.59122L9.05737 8.77539L10.9978 13.4357L8.59814 13.4076L6.62633 15.0508L4.44531 9.59122Z" fill="#D3D3D3"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.09835 9.07422L2.15375 9.20873L0.0351562 14.3852L2.43483 14.3568L4.40664 16L7.09835 9.07422Z" fill="white"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61299 0.00103709C5.89772 -0.0114756 6.12216 0.090503 6.34842 0.238466C6.63589 0.425531 6.9593 0.795281 7.35854 1.02989C7.92039 1.3596 8.96095 0.904768 9.49388 1.71778C9.80449 2.19201 9.81911 2.56364 9.84226 2.93089C9.86723 3.32723 9.93483 3.69166 10.3298 4.22814C10.9833 5.11592 11.1194 5.70683 10.7826 6.32277C10.553 6.74257 10.0697 6.97593 9.95767 7.24183C9.71984 7.80772 9.98295 8.23409 9.6571 8.89382C9.43084 9.35116 9.08185 9.65271 8.61684 9.80662C8.22491 9.93613 7.83147 9.74875 7.5175 9.8842C6.9657 10.1223 6.55885 10.6756 6.12003 10.8155C5.9504 10.8696 5.7817 10.8962 5.61299 10.8949C5.44459 10.8962 5.27557 10.8696 5.10626 10.8155C4.66713 10.6756 4.26028 10.1223 3.70878 9.8842C3.39482 9.74875 3.00137 9.93613 2.60914 9.80662C2.14443 9.65271 1.79514 9.35116 1.56887 8.89382C1.24303 8.23409 1.50645 7.80772 1.26831 7.24183C1.15654 6.97593 0.672956 6.74257 0.443343 6.32277C0.106841 5.70683 0.242964 5.11592 0.896479 4.22814C1.29115 3.69166 1.35875 3.32723 1.38372 2.93089C1.40687 2.56364 1.42148 2.19201 1.7324 1.71778C2.26533 0.904768 3.30559 1.3596 3.86744 1.02989C4.26698 0.795281 4.59008 0.425531 4.87756 0.238466C5.10412 0.090503 5.32856 -0.0114756 5.61299 0.00103709Z" fill="#242424"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61312 0.00157235C5.89786 -0.0112532 6.12199 0.0910382 6.34856 0.238688C6.63603 0.425753 6.95944 0.795504 7.35867 1.03012C7.80541 1.29226 8.55485 1.05858 9.11122 1.36045L2.83401 9.85095C2.7594 9.84469 2.68419 9.83156 2.60927 9.80684C2.14426 9.65294 1.79527 9.35169 1.56901 8.89404C1.24317 8.23431 1.50658 7.80794 1.26844 7.24205C1.15668 6.97616 0.673091 6.74279 0.443478 6.32299C0.106672 5.70705 0.2431 5.11614 0.896614 4.22837C1.29128 3.6922 1.35889 3.32745 1.38386 2.93111C1.407 2.56386 1.42162 2.19223 1.73224 1.718C2.26546 0.904677 3.30603 1.35983 3.86758 1.03012C4.26712 0.795504 4.59052 0.425753 4.87769 0.238688C5.10426 0.0910382 5.3287 -0.0112532 5.61312 0.00157235Z" fill="#464646"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.60069 1.46387C7.7875 1.46387 9.56045 3.28509 9.56045 5.53175C9.56045 7.77841 7.7875 9.59932 5.60069 9.59932C3.41358 9.59932 1.64062 7.77841 1.64062 5.53175C1.64062 3.28509 3.41358 1.46387 5.60069 1.46387Z" fill="white"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.59915 2.27979C7.34744 2.27979 8.7644 3.73564 8.7644 5.53153C8.7644 7.32741 7.34744 8.78327 5.59915 8.78327C3.85086 8.78327 2.43359 7.32741 2.43359 5.53153C2.43359 3.73564 3.85086 2.27979 5.59915 2.27979Z" fill="#353535"/>
|
|
9
|
+
<path d="M7.82204 3.23096L4.00391 8.34634C4.00391 8.34634 6.00748 9.73096 8.01106 7.6925C9.90122 5.26942 7.82204 3.23096 7.82204 3.23096Z" fill="#242424"/>
|
|
10
|
+
<g clip-path="url(#clip1_16375_59428)">
|
|
11
|
+
<path d="M7.13861 6.03324L6.94768 3.90237C6.92954 3.68819 6.79106 3.49903 6.59484 3.42152C6.2742 3.2951 5.95057 3.23096 5.62932 3.23096C5.30808 3.23096 4.98445 3.2951 4.6638 3.42152C4.46758 3.49902 4.3291 3.68819 4.31096 3.90237L4.12003 6.03324C4.1099 6.15174 4.12698 6.269 4.16901 6.37244C4.19274 6.43115 4.22026 6.47681 4.25276 6.51191L5.27757 7.69383L5.2812 7.69756C5.37387 7.79338 5.4975 7.84634 5.62932 7.84634C5.76115 7.84634 5.88477 7.79338 5.97744 7.69756L5.98107 7.69383L7.00588 6.51191C7.03838 6.47681 7.0659 6.43115 7.08963 6.37244C7.13166 6.269 7.14874 6.15174 7.13861 6.03324Z" fill="#FFFAF6"/>
|
|
12
|
+
<path d="M6.94774 6.05032L6.75681 3.92054C6.74487 3.77889 6.65522 3.65635 6.52597 3.60526C6.22649 3.48722 5.92826 3.42539 5.62923 3.42529C5.33021 3.42539 5.03198 3.48722 4.7325 3.60526C4.60325 3.65635 4.5136 3.77889 4.50166 3.92054L4.31072 6.05032C4.30362 6.13403 4.31405 6.21899 4.34565 6.29665C4.35864 6.32864 4.37437 6.35862 4.39311 6.37803L5.41717 7.55902C5.47356 7.61741 5.54896 7.65218 5.62923 7.65218C5.70951 7.65218 5.78491 7.61741 5.8413 7.55902L6.86535 6.37803C6.8841 6.35862 6.89982 6.32864 6.91282 6.29665C6.94442 6.21899 6.95485 6.13403 6.94774 6.05032ZM6.42045 6.50399L5.86231 7.14744C5.85082 7.16064 5.83434 7.16825 5.81711 7.16825H5.44136C5.42413 7.16825 5.40765 7.16064 5.39616 7.14744L4.83802 6.50399C4.83303 6.49824 4.83847 6.48939 4.84573 6.49156C5.1254 6.57421 5.39415 6.60145 5.62923 6.60065C5.86432 6.60145 6.13307 6.57421 6.41274 6.49156C6.41999 6.48939 6.42543 6.49824 6.42045 6.50399ZM6.69513 6.15407C6.33931 6.29217 5.98505 6.36113 5.62923 6.36094C5.27341 6.36113 4.91916 6.29217 4.56334 6.15407C4.56031 6.15283 4.55835 6.14988 4.55835 6.14661C4.56122 5.74327 4.86689 5.47676 4.95533 5.40997C4.96501 5.40267 4.9638 5.38745 4.95291 5.38217C4.78344 5.30001 4.6681 5.13818 4.6681 4.95242C4.6681 4.68311 4.90968 4.51799 5.20764 4.51799C5.26993 4.51799 5.32979 4.52221 5.38542 4.53852C5.39207 4.54038 5.39782 4.53324 5.39434 4.52718C5.34506 4.44269 5.19116 4.3624 5.14022 4.33755C5.13598 4.33553 5.13734 4.32901 5.14203 4.32869C5.44393 4.31611 5.5759 4.43834 5.61687 4.49612C5.61989 4.50036 5.62459 4.50253 5.62923 4.50264C5.63387 4.50253 5.63857 4.50036 5.64159 4.49612C5.68256 4.43834 5.81454 4.31611 6.11643 4.32869C6.12112 4.32901 6.12248 4.33553 6.11825 4.33755C6.0673 4.3624 5.9134 4.44269 5.86412 4.52718C5.86064 4.53324 5.86639 4.54038 5.87304 4.53852C5.92867 4.52221 5.98854 4.51799 6.05082 4.51799C6.34879 4.51799 6.59036 4.68312 6.59036 4.95242C6.59036 5.13818 6.47502 5.30001 6.30555 5.38217C6.29467 5.38745 6.29346 5.40267 6.30313 5.40997C6.39157 5.47676 6.69724 5.74327 6.70012 6.14661C6.70012 6.14987 6.69815 6.15283 6.69513 6.15407ZM6.26163 5.10401C6.2509 5.111 6.23653 5.10867 6.22867 5.09811C6.17954 5.03225 6.10139 4.99529 6.0196 5.00104C5.97017 5.0043 5.92451 5.02232 5.88627 5.05322C5.87629 5.0613 5.86162 5.0599 5.85286 5.05012L5.76291 4.95211C5.75305 4.94137 5.75418 4.9232 5.76548 4.91391C5.83381 4.85598 5.91877 4.82119 6.00751 4.81497C6.15399 4.80519 6.29398 4.87306 6.37924 4.9942C6.38752 5.0061 6.38493 5.02319 6.3732 5.03163C6.37305 5.03163 6.26163 5.10401 6.26163 5.10401ZM5.69913 5.66608C5.70726 5.60333 5.74246 5.54829 5.81007 5.53975C5.85557 5.534 5.90183 5.5531 5.92557 5.58727C5.9464 5.61681 5.94595 5.65429 5.93056 5.68621C5.91998 5.70842 5.91756 5.73746 5.91514 5.76542C5.91136 5.81154 5.90637 5.86885 5.85134 5.87615C5.81244 5.8799 5.77684 5.8651 5.749 5.83717C5.70945 5.79749 5.6911 5.72803 5.69913 5.66608ZM4.88527 5.03163C4.87354 5.02319 4.87095 5.0061 4.87922 4.9942C4.96449 4.87306 5.10447 4.80519 5.25096 4.81498C5.3397 4.82119 5.42466 4.85598 5.49299 4.91391C5.50429 4.9232 5.50542 4.94137 5.49556 4.95212L5.40561 5.05012C5.39684 5.0599 5.38218 5.0613 5.3722 5.05322C5.33396 5.02232 5.2883 5.0043 5.23887 5.00104C5.15708 4.99529 5.07893 5.03226 5.02979 5.09811C5.02193 5.10867 5.00757 5.111 4.99684 5.10401C4.99684 5.10401 4.88542 5.03163 4.88527 5.03163ZM5.50947 5.83717C5.48163 5.8651 5.44603 5.8799 5.40713 5.87615C5.3521 5.86885 5.34711 5.81154 5.34333 5.76542C5.34091 5.73746 5.33849 5.70842 5.32791 5.68621C5.31251 5.65429 5.31207 5.61681 5.3329 5.58728C5.35663 5.55311 5.40289 5.534 5.4484 5.53975C5.51601 5.54829 5.55121 5.60333 5.55934 5.66608C5.56736 5.72803 5.54902 5.79749 5.50947 5.83717Z" fill="#D410AA"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_16375_59428">
|
|
17
|
+
<rect width="10.963" height="16" fill="white" transform="translate(0.0351562)"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
<clipPath id="clip1_16375_59428">
|
|
20
|
+
<rect width="3.02427" height="4.61538" fill="white" transform="translate(4.11719 3.23096)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</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="M2 20.5465V4.54651H18V11.0465L22 7.04651V18.0465L18 14.0465V20.5465H2Z" 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="M2 20.5465V4.54651H18V11.0465L22 7.04651V18.0465L18 14.0465V20.5465H2Z" 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="M2 20.5465V4.54651H18V11.0465L22 7.04651V18.0465L18 14.0465V20.5465H2ZM4 18.5465H16V6.54651H4V18.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="M2 20.5465V4.54651H18V11.0465L22 7.04651V18.0465L18 14.0465V20.5465H2ZM4 18.5465H16V6.54651H4V18.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 16.5465C13.25 16.5465 14.3125 16.109 15.1875 15.234C16.0625 14.359 16.5 13.2965 16.5 12.0465C16.5 10.7965 16.0625 9.73401 15.1875 8.85901C14.3125 7.98401 13.25 7.54651 12 7.54651C10.75 7.54651 9.6875 7.98401 8.8125 8.85901C7.9375 9.73401 7.5 10.7965 7.5 12.0465C7.5 13.2965 7.9375 14.359 8.8125 15.234C9.6875 16.109 10.75 16.5465 12 16.5465ZM12 14.7465C11.25 14.7465 10.6125 14.484 10.0875 13.959C9.5625 13.434 9.3 12.7965 9.3 12.0465C9.3 11.2965 9.5625 10.659 10.0875 10.134C10.6125 9.60901 11.25 9.34651 12 9.34651C12.75 9.34651 13.3875 9.60901 13.9125 10.134C14.4375 10.659 14.7 11.2965 14.7 12.0465C14.7 12.7965 14.4375 13.434 13.9125 13.959C13.3875 14.484 12.75 14.7465 12 14.7465ZM12 19.5465C9.56667 19.5465 7.35 18.8673 5.35 17.509C3.35 16.1507 1.9 14.3298 1 12.0465C1.9 9.76318 3.35 7.94234 5.35 6.58401C7.35 5.22568 9.56667 4.54651 12 4.54651C14.4333 4.54651 16.65 5.22568 18.65 6.58401C20.65 7.94234 22.1 9.76318 23 12.0465C22.1 14.3298 20.65 16.1507 18.65 17.509C16.65 18.8673 14.4333 19.5465 12 19.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 16.5465C13.25 16.5465 14.3125 16.109 15.1875 15.234C16.0625 14.359 16.5 13.2965 16.5 12.0465C16.5 10.7965 16.0625 9.73401 15.1875 8.85901C14.3125 7.98401 13.25 7.54651 12 7.54651C10.75 7.54651 9.6875 7.98401 8.8125 8.85901C7.9375 9.73401 7.5 10.7965 7.5 12.0465C7.5 13.2965 7.9375 14.359 8.8125 15.234C9.6875 16.109 10.75 16.5465 12 16.5465ZM12 14.7465C11.25 14.7465 10.6125 14.484 10.0875 13.959C9.5625 13.434 9.3 12.7965 9.3 12.0465C9.3 11.2965 9.5625 10.659 10.0875 10.134C10.6125 9.60901 11.25 9.34651 12 9.34651C12.75 9.34651 13.3875 9.60901 13.9125 10.134C14.4375 10.659 14.7 11.2965 14.7 12.0465C14.7 12.7965 14.4375 13.434 13.9125 13.959C13.3875 14.484 12.75 14.7465 12 14.7465ZM12 19.5465C9.56667 19.5465 7.35 18.8673 5.35 17.509C3.35 16.1507 1.9 14.3298 1 12.0465C1.9 9.76318 3.35 7.94234 5.35 6.58401C7.35 5.22568 9.56667 4.54651 12 4.54651C14.4333 4.54651 16.65 5.22568 18.65 6.58401C20.65 7.94234 22.1 9.76318 23 12.0465C22.1 14.3298 20.65 16.1507 18.65 17.509C16.65 18.8673 14.4333 19.5465 12 19.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 16.5465C13.25 16.5465 14.3125 16.109 15.1875 15.234C16.0625 14.359 16.5 13.2965 16.5 12.0465C16.5 10.7965 16.0625 9.73401 15.1875 8.85901C14.3125 7.98401 13.25 7.54651 12 7.54651C10.75 7.54651 9.6875 7.98401 8.8125 8.85901C7.9375 9.73401 7.5 10.7965 7.5 12.0465C7.5 13.2965 7.9375 14.359 8.8125 15.234C9.6875 16.109 10.75 16.5465 12 16.5465ZM12 14.7465C11.25 14.7465 10.6125 14.484 10.0875 13.959C9.5625 13.434 9.3 12.7965 9.3 12.0465C9.3 11.2965 9.5625 10.659 10.0875 10.134C10.6125 9.60901 11.25 9.34651 12 9.34651C12.75 9.34651 13.3875 9.60901 13.9125 10.134C14.4375 10.659 14.7 11.2965 14.7 12.0465C14.7 12.7965 14.4375 13.434 13.9125 13.959C13.3875 14.484 12.75 14.7465 12 14.7465ZM12 19.5465C9.56667 19.5465 7.35 18.8673 5.35 17.509C3.35 16.1507 1.9 14.3298 1 12.0465C1.9 9.76318 3.35 7.94234 5.35 6.58401C7.35 5.22568 9.56667 4.54651 12 4.54651C14.4333 4.54651 16.65 5.22568 18.65 6.58401C20.65 7.94234 22.1 9.76318 23 12.0465C22.1 14.3298 20.65 16.1507 18.65 17.509C16.65 18.8673 14.4333 19.5465 12 19.5465ZM12 17.5465C13.8833 17.5465 15.6125 17.0507 17.1875 16.059C18.7625 15.0673 19.9667 13.7298 20.8 12.0465C19.9667 10.3632 18.7625 9.02568 17.1875 8.03401C15.6125 7.04234 13.8833 6.54651 12 6.54651C10.1167 6.54651 8.3875 7.04234 6.8125 8.03401C5.2375 9.02568 4.03333 10.3632 3.2 12.0465C4.03333 13.7298 5.2375 15.0673 6.8125 16.059C8.3875 17.0507 10.1167 17.5465 12 17.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 16.5465C13.25 16.5465 14.3125 16.109 15.1875 15.234C16.0625 14.359 16.5 13.2965 16.5 12.0465C16.5 10.7965 16.0625 9.73401 15.1875 8.85901C14.3125 7.98401 13.25 7.54651 12 7.54651C10.75 7.54651 9.6875 7.98401 8.8125 8.85901C7.9375 9.73401 7.5 10.7965 7.5 12.0465C7.5 13.2965 7.9375 14.359 8.8125 15.234C9.6875 16.109 10.75 16.5465 12 16.5465ZM12 14.7465C11.25 14.7465 10.6125 14.484 10.0875 13.959C9.5625 13.434 9.3 12.7965 9.3 12.0465C9.3 11.2965 9.5625 10.659 10.0875 10.134C10.6125 9.60901 11.25 9.34651 12 9.34651C12.75 9.34651 13.3875 9.60901 13.9125 10.134C14.4375 10.659 14.7 11.2965 14.7 12.0465C14.7 12.7965 14.4375 13.434 13.9125 13.959C13.3875 14.484 12.75 14.7465 12 14.7465ZM12 19.5465C9.56667 19.5465 7.35 18.8673 5.35 17.509C3.35 16.1507 1.9 14.3298 1 12.0465C1.9 9.76318 3.35 7.94234 5.35 6.58401C7.35 5.22568 9.56667 4.54651 12 4.54651C14.4333 4.54651 16.65 5.22568 18.65 6.58401C20.65 7.94234 22.1 9.76318 23 12.0465C22.1 14.3298 20.65 16.1507 18.65 17.509C16.65 18.8673 14.4333 19.5465 12 19.5465ZM12 17.5465C13.8833 17.5465 15.6125 17.0507 17.1875 16.059C18.7625 15.0673 19.9667 13.7298 20.8 12.0465C19.9667 10.3632 18.7625 9.02568 17.1875 8.03401C15.6125 7.04234 13.8833 6.54651 12 6.54651C10.1167 6.54651 8.3875 7.04234 6.8125 8.03401C5.2375 9.02568 4.03333 10.3632 3.2 12.0465C4.03333 13.7298 5.2375 15.0673 6.8125 16.059C8.3875 17.0507 10.1167 17.5465 12 17.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="M14 21.2715V19.2215C15.5 18.7882 16.7083 17.9548 17.625 16.7215C18.5417 15.4882 19 14.0882 19 12.5215C19 10.9548 18.5417 9.55482 17.625 8.32148C16.7083 7.08815 15.5 6.25482 14 5.82148V3.77148C16.0667 4.23815 17.75 5.28398 19.05 6.90898C20.35 8.53398 21 10.4048 21 12.5215C21 14.6382 20.35 16.509 19.05 18.134C17.75 19.759 16.0667 20.8048 14 21.2715ZM3 15.5465V9.54648H7L12 4.54648V20.5465L7 15.5465H3ZM14 16.5465V8.49648C14.7833 8.86315 15.3958 9.41315 15.8375 10.1465C16.2792 10.8798 16.5 11.6798 16.5 12.5465C16.5 13.3965 16.2792 14.184 15.8375 14.909C15.3958 15.634 14.7833 16.1798 14 16.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="M14 21.2715V19.2215C15.5 18.7882 16.7083 17.9548 17.625 16.7215C18.5417 15.4882 19 14.0882 19 12.5215C19 10.9548 18.5417 9.55482 17.625 8.32148C16.7083 7.08815 15.5 6.25482 14 5.82148V3.77148C16.0667 4.23815 17.75 5.28398 19.05 6.90898C20.35 8.53398 21 10.4048 21 12.5215C21 14.6382 20.35 16.509 19.05 18.134C17.75 19.759 16.0667 20.8048 14 21.2715ZM3 15.5465V9.54648H7L12 4.54648V20.5465L7 15.5465H3ZM14 16.5465V8.49648C14.7833 8.86315 15.3958 9.41315 15.8375 10.1465C16.2792 10.8798 16.5 11.6798 16.5 12.5465C16.5 13.3965 16.2792 14.184 15.8375 14.909C15.3958 15.634 14.7833 16.1798 14 16.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="M14 21.2715V19.2215C15.5 18.7882 16.7083 17.9548 17.625 16.7215C18.5417 15.4882 19 14.0882 19 12.5215C19 10.9548 18.5417 9.55482 17.625 8.32148C16.7083 7.08815 15.5 6.25482 14 5.82148V3.77148C16.0667 4.23815 17.75 5.28398 19.05 6.90898C20.35 8.53398 21 10.4048 21 12.5215C21 14.6382 20.35 16.509 19.05 18.134C17.75 19.759 16.0667 20.8048 14 21.2715ZM3 15.5465V9.54648H7L12 4.54648V20.5465L7 15.5465H3ZM14 16.5465V8.49648C14.7833 8.86315 15.3958 9.41315 15.8375 10.1465C16.2792 10.8798 16.5 11.6798 16.5 12.5465C16.5 13.3965 16.2792 14.184 15.8375 14.909C15.3958 15.634 14.7833 16.1798 14 16.5465ZM10 9.39648L7.85 11.5465H5V13.5465H7.85L10 15.6965V9.39648Z" 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="M14 21.2715V19.2215C15.5 18.7882 16.7083 17.9548 17.625 16.7215C18.5417 15.4882 19 14.0882 19 12.5215C19 10.9548 18.5417 9.55482 17.625 8.32148C16.7083 7.08815 15.5 6.25482 14 5.82148V3.77148C16.0667 4.23815 17.75 5.28398 19.05 6.90898C20.35 8.53398 21 10.4048 21 12.5215C21 14.6382 20.35 16.509 19.05 18.134C17.75 19.759 16.0667 20.8048 14 21.2715ZM3 15.5465V9.54648H7L12 4.54648V20.5465L7 15.5465H3ZM14 16.5465V8.49648C14.7833 8.86315 15.3958 9.41315 15.8375 10.1465C16.2792 10.8798 16.5 11.6798 16.5 12.5465C16.5 13.3965 16.2792 14.184 15.8375 14.909C15.3958 15.634 14.7833 16.1798 14 16.5465ZM10 9.39648L7.85 11.5465H5V13.5465H7.85L10 15.6965V9.39648Z" 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="M1 21.5464L12 2.54639L23 21.5464H1ZM12 18.5464C12.2833 18.5464 12.5208 18.4506 12.7125 18.2589C12.9042 18.0672 13 17.8297 13 17.5464C13 17.2631 12.9042 17.0256 12.7125 16.8339C12.5208 16.6422 12.2833 16.5464 12 16.5464C11.7167 16.5464 11.4792 16.6422 11.2875 16.8339C11.0958 17.0256 11 17.2631 11 17.5464C11 17.8297 11.0958 18.0672 11.2875 18.2589C11.4792 18.4506 11.7167 18.5464 12 18.5464ZM11 15.5464H13V10.5464H11V15.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="M1 21.5464L12 2.54639L23 21.5464H1ZM12 18.5464C12.2833 18.5464 12.5208 18.4506 12.7125 18.2589C12.9042 18.0672 13 17.8297 13 17.5464C13 17.2631 12.9042 17.0256 12.7125 16.8339C12.5208 16.6422 12.2833 16.5464 12 16.5464C11.7167 16.5464 11.4792 16.6422 11.2875 16.8339C11.0958 17.0256 11 17.2631 11 17.5464C11 17.8297 11.0958 18.0672 11.2875 18.2589C11.4792 18.4506 11.7167 18.5464 12 18.5464ZM11 15.5464H13V10.5464H11V15.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="M1 21.5464L12 2.54639L23 21.5464H1ZM4.45 19.5464H19.55L12 6.54639L4.45 19.5464ZM12 18.5464C12.2833 18.5464 12.5208 18.4506 12.7125 18.2589C12.9042 18.0672 13 17.8297 13 17.5464C13 17.2631 12.9042 17.0256 12.7125 16.8339C12.5208 16.6422 12.2833 16.5464 12 16.5464C11.7167 16.5464 11.4792 16.6422 11.2875 16.8339C11.0958 17.0256 11 17.2631 11 17.5464C11 17.8297 11.0958 18.0672 11.2875 18.2589C11.4792 18.4506 11.7167 18.5464 12 18.5464ZM11 15.5464H13V10.5464H11V15.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="M1 21.5464L12 2.54639L23 21.5464H1ZM4.45 19.5464H19.55L12 6.54639L4.45 19.5464ZM12 18.5464C12.2833 18.5464 12.5208 18.4506 12.7125 18.2589C12.9042 18.0672 13 17.8297 13 17.5464C13 17.2631 12.9042 17.0256 12.7125 16.8339C12.5208 16.6422 12.2833 16.5464 12 16.5464C11.7167 16.5464 11.4792 16.6422 11.2875 16.8339C11.0958 17.0256 11 17.2631 11 17.5464C11 17.8297 11.0958 18.0672 11.2875 18.2589C11.4792 18.4506 11.7167 18.5464 12 18.5464ZM11 15.5464H13V10.5464H11V15.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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM8.5 13.5001V11.5001H6.5V9.50012H8.5V7.50012H10.5V9.50012H12.5V11.5001H10.5V13.5001H8.5Z" 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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM8.5 13.5001V11.5001H6.5V9.50012H8.5V7.50012H10.5V9.50012H12.5V11.5001H10.5V13.5001H8.5Z" 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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM8.5 13.5001V11.5001H6.5V9.50012H8.5V7.50012H10.5V9.50012H12.5V11.5001H10.5V13.5001H8.5Z" 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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM8.5 13.5001V11.5001H6.5V9.50012H8.5V7.50012H10.5V9.50012H12.5V11.5001H10.5V13.5001H8.5Z" 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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM7 11.5001V9.50012H12V11.5001H7Z" 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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM7 11.5001V9.50012H12V11.5001H7Z" 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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM7 11.5001V9.50012H12V11.5001H7Z" 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="M19.6 22.0001L13.3 15.7001C12.8 16.1001 12.225 16.4168 11.575 16.6501C10.925 16.8835 10.2333 17.0001 9.5 17.0001C7.68333 17.0001 6.14583 16.371 4.8875 15.1126C3.62917 13.8543 3 12.3168 3 10.5001C3 8.68346 3.62917 7.14596 4.8875 5.88762C6.14583 4.62929 7.68333 4.00012 9.5 4.00012C11.3167 4.00012 12.8542 4.62929 14.1125 5.88762C15.3708 7.14596 16 8.68346 16 10.5001C16 11.2335 15.8833 11.9251 15.65 12.5751C15.4167 13.2251 15.1 13.8001 14.7 14.3001L21 20.6001L19.6 22.0001ZM9.5 15.0001C10.75 15.0001 11.8125 14.5626 12.6875 13.6876C13.5625 12.8126 14 11.7501 14 10.5001C14 9.25012 13.5625 8.18762 12.6875 7.31262C11.8125 6.43762 10.75 6.00012 9.5 6.00012C8.25 6.00012 7.1875 6.43762 6.3125 7.31262C5.4375 8.18762 5 9.25012 5 10.5001C5 11.7501 5.4375 12.8126 6.3125 13.6876C7.1875 14.5626 8.25 15.0001 9.5 15.0001ZM7 11.5001V9.50012H12V11.5001H7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|