@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,4 +1,4 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M16.3633 9.76562L11.2275 14.877L8 11.665L9.27246 10.3984L11.2275 12.2988L15.0908 8.4541L16.3633 9.76562Z" fill="#D3D3D3"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8184 5.34961L20.0908 6.07324L19.7725 9.4209L22 11.9541L19.7725 14.4873L20.0908 17.835L16.8184 18.5586L15.0908 21.4541L12 20.1426L8.90918 21.4541L7.18164 18.5586L3.90918 17.835L4.22754 14.4873L2 11.9541L4.22754 9.4209L3.90918 6.07324L7.18164 5.34961L8.90918 2.45312L12 3.76562L15.0908 2.45312L16.8184 5.34961ZM12 5.93848L9.73242 4.97656L8.45703 7.11523L6.06738 7.64355L6.21875 9.23145L6.2998 10.0918L5.72949 10.7412L4.66211 11.9541L5.72949 13.167L6.2998 13.8164L6.21875 14.6768L6.06738 16.2637L8.45703 16.793L9.73242 18.9307L12 17.9697L14.2666 18.9307L15.543 16.793L17.9316 16.2637L17.7002 13.8164L19.3369 11.9541L17.7002 10.0918L17.9316 7.64355L15.543 7.11523L14.2666 4.97656L12 5.93848Z" fill="#D3D3D3"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.3633 9.76562L11.2275 14.877L8 11.665L9.27246 10.3984L11.2275 12.2988L15.0908 8.4541L16.3633 9.76562Z" fill="#D3D3D3"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8184 5.34961L20.0908 6.07324L19.7725 9.4209L22 11.9541L19.7725 14.4873L20.0908 17.835L16.8184 18.5586L15.0908 21.4541L12 20.1426L8.90918 21.4541L7.18164 18.5586L3.90918 17.835L4.22754 14.4873L2 11.9541L4.22754 9.4209L3.90918 6.07324L7.18164 5.34961L8.90918 2.45312L12 3.76562L15.0908 2.45312L16.8184 5.34961ZM12 5.93848L9.73242 4.97656L8.45703 7.11523L6.06738 7.64355L6.21875 9.23145L6.2998 10.0918L5.72949 10.7412L4.66211 11.9541L5.72949 13.167L6.2998 13.8164L6.21875 14.6768L6.06738 16.2637L8.45703 16.793L9.73242 18.9307L12 17.9697L14.2666 18.9307L15.543 16.793L17.9316 16.2637L17.7002 13.8164L19.3369 11.9541L17.7002 10.0918L17.9316 7.64355L15.543 7.11523L14.2666 4.97656L12 5.93848Z" fill="#D3D3D3"/>
|
|
4
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.18182 18.5584L8.90909 21.4536L12 20.1417L15.0909 21.4536L16.8182 18.5584L20.0909 17.8346L19.7727 14.4869L22 11.9536L19.7727 9.42028L20.0909 6.07266L16.8182 5.34885L15.0909 2.45361L12 3.76552L8.90909 2.45361L7.18182 5.34885L3.90909 6.07266L4.22727 9.42028L2 11.9536L4.22727 14.4869L3.90909 17.8346L7.18182 18.5584ZM11.0455 15.1655L16.1818 10.0536L14.9091 8.74171L11.0455 12.5869L9.09091 10.6869L7.81818 11.9536L11.0455 15.1655Z" fill="#0165FC"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.18182 18.5584L8.90909 21.4536L12 20.1417L15.0909 21.4536L16.8182 18.5584L20.0909 17.8346L19.7727 14.4869L22 11.9536L19.7727 9.42028L20.0909 6.07266L16.8182 5.34885L15.0909 2.45361L12 3.76552L8.90909 2.45361L7.18182 5.34885L3.90909 6.07266L4.22727 9.42028L2 11.9536L4.22727 14.4869L3.90909 17.8346L7.18182 18.5584ZM11.0455 15.1655L16.1818 10.0536L14.9091 8.74171L11.0455 12.5869L9.09091 10.6869L7.81818 11.9536L11.0455 15.1655Z" fill="#0165FC"/>
|
|
3
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M16.3633 9.76587L11.2275 14.8772L8 11.6653L9.27246 10.3987L11.2275 12.2991L15.0908 8.45435L16.3633 9.76587Z" fill="#0165FC"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8184 5.34985L20.0908 6.07349L19.7725 9.42114L22 11.9543L19.7725 14.4875L20.0908 17.8352L16.8184 18.5588L15.0908 21.4543L12 20.1428L8.90918 21.4543L7.18164 18.5588L3.90918 17.8352L4.22754 14.4875L2 11.9543L4.22754 9.42114L3.90918 6.07349L7.18164 5.34985L8.90918 2.45337L12 3.76587L15.0908 2.45337L16.8184 5.34985ZM12 5.93872L9.73242 4.97681L8.45703 7.11548L6.06738 7.6438L6.21875 9.23169L6.2998 10.092L5.72949 10.7415L4.66211 11.9543L5.72949 13.1672L6.2998 13.8167L6.21875 14.677L6.06738 16.2639L8.45703 16.7932L9.73242 18.9309L12 17.97L14.2666 18.9309L15.543 16.7932L17.9316 16.2639L17.7002 13.8167L19.3369 11.9543L17.7002 10.092L17.9316 7.6438L15.543 7.11548L14.2666 4.97681L12 5.93872Z" fill="#0165FC"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.3633 9.76587L11.2275 14.8772L8 11.6653L9.27246 10.3987L11.2275 12.2991L15.0908 8.45435L16.3633 9.76587Z" fill="#0165FC"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8184 5.34985L20.0908 6.07349L19.7725 9.42114L22 11.9543L19.7725 14.4875L20.0908 17.8352L16.8184 18.5588L15.0908 21.4543L12 20.1428L8.90918 21.4543L7.18164 18.5588L3.90918 17.8352L4.22754 14.4875L2 11.9543L4.22754 9.42114L3.90918 6.07349L7.18164 5.34985L8.90918 2.45337L12 3.76587L15.0908 2.45337L16.8184 5.34985ZM12 5.93872L9.73242 4.97681L8.45703 7.11548L6.06738 7.6438L6.21875 9.23169L6.2998 10.092L5.72949 10.7415L4.66211 11.9543L5.72949 13.1672L6.2998 13.8167L6.21875 14.677L6.06738 16.2639L8.45703 16.7932L9.73242 18.9309L12 17.97L14.2666 18.9309L15.543 16.7932L17.9316 16.2639L17.7002 13.8167L19.3369 11.9543L17.7002 10.092L17.9316 7.6438L15.543 7.11548L14.2666 4.97681L12 5.93872Z" fill="#0165FC"/>
|
|
4
|
+
</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 17.5465H18L14.25 12.5465L11.25 16.5465L9 13.5465L6 17.5465ZM3 21.5465V3.54651H21V21.5465H3Z" 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 17.5465H18L14.25 12.5465L11.25 16.5465L9 13.5465L6 17.5465ZM3 21.5465V3.54651H21V21.5465H3Z" 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 17.5465H18L14.25 12.5465L11.25 16.5465L9 13.5465L6 17.5465ZM3 21.5465V3.54651H21V21.5465H3ZM5 19.5465H19V5.54651H5V19.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 17.5465H18L14.25 12.5465L11.25 16.5465L9 13.5465L6 17.5465ZM3 21.5465V3.54651H21V21.5465H3ZM5 19.5465H19V5.54651H5V19.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="M11 17.5464H13V11.5464H11V17.5464ZM12 9.54639C12.2833 9.54639 12.5208 9.45055 12.7125 9.25889C12.9042 9.06722 13 8.82972 13 8.54639C13 8.26305 12.9042 8.02555 12.7125 7.83389C12.5208 7.64222 12.2833 7.54639 12 7.54639C11.7167 7.54639 11.4792 7.64222 11.2875 7.83389C11.0958 8.02555 11 8.26305 11 8.54639C11 8.82972 11.0958 9.06722 11.2875 9.25889C11.4792 9.45055 11.7167 9.54639 12 9.54639ZM12 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="M11 17.5464H13V11.5464H11V17.5464ZM12 9.54639C12.2833 9.54639 12.5208 9.45055 12.7125 9.25889C12.9042 9.06722 13 8.82972 13 8.54639C13 8.26305 12.9042 8.02555 12.7125 7.83389C12.5208 7.64222 12.2833 7.54639 12 7.54639C11.7167 7.54639 11.4792 7.64222 11.2875 7.83389C11.0958 8.02555 11 8.26305 11 8.54639C11 8.82972 11.0958 9.06722 11.2875 9.25889C11.4792 9.45055 11.7167 9.54639 12 9.54639ZM12 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="M11 17.5464H13V11.5464H11V17.5464ZM12 9.54639C12.2833 9.54639 12.5208 9.45055 12.7125 9.25889C12.9042 9.06722 13 8.82972 13 8.54639C13 8.26305 12.9042 8.02555 12.7125 7.83389C12.5208 7.64222 12.2833 7.54639 12 7.54639C11.7167 7.54639 11.4792 7.64222 11.2875 7.83389C11.0958 8.02555 11 8.26305 11 8.54639C11 8.82972 11.0958 9.06722 11.2875 9.25889C11.4792 9.45055 11.7167 9.54639 12 9.54639ZM12 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.5464C14.2333 20.5464 16.125 19.7714 17.675 18.2214C19.225 16.6714 20 14.7797 20 12.5464C20 10.3131 19.225 8.42139 17.675 6.87139C16.125 5.32139 14.2333 4.54639 12 4.54639C9.76667 4.54639 7.875 5.32139 6.325 6.87139C4.775 8.42139 4 10.3131 4 12.5464C4 14.7797 4.775 16.6714 6.325 18.2214C7.875 19.7714 9.76667 20.5464 12 20.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="M11 17.5464H13V11.5464H11V17.5464ZM12 9.54639C12.2833 9.54639 12.5208 9.45055 12.7125 9.25889C12.9042 9.06722 13 8.82972 13 8.54639C13 8.26305 12.9042 8.02555 12.7125 7.83389C12.5208 7.64222 12.2833 7.54639 12 7.54639C11.7167 7.54639 11.4792 7.64222 11.2875 7.83389C11.0958 8.02555 11 8.26305 11 8.54639C11 8.82972 11.0958 9.06722 11.2875 9.25889C11.4792 9.45055 11.7167 9.54639 12 9.54639ZM12 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.5464C14.2333 20.5464 16.125 19.7714 17.675 18.2214C19.225 16.6714 20 14.7797 20 12.5464C20 10.3131 19.225 8.42139 17.675 6.87139C16.125 5.32139 14.2333 4.54639 12 4.54639C9.76667 4.54639 7.875 5.32139 6.325 6.87139C4.775 8.42139 4 10.3131 4 12.5464C4 14.7797 4.775 16.6714 6.325 18.2214C7.875 19.7714 9.76667 20.5464 12 20.5464Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 4V22H21V4H3ZM18 6C18.552 6 19 6.448 19 7C19 7.552 18.552 8 18 8C17.448 8 17 7.552 17 7C17 6.448 17.448 6 18 6ZM12 8C14.761 8 17 10.239 17 13C17 15.761 14.761 18 12 18C9.239 18 7 15.761 7 13C7 10.239 9.239 8 12 8ZM12 10C11.2044 10 10.4413 10.3161 9.87868 10.8787C9.31607 11.4413 9 12.2044 9 13C9 13.7956 9.31607 14.5587 9.87868 15.1213C10.4413 15.6839 11.2044 16 12 16C12.7956 16 13.5587 15.6839 14.1213 15.1213C14.6839 14.5587 15 13.7956 15 13C15 12.2044 14.6839 11.4413 14.1213 10.8787C13.5587 10.3161 12.7956 10 12 10Z" 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 4V22H21V4H3ZM18 6C18.552 6 19 6.448 19 7C19 7.552 18.552 8 18 8C17.448 8 17 7.552 17 7C17 6.448 17.448 6 18 6ZM12 8C14.761 8 17 10.239 17 13C17 15.761 14.761 18 12 18C9.239 18 7 15.761 7 13C7 10.239 9.239 8 12 8ZM12 10C11.2044 10 10.4413 10.3161 9.87868 10.8787C9.31607 11.4413 9 12.2044 9 13C9 13.7956 9.31607 14.5587 9.87868 15.1213C10.4413 15.6839 11.2044 16 12 16C12.7956 16 13.5587 15.6839 14.1213 15.1213C14.6839 14.5587 15 13.7956 15 13C15 12.2044 14.6839 11.4413 14.1213 10.8787C13.5587 10.3161 12.7956 10 12 10Z" 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 3.54639V21.5464H21V3.54639H3ZM5 5.54639H19V19.5464H5V5.54639ZM17 6.54639C16.7348 6.54639 16.4804 6.65174 16.2929 6.83928C16.1054 7.02682 16 7.28117 16 7.54639C16 7.8116 16.1054 8.06596 16.2929 8.25349C16.4804 8.44103 16.7348 8.54639 17 8.54639C17.2652 8.54639 17.5196 8.44103 17.7071 8.25349C17.8946 8.06596 18 7.8116 18 7.54639C18 7.28117 17.8946 7.02682 17.7071 6.83928C17.5196 6.65174 17.2652 6.54639 17 6.54639ZM12 7.54639C9.243 7.54639 7 9.78939 7 12.5464C7 15.3034 9.243 17.5464 12 17.5464C14.757 17.5464 17 15.3034 17 12.5464C17 9.78939 14.757 7.54639 12 7.54639ZM12 9.54639C13.654 9.54639 15 10.8924 15 12.5464C15 14.2004 13.654 15.5464 12 15.5464C10.346 15.5464 9 14.2004 9 12.5464C9 10.8924 10.346 9.54639 12 9.54639Z" 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 3.54639V21.5464H21V3.54639H3ZM5 5.54639H19V19.5464H5V5.54639ZM17 6.54639C16.7348 6.54639 16.4804 6.65174 16.2929 6.83928C16.1054 7.02682 16 7.28117 16 7.54639C16 7.8116 16.1054 8.06596 16.2929 8.25349C16.4804 8.44103 16.7348 8.54639 17 8.54639C17.2652 8.54639 17.5196 8.44103 17.7071 8.25349C17.8946 8.06596 18 7.8116 18 7.54639C18 7.28117 17.8946 7.02682 17.7071 6.83928C17.5196 6.65174 17.2652 6.54639 17 6.54639ZM12 7.54639C9.243 7.54639 7 9.78939 7 12.5464C7 15.3034 9.243 17.5464 12 17.5464C14.757 17.5464 17 15.3034 17 12.5464C17 9.78939 14.757 7.54639 12 7.54639ZM12 9.54639C13.654 9.54639 15 10.8924 15 12.5464C15 14.2004 13.654 15.5464 12 15.5464C10.346 15.5464 9 14.2004 9 12.5464C9 10.8924 10.346 9.54639 12 9.54639Z" 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="M8.8 21.5465H3V15.7465C3.8 15.7465 4.5 15.4923 5.1 14.984C5.7 14.4757 6 13.8298 6 13.0465C6 12.2632 5.7 11.6173 5.1 11.109C4.5 10.6007 3.8 10.3465 3 10.3465V4.54651H9C9 3.84651 9.24167 3.25484 9.725 2.77151C10.2083 2.28818 10.8 2.04651 11.5 2.04651C12.2 2.04651 12.7917 2.28818 13.275 2.77151C13.7583 3.25484 14 3.84651 14 4.54651H20V10.5465C20.7 10.5465 21.2917 10.7882 21.775 11.2715C22.2583 11.7548 22.5 12.3465 22.5 13.0465C22.5 13.7465 22.2583 14.3382 21.775 14.8215C21.2917 15.3048 20.7 15.5465 20 15.5465V21.5465H14.2C14.2 20.7132 13.9375 20.0048 13.4125 19.4215C12.8875 18.8382 12.25 18.5465 11.5 18.5465C10.75 18.5465 10.1125 18.8382 9.5875 19.4215C9.0625 20.0048 8.8 20.7132 8.8 21.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="M8.8 21.5465H3V15.7465C3.8 15.7465 4.5 15.4923 5.1 14.984C5.7 14.4757 6 13.8298 6 13.0465C6 12.2632 5.7 11.6173 5.1 11.109C4.5 10.6007 3.8 10.3465 3 10.3465V4.54651H9C9 3.84651 9.24167 3.25484 9.725 2.77151C10.2083 2.28818 10.8 2.04651 11.5 2.04651C12.2 2.04651 12.7917 2.28818 13.275 2.77151C13.7583 3.25484 14 3.84651 14 4.54651H20V10.5465C20.7 10.5465 21.2917 10.7882 21.775 11.2715C22.2583 11.7548 22.5 12.3465 22.5 13.0465C22.5 13.7465 22.2583 14.3382 21.775 14.8215C21.2917 15.3048 20.7 15.5465 20 15.5465V21.5465H14.2C14.2 20.7132 13.9375 20.0048 13.4125 19.4215C12.8875 18.8382 12.25 18.5465 11.5 18.5465C10.75 18.5465 10.1125 18.8382 9.5875 19.4215C9.0625 20.0048 8.8 20.7132 8.8 21.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="M8.8 21.5465H3V15.7465C3.8 15.7465 4.5 15.4923 5.1 14.984C5.7 14.4757 6 13.8298 6 13.0465C6 12.2632 5.7 11.6173 5.1 11.109C4.5 10.6007 3.8 10.3465 3 10.3465V4.54651H9C9 3.84651 9.24167 3.25484 9.725 2.77151C10.2083 2.28818 10.8 2.04651 11.5 2.04651C12.2 2.04651 12.7917 2.28818 13.275 2.77151C13.7583 3.25484 14 3.84651 14 4.54651H20V10.5465C20.7 10.5465 21.2917 10.7882 21.775 11.2715C22.2583 11.7548 22.5 12.3465 22.5 13.0465C22.5 13.7465 22.2583 14.3382 21.775 14.8215C21.2917 15.3048 20.7 15.5465 20 15.5465V21.5465H14.2C14.2 20.7132 13.9375 20.0048 13.4125 19.4215C12.8875 18.8382 12.25 18.5465 11.5 18.5465C10.75 18.5465 10.1125 18.8382 9.5875 19.4215C9.0625 20.0048 8.8 20.7132 8.8 21.5465ZM5 19.5465H7.125C7.525 18.4465 8.16667 17.6715 9.05 17.2215C9.93333 16.7715 10.75 16.5465 11.5 16.5465C12.25 16.5465 13.0667 16.7715 13.95 17.2215C14.8333 17.6715 15.475 18.4465 15.875 19.5465H18V13.5465H20C20.1333 13.5465 20.25 13.4965 20.35 13.3965C20.45 13.2965 20.5 13.1798 20.5 13.0465C20.5 12.9132 20.45 12.7965 20.35 12.6965C20.25 12.5965 20.1333 12.5465 20 12.5465H18V6.54651H12V4.54651C12 4.41318 11.95 4.29651 11.85 4.19651C11.75 4.09651 11.6333 4.04651 11.5 4.04651C11.3667 4.04651 11.25 4.09651 11.15 4.19651C11.05 4.29651 11 4.41318 11 4.54651V6.54651H5V8.74651C5.9 9.07984 6.625 9.63818 7.175 10.4215C7.725 11.2048 8 12.0798 8 13.0465C8 13.9965 7.725 14.8632 7.175 15.6465C6.625 16.4298 5.9 16.9965 5 17.3465V19.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="M8.8 21.5465H3V15.7465C3.8 15.7465 4.5 15.4923 5.1 14.984C5.7 14.4757 6 13.8298 6 13.0465C6 12.2632 5.7 11.6173 5.1 11.109C4.5 10.6007 3.8 10.3465 3 10.3465V4.54651H9C9 3.84651 9.24167 3.25484 9.725 2.77151C10.2083 2.28818 10.8 2.04651 11.5 2.04651C12.2 2.04651 12.7917 2.28818 13.275 2.77151C13.7583 3.25484 14 3.84651 14 4.54651H20V10.5465C20.7 10.5465 21.2917 10.7882 21.775 11.2715C22.2583 11.7548 22.5 12.3465 22.5 13.0465C22.5 13.7465 22.2583 14.3382 21.775 14.8215C21.2917 15.3048 20.7 15.5465 20 15.5465V21.5465H14.2C14.2 20.7132 13.9375 20.0048 13.4125 19.4215C12.8875 18.8382 12.25 18.5465 11.5 18.5465C10.75 18.5465 10.1125 18.8382 9.5875 19.4215C9.0625 20.0048 8.8 20.7132 8.8 21.5465ZM5 19.5465H7.125C7.525 18.4465 8.16667 17.6715 9.05 17.2215C9.93333 16.7715 10.75 16.5465 11.5 16.5465C12.25 16.5465 13.0667 16.7715 13.95 17.2215C14.8333 17.6715 15.475 18.4465 15.875 19.5465H18V13.5465H20C20.1333 13.5465 20.25 13.4965 20.35 13.3965C20.45 13.2965 20.5 13.1798 20.5 13.0465C20.5 12.9132 20.45 12.7965 20.35 12.6965C20.25 12.5965 20.1333 12.5465 20 12.5465H18V6.54651H12V4.54651C12 4.41318 11.95 4.29651 11.85 4.19651C11.75 4.09651 11.6333 4.04651 11.5 4.04651C11.3667 4.04651 11.25 4.09651 11.15 4.19651C11.05 4.29651 11 4.41318 11 4.54651V6.54651H5V8.74651C5.9 9.07984 6.625 9.63818 7.175 10.4215C7.725 11.2048 8 12.0798 8 13.0465C8 13.9965 7.725 14.8632 7.175 15.6465C6.625 16.4298 5.9 16.9965 5 17.3465V19.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="M2 20.5465V4.54651H22V20.5465H2ZM12 13.5465L20 8.54651V6.54651L12 11.5465L4 6.54651V8.54651L12 13.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.54651H22V20.5465H2ZM12 13.5465L20 8.54651V6.54651L12 11.5465L4 6.54651V8.54651L12 13.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="M2 20.5465V4.54651H22V20.5465H2ZM12 13.5465L4 8.54651V18.5465H20V8.54651L12 13.5465ZM12 11.5465L20 6.54651H4L12 11.5465ZM4 8.54651V6.54651V18.5465V8.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="M2 20.5465V4.54651H22V20.5465H2ZM12 13.5465L4 8.54651V18.5465H20V8.54651L12 13.5465ZM12 11.5465L20 6.54651H4L12 11.5465ZM4 8.54651V6.54651V18.5465V8.54651Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 22V2L4.5 3.5L6 2L7.5 3.5L9 2L10.5 3.5L12 2L13.5 3.5L15 2L16.5 3.5L18 2L19.5 3.5L21 2V22L19.5 20.5L18 22L16.5 20.5L15 22L13.5 20.5L12 22L10.5 20.5L9 22L7.5 20.5L6 22L4.5 20.5L3 22ZM6 17H18V15H6V17ZM6 13H18V11H6V13ZM6 9H18V7H6V9ZM5 19.1H19V4.9H5V19.1Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 22V2L4.5 3.5L6 2L7.5 3.5L9 2L10.5 3.5L12 2L13.5 3.5L15 2L16.5 3.5L18 2L19.5 3.5L21 2V22L19.5 20.5L18 22L16.5 20.5L15 22L13.5 20.5L12 22L10.5 20.5L9 22L7.5 20.5L6 22L4.5 20.5L3 22ZM6 17H18V15H6V17ZM6 13H18V11H6V13ZM6 9H18V7H6V9ZM5 19.1H19V4.9H5V19.1Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 22V2L4.5 3.5L6 2L7.5 3.5L9 2L10.5 3.5L12 2L13.5 3.5L15 2L16.5 3.5L18 2L19.5 3.5L21 2V22L19.5 20.5L18 22L16.5 20.5L15 22L13.5 20.5L12 22L10.5 20.5L9 22L7.5 20.5L6 22L4.5 20.5L3 22ZM6 17H18V15H6V17ZM6 13H18V11H6V13ZM6 9H18V7H6V9ZM5 19.1H19V4.9H5V19.1Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 22V2L4.5 3.5L6 2L7.5 3.5L9 2L10.5 3.5L12 2L13.5 3.5L15 2L16.5 3.5L18 2L19.5 3.5L21 2V22L19.5 20.5L18 22L16.5 20.5L15 22L13.5 20.5L12 22L10.5 20.5L9 22L7.5 20.5L6 22L4.5 20.5L3 22ZM6 17H18V15H6V17ZM6 13H18V11H6V13ZM6 9H18V7H6V9ZM5 19.1H19V4.9H5V19.1Z" 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.9 22.5465L16.45 10.5465H18.55L23.1 22.5465H21L19.925 19.4965H15.075L14 22.5465H11.9ZM4 19.5465L2.6 18.1465L7.65 13.0965C7.06667 12.5132 6.5375 11.8465 6.0625 11.0965C5.5875 10.3465 5.15 9.49651 4.75 8.54651H6.85C7.18333 9.19651 7.51667 9.76318 7.85 10.2465C8.18333 10.7298 8.58333 11.2132 9.05 11.6965C9.6 11.1465 10.1708 10.3757 10.7625 9.38401C11.3542 8.39234 11.8 7.44651 12.1 6.54651H1V4.54651H8V2.54651H10V4.54651H17V6.54651H14.1C13.75 7.74651 13.225 8.97984 12.525 10.2465C11.825 11.5132 11.1333 12.4798 10.45 13.1465L12.85 15.5965L12.1 17.6465L9.05 14.5215L4 19.5465ZM15.7 17.7465H19.3L17.5 12.6465L15.7 17.7465Z" 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.9 22.5465L16.45 10.5465H18.55L23.1 22.5465H21L19.925 19.4965H15.075L14 22.5465H11.9ZM4 19.5465L2.6 18.1465L7.65 13.0965C7.06667 12.5132 6.5375 11.8465 6.0625 11.0965C5.5875 10.3465 5.15 9.49651 4.75 8.54651H6.85C7.18333 9.19651 7.51667 9.76318 7.85 10.2465C8.18333 10.7298 8.58333 11.2132 9.05 11.6965C9.6 11.1465 10.1708 10.3757 10.7625 9.38401C11.3542 8.39234 11.8 7.44651 12.1 6.54651H1V4.54651H8V2.54651H10V4.54651H17V6.54651H14.1C13.75 7.74651 13.225 8.97984 12.525 10.2465C11.825 11.5132 11.1333 12.4798 10.45 13.1465L12.85 15.5965L12.1 17.6465L9.05 14.5215L4 19.5465ZM15.7 17.7465H19.3L17.5 12.6465L15.7 17.7465Z" 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.9 22.5465L16.45 10.5465H18.55L23.1 22.5465H21L19.925 19.4965H15.075L14 22.5465H11.9ZM4 19.5465L2.6 18.1465L7.65 13.0965C7.06667 12.5132 6.5375 11.8465 6.0625 11.0965C5.5875 10.3465 5.15 9.49651 4.75 8.54651H6.85C7.18333 9.19651 7.51667 9.76318 7.85 10.2465C8.18333 10.7298 8.58333 11.2132 9.05 11.6965C9.6 11.1465 10.1708 10.3757 10.7625 9.38401C11.3542 8.39234 11.8 7.44651 12.1 6.54651H1V4.54651H8V2.54651H10V4.54651H17V6.54651H14.1C13.75 7.74651 13.225 8.97984 12.525 10.2465C11.825 11.5132 11.1333 12.4798 10.45 13.1465L12.85 15.5965L12.1 17.6465L9.05 14.5215L4 19.5465ZM15.7 17.7465H19.3L17.5 12.6465L15.7 17.7465Z" 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.9 22.5465L16.45 10.5465H18.55L23.1 22.5465H21L19.925 19.4965H15.075L14 22.5465H11.9ZM4 19.5465L2.6 18.1465L7.65 13.0965C7.06667 12.5132 6.5375 11.8465 6.0625 11.0965C5.5875 10.3465 5.15 9.49651 4.75 8.54651H6.85C7.18333 9.19651 7.51667 9.76318 7.85 10.2465C8.18333 10.7298 8.58333 11.2132 9.05 11.6965C9.6 11.1465 10.1708 10.3757 10.7625 9.38401C11.3542 8.39234 11.8 7.44651 12.1 6.54651H1V4.54651H8V2.54651H10V4.54651H17V6.54651H14.1C13.75 7.74651 13.225 8.97984 12.525 10.2465C11.825 11.5132 11.1333 12.4798 10.45 13.1465L12.85 15.5965L12.1 17.6465L9.05 14.5215L4 19.5465ZM15.7 17.7465H19.3L17.5 12.6465L15.7 17.7465Z" 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="M13 9.54651V3.54651H21V9.54651H13ZM3 13.5465V3.54651H11V13.5465H3ZM13 21.5465V11.5465H21V21.5465H13ZM3 21.5465V15.5465H11V21.5465H3Z" 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="M13 9.54651V3.54651H21V9.54651H13ZM3 13.5465V3.54651H11V13.5465H3ZM13 21.5465V11.5465H21V21.5465H13ZM3 21.5465V15.5465H11V21.5465H3Z" 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="M13 9.54651V3.54651H21V9.54651H13ZM3 13.5465V3.54651H11V13.5465H3ZM13 21.5465V11.5465H21V21.5465H13ZM3 21.5465V15.5465H11V21.5465H3ZM5 11.5465H9V5.54651H5V11.5465ZM15 19.5465H19V13.5465H15V19.5465ZM15 7.54651H19V5.54651H15V7.54651ZM5 19.5465H9V17.5465H5V19.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="M13 9.54651V3.54651H21V9.54651H13ZM3 13.5465V3.54651H11V13.5465H3ZM13 21.5465V11.5465H21V21.5465H13ZM3 21.5465V15.5465H11V21.5465H3ZM5 11.5465H9V5.54651H5V11.5465ZM15 19.5465H19V13.5465H15V19.5465ZM15 7.54651H19V5.54651H15V7.54651ZM5 19.5465H9V17.5465H5V19.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="M21 17.5465V10.6465L12 15.5465L1 9.54651L12 3.54651L23 9.54651V17.5465H21ZM12 21.5465L5 17.7465V12.7465L12 16.5465L19 12.7465V17.7465L12 21.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="M21 17.5465V10.6465L12 15.5465L1 9.54651L12 3.54651L23 9.54651V17.5465H21ZM12 21.5465L5 17.7465V12.7465L12 16.5465L19 12.7465V17.7465L12 21.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 21.5465L5 17.7465V11.7465L1 9.54651L12 3.54651L23 9.54651V17.5465H21V10.6465L19 11.7465V17.7465L12 21.5465ZM12 13.2465L18.85 9.54651L12 5.84651L5.15 9.54651L12 13.2465ZM12 19.2715L17 16.5715V12.7965L12 15.5465L7 12.7965V16.5715L12 19.2715Z" 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 21.5465L5 17.7465V11.7465L1 9.54651L12 3.54651L23 9.54651V17.5465H21V10.6465L19 11.7465V17.7465L12 21.5465ZM12 13.2465L18.85 9.54651L12 5.84651L5.15 9.54651L12 13.2465ZM12 19.2715L17 16.5715V12.7965L12 15.5465L7 12.7965V16.5715L12 19.2715Z" 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 21.5465V9.54651H7.5V21.5465H2ZM9.25 21.5465V3.54651H14.75V21.5465H9.25ZM16.5 21.5465V11.5465H22V21.5465H16.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="M2 21.5465V9.54651H7.5V21.5465H2ZM9.25 21.5465V3.54651H14.75V21.5465H9.25ZM16.5 21.5465V11.5465H22V21.5465H16.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="M4 19.5465H8V11.5465H4V19.5465ZM10 19.5465H14V5.54651H10V19.5465ZM16 19.5465H20V13.5465H16V19.5465ZM2 21.5465V9.54651H8V3.54651H16V11.5465H22V21.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="M4 19.5465H8V11.5465H4V19.5465ZM10 19.5465H14V5.54651H10V19.5465ZM16 19.5465H20V13.5465H16V19.5465ZM2 21.5465V9.54651H8V3.54651H16V11.5465H22V21.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="M12 22.5465C11.45 22.5465 10.9792 22.3507 10.5875 21.959C10.1958 21.5673 10 21.0965 10 20.5465H14C14 21.0965 13.8042 21.5673 13.4125 21.959C13.0208 22.3507 12.55 22.5465 12 22.5465ZM8 19.5465V17.5465H16V19.5465H8ZM8.25 16.5465C7.1 15.8632 6.1875 14.9465 5.5125 13.7965C4.8375 12.6465 4.5 11.3965 4.5 10.0465C4.5 7.96318 5.22917 6.19234 6.6875 4.73401C8.14583 3.27568 9.91667 2.54651 12 2.54651C14.0833 2.54651 15.8542 3.27568 17.3125 4.73401C18.7708 6.19234 19.5 7.96318 19.5 10.0465C19.5 11.3965 19.1625 12.6465 18.4875 13.7965C17.8125 14.9465 16.9 15.8632 15.75 16.5465H8.25Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 22.5465C11.45 22.5465 10.9792 22.3507 10.5875 21.959C10.1958 21.5673 10 21.0965 10 20.5465H14C14 21.0965 13.8042 21.5673 13.4125 21.959C13.0208 22.3507 12.55 22.5465 12 22.5465ZM8 19.5465V17.5465H16V19.5465H8ZM8.25 16.5465C7.1 15.8632 6.1875 14.9465 5.5125 13.7965C4.8375 12.6465 4.5 11.3965 4.5 10.0465C4.5 7.96318 5.22917 6.19234 6.6875 4.73401C8.14583 3.27568 9.91667 2.54651 12 2.54651C14.0833 2.54651 15.8542 3.27568 17.3125 4.73401C18.7708 6.19234 19.5 7.96318 19.5 10.0465C19.5 11.3965 19.1625 12.6465 18.4875 13.7965C17.8125 14.9465 16.9 15.8632 15.75 16.5465H8.25Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 22.5465C11.45 22.5465 10.9792 22.3507 10.5875 21.959C10.1958 21.5673 10 21.0965 10 20.5465H14C14 21.0965 13.8042 21.5673 13.4125 21.959C13.0208 22.3507 12.55 22.5465 12 22.5465ZM8 19.5465V17.5465H16V19.5465H8ZM8.25 16.5465C7.1 15.8632 6.1875 14.9465 5.5125 13.7965C4.8375 12.6465 4.5 11.3965 4.5 10.0465C4.5 7.96318 5.22917 6.19234 6.6875 4.73401C8.14583 3.27568 9.91667 2.54651 12 2.54651C14.0833 2.54651 15.8542 3.27568 17.3125 4.73401C18.7708 6.19234 19.5 7.96318 19.5 10.0465C19.5 11.3965 19.1625 12.6465 18.4875 13.7965C17.8125 14.9465 16.9 15.8632 15.75 16.5465H8.25ZM8.85 14.5465H15.15C15.9 14.0132 16.4792 13.3548 16.8875 12.5715C17.2958 11.7882 17.5 10.9465 17.5 10.0465C17.5 8.51318 16.9667 7.21318 15.9 6.14651C14.8333 5.07984 13.5333 4.54651 12 4.54651C10.4667 4.54651 9.16667 5.07984 8.1 6.14651C7.03333 7.21318 6.5 8.51318 6.5 10.0465C6.5 10.9465 6.70417 11.7882 7.1125 12.5715C7.52083 13.3548 8.1 14.0132 8.85 14.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 22.5465C11.45 22.5465 10.9792 22.3507 10.5875 21.959C10.1958 21.5673 10 21.0965 10 20.5465H14C14 21.0965 13.8042 21.5673 13.4125 21.959C13.0208 22.3507 12.55 22.5465 12 22.5465ZM8 19.5465V17.5465H16V19.5465H8ZM8.25 16.5465C7.1 15.8632 6.1875 14.9465 5.5125 13.7965C4.8375 12.6465 4.5 11.3965 4.5 10.0465C4.5 7.96318 5.22917 6.19234 6.6875 4.73401C8.14583 3.27568 9.91667 2.54651 12 2.54651C14.0833 2.54651 15.8542 3.27568 17.3125 4.73401C18.7708 6.19234 19.5 7.96318 19.5 10.0465C19.5 11.3965 19.1625 12.6465 18.4875 13.7965C17.8125 14.9465 16.9 15.8632 15.75 16.5465H8.25ZM8.85 14.5465H15.15C15.9 14.0132 16.4792 13.3548 16.8875 12.5715C17.2958 11.7882 17.5 10.9465 17.5 10.0465C17.5 8.51318 16.9667 7.21318 15.9 6.14651C14.8333 5.07984 13.5333 4.54651 12 4.54651C10.4667 4.54651 9.16667 5.07984 8.1 6.14651C7.03333 7.21318 6.5 8.51318 6.5 10.0465C6.5 10.9465 6.70417 11.7882 7.1125 12.5715C7.52083 13.3548 8.1 14.0132 8.85 14.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="M11 18H7C5.61667 18 4.4375 17.5125 3.4625 16.5375C2.4875 15.5625 2 14.3833 2 13C2 11.6167 2.4875 10.4375 3.4625 9.4625C4.4375 8.4875 5.61667 8 7 8H11V10H7C6.16667 10 5.45833 10.2917 4.875 10.875C4.29167 11.4583 4 12.1667 4 13C4 13.8333 4.29167 14.5417 4.875 15.125C5.45833 15.7083 6.16667 16 7 16H11V18ZM8 14V12H16V14H8ZM13 18V16H17C17.8333 16 18.5417 15.7083 19.125 15.125C19.7083 14.5417 20 13.8333 20 13C20 12.1667 19.7083 11.4583 19.125 10.875C18.5417 10.2917 17.8333 10 17 10H13V8H17C18.3833 8 19.5625 8.4875 20.5375 9.4625C21.5125 10.4375 22 11.6167 22 13C22 14.3833 21.5125 15.5625 20.5375 16.5375C19.5625 17.5125 18.3833 18 17 18H13Z" 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 18H7C5.61667 18 4.4375 17.5125 3.4625 16.5375C2.4875 15.5625 2 14.3833 2 13C2 11.6167 2.4875 10.4375 3.4625 9.4625C4.4375 8.4875 5.61667 8 7 8H11V10H7C6.16667 10 5.45833 10.2917 4.875 10.875C4.29167 11.4583 4 12.1667 4 13C4 13.8333 4.29167 14.5417 4.875 15.125C5.45833 15.7083 6.16667 16 7 16H11V18ZM8 14V12H16V14H8ZM13 18V16H17C17.8333 16 18.5417 15.7083 19.125 15.125C19.7083 14.5417 20 13.8333 20 13C20 12.1667 19.7083 11.4583 19.125 10.875C18.5417 10.2917 17.8333 10 17 10H13V8H17C18.3833 8 19.5625 8.4875 20.5375 9.4625C21.5125 10.4375 22 11.6167 22 13C22 14.3833 21.5125 15.5625 20.5375 16.5375C19.5625 17.5125 18.3833 18 17 18H13Z" 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 18H7C5.61667 18 4.4375 17.5125 3.4625 16.5375C2.4875 15.5625 2 14.3833 2 13C2 11.6167 2.4875 10.4375 3.4625 9.4625C4.4375 8.4875 5.61667 8 7 8H11V10H7C6.16667 10 5.45833 10.2917 4.875 10.875C4.29167 11.4583 4 12.1667 4 13C4 13.8333 4.29167 14.5417 4.875 15.125C5.45833 15.7083 6.16667 16 7 16H11V18ZM8 14V12H16V14H8ZM13 18V16H17C17.8333 16 18.5417 15.7083 19.125 15.125C19.7083 14.5417 20 13.8333 20 13C20 12.1667 19.7083 11.4583 19.125 10.875C18.5417 10.2917 17.8333 10 17 10H13V8H17C18.3833 8 19.5625 8.4875 20.5375 9.4625C21.5125 10.4375 22 11.6167 22 13C22 14.3833 21.5125 15.5625 20.5375 16.5375C19.5625 17.5125 18.3833 18 17 18H13Z" 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 18H7C5.61667 18 4.4375 17.5125 3.4625 16.5375C2.4875 15.5625 2 14.3833 2 13C2 11.6167 2.4875 10.4375 3.4625 9.4625C4.4375 8.4875 5.61667 8 7 8H11V10H7C6.16667 10 5.45833 10.2917 4.875 10.875C4.29167 11.4583 4 12.1667 4 13C4 13.8333 4.29167 14.5417 4.875 15.125C5.45833 15.7083 6.16667 16 7 16H11V18ZM8 14V12H16V14H8ZM13 18V16H17C17.8333 16 18.5417 15.7083 19.125 15.125C19.7083 14.5417 20 13.8333 20 13C20 12.1667 19.7083 11.4583 19.125 10.875C18.5417 10.2917 17.8333 10 17 10H13V8H17C18.3833 8 19.5625 8.4875 20.5375 9.4625C21.5125 10.4375 22 11.6167 22 13C22 14.3833 21.5125 15.5625 20.5375 16.5375C19.5625 17.5125 18.3833 18 17 18H13Z" 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="M21 4H3V22H21V4ZM9 18H6.477V11H9V18ZM7.694 9.717C6.923 9.717 6.408 9.203 6.408 8.517C6.408 7.831 6.922 7.317 7.779 7.317C8.55 7.317 9.065 7.831 9.065 8.517C9.065 9.203 8.551 9.717 7.694 9.717ZM18 18H15.558V14.174C15.558 13.116 14.907 12.872 14.663 12.872C14.419 12.872 13.605 13.035 13.605 14.174C13.605 14.337 13.605 18 13.605 18H11.082V11H13.605V11.977C13.93 11.407 14.581 11 15.802 11C17.023 11 18 11.977 18 14.174V18Z" 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="M21 4H3V22H21V4ZM9 18H6.477V11H9V18ZM7.694 9.717C6.923 9.717 6.408 9.203 6.408 8.517C6.408 7.831 6.922 7.317 7.779 7.317C8.55 7.317 9.065 7.831 9.065 8.517C9.065 9.203 8.551 9.717 7.694 9.717ZM18 18H15.558V14.174C15.558 13.116 14.907 12.872 14.663 12.872C14.419 12.872 13.605 13.035 13.605 14.174C13.605 14.337 13.605 18 13.605 18H11.082V11H13.605V11.977C13.93 11.407 14.581 11 15.802 11C17.023 11 18 11.977 18 14.174V18Z" 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.00019 4L3 22H21V4H3.00019ZM5 6H19V20H5V6ZM7.7793 7.31641C6.9223 7.31641 6.4082 7.83158 6.4082 8.51758C6.4082 9.20358 6.92236 9.7168 7.69336 9.7168C8.55036 9.7168 9.06445 9.20358 9.06445 8.51758C9.06445 7.83158 8.5503 7.31641 7.7793 7.31641ZM6.47656 11V18H9V11H6.47656ZM11.082 11V18H13.6055V14.1738C13.6055 13.0348 14.4181 12.8711 14.6621 12.8711C14.9061 12.8711 15.5586 13.1158 15.5586 14.1738V18H18V14.1738C18 11.9768 17.0237 11 15.8027 11C14.5817 11 13.9305 11.4066 13.6055 11.9766V11H11.082Z" 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.00019 4L3 22H21V4H3.00019ZM5 6H19V20H5V6ZM7.7793 7.31641C6.9223 7.31641 6.4082 7.83158 6.4082 8.51758C6.4082 9.20358 6.92236 9.7168 7.69336 9.7168C8.55036 9.7168 9.06445 9.20358 9.06445 8.51758C9.06445 7.83158 8.5503 7.31641 7.7793 7.31641ZM6.47656 11V18H9V11H6.47656ZM11.082 11V18H13.6055V14.1738C13.6055 13.0348 14.4181 12.8711 14.6621 12.8711C14.9061 12.8711 15.5586 13.1158 15.5586 14.1738V18H18V14.1738C18 11.9768 17.0237 11 15.8027 11C14.5817 11 13.9305 11.4066 13.6055 11.9766V11H11.082Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM12 20.4965C12.4333 19.8965 12.8083 19.2715 13.125 18.6215C13.4417 17.9715 13.7 17.2798 13.9 16.5465H10.1C10.3 17.2798 10.5583 17.9715 10.875 18.6215C11.1917 19.2715 11.5667 19.8965 12 20.4965ZM9.4 20.0965C9.1 19.5465 8.8375 18.9757 8.6125 18.384C8.3875 17.7923 8.2 17.1798 8.05 16.5465H5.1C5.58333 17.3798 6.1875 18.1048 6.9125 18.7215C7.6375 19.3382 8.46667 19.7965 9.4 20.0965ZM14.6 20.0965C15.5333 19.7965 16.3625 19.3382 17.0875 18.7215C17.8125 18.1048 18.4167 17.3798 18.9 16.5465H15.95C15.8 17.1798 15.6125 17.7923 15.3875 18.384C15.1625 18.9757 14.9 19.5465 14.6 20.0965ZM4.25 14.5465H7.65C7.6 14.2132 7.5625 13.884 7.5375 13.559C7.5125 13.234 7.5 12.8965 7.5 12.5465C7.5 12.1965 7.5125 11.859 7.5375 11.534C7.5625 11.209 7.6 10.8798 7.65 10.5465H4.25C4.16667 10.8798 4.10417 11.209 4.0625 11.534C4.02083 11.859 4 12.1965 4 12.5465C4 12.8965 4.02083 13.234 4.0625 13.559C4.10417 13.884 4.16667 14.2132 4.25 14.5465ZM9.65 14.5465H14.35C14.4 14.2132 14.4375 13.884 14.4625 13.559C14.4875 13.234 14.5 12.8965 14.5 12.5465C14.5 12.1965 14.4875 11.859 14.4625 11.534C14.4375 11.209 14.4 10.8798 14.35 10.5465H9.65C9.6 10.8798 9.5625 11.209 9.5375 11.534C9.5125 11.859 9.5 12.1965 9.5 12.5465C9.5 12.8965 9.5125 13.234 9.5375 13.559C9.5625 13.884 9.6 14.2132 9.65 14.5465ZM16.35 14.5465H19.75C19.8333 14.2132 19.8958 13.884 19.9375 13.559C19.9792 13.234 20 12.8965 20 12.5465C20 12.1965 19.9792 11.859 19.9375 11.534C19.8958 11.209 19.8333 10.8798 19.75 10.5465H16.35C16.4 10.8798 16.4375 11.209 16.4625 11.534C16.4875 11.859 16.5 12.1965 16.5 12.5465C16.5 12.8965 16.4875 13.234 16.4625 13.559C16.4375 13.884 16.4 14.2132 16.35 14.5465ZM15.95 8.54651H18.9C18.4167 7.71318 17.8125 6.98818 17.0875 6.37151C16.3625 5.75484 15.5333 5.29651 14.6 4.99651C14.9 5.54651 15.1625 6.11734 15.3875 6.70901C15.6125 7.30068 15.8 7.91318 15.95 8.54651ZM10.1 8.54651H13.9C13.7 7.81318 13.4417 7.12151 13.125 6.47151C12.8083 5.82151 12.4333 5.19651 12 4.59651C11.5667 5.19651 11.1917 5.82151 10.875 6.47151C10.5583 7.12151 10.3 7.81318 10.1 8.54651ZM5.1 8.54651H8.05C8.2 7.91318 8.3875 7.30068 8.6125 6.70901C8.8375 6.11734 9.1 5.54651 9.4 4.99651C8.46667 5.29651 7.6375 5.75484 6.9125 6.37151C6.1875 6.98818 5.58333 7.71318 5.1 8.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 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM12 20.4965C12.4333 19.8965 12.8083 19.2715 13.125 18.6215C13.4417 17.9715 13.7 17.2798 13.9 16.5465H10.1C10.3 17.2798 10.5583 17.9715 10.875 18.6215C11.1917 19.2715 11.5667 19.8965 12 20.4965ZM9.4 20.0965C9.1 19.5465 8.8375 18.9757 8.6125 18.384C8.3875 17.7923 8.2 17.1798 8.05 16.5465H5.1C5.58333 17.3798 6.1875 18.1048 6.9125 18.7215C7.6375 19.3382 8.46667 19.7965 9.4 20.0965ZM14.6 20.0965C15.5333 19.7965 16.3625 19.3382 17.0875 18.7215C17.8125 18.1048 18.4167 17.3798 18.9 16.5465H15.95C15.8 17.1798 15.6125 17.7923 15.3875 18.384C15.1625 18.9757 14.9 19.5465 14.6 20.0965ZM4.25 14.5465H7.65C7.6 14.2132 7.5625 13.884 7.5375 13.559C7.5125 13.234 7.5 12.8965 7.5 12.5465C7.5 12.1965 7.5125 11.859 7.5375 11.534C7.5625 11.209 7.6 10.8798 7.65 10.5465H4.25C4.16667 10.8798 4.10417 11.209 4.0625 11.534C4.02083 11.859 4 12.1965 4 12.5465C4 12.8965 4.02083 13.234 4.0625 13.559C4.10417 13.884 4.16667 14.2132 4.25 14.5465ZM9.65 14.5465H14.35C14.4 14.2132 14.4375 13.884 14.4625 13.559C14.4875 13.234 14.5 12.8965 14.5 12.5465C14.5 12.1965 14.4875 11.859 14.4625 11.534C14.4375 11.209 14.4 10.8798 14.35 10.5465H9.65C9.6 10.8798 9.5625 11.209 9.5375 11.534C9.5125 11.859 9.5 12.1965 9.5 12.5465C9.5 12.8965 9.5125 13.234 9.5375 13.559C9.5625 13.884 9.6 14.2132 9.65 14.5465ZM16.35 14.5465H19.75C19.8333 14.2132 19.8958 13.884 19.9375 13.559C19.9792 13.234 20 12.8965 20 12.5465C20 12.1965 19.9792 11.859 19.9375 11.534C19.8958 11.209 19.8333 10.8798 19.75 10.5465H16.35C16.4 10.8798 16.4375 11.209 16.4625 11.534C16.4875 11.859 16.5 12.1965 16.5 12.5465C16.5 12.8965 16.4875 13.234 16.4625 13.559C16.4375 13.884 16.4 14.2132 16.35 14.5465ZM15.95 8.54651H18.9C18.4167 7.71318 17.8125 6.98818 17.0875 6.37151C16.3625 5.75484 15.5333 5.29651 14.6 4.99651C14.9 5.54651 15.1625 6.11734 15.3875 6.70901C15.6125 7.30068 15.8 7.91318 15.95 8.54651ZM10.1 8.54651H13.9C13.7 7.81318 13.4417 7.12151 13.125 6.47151C12.8083 5.82151 12.4333 5.19651 12 4.59651C11.5667 5.19651 11.1917 5.82151 10.875 6.47151C10.5583 7.12151 10.3 7.81318 10.1 8.54651ZM5.1 8.54651H8.05C8.2 7.91318 8.3875 7.30068 8.6125 6.70901C8.8375 6.11734 9.1 5.54651 9.4 4.99651C8.46667 5.29651 7.6375 5.75484 6.9125 6.37151C6.1875 6.98818 5.58333 7.71318 5.1 8.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 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM12 20.4965C12.4333 19.8965 12.8083 19.2715 13.125 18.6215C13.4417 17.9715 13.7 17.2798 13.9 16.5465H10.1C10.3 17.2798 10.5583 17.9715 10.875 18.6215C11.1917 19.2715 11.5667 19.8965 12 20.4965ZM9.4 20.0965C9.1 19.5465 8.8375 18.9757 8.6125 18.384C8.3875 17.7923 8.2 17.1798 8.05 16.5465H5.1C5.58333 17.3798 6.1875 18.1048 6.9125 18.7215C7.6375 19.3382 8.46667 19.7965 9.4 20.0965ZM14.6 20.0965C15.5333 19.7965 16.3625 19.3382 17.0875 18.7215C17.8125 18.1048 18.4167 17.3798 18.9 16.5465H15.95C15.8 17.1798 15.6125 17.7923 15.3875 18.384C15.1625 18.9757 14.9 19.5465 14.6 20.0965ZM4.25 14.5465H7.65C7.6 14.2132 7.5625 13.884 7.5375 13.559C7.5125 13.234 7.5 12.8965 7.5 12.5465C7.5 12.1965 7.5125 11.859 7.5375 11.534C7.5625 11.209 7.6 10.8798 7.65 10.5465H4.25C4.16667 10.8798 4.10417 11.209 4.0625 11.534C4.02083 11.859 4 12.1965 4 12.5465C4 12.8965 4.02083 13.234 4.0625 13.559C4.10417 13.884 4.16667 14.2132 4.25 14.5465ZM9.65 14.5465H14.35C14.4 14.2132 14.4375 13.884 14.4625 13.559C14.4875 13.234 14.5 12.8965 14.5 12.5465C14.5 12.1965 14.4875 11.859 14.4625 11.534C14.4375 11.209 14.4 10.8798 14.35 10.5465H9.65C9.6 10.8798 9.5625 11.209 9.5375 11.534C9.5125 11.859 9.5 12.1965 9.5 12.5465C9.5 12.8965 9.5125 13.234 9.5375 13.559C9.5625 13.884 9.6 14.2132 9.65 14.5465ZM16.35 14.5465H19.75C19.8333 14.2132 19.8958 13.884 19.9375 13.559C19.9792 13.234 20 12.8965 20 12.5465C20 12.1965 19.9792 11.859 19.9375 11.534C19.8958 11.209 19.8333 10.8798 19.75 10.5465H16.35C16.4 10.8798 16.4375 11.209 16.4625 11.534C16.4875 11.859 16.5 12.1965 16.5 12.5465C16.5 12.8965 16.4875 13.234 16.4625 13.559C16.4375 13.884 16.4 14.2132 16.35 14.5465ZM15.95 8.54651H18.9C18.4167 7.71318 17.8125 6.98818 17.0875 6.37151C16.3625 5.75484 15.5333 5.29651 14.6 4.99651C14.9 5.54651 15.1625 6.11734 15.3875 6.70901C15.6125 7.30068 15.8 7.91318 15.95 8.54651ZM10.1 8.54651H13.9C13.7 7.81318 13.4417 7.12151 13.125 6.47151C12.8083 5.82151 12.4333 5.19651 12 4.59651C11.5667 5.19651 11.1917 5.82151 10.875 6.47151C10.5583 7.12151 10.3 7.81318 10.1 8.54651ZM5.1 8.54651H8.05C8.2 7.91318 8.3875 7.30068 8.6125 6.70901C8.8375 6.11734 9.1 5.54651 9.4 4.99651C8.46667 5.29651 7.6375 5.75484 6.9125 6.37151C6.1875 6.98818 5.58333 7.71318 5.1 8.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 22.5465C10.6333 22.5465 9.34167 22.284 8.125 21.759C6.90833 21.234 5.84583 20.5173 4.9375 19.609C4.02917 18.7007 3.3125 17.6382 2.7875 16.4215C2.2625 15.2048 2 13.9132 2 12.5465C2 11.1632 2.2625 9.86734 2.7875 8.65901C3.3125 7.45068 4.02917 6.39234 4.9375 5.48401C5.84583 4.57568 6.90833 3.85901 8.125 3.33401C9.34167 2.80901 10.6333 2.54651 12 2.54651C13.3833 2.54651 14.6792 2.80901 15.8875 3.33401C17.0958 3.85901 18.1542 4.57568 19.0625 5.48401C19.9708 6.39234 20.6875 7.45068 21.2125 8.65901C21.7375 9.86734 22 11.1632 22 12.5465C22 13.9132 21.7375 15.2048 21.2125 16.4215C20.6875 17.6382 19.9708 18.7007 19.0625 19.609C18.1542 20.5173 17.0958 21.234 15.8875 21.759C14.6792 22.284 13.3833 22.5465 12 22.5465ZM12 20.4965C12.4333 19.8965 12.8083 19.2715 13.125 18.6215C13.4417 17.9715 13.7 17.2798 13.9 16.5465H10.1C10.3 17.2798 10.5583 17.9715 10.875 18.6215C11.1917 19.2715 11.5667 19.8965 12 20.4965ZM9.4 20.0965C9.1 19.5465 8.8375 18.9757 8.6125 18.384C8.3875 17.7923 8.2 17.1798 8.05 16.5465H5.1C5.58333 17.3798 6.1875 18.1048 6.9125 18.7215C7.6375 19.3382 8.46667 19.7965 9.4 20.0965ZM14.6 20.0965C15.5333 19.7965 16.3625 19.3382 17.0875 18.7215C17.8125 18.1048 18.4167 17.3798 18.9 16.5465H15.95C15.8 17.1798 15.6125 17.7923 15.3875 18.384C15.1625 18.9757 14.9 19.5465 14.6 20.0965ZM4.25 14.5465H7.65C7.6 14.2132 7.5625 13.884 7.5375 13.559C7.5125 13.234 7.5 12.8965 7.5 12.5465C7.5 12.1965 7.5125 11.859 7.5375 11.534C7.5625 11.209 7.6 10.8798 7.65 10.5465H4.25C4.16667 10.8798 4.10417 11.209 4.0625 11.534C4.02083 11.859 4 12.1965 4 12.5465C4 12.8965 4.02083 13.234 4.0625 13.559C4.10417 13.884 4.16667 14.2132 4.25 14.5465ZM9.65 14.5465H14.35C14.4 14.2132 14.4375 13.884 14.4625 13.559C14.4875 13.234 14.5 12.8965 14.5 12.5465C14.5 12.1965 14.4875 11.859 14.4625 11.534C14.4375 11.209 14.4 10.8798 14.35 10.5465H9.65C9.6 10.8798 9.5625 11.209 9.5375 11.534C9.5125 11.859 9.5 12.1965 9.5 12.5465C9.5 12.8965 9.5125 13.234 9.5375 13.559C9.5625 13.884 9.6 14.2132 9.65 14.5465ZM16.35 14.5465H19.75C19.8333 14.2132 19.8958 13.884 19.9375 13.559C19.9792 13.234 20 12.8965 20 12.5465C20 12.1965 19.9792 11.859 19.9375 11.534C19.8958 11.209 19.8333 10.8798 19.75 10.5465H16.35C16.4 10.8798 16.4375 11.209 16.4625 11.534C16.4875 11.859 16.5 12.1965 16.5 12.5465C16.5 12.8965 16.4875 13.234 16.4625 13.559C16.4375 13.884 16.4 14.2132 16.35 14.5465ZM15.95 8.54651H18.9C18.4167 7.71318 17.8125 6.98818 17.0875 6.37151C16.3625 5.75484 15.5333 5.29651 14.6 4.99651C14.9 5.54651 15.1625 6.11734 15.3875 6.70901C15.6125 7.30068 15.8 7.91318 15.95 8.54651ZM10.1 8.54651H13.9C13.7 7.81318 13.4417 7.12151 13.125 6.47151C12.8083 5.82151 12.4333 5.19651 12 4.59651C11.5667 5.19651 11.1917 5.82151 10.875 6.47151C10.5583 7.12151 10.3 7.81318 10.1 8.54651ZM5.1 8.54651H8.05C8.2 7.91318 8.3875 7.30068 8.6125 6.70901C8.8375 6.11734 9.1 5.54651 9.4 4.99651C8.46667 5.29651 7.6375 5.75484 6.9125 6.37151C6.1875 6.98818 5.58333 7.71318 5.1 8.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 12.5465C12.55 12.5465 13.0208 12.3507 13.4125 11.959C13.8042 11.5673 14 11.0965 14 10.5465C14 9.99651 13.8042 9.52568 13.4125 9.13401C13.0208 8.74234 12.55 8.54651 12 8.54651C11.45 8.54651 10.9792 8.74234 10.5875 9.13401C10.1958 9.52568 10 9.99651 10 10.5465C10 11.0965 10.1958 11.5673 10.5875 11.959C10.9792 12.3507 11.45 12.5465 12 12.5465ZM12 22.5465C9.31667 20.2632 7.3125 18.1423 5.9875 16.184C4.6625 14.2257 4 12.4132 4 10.7465C4 8.24651 4.80417 6.25484 6.4125 4.77151C8.02083 3.28818 9.88333 2.54651 12 2.54651C14.1167 2.54651 15.9792 3.28818 17.5875 4.77151C19.1958 6.25484 20 8.24651 20 10.7465C20 12.4132 19.3375 14.2257 18.0125 16.184C16.6875 18.1423 14.6833 20.2632 12 22.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 12.5465C12.55 12.5465 13.0208 12.3507 13.4125 11.959C13.8042 11.5673 14 11.0965 14 10.5465C14 9.99651 13.8042 9.52568 13.4125 9.13401C13.0208 8.74234 12.55 8.54651 12 8.54651C11.45 8.54651 10.9792 8.74234 10.5875 9.13401C10.1958 9.52568 10 9.99651 10 10.5465C10 11.0965 10.1958 11.5673 10.5875 11.959C10.9792 12.3507 11.45 12.5465 12 12.5465ZM12 22.5465C9.31667 20.2632 7.3125 18.1423 5.9875 16.184C4.6625 14.2257 4 12.4132 4 10.7465C4 8.24651 4.80417 6.25484 6.4125 4.77151C8.02083 3.28818 9.88333 2.54651 12 2.54651C14.1167 2.54651 15.9792 3.28818 17.5875 4.77151C19.1958 6.25484 20 8.24651 20 10.7465C20 12.4132 19.3375 14.2257 18.0125 16.184C16.6875 18.1423 14.6833 20.2632 12 22.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 12.5465C12.55 12.5465 13.0208 12.3507 13.4125 11.959C13.8042 11.5673 14 11.0965 14 10.5465C14 9.99651 13.8042 9.52568 13.4125 9.13401C13.0208 8.74234 12.55 8.54651 12 8.54651C11.45 8.54651 10.9792 8.74234 10.5875 9.13401C10.1958 9.52568 10 9.99651 10 10.5465C10 11.0965 10.1958 11.5673 10.5875 11.959C10.9792 12.3507 11.45 12.5465 12 12.5465ZM12 19.8965C14.0333 18.0298 15.5417 16.334 16.525 14.809C17.5083 13.284 18 11.9298 18 10.7465C18 8.92984 17.4208 7.44234 16.2625 6.28401C15.1042 5.12568 13.6833 4.54651 12 4.54651C10.3167 4.54651 8.89583 5.12568 7.7375 6.28401C6.57917 7.44234 6 8.92984 6 10.7465C6 11.9298 6.49167 13.284 7.475 14.809C8.45833 16.334 9.96667 18.0298 12 19.8965ZM12 22.5465C9.31667 20.2632 7.3125 18.1423 5.9875 16.184C4.6625 14.2257 4 12.4132 4 10.7465C4 8.24651 4.80417 6.25484 6.4125 4.77151C8.02083 3.28818 9.88333 2.54651 12 2.54651C14.1167 2.54651 15.9792 3.28818 17.5875 4.77151C19.1958 6.25484 20 8.24651 20 10.7465C20 12.4132 19.3375 14.2257 18.0125 16.184C16.6875 18.1423 14.6833 20.2632 12 22.5465Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 12.5465C12.55 12.5465 13.0208 12.3507 13.4125 11.959C13.8042 11.5673 14 11.0965 14 10.5465C14 9.99651 13.8042 9.52568 13.4125 9.13401C13.0208 8.74234 12.55 8.54651 12 8.54651C11.45 8.54651 10.9792 8.74234 10.5875 9.13401C10.1958 9.52568 10 9.99651 10 10.5465C10 11.0965 10.1958 11.5673 10.5875 11.959C10.9792 12.3507 11.45 12.5465 12 12.5465ZM12 19.8965C14.0333 18.0298 15.5417 16.334 16.525 14.809C17.5083 13.284 18 11.9298 18 10.7465C18 8.92984 17.4208 7.44234 16.2625 6.28401C15.1042 5.12568 13.6833 4.54651 12 4.54651C10.3167 4.54651 8.89583 5.12568 7.7375 6.28401C6.57917 7.44234 6 8.92984 6 10.7465C6 11.9298 6.49167 13.284 7.475 14.809C8.45833 16.334 9.96667 18.0298 12 19.8965ZM12 22.5465C9.31667 20.2632 7.3125 18.1423 5.9875 16.184C4.6625 14.2257 4 12.4132 4 10.7465C4 8.24651 4.80417 6.25484 6.4125 4.77151C8.02083 3.28818 9.88333 2.54651 12 2.54651C14.1167 2.54651 15.9792 3.28818 17.5875 4.77151C19.1958 6.25484 20 8.24651 20 10.7465C20 12.4132 19.3375 14.2257 18.0125 16.184C16.6875 18.1423 14.6833 20.2632 12 22.5465Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4 23V9H7V7C7 5.61667 7.4875 4.4375 8.4625 3.4625C9.4375 2.4875 10.6167 2 12 2C13.3833 2 14.5625 2.4875 15.5375 3.4625C16.5125 4.4375 17 5.61667 17 7V9H20V23H4ZM12 18C12.55 18 13.0208 17.8042 13.4125 17.4125C13.8042 17.0208 14 16.55 14 16C14 15.45 13.8042 14.9792 13.4125 14.5875C13.0208 14.1958 12.55 14 12 14C11.45 14 10.9792 14.1958 10.5875 14.5875C10.1958 14.9792 10 15.45 10 16C10 16.55 10.1958 17.0208 10.5875 17.4125C10.9792 17.8042 11.45 18 12 18ZM9 9H15V7C15 6.16667 14.7083 5.45833 14.125 4.875C13.5417 4.29167 12.8333 4 12 4C11.1667 4 10.4583 4.29167 9.875 4.875C9.29167 5.45833 9 6.16667 9 7V9Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 23V9H7V7C7 5.61667 7.4875 4.4375 8.4625 3.4625C9.4375 2.4875 10.6167 2 12 2C13.3833 2 14.5625 2.4875 15.5375 3.4625C16.5125 4.4375 17 5.61667 17 7V9H20V23H4ZM12 18C12.55 18 13.0208 17.8042 13.4125 17.4125C13.8042 17.0208 14 16.55 14 16C14 15.45 13.8042 14.9792 13.4125 14.5875C13.0208 14.1958 12.55 14 12 14C11.45 14 10.9792 14.1958 10.5875 14.5875C10.1958 14.9792 10 15.45 10 16C10 16.55 10.1958 17.0208 10.5875 17.4125C10.9792 17.8042 11.45 18 12 18ZM9 9H15V7C15 6.16667 14.7083 5.45833 14.125 4.875C13.5417 4.29167 12.8333 4 12 4C11.1667 4 10.4583 4.29167 9.875 4.875C9.29167 5.45833 9 6.16667 9 7V9Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4 23V9H7V7C7 5.61667 7.4875 4.4375 8.4625 3.4625C9.4375 2.4875 10.6167 2 12 2C13.3833 2 14.5625 2.4875 15.5375 3.4625C16.5125 4.4375 17 5.61667 17 7V9H20V23H4ZM6 21H18V11H6V21ZM12 18C12.55 18 13.0208 17.8042 13.4125 17.4125C13.8042 17.0208 14 16.55 14 16C14 15.45 13.8042 14.9792 13.4125 14.5875C13.0208 14.1958 12.55 14 12 14C11.45 14 10.9792 14.1958 10.5875 14.5875C10.1958 14.9792 10 15.45 10 16C10 16.55 10.1958 17.0208 10.5875 17.4125C10.9792 17.8042 11.45 18 12 18ZM9 9H15V7C15 6.16667 14.7083 5.45833 14.125 4.875C13.5417 4.29167 12.8333 4 12 4C11.1667 4 10.4583 4.29167 9.875 4.875C9.29167 5.45833 9 6.16667 9 7V9Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 23V9H7V7C7 5.61667 7.4875 4.4375 8.4625 3.4625C9.4375 2.4875 10.6167 2 12 2C13.3833 2 14.5625 2.4875 15.5375 3.4625C16.5125 4.4375 17 5.61667 17 7V9H20V23H4ZM6 21H18V11H6V21ZM12 18C12.55 18 13.0208 17.8042 13.4125 17.4125C13.8042 17.0208 14 16.55 14 16C14 15.45 13.8042 14.9792 13.4125 14.5875C13.0208 14.1958 12.55 14 12 14C11.45 14 10.9792 14.1958 10.5875 14.5875C10.1958 14.9792 10 15.45 10 16C10 16.55 10.1958 17.0208 10.5875 17.4125C10.9792 17.8042 11.45 18 12 18ZM9 9H15V7C15 6.16667 14.7083 5.45833 14.125 4.875C13.5417 4.29167 12.8333 4 12 4C11.1667 4 10.4583 4.29167 9.875 4.875C9.29167 5.45833 9 6.16667 9 7V9Z" 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="M16 18L14.625 16.55L17.175 14H9V12H17.175L14.625 9.45L16 8L21 13L16 18ZM3 22V4H12V6H5V20H12V22H3Z" 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="M16 18L14.625 16.55L17.175 14H9V12H17.175L14.625 9.45L16 8L21 13L16 18ZM3 22V4H12V6H5V20H12V22H3Z" 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="M16 18L14.625 16.55L17.175 14H9V12H17.175L14.625 9.45L16 8L21 13L16 18ZM3 22V4H12V6H5V20H12V22H3Z" 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="M16 18L14.625 16.55L17.175 14H9V12H17.175L14.625 9.45L16 8L21 13L16 18ZM3 22V4H12V6H5V20H12V22H3Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg width="160" height="133" viewBox="0 0 160 133" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1898_13466)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M101.156 9.5944C105.396 3.88258 112.2 0.153809 119.889 0.153809C131.005 0.153809 140.271 6.98683 142.593 16.274L142.818 17.1722H144.555C149.212 17.1722 153.192 18.9032 155.969 22.0381C158.7 25.1206 160 29.2515 160 33.6537V37.5426H139.259V30.1352H152.121C151.74 28.8317 151.147 27.7658 150.424 26.9498C149.178 25.5431 147.288 24.5796 144.555 24.5796H140.852V20.5271L136.305 21.6637L135.407 18.0706C134.025 12.543 128.106 7.56122 119.889 7.56122C114.652 7.56122 110.012 10.0917 107.104 14.0095L104.896 16.9834L98.9483 12.5683L101.156 9.5944ZM135.741 30.1352H119.203C113.053 21.9483 103.325 16.5813 92.2909 16.3765L92.2856 16.3764C82.765 16.2135 74.0907 19.9094 67.7503 26.0342C63.2045 22.4705 57.5104 20.3133 51.2761 20.1914L51.2713 20.1913C36.7641 19.9264 24.6646 30.9171 23.3076 45.1231C10.3014 47.1514 0.236703 58.2483 0.000555225 71.8858L0 71.9179V71.95C0 72.6359 0.020789 73.3218 0.0623387 74.0073L0.273227 77.487H40.0741V70.0796H7.5319C8.64796 60.1637 16.918 52.5019 26.997 52.2076L30.5926 52.1027V47.3741C30.8132 36.2497 40.0059 27.3955 51.1338 27.5975C56.7455 27.7079 61.7254 30.0519 65.3072 33.7901L68.1846 36.7932L70.8354 33.5883C75.9046 27.4596 83.5861 23.6369 92.1562 23.7827C107.065 24.0609 118.925 36.3384 118.668 51.2349C118.666 51.2922 118.664 51.3457 118.662 51.3958L118.658 51.5141L118.653 51.7006C118.644 51.9773 118.64 52.1224 118.617 52.3217L118.074 57.0254L122.77 56.4195C123.762 56.2916 124.712 56.2305 125.699 56.2458C134.07 56.3936 140.978 62.2699 142.783 70.0796H91.5V77.487H150.708L150.648 73.7241C150.432 60.2174 139.63 49.1879 126.027 48.8438C125.808 44.8614 124.91 41.0558 123.444 37.5426H135.741V30.1352ZM87.1367 61.1031C87.8535 59.5603 87.4271 57.7277 86.103 56.6598C84.7788 55.5918 82.8975 55.5632 81.5415 56.5903L47.4859 82.3866C46.5122 83.1242 45.9648 84.2944 46.0227 85.5145C46.0806 86.7347 46.7364 87.8478 47.7756 88.4898L60.6058 96.4165L46.5152 122.642C45.7011 124.157 46.0373 126.033 47.327 127.171C48.6167 128.31 50.5203 128.41 51.9227 127.414L94.3116 97.3028C95.352 96.5638 95.9386 95.3412 95.8641 94.0672C95.7896 92.7932 95.0644 91.6473 93.945 91.0345L77.4309 81.9956L87.1367 61.1031ZM67.4652 91.9473L56.2662 85.0284L74.1461 71.4847L69.2522 82.0193C68.4303 83.7885 69.1216 85.8919 70.8329 86.8286L85.1974 94.691L60.5252 112.217L68.7811 96.8512C69.7082 95.1258 69.1315 92.9768 67.4652 91.9473ZM13.5186 103.095L29.8676 86.7465L24.6297 81.5086L8.2808 97.8576L13.5186 103.095ZM126.164 88.5983L109.815 104.947L104.577 99.7094L120.926 83.3604L126.164 88.5983ZM83.8888 130.873L96.534 118.228L91.2962 112.99L78.651 125.635L83.8888 130.873ZM152.09 88.5983L139.445 101.243L134.207 96.0057L146.852 83.3604L152.09 88.5983ZM13.5186 132.725L26.1639 120.08L20.926 114.842L8.2808 127.487L13.5186 132.725ZM129.867 112.672L120.926 121.614L115.688 116.376L124.63 107.434L129.867 112.672ZM37.5926 108.651L46.5341 99.7094L41.2963 94.4716L32.3548 103.413L37.5926 108.651Z"
|
|
5
|
-
fill="#242424" />
|
|
6
|
-
</g>
|
|
7
|
-
<defs>
|
|
8
|
-
<clipPath id="clip0_1898_13466">
|
|
9
|
-
<rect width="160" height="132.574" fill="white" transform="translate(0 0.153809)" />
|
|
10
|
-
</clipPath>
|
|
11
|
-
</defs>
|
|
1
|
+
<svg width="160" height="133" viewBox="0 0 160 133" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1898_13466)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M101.156 9.5944C105.396 3.88258 112.2 0.153809 119.889 0.153809C131.005 0.153809 140.271 6.98683 142.593 16.274L142.818 17.1722H144.555C149.212 17.1722 153.192 18.9032 155.969 22.0381C158.7 25.1206 160 29.2515 160 33.6537V37.5426H139.259V30.1352H152.121C151.74 28.8317 151.147 27.7658 150.424 26.9498C149.178 25.5431 147.288 24.5796 144.555 24.5796H140.852V20.5271L136.305 21.6637L135.407 18.0706C134.025 12.543 128.106 7.56122 119.889 7.56122C114.652 7.56122 110.012 10.0917 107.104 14.0095L104.896 16.9834L98.9483 12.5683L101.156 9.5944ZM135.741 30.1352H119.203C113.053 21.9483 103.325 16.5813 92.2909 16.3765L92.2856 16.3764C82.765 16.2135 74.0907 19.9094 67.7503 26.0342C63.2045 22.4705 57.5104 20.3133 51.2761 20.1914L51.2713 20.1913C36.7641 19.9264 24.6646 30.9171 23.3076 45.1231C10.3014 47.1514 0.236703 58.2483 0.000555225 71.8858L0 71.9179V71.95C0 72.6359 0.020789 73.3218 0.0623387 74.0073L0.273227 77.487H40.0741V70.0796H7.5319C8.64796 60.1637 16.918 52.5019 26.997 52.2076L30.5926 52.1027V47.3741C30.8132 36.2497 40.0059 27.3955 51.1338 27.5975C56.7455 27.7079 61.7254 30.0519 65.3072 33.7901L68.1846 36.7932L70.8354 33.5883C75.9046 27.4596 83.5861 23.6369 92.1562 23.7827C107.065 24.0609 118.925 36.3384 118.668 51.2349C118.666 51.2922 118.664 51.3457 118.662 51.3958L118.658 51.5141L118.653 51.7006C118.644 51.9773 118.64 52.1224 118.617 52.3217L118.074 57.0254L122.77 56.4195C123.762 56.2916 124.712 56.2305 125.699 56.2458C134.07 56.3936 140.978 62.2699 142.783 70.0796H91.5V77.487H150.708L150.648 73.7241C150.432 60.2174 139.63 49.1879 126.027 48.8438C125.808 44.8614 124.91 41.0558 123.444 37.5426H135.741V30.1352ZM87.1367 61.1031C87.8535 59.5603 87.4271 57.7277 86.103 56.6598C84.7788 55.5918 82.8975 55.5632 81.5415 56.5903L47.4859 82.3866C46.5122 83.1242 45.9648 84.2944 46.0227 85.5145C46.0806 86.7347 46.7364 87.8478 47.7756 88.4898L60.6058 96.4165L46.5152 122.642C45.7011 124.157 46.0373 126.033 47.327 127.171C48.6167 128.31 50.5203 128.41 51.9227 127.414L94.3116 97.3028C95.352 96.5638 95.9386 95.3412 95.8641 94.0672C95.7896 92.7932 95.0644 91.6473 93.945 91.0345L77.4309 81.9956L87.1367 61.1031ZM67.4652 91.9473L56.2662 85.0284L74.1461 71.4847L69.2522 82.0193C68.4303 83.7885 69.1216 85.8919 70.8329 86.8286L85.1974 94.691L60.5252 112.217L68.7811 96.8512C69.7082 95.1258 69.1315 92.9768 67.4652 91.9473ZM13.5186 103.095L29.8676 86.7465L24.6297 81.5086L8.2808 97.8576L13.5186 103.095ZM126.164 88.5983L109.815 104.947L104.577 99.7094L120.926 83.3604L126.164 88.5983ZM83.8888 130.873L96.534 118.228L91.2962 112.99L78.651 125.635L83.8888 130.873ZM152.09 88.5983L139.445 101.243L134.207 96.0057L146.852 83.3604L152.09 88.5983ZM13.5186 132.725L26.1639 120.08L20.926 114.842L8.2808 127.487L13.5186 132.725ZM129.867 112.672L120.926 121.614L115.688 116.376L124.63 107.434L129.867 112.672ZM37.5926 108.651L46.5341 99.7094L41.2963 94.4716L32.3548 103.413L37.5926 108.651Z"
|
|
5
|
+
fill="#242424" />
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_1898_13466">
|
|
9
|
+
<rect width="160" height="132.574" fill="white" transform="translate(0 0.153809)" />
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
12
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.675 13.7L10.55 10.85L8.25 9H11.1L12 6.2L12.9 9H15.75L13.425 10.85L14.3 13.7L12 11.925L9.675 13.7ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.675 13.7L10.55 10.85L8.25 9H11.1L12 6.2L12.9 9H15.75L13.425 10.85L14.3 13.7L12 11.925L9.675 13.7ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.675 13.7L10.55 10.85L8.25 9H11.1L12 6.2L12.9 9H15.75L13.425 10.85L14.3 13.7L12 11.925L9.675 13.7ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.675 13.7L10.55 10.85L8.25 9H11.1L12 6.2L12.9 9H15.75L13.425 10.85L14.3 13.7L12 11.925L9.675 13.7ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z" 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 18.5465V16.5465H21V18.5465H3ZM3 13.5465V11.5465H21V13.5465H3ZM3 8.54651V6.54651H21V8.54651H3Z" 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 18.5465V16.5465H21V18.5465H3ZM3 13.5465V11.5465H21V13.5465H3ZM3 8.54651V6.54651H21V8.54651H3Z" 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 18.5465V16.5465H21V18.5465H3ZM3 13.5465V11.5465H21V13.5465H3ZM3 8.54651V6.54651H21V8.54651H3Z" 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 18.5465V16.5465H21V18.5465H3ZM3 13.5465V11.5465H21V13.5465H3ZM3 8.54651V6.54651H21V8.54651H3Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5 14.4531V4.45312L0 9.45312L5 14.4531ZM7 18.4531H9V0.453125H7V18.4531Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 14.4531V4.45312L0 9.45312L5 14.4531ZM7 18.4531H9V0.453125H7V18.4531Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5 14.4531V4.45312L0 9.45312L5 14.4531ZM7 18.4531H9V0.453125H7V18.4531Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 14.4531V4.45312L0 9.45312L5 14.4531ZM7 18.4531H9V0.453125H7V18.4531Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 20.5465C11.45 20.5465 10.9792 20.3507 10.5875 19.959C10.1958 19.5673 10 19.0965 10 18.5465C10 17.9965 10.1958 17.5257 10.5875 17.134C10.9792 16.7423 11.45 16.5465 12 16.5465C12.55 16.5465 13.0208 16.7423 13.4125 17.134C13.8042 17.5257 14 17.9965 14 18.5465C14 19.0965 13.8042 19.5673 13.4125 19.959C13.0208 20.3507 12.55 20.5465 12 20.5465ZM12 14.5465C11.45 14.5465 10.9792 14.3507 10.5875 13.959C10.1958 13.5673 10 13.0965 10 12.5465C10 11.9965 10.1958 11.5257 10.5875 11.134C10.9792 10.7423 11.45 10.5465 12 10.5465C12.55 10.5465 13.0208 10.7423 13.4125 11.134C13.8042 11.5257 14 11.9965 14 12.5465C14 13.0965 13.8042 13.5673 13.4125 13.959C13.0208 14.3507 12.55 14.5465 12 14.5465ZM12 8.54651C11.45 8.54651 10.9792 8.35068 10.5875 7.95901C10.1958 7.56734 10 7.09651 10 6.54651C10 5.99651 10.1958 5.52568 10.5875 5.13401C10.9792 4.74234 11.45 4.54651 12 4.54651C12.55 4.54651 13.0208 4.74234 13.4125 5.13401C13.8042 5.52568 14 5.99651 14 6.54651C14 7.09651 13.8042 7.56734 13.4125 7.95901C13.0208 8.35068 12.55 8.54651 12 8.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 20.5465C11.45 20.5465 10.9792 20.3507 10.5875 19.959C10.1958 19.5673 10 19.0965 10 18.5465C10 17.9965 10.1958 17.5257 10.5875 17.134C10.9792 16.7423 11.45 16.5465 12 16.5465C12.55 16.5465 13.0208 16.7423 13.4125 17.134C13.8042 17.5257 14 17.9965 14 18.5465C14 19.0965 13.8042 19.5673 13.4125 19.959C13.0208 20.3507 12.55 20.5465 12 20.5465ZM12 14.5465C11.45 14.5465 10.9792 14.3507 10.5875 13.959C10.1958 13.5673 10 13.0965 10 12.5465C10 11.9965 10.1958 11.5257 10.5875 11.134C10.9792 10.7423 11.45 10.5465 12 10.5465C12.55 10.5465 13.0208 10.7423 13.4125 11.134C13.8042 11.5257 14 11.9965 14 12.5465C14 13.0965 13.8042 13.5673 13.4125 13.959C13.0208 14.3507 12.55 14.5465 12 14.5465ZM12 8.54651C11.45 8.54651 10.9792 8.35068 10.5875 7.95901C10.1958 7.56734 10 7.09651 10 6.54651C10 5.99651 10.1958 5.52568 10.5875 5.13401C10.9792 4.74234 11.45 4.54651 12 4.54651C12.55 4.54651 13.0208 4.74234 13.4125 5.13401C13.8042 5.52568 14 5.99651 14 6.54651C14 7.09651 13.8042 7.56734 13.4125 7.95901C13.0208 8.35068 12.55 8.54651 12 8.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 20.5465C11.45 20.5465 10.9792 20.3507 10.5875 19.959C10.1958 19.5673 10 19.0965 10 18.5465C10 17.9965 10.1958 17.5257 10.5875 17.134C10.9792 16.7423 11.45 16.5465 12 16.5465C12.55 16.5465 13.0208 16.7423 13.4125 17.134C13.8042 17.5257 14 17.9965 14 18.5465C14 19.0965 13.8042 19.5673 13.4125 19.959C13.0208 20.3507 12.55 20.5465 12 20.5465ZM12 14.5465C11.45 14.5465 10.9792 14.3507 10.5875 13.959C10.1958 13.5673 10 13.0965 10 12.5465C10 11.9965 10.1958 11.5257 10.5875 11.134C10.9792 10.7423 11.45 10.5465 12 10.5465C12.55 10.5465 13.0208 10.7423 13.4125 11.134C13.8042 11.5257 14 11.9965 14 12.5465C14 13.0965 13.8042 13.5673 13.4125 13.959C13.0208 14.3507 12.55 14.5465 12 14.5465ZM12 8.54651C11.45 8.54651 10.9792 8.35068 10.5875 7.95901C10.1958 7.56734 10 7.09651 10 6.54651C10 5.99651 10.1958 5.52568 10.5875 5.13401C10.9792 4.74234 11.45 4.54651 12 4.54651C12.55 4.54651 13.0208 4.74234 13.4125 5.13401C13.8042 5.52568 14 5.99651 14 6.54651C14 7.09651 13.8042 7.56734 13.4125 7.95901C13.0208 8.35068 12.55 8.54651 12 8.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 20.5465C11.45 20.5465 10.9792 20.3507 10.5875 19.959C10.1958 19.5673 10 19.0965 10 18.5465C10 17.9965 10.1958 17.5257 10.5875 17.134C10.9792 16.7423 11.45 16.5465 12 16.5465C12.55 16.5465 13.0208 16.7423 13.4125 17.134C13.8042 17.5257 14 17.9965 14 18.5465C14 19.0965 13.8042 19.5673 13.4125 19.959C13.0208 20.3507 12.55 20.5465 12 20.5465ZM12 14.5465C11.45 14.5465 10.9792 14.3507 10.5875 13.959C10.1958 13.5673 10 13.0965 10 12.5465C10 11.9965 10.1958 11.5257 10.5875 11.134C10.9792 10.7423 11.45 10.5465 12 10.5465C12.55 10.5465 13.0208 10.7423 13.4125 11.134C13.8042 11.5257 14 11.9965 14 12.5465C14 13.0965 13.8042 13.5673 13.4125 13.959C13.0208 14.3507 12.55 14.5465 12 14.5465ZM12 8.54651C11.45 8.54651 10.9792 8.35068 10.5875 7.95901C10.1958 7.56734 10 7.09651 10 6.54651C10 5.99651 10.1958 5.52568 10.5875 5.13401C10.9792 4.74234 11.45 4.54651 12 4.54651C12.55 4.54651 13.0208 4.74234 13.4125 5.13401C13.8042 5.52568 14 5.99651 14 6.54651C14 7.09651 13.8042 7.56734 13.4125 7.95901C13.0208 8.35068 12.55 8.54651 12 8.54651Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 18.4531V0.453125H2V18.4531H0ZM4 14.4531V4.45312L9 9.45312L4 14.4531Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 18.4531V0.453125H2V18.4531H0ZM4 14.4531V4.45312L9 9.45312L4 14.4531Z" fill="#242424"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 18.4531V0.453125H2V18.4531H0ZM4 14.4531V4.45312L9 9.45312L4 14.4531Z" fill="#242424"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="9" height="19" viewBox="0 0 9 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 18.4531V0.453125H2V18.4531H0ZM4 14.4531V4.45312L9 9.45312L4 14.4531Z" fill="#242424"/>
|
|
3
|
+
</svg>
|