@testgorilla/tgo-ui 2.5.2 → 2.5.3
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 +7 -0
- package/components/empty-state/empty-state.component.d.ts +1 -1
- package/components/table/table.component.d.ts +2 -2
- package/esm2022/components/accordion/accordion.component.mjs +1 -1
- package/esm2022/components/accordion/accordion.component.module.mjs +1 -1
- package/esm2022/components/accordion/accordion.model.mjs +1 -1
- package/esm2022/components/alert-banner/alert-banner.component.mjs +1 -1
- 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 +1 -1
- 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/transform-Item.pipe.mjs +1 -1
- package/esm2022/components/avatar/avatar.component.mjs +1 -1
- 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 +1 -1
- package/esm2022/components/badge/badge.component.module.mjs +1 -1
- package/esm2022/components/badge/badge.model.mjs +1 -1
- package/esm2022/components/button/button.component.mjs +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2022/components/checkbox/checkbox.component.module.mjs +1 -1
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +1 -1
- 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/datepicker.component.mjs +1 -1
- package/esm2022/components/datepicker/datepicker.component.module.mjs +1 -1
- package/esm2022/components/datepicker/no-date-format.directive.mjs +1 -1
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +1 -1
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.component.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +1 -1
- package/esm2022/components/deprecated-table/deprecated-table.model.mjs +1 -1
- package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +1 -1
- package/esm2022/components/deprecated-table/pipes/data-property-getter.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.module.mjs +1 -1
- package/esm2022/components/dialog/dialog.service.mjs +1 -1
- package/esm2022/components/divider/divider.component.mjs +1 -1
- package/esm2022/components/divider/divider.component.module.mjs +1 -1
- package/esm2022/components/divider/divider.model.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.component.mjs +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2022/components/file-upload/file-upload.component.module.mjs +1 -1
- package/esm2022/components/icon/icon.component.mjs +1 -1
- package/esm2022/components/icon/icon.component.module.mjs +1 -1
- package/esm2022/components/icon/icon.config.mjs +1 -1
- package/esm2022/components/icon/icon.model.mjs +1 -1
- package/esm2022/components/icon-label/icon-label.component.mjs +1 -1
- package/esm2022/components/icon-label/icon-label.component.module.mjs +1 -1
- package/esm2022/components/logo/logo.component.mjs +1 -1
- package/esm2022/components/logo/logo.component.module.mjs +1 -1
- package/esm2022/components/logo/logo.model.mjs +1 -1
- package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +1 -1
- package/esm2022/components/navbar/navbar.component.mjs +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2022/components/page-header/page-header.component.module.mjs +1 -1
- package/esm2022/components/paginator/paginator.component.mjs +1 -1
- package/esm2022/components/paginator/paginator.component.module.mjs +1 -1
- package/esm2022/components/password-criteria/password.component.mjs +1 -1
- package/esm2022/components/password-criteria/password.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 +1 -1
- 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 +1 -1
- package/esm2022/components/progress-bar/progress-bar.component.module.mjs +1 -1
- package/esm2022/components/radial-progress/radial-progress.component.mjs +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2022/components/rating/rating.component.module.mjs +1 -1
- package/esm2022/components/scale/scale.component.mjs +1 -1
- package/esm2022/components/scale/scale.component.module.mjs +1 -1
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +1 -1
- 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 +1 -1
- 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/side-sheet/side-sheet.component.mjs +1 -1
- 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 +1 -1
- package/esm2022/components/skeleton/skeleton.model.mjs +1 -1
- package/esm2022/components/slider/slider.component.mjs +1 -1
- 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 +1 -1
- 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/spinner/spinner.component.mjs +1 -1
- 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 +1 -1
- package/esm2022/components/step/step.component.module.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.mjs +1 -1
- 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 +5 -5
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2022/components/toggle/toggle.component.module.mjs +1 -1
- package/esm2022/components/toggle/toggle.model.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.module.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.model.mjs +1 -1
- package/esm2022/components/validation-error/validation-error.component.mjs +1 -1
- 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/ellipse-text.directive.mjs +1 -1
- package/esm2022/directives/select-text.directive.mjs +1 -1
- package/esm2022/directives/step-line-width.directive.mjs +1 -1
- package/esm2022/models/application-theme.model.mjs +1 -1
- package/esm2022/models/screen-breakpoints.model.mjs +1 -1
- package/esm2022/pipes/has-validation-error.pipe.mjs +1 -1
- package/esm2022/pipes/name-initials.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/testgorilla-tgo-ui.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 +1 -1
- package/esm2022/utils/color-contrast.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 +3 -3
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/i18n/da-dk.json +0 -77
- package/src/assets/i18n/de.json +0 -77
- package/src/assets/i18n/en.json +0 -97
- package/src/assets/i18n/es.json +0 -77
- package/src/assets/i18n/fr.json +0 -77
- package/src/assets/i18n/it-it.json +0 -77
- package/src/assets/i18n/ja-jp.json +0 -77
- package/src/assets/i18n/nb-no.json +0 -77
- package/src/assets/i18n/nl.json +0 -77
- package/src/assets/i18n/pl-pl.json +0 -77
- package/src/assets/i18n/pt-br.json +0 -77
- package/src/assets/i18n/src/assets/i18n/da-dk.json +0 -26
- package/src/assets/i18n/src/assets/i18n/de.json +0 -26
- package/src/assets/i18n/src/assets/i18n/es.json +0 -26
- package/src/assets/i18n/src/assets/i18n/fr.json +0 -26
- package/src/assets/i18n/src/assets/i18n/it-it.json +0 -26
- package/src/assets/i18n/src/assets/i18n/ja-jp.json +0 -26
- package/src/assets/i18n/src/assets/i18n/nb-no.json +0 -26
- package/src/assets/i18n/src/assets/i18n/nl.json +0 -26
- package/src/assets/i18n/src/assets/i18n/pl-pl.json +0 -26
- package/src/assets/i18n/src/assets/i18n/pt-br.json +0 -26
- package/src/assets/i18n/src/assets/i18n/sv-se.json +0 -26
- package/src/assets/i18n/sv-se.json +0 -77
- package/src/assets/icons/Add.svg +0 -3
- package/src/assets/icons/Archive.svg +0 -3
- package/src/assets/icons/Arrow_down.svg +0 -3
- package/src/assets/icons/Arrow_left.svg +0 -3
- package/src/assets/icons/Arrow_right.svg +0 -3
- package/src/assets/icons/Arrow_up.svg +0 -3
- package/src/assets/icons/Assessment.svg +0 -3
- package/src/assets/icons/Attempts.svg +0 -3
- package/src/assets/icons/Book.svg +0 -3
- package/src/assets/icons/Calendar.svg +0 -3
- package/src/assets/icons/Candidates.svg +0 -8
- package/src/assets/icons/Chat-notifications.svg +0 -4
- package/src/assets/icons/Chat.svg +0 -3
- package/src/assets/icons/Check.svg +0 -3
- package/src/assets/icons/Clone.svg +0 -3
- package/src/assets/icons/Close.svg +0 -3
- package/src/assets/icons/Code.svg +0 -3
- package/src/assets/icons/Company.svg +0 -3
- package/src/assets/icons/Copy.svg +0 -3
- package/src/assets/icons/Custom-questions.svg +0 -3
- package/src/assets/icons/Delete.svg +0 -3
- package/src/assets/icons/Devices.svg +0 -3
- package/src/assets/icons/Document.svg +0 -3
- package/src/assets/icons/Download.svg +0 -3
- package/src/assets/icons/Edit.svg +0 -3
- package/src/assets/icons/Email-message.svg +0 -3
- package/src/assets/icons/Employee.svg +0 -13
- package/src/assets/icons/Empty-placeholder.svg +0 -3
- package/src/assets/icons/Error.svg +0 -3
- package/src/assets/icons/Essay.svg +0 -3
- package/src/assets/icons/Eye-hide.svg +0 -3
- package/src/assets/icons/Eye-view.svg +0 -3
- package/src/assets/icons/Feedback-1.svg +0 -3
- package/src/assets/icons/Feedback-2.svg +0 -3
- package/src/assets/icons/Feedback-3.svg +0 -6
- package/src/assets/icons/Feedback-4.svg +0 -3
- package/src/assets/icons/Feedback-5.svg +0 -3
- package/src/assets/icons/File-attach.svg +0 -3
- package/src/assets/icons/File-upload.svg +0 -3
- package/src/assets/icons/Filter.svg +0 -3
- package/src/assets/icons/Fire.svg +0 -10
- package/src/assets/icons/Folder.svg +0 -3
- package/src/assets/icons/Format-add-file.svg +0 -3
- package/src/assets/icons/Format-add-table.svg +0 -3
- package/src/assets/icons/Format-align-L.svg +0 -3
- package/src/assets/icons/Format-align-R.svg +0 -3
- package/src/assets/icons/Format-align-center.svg +0 -3
- package/src/assets/icons/Format-align-justify.svg +0 -3
- package/src/assets/icons/Format-bold.svg +0 -3
- package/src/assets/icons/Format-code-active.svg +0 -3
- package/src/assets/icons/Format-code-block.svg +0 -3
- package/src/assets/icons/Format-edit-table.svg +0 -3
- package/src/assets/icons/Format-format.svg +0 -3
- package/src/assets/icons/Format-function.svg +0 -3
- package/src/assets/icons/Format-italics.svg +0 -3
- package/src/assets/icons/Format-list-bulleted.svg +0 -3
- package/src/assets/icons/Format-list-numbered.svg +0 -3
- package/src/assets/icons/Format-picker.svg +0 -3
- package/src/assets/icons/Format-quote.svg +0 -3
- package/src/assets/icons/Format-subscript.svg +0 -3
- package/src/assets/icons/Format-superscript.svg +0 -3
- package/src/assets/icons/Format-text-direction-L.svg +0 -3
- package/src/assets/icons/Format-text-direction-R.svg +0 -3
- package/src/assets/icons/Format-text-size.svg +0 -3
- package/src/assets/icons/Format-underline.svg +0 -3
- package/src/assets/icons/Format-variable.svg +0 -3
- package/src/assets/icons/Full-screen.svg +0 -3
- package/src/assets/icons/Gender-female.svg +0 -3
- package/src/assets/icons/Gender-male.svg +0 -3
- package/src/assets/icons/Gift.svg +0 -7
- package/src/assets/icons/Google.svg +0 -6
- package/src/assets/icons/Grab.svg +0 -3
- package/src/assets/icons/Help-2.svg +0 -3
- package/src/assets/icons/Help.svg +0 -3
- package/src/assets/icons/Image.svg +0 -3
- package/src/assets/icons/Info.svg +0 -3
- package/src/assets/icons/Integration.svg +0 -3
- package/src/assets/icons/Language.svg +0 -3
- package/src/assets/icons/Layout.svg +0 -3
- package/src/assets/icons/Learn.svg +0 -3
- package/src/assets/icons/Level.svg +0 -3
- package/src/assets/icons/Light-bulb.svg +0 -3
- package/src/assets/icons/Link.svg +0 -3
- package/src/assets/icons/Loading-spinner.svg +0 -10
- package/src/assets/icons/Localisation.svg +0 -3
- package/src/assets/icons/Location.svg +0 -3
- package/src/assets/icons/Lock.svg +0 -3
- package/src/assets/icons/Log-out.svg +0 -3
- package/src/assets/icons/Menu-burger.svg +0 -3
- package/src/assets/icons/Menu-ellipsis.svg +0 -3
- package/src/assets/icons/Microphone.svg +0 -3
- package/src/assets/icons/Minimize.svg +0 -3
- package/src/assets/icons/Minus.svg +0 -3
- package/src/assets/icons/Money-bag.svg +0 -10
- package/src/assets/icons/Mouse-cursor.svg +0 -3
- package/src/assets/icons/Mouse-grab-cursor.svg +0 -3
- package/src/assets/icons/Mouse.svg +0 -3
- package/src/assets/icons/Multi-choice.svg +0 -3
- package/src/assets/icons/Notifications.svg +0 -3
- package/src/assets/icons/Password.svg +0 -4
- package/src/assets/icons/Path.svg +0 -3
- package/src/assets/icons/Plan-billing.svg +0 -3
- package/src/assets/icons/Plus.svg +0 -3
- package/src/assets/icons/Premium.svg +0 -4
- package/src/assets/icons/Promotion.svg +0 -3
- package/src/assets/icons/Question-count.svg +0 -3
- package/src/assets/icons/Refer.svg +0 -3
- package/src/assets/icons/Reset.svg +0 -3
- package/src/assets/icons/Review.svg +0 -3
- package/src/assets/icons/Round-check-filled.svg +0 -3
- package/src/assets/icons/Round-check.svg +0 -3
- package/src/assets/icons/Search.svg +0 -3
- package/src/assets/icons/Secure-checkout.svg +0 -3
- package/src/assets/icons/Send.svg +0 -3
- package/src/assets/icons/Settings.svg +0 -8
- package/src/assets/icons/Share.svg +0 -3
- package/src/assets/icons/Social-facebook.svg +0 -3
- package/src/assets/icons/Social-instagram.svg +0 -3
- package/src/assets/icons/Social-linkedin.svg +0 -3
- package/src/assets/icons/Sorting-down-1.svg +0 -3
- package/src/assets/icons/Sorting-down.svg +0 -3
- package/src/assets/icons/Sparkles.svg +0 -18
- package/src/assets/icons/Speedometer.svg +0 -3
- package/src/assets/icons/Star-filled.svg +0 -3
- package/src/assets/icons/Star-half.svg +0 -3
- package/src/assets/icons/Star-outline.svg +0 -3
- package/src/assets/icons/Suitcase.svg +0 -11
- package/src/assets/icons/Support.svg +0 -3
- package/src/assets/icons/Sync.svg +0 -3
- package/src/assets/icons/Team.svg +0 -3
- package/src/assets/icons/Test.svg +0 -3
- package/src/assets/icons/Thunder.svg +0 -3
- package/src/assets/icons/Timer.svg +0 -3
- package/src/assets/icons/Type.svg +0 -3
- package/src/assets/icons/Unarchive.svg +0 -3
- package/src/assets/icons/Unlock.svg +0 -3
- package/src/assets/icons/Upgrade.svg +0 -3
- package/src/assets/icons/Upload.svg +0 -3
- package/src/assets/icons/User-access.svg +0 -3
- package/src/assets/icons/User-add.svg +0 -3
- package/src/assets/icons/User-invite.svg +0 -3
- package/src/assets/icons/User-profile.svg +0 -3
- package/src/assets/icons/User-reject.svg +0 -4
- package/src/assets/icons/User-switch.svg +0 -3
- package/src/assets/icons/Video-pause.svg +0 -3
- package/src/assets/icons/Video-play.svg +0 -3
- package/src/assets/icons/Video-record.svg +0 -3
- package/src/assets/icons/Video-stop.svg +0 -3
- package/src/assets/icons/Video.svg +0 -3
- package/src/assets/icons/Volume.svg +0 -3
- package/src/assets/icons/Warning.svg +0 -3
- package/src/assets/icons/Zoom-in.svg +0 -6
- package/src/assets/icons/Zoom-out.svg +0 -5
- package/src/assets/icons/rating-icons/Star-filled-disabled.svg +0 -3
- package/src/assets/icons/rating-icons/Star-filled.svg +0 -3
- package/src/assets/icons/rating-icons/Star-half.svg +0 -3
- package/src/assets/icons/rating-icons/Star-outline.svg +0 -3
- package/src/assets/icons/rebrand/Add-filled.svg +0 -3
- package/src/assets/icons/rebrand/Add-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Archive-filled.svg +0 -3
- package/src/assets/icons/rebrand/Archive-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-down-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-down-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-left-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-left-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-right-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-right-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-up-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-chevron-up-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-down-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-down-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-up-filled.svg +0 -3
- package/src/assets/icons/rebrand/Arrow-up-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Assessment-filled.svg +0 -3
- package/src/assets/icons/rebrand/Assessment-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Attach-filled.svg +0 -3
- package/src/assets/icons/rebrand/Attach-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Attempts-filled.svg +0 -3
- package/src/assets/icons/rebrand/Attempts-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Book-filled.svg +0 -3
- package/src/assets/icons/rebrand/Book-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Calendar-filled.svg +0 -3
- package/src/assets/icons/rebrand/Calendar-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Candidates-filled.svg +0 -3
- package/src/assets/icons/rebrand/Candidates-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Chat-filled.svg +0 -3
- package/src/assets/icons/rebrand/Chat-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Check-filled.svg +0 -3
- package/src/assets/icons/rebrand/Check-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Check-round-filled.svg +0 -3
- package/src/assets/icons/rebrand/Check-round-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Clone-filled.svg +0 -3
- package/src/assets/icons/rebrand/Clone-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Close-filled.svg +0 -3
- package/src/assets/icons/rebrand/Close-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Code-filled.svg +0 -3
- package/src/assets/icons/rebrand/Code-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Company-filled.svg +0 -3
- package/src/assets/icons/rebrand/Company-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Copy-filled.svg +0 -3
- package/src/assets/icons/rebrand/Copy-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Delete-filled.svg +0 -3
- package/src/assets/icons/rebrand/Delete-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Devices-filled.svg +0 -3
- package/src/assets/icons/rebrand/Devices-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Disconnected-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Document-filled.svg +0 -3
- package/src/assets/icons/rebrand/Document-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Download-filled.svg +0 -3
- package/src/assets/icons/rebrand/Download-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Edit-filled.svg +0 -3
- package/src/assets/icons/rebrand/Edit-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Edit-text-filled.svg +0 -3
- package/src/assets/icons/rebrand/Edit-text-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Employee-filled.svg +0 -3
- package/src/assets/icons/rebrand/Employee-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Empty-search-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Error-filled.svg +0 -3
- package/src/assets/icons/rebrand/Error-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Essay-filled.svg +0 -3
- package/src/assets/icons/rebrand/Essay-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Experience-filled.svg +0 -3
- package/src/assets/icons/rebrand/Experience-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Facebook-filled.svg +0 -3
- package/src/assets/icons/rebrand/Facebook-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Filter-filled.svg +0 -3
- package/src/assets/icons/rebrand/Filter-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Fire-filled.svg +0 -3
- package/src/assets/icons/rebrand/Fire-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Folder-filled.svg +0 -3
- package/src/assets/icons/rebrand/Folder-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Full-screen-filled.svg +0 -3
- package/src/assets/icons/rebrand/Full-screen-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gender-female-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gender-female-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gender-male-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gender-male-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Gift-filled.svg +0 -3
- package/src/assets/icons/rebrand/Gift-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Google-filled.svg +0 -6
- package/src/assets/icons/rebrand/Google-in-line.svg +0 -6
- package/src/assets/icons/rebrand/Grab-filled.svg +0 -3
- package/src/assets/icons/rebrand/Grab-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Help-filled.svg +0 -3
- package/src/assets/icons/rebrand/Help-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Hide-filled.svg +0 -3
- package/src/assets/icons/rebrand/Hide-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Image-filled.svg +0 -3
- package/src/assets/icons/rebrand/Image-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Info-filled.svg +0 -3
- package/src/assets/icons/rebrand/Info-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Instagram-filled.svg +0 -3
- package/src/assets/icons/rebrand/Instagram-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Integration-filled.svg +0 -3
- package/src/assets/icons/rebrand/Integration-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Invite-filled.svg +0 -3
- package/src/assets/icons/rebrand/Invite-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Language-filled.svg +0 -3
- package/src/assets/icons/rebrand/Language-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Layout-filled.svg +0 -3
- package/src/assets/icons/rebrand/Layout-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Learn-filled.svg +0 -3
- package/src/assets/icons/rebrand/Learn-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Level-filled.svg +0 -3
- package/src/assets/icons/rebrand/Level-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Light-bulb-filled.svg +0 -3
- package/src/assets/icons/rebrand/Light-bulb-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Link-filled.svg +0 -3
- package/src/assets/icons/rebrand/Link-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Linkedin-filled.svg +0 -3
- package/src/assets/icons/rebrand/Linkedin-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Localization-filled.svg +0 -3
- package/src/assets/icons/rebrand/Localization-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Location-filled.svg +0 -3
- package/src/assets/icons/rebrand/Location-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Lock-filled.svg +0 -3
- package/src/assets/icons/rebrand/Lock-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Logout-filled.svg +0 -3
- package/src/assets/icons/rebrand/Logout-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Lost-found-404-in-line.svg +0 -12
- package/src/assets/icons/rebrand/Menu-burger-filled.svg +0 -3
- package/src/assets/icons/rebrand/Menu-burger-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Menu-ellipsis-filled.svg +0 -3
- package/src/assets/icons/rebrand/Menu-ellipsis-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Mic-filled.svg +0 -3
- package/src/assets/icons/rebrand/Mic-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Minimize-filled.svg +0 -3
- package/src/assets/icons/rebrand/Minimize-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Minus-filled.svg +0 -3
- package/src/assets/icons/rebrand/Minus-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Mouse-filled.svg +0 -3
- package/src/assets/icons/rebrand/Mouse-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Multi-choice-filled.svg +0 -3
- package/src/assets/icons/rebrand/Multi-choice-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Notification-bell-filled.svg +0 -3
- package/src/assets/icons/rebrand/Notification-bell-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Password-filled.svg +0 -3
- package/src/assets/icons/rebrand/Password-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Path-filled.svg +0 -3
- package/src/assets/icons/rebrand/Path-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Pause-filled.svg +0 -3
- package/src/assets/icons/rebrand/Pause-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Plan-billing-filled.svg +0 -3
- package/src/assets/icons/rebrand/Plan-billing-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Play-filled.svg +0 -3
- package/src/assets/icons/rebrand/Play-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Plus-filled.svg +0 -3
- package/src/assets/icons/rebrand/Plus-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Premium-circle-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Premium-filled.svg +0 -3
- package/src/assets/icons/rebrand/Premium-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Question-count-filled.svg +0 -3
- package/src/assets/icons/rebrand/Question-count-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Question-filled.svg +0 -3
- package/src/assets/icons/rebrand/Question-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Record-filled.svg +0 -3
- package/src/assets/icons/rebrand/Record-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Reject-filled.svg +0 -3
- package/src/assets/icons/rebrand/Reject-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Reset-filled.svg +0 -3
- package/src/assets/icons/rebrand/Reset-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-1-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-1-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-2-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-2-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-3-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-3-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-4-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-4-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-5-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-emoji-5-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-filled.svg +0 -3
- package/src/assets/icons/rebrand/Review-half-star-filled.svg +0 -5
- package/src/assets/icons/rebrand/Review-half-star-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Review-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Review-star-filled-disabled.svg +0 -5
- package/src/assets/icons/rebrand/Review-star-filled.svg +0 -5
- package/src/assets/icons/rebrand/Review-star-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Round-check-in-line.svg +0 -5
- package/src/assets/icons/rebrand/Search-filled.svg +0 -3
- package/src/assets/icons/rebrand/Search-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Secure-filled.svg +0 -3
- package/src/assets/icons/rebrand/Secure-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Send-filled.svg +0 -3
- package/src/assets/icons/rebrand/Send-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Settings-filled.svg +0 -3
- package/src/assets/icons/rebrand/Settings-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Share-filled.svg +0 -3
- package/src/assets/icons/rebrand/Share-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Sparkle-filled.svg +0 -3
- package/src/assets/icons/rebrand/Sparkle-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Speedometer-filled.svg +0 -3
- package/src/assets/icons/rebrand/Speedometer-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Stop-filled.svg +0 -3
- package/src/assets/icons/rebrand/Stop-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Switch-filled.svg +0 -3
- package/src/assets/icons/rebrand/Switch-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Sync-filled.svg +0 -3
- package/src/assets/icons/rebrand/Sync-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Team-filled.svg +0 -3
- package/src/assets/icons/rebrand/Team-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Test-filled.svg +0 -3
- package/src/assets/icons/rebrand/Test-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Timer-filled.svg +0 -3
- package/src/assets/icons/rebrand/Timer-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Type-filled.svg +0 -3
- package/src/assets/icons/rebrand/Type-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Unarchive-filled.svg +0 -3
- package/src/assets/icons/rebrand/Unarchive-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Unlock-filled.svg +0 -3
- package/src/assets/icons/rebrand/Unlock-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Upgrade-filled.svg +0 -3
- package/src/assets/icons/rebrand/Upgrade-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Upload-filled.svg +0 -3
- package/src/assets/icons/rebrand/Upload-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-access-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-access-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-add-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-add-in-line.svg +0 -3
- package/src/assets/icons/rebrand/User-profile-filled.svg +0 -3
- package/src/assets/icons/rebrand/User-profile-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Video-filled.svg +0 -3
- package/src/assets/icons/rebrand/Video-in-line.svg +0 -3
- package/src/assets/icons/rebrand/View-filled.svg +0 -3
- package/src/assets/icons/rebrand/View-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Volume-filled.svg +0 -3
- package/src/assets/icons/rebrand/Volume-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Warning-filled.svg +0 -3
- package/src/assets/icons/rebrand/Warning-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-in-filled.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-in-in-line.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-out-filled.svg +0 -3
- package/src/assets/icons/rebrand/Zoom-out-in-line.svg +0 -3
- package/src/assets/images/Avatar.png +0 -0
- package/src/assets/images/empty-state-default.svg +0 -9
- package/src/assets/images/poweredbyTG.svg +0 -37
- package/src/assets/images/premium.png +0 -0
- package/src/assets/images/rebrand-last-step-icon-black.svg +0 -3
- package/src/assets/images/rebrand-last-step-icon-light.svg +0 -3
- package/src/assets/images/rebrand-logo/powered-by.svg +0 -22
- package/src/assets/images/rebrand-logo/primary_brandmark_pink.svg +0 -10
- package/src/assets/images/rebrand-logo/primary_lockup_pink.svg +0 -22
- package/src/assets/images/rebrand-logo/primary_wordmark_pink.svg +0 -21
- package/src/assets/images/rebrand-logo/secondary_brandmark_black.svg +0 -11
- package/src/assets/images/rebrand-logo/secondary_brandmark_cream.svg +0 -11
- package/src/assets/images/rebrand-logo/secondary_lockup_black.svg +0 -23
- package/src/assets/images/rebrand-logo/secondary_lockup_cream.svg +0 -23
- package/src/assets/images/rebrand-logo/secondary_wordmark_black.svg +0 -21
- package/src/assets/images/rebrand-logo/secondary_wordmark_cream.svg +0 -21
- package/src/assets/images/reverseTG.svg +0 -84
- package/src/assets/images/step-finish.svg +0 -6
- package/src/assets/images/testgorilla.svg +0 -76
- package/src/theme/_alert-bars.scss +0 -106
- package/src/theme/_breakpoints-mixin.scss +0 -12
- package/src/theme/_core.scss +0 -19
- package/src/theme/_font.scss +0 -95
- package/src/theme/_input.scss +0 -429
- package/src/theme/_lib-styles.scss +0 -35
- package/src/theme/_mat-paginator.scss +0 -59
- package/src/theme/_palette.scss +0 -108
- package/src/theme/_tooltip.scss +0 -149
- package/src/theme/_typography.scss +0 -261
- package/src/theme/_variables.scss +0 -151
- package/src/theme/fonts/ModernGothic-Black.otf +0 -0
- package/src/theme/fonts/ModernGothic-BlackItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Bold.otf +0 -0
- package/src/theme/fonts/ModernGothic-BoldItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Italic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Light.otf +0 -0
- package/src/theme/fonts/ModernGothic-LightItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Medium.otf +0 -0
- package/src/theme/fonts/ModernGothic-MediumItalic.otf +0 -0
- package/src/theme/fonts/ModernGothic-Regular.otf +0 -0
- package/src/theme/fonts/ModernGothic-Thin.otf +0 -0
- package/src/theme/fonts/ModernGothic-ThinItalic.otf +0 -0
- package/src/theme/theme.scss +0 -50
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.5C4.96214 2.5 2.5 4.96214 2.5 8C2.5 11.0379 4.96214 13.5 8 13.5C11.0379 13.5 13.5 11.0379 13.5 8C13.5 4.96214 11.0379 2.5 8 2.5ZM1.5 8C1.5 4.40986 4.40986 1.5 8 1.5C11.5901 1.5 14.5 4.40986 14.5 8C14.5 11.5901 11.5901 14.5 8 14.5C4.40986 14.5 1.5 11.5901 1.5 8ZM7.99801 5.33333C7.72201 5.33333 7.49801 5.55733 7.50001 5.83333C7.50001 6.10933 7.72401 6.33333 8.00001 6.33333C8.276 6.33333 8.5 6.10933 8.5 5.83333C8.5 5.55733 8.276 5.33333 7.99801 5.33333ZM8.5 8C8.5 7.72386 8.27614 7.5 8 7.5C7.72386 7.5 7.5 7.72386 7.5 8V11.3333C7.5 11.6095 7.72386 11.8333 8 11.8333C8.27614 11.8333 8.5 11.6095 8.5 11.3333V8Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8C2.5 6.067 4.067 4.5 6 4.5C6.34776 4.5 6.68368 4.55072 7.00076 4.64516C6.07969 5.46917 5.5 6.66689 5.5 8C5.5 9.33311 6.07969 10.5308 7.00076 11.3548C6.68368 11.4493 6.34776 11.5 6 11.5C4.067 11.5 2.5 9.933 2.5 8ZM8 12.0322C7.39752 12.3316 6.71842 12.5 6 12.5C3.51472 12.5 1.5 10.4853 1.5 8C1.5 5.51472 3.51472 3.5 6 3.5C6.71842 3.5 7.39752 3.66835 8 3.96776C8.60248 3.66835 9.28158 3.5 10 3.5C12.4853 3.5 14.5 5.51472 14.5 8C14.5 10.4853 12.4853 12.5 10 12.5C9.28158 12.5 8.60248 12.3316 8 12.0322ZM8.99924 4.64516C9.31632 4.55072 9.65224 4.5 10 4.5C11.933 4.5 13.5 6.067 13.5 8C13.5 9.933 11.933 11.5 10 11.5C9.65224 11.5 9.31632 11.4493 8.99924 11.3548C9.92031 10.5308 10.5 9.33311 10.5 8C10.5 6.66689 9.92031 5.46917 8.99924 4.64516ZM8 5.12734C8.90674 5.75982 9.5 6.81063 9.5 8C9.5 9.18937 8.90674 10.2402 8 10.8727C7.09326 10.2402 6.5 9.18937 6.5 8C6.5 6.81063 7.09326 5.75982 8 5.12734Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.99967 2.16675C5.27582 2.16675 5.49967 2.39061 5.49967 2.66675V4.16675H7.66703C7.80652 4.16675 7.93966 4.22501 8.03431 4.32747C8.12895 4.42993 8.1765 4.56726 8.16547 4.70631C8.03921 6.29712 7.24219 7.77555 6.07297 8.8429C6.54457 9.21233 7.11168 9.45477 7.70571 9.50166C7.981 9.52339 8.18655 9.76417 8.16482 10.0395C8.14309 10.3147 7.90231 10.5203 7.62702 10.4986C6.74825 10.4292 5.92299 10.0488 5.26724 9.47332C4.40621 10.0465 3.41341 10.4162 2.37247 10.4985C2.09719 10.5203 1.85637 10.3148 1.83459 10.0395C1.81281 9.76424 2.01831 9.52342 2.2936 9.50164C3.1098 9.43706 3.89449 9.15713 4.5873 8.72222C4.16551 8.13183 3.89232 7.43751 3.83458 6.70612C3.81285 6.43083 4.0184 6.19005 4.29369 6.16832C4.56897 6.14659 4.80975 6.35214 4.83148 6.62743C4.87373 7.16269 5.07475 7.67608 5.38437 8.11744C6.24426 7.33778 6.8711 6.29726 7.09404 5.16675H4.99967H2.3337C2.05756 5.16675 1.8337 4.94289 1.8337 4.66675C1.8337 4.39061 2.05756 4.16675 2.3337 4.16675H4.49967V2.66675C4.49967 2.39061 4.72353 2.16675 4.99967 2.16675ZM10.9998 6.83341C11.1974 6.83341 11.3765 6.94978 11.4567 7.13035L14.1234 13.1303C14.2355 13.3827 14.1219 13.6782 13.8695 13.7903C13.6172 13.9025 13.3217 13.7888 13.2096 13.5365L12.7489 12.5001H9.25066L8.79004 13.5365C8.67789 13.7888 8.38241 13.9025 8.13006 13.7903C7.87772 13.6782 7.76407 13.3827 7.87623 13.1303L10.5429 7.13035C10.6231 6.94978 10.8022 6.83341 10.9998 6.83341ZM12.3045 11.5001L10.9998 8.56452L9.69511 11.5001H12.3045Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 3.33333C2.5 2.87281 2.87281 2.5 3.33333 2.5H7.50684V6.73048C7.50234 6.75744 7.5 6.78512 7.5 6.81335C7.5 6.84159 7.50234 6.86927 7.50684 6.89623V9.31335H2.5V3.33333ZM2.5 10.3134V12.6667C2.5 13.1272 2.87281 13.5 3.33333 13.5H7.50684V10.3134H2.5ZM8.50684 13.5V7.31335H13.5V12.6667C13.5 13.1272 13.1272 13.5 12.6667 13.5H8.50684ZM8.50684 6.31335H13.5V3.33333C13.5 2.87281 13.1272 2.5 12.6667 2.5H8.50684V6.31335ZM14.5 3.33333V6.81335V12.6667C14.5 13.6795 13.6795 14.5 12.6667 14.5H8.01125L8.00684 14.5L8.00242 14.5H3.33333C2.32052 14.5 1.5 13.6795 1.5 12.6667V3.33333C1.5 2.32052 2.32052 1.5 3.33333 1.5H12.6667C13.6795 1.5 14.5 2.32052 14.5 3.33333Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.33333 2.5C3.87281 2.5 3.5 2.87281 3.5 3.33333V4.83333H4C4.27614 4.83333 4.5 5.05719 4.5 5.33333C4.5 5.60948 4.27614 5.83333 4 5.83333H3.5V7.5H3.86667C4.14281 7.5 4.36667 7.72386 4.36667 8C4.36667 8.27614 4.14281 8.5 3.86667 8.5H3.5V10.1667H3.86667C4.14281 10.1667 4.36667 10.3905 4.36667 10.6667C4.36667 10.9428 4.14281 11.1667 3.86667 11.1667H3.5V12.6667C3.5 13.1272 3.87281 13.5 4.33333 13.5H12.3333C12.7939 13.5 13.1667 13.1272 13.1667 12.6667V3.33333C13.1667 2.87281 12.7939 2.5 12.3333 2.5H4.33333ZM2.5 8.5V10.1667H2C1.72386 10.1667 1.5 10.3905 1.5 10.6667C1.5 10.9428 1.72386 11.1667 2 11.1667H2.5V12.6667C2.5 13.6795 3.32052 14.5 4.33333 14.5H12.3333C13.3461 14.5 14.1667 13.6795 14.1667 12.6667V3.33333C14.1667 2.32052 13.3461 1.5 12.3333 1.5H4.33333C3.32052 1.5 2.5 2.32052 2.5 3.33333V4.83333H2C1.72386 4.83333 1.5 5.05719 1.5 5.33333C1.5 5.60948 1.72386 5.83333 2 5.83333H2.5V7.5H2C1.72386 7.5 1.5 7.72386 1.5 8C1.5 8.27614 1.72386 8.5 2 8.5H2.5ZM5.83333 5.33333C5.83333 5.05719 6.05719 4.83333 6.33333 4.83333H11C11.2761 4.83333 11.5 5.05719 11.5 5.33333C11.5 5.60948 11.2761 5.83333 11 5.83333H6.33333C6.05719 5.83333 5.83333 5.60948 5.83333 5.33333ZM6.33333 10.1667C6.05719 10.1667 5.83333 10.3905 5.83333 10.6667C5.83333 10.9428 6.05719 11.1667 6.33333 11.1667H11C11.2761 11.1667 11.5 10.9428 11.5 10.6667C11.5 10.3905 11.2761 10.1667 11 10.1667H6.33333ZM5.83333 8C5.83333 7.72386 6.05719 7.5 6.33333 7.5H11C11.2761 7.5 11.5 7.72386 11.5 8C11.5 8.27614 11.2761 8.5 11 8.5H6.33333C6.05719 8.5 5.83333 8.27614 5.83333 8Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8333 3.99992C11.8333 3.90806 11.9081 3.83325 12 3.83325H13.3333C13.4252 3.83325 13.5 3.90806 13.5 3.99992V11.9999C13.5 12.0918 13.4252 12.1666 13.3333 12.1666H12C11.9081 12.1666 11.8333 12.0918 11.8333 11.9999V3.99992ZM12 2.83325C11.3559 2.83325 10.8333 3.35578 10.8333 3.99992V11.9999C10.8333 12.6441 11.3559 13.1666 12 13.1666H13.3333C13.9775 13.1666 14.5 12.6441 14.5 11.9999V3.99992C14.5 3.35578 13.9775 2.83325 13.3333 2.83325H12ZM7.33333 7.16658C7.24148 7.16658 7.16667 7.24139 7.16667 7.33325V11.9999C7.16667 12.0918 7.24148 12.1666 7.33333 12.1666H8.66667C8.75852 12.1666 8.83333 12.0918 8.83333 11.9999V7.33325C8.83333 7.24139 8.75852 7.16658 8.66667 7.16658H7.33333ZM6.16667 7.33325C6.16667 6.68911 6.68919 6.16659 7.33333 6.16659H8.66667C9.31081 6.16659 9.83333 6.68911 9.83333 7.33325V11.9999C9.83333 12.6441 9.31081 13.1666 8.66667 13.1666H7.33333C6.68919 13.1666 6.16667 12.6441 6.16667 11.9999V7.33325ZM2.66667 9.83325C2.57481 9.83325 2.5 9.90806 2.5 9.99992V11.9999C2.5 12.0918 2.57481 12.1666 2.66667 12.1666H4C4.09186 12.1666 4.16667 12.0918 4.16667 11.9999V9.99992C4.16667 9.90806 4.09186 9.83325 4 9.83325H2.66667ZM1.5 9.99992C1.5 9.35578 2.02252 8.83325 2.66667 8.83325H4C4.64414 8.83325 5.16667 9.35578 5.16667 9.99992V11.9999C5.16667 12.6441 4.64414 13.1666 4 13.1666H2.66667C2.02252 13.1666 1.5 12.6441 1.5 11.9999V9.99992Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.02022 1.64645C2.82496 1.45118 2.50838 1.45118 2.31311 1.64645C2.11785 1.84171 2.11785 2.15829 2.31311 2.35355L3.10645 3.14689C3.30171 3.34215 3.61829 3.34215 3.81355 3.14689C4.00882 2.95162 4.00882 2.63504 3.81355 2.43978L3.02022 1.64645ZM14.6068 3.02022C14.8021 2.82496 14.8021 2.50838 14.6068 2.31311C14.4116 2.11785 14.095 2.11785 13.8997 2.31311L13.1064 3.10645C12.9111 3.30171 12.9111 3.61829 13.1064 3.81355C13.3017 4.00882 13.6183 4.00882 13.8135 3.81355L14.6068 3.02022ZM11.6267 6.79335C11.6267 4.7211 9.82629 3.06923 7.70162 3.31861L7.7015 3.31862C6.17593 3.49731 4.90669 4.71412 4.67073 6.22883L11.6267 6.79335ZM11.6267 6.79335L4.67071 6.22896C4.45146 7.63953 5.07209 8.91613 6.10922 9.64901L6.10947 9.64919C6.15426 9.68088 6.19732 9.71568 6.23815 9.75334H10.0152C10.0557 9.71609 10.0984 9.68168 10.1428 9.65032C11.0412 9.01556 11.6267 7.97338 11.6267 6.79335ZM6.62667 10.7533H9.62667V11.6267H6.62667V10.7533ZM5.62667 12.1331V12.46C5.62667 13.6568 6.59653 14.6267 7.79333 14.6267H8.46C9.65681 14.6267 10.6267 13.6568 10.6267 12.46V10.6154C10.6267 10.5767 10.6473 10.5183 10.7199 10.467L10.7199 10.467C11.8708 9.6538 12.6267 8.31333 12.6267 6.79335C12.6267 4.12964 10.3111 2.00553 7.58517 2.32541L7.58505 2.32543C5.61605 2.55611 3.98805 4.11389 3.68262 6.07508L3.6826 6.0752C3.40192 7.88058 4.20128 9.52526 5.53212 10.4657C5.60489 10.5173 5.62667 10.5769 5.62667 10.618V12.1202C5.62664 12.1224 5.62663 12.1245 5.62663 12.1267C5.62663 12.1288 5.62664 12.131 5.62667 12.1331ZM6.63847 12.6267H9.61487C9.53405 13.1922 9.04794 13.6267 8.46 13.6267H7.79333C7.20539 13.6267 6.71929 13.1922 6.63847 12.6267ZM3.14689 9.77311C3.34215 9.96838 3.34215 10.285 3.14689 10.4802L2.35355 11.2736C2.15829 11.4688 1.84171 11.4688 1.64645 11.2736C1.45118 11.0783 1.45118 10.7617 1.64645 10.5664L2.43978 9.77311C2.63504 9.57785 2.95162 9.57785 3.14689 9.77311ZM13.1064 9.77311C13.3017 9.57785 13.6183 9.57785 13.8135 9.77311L14.6068 10.5664C14.8021 10.7617 14.8021 11.0783 14.6068 11.2736C14.4116 11.4688 14.095 11.4688 13.8997 11.2736L13.1064 10.4802C12.9111 10.285 12.9111 9.96838 13.1064 9.77311ZM14.1266 6.29333C13.8505 6.29333 13.6266 6.51719 13.6266 6.79333C13.6266 7.06948 13.8505 7.29333 14.1266 7.29333H15.2533C15.5294 7.29333 15.7533 7.06948 15.7533 6.79333C15.7533 6.51719 15.5294 6.29333 15.2533 6.29333H14.1266ZM0.5 6.79333C0.5 6.51719 0.723858 6.29333 1 6.29333H2.12667C2.40281 6.29333 2.62667 6.51719 2.62667 6.79333C2.62667 7.06948 2.40281 7.29333 2.12667 7.29333H1C0.723858 7.29333 0.5 7.06948 0.5 6.79333Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.80409 3.19735C9.177 1.85826 11.3673 1.85826 12.7402 3.19735C14.1376 4.56041 14.1655 6.79826 12.8025 8.19573L12.4446 7.84662L12.7981 8.20017L11.3374 9.66083C11.1422 9.8561 10.8256 9.8561 10.6303 9.66083C10.4351 9.46557 10.4351 9.14899 10.6303 8.95373L12.0887 7.49536C13.064 6.4931 13.0433 4.88995 12.0419 3.91321C11.0582 2.95367 9.4891 2.95297 8.50447 3.91113L7.0461 5.3695C6.85084 5.56476 6.53425 5.56476 6.33899 5.3695C6.14373 5.17424 6.14373 4.85766 6.33899 4.66239L7.80409 3.19735ZM10.1334 5.86633C10.3287 6.0616 10.3287 6.37818 10.1334 6.57344L6.57344 10.1334C6.37818 10.3287 6.0616 10.3287 5.86634 10.1334C5.67107 9.93818 5.67107 9.6216 5.86634 9.42633L9.42634 5.86633C9.6216 5.67107 9.93818 5.67107 10.1334 5.86633ZM5.36934 7.0461C5.56461 6.85083 5.56461 6.53425 5.36934 6.33899C5.17408 6.14373 4.8575 6.14373 4.66224 6.33899L3.20157 7.79966L3.55512 8.15321L3.19719 7.80409C1.83413 9.20157 1.86203 11.4394 3.2595 12.8025C4.6324 14.1416 6.8227 14.1416 8.1956 12.8025L9.66068 11.3374C9.85594 11.1422 9.85594 10.8256 9.66068 10.6303C9.46542 10.4351 9.14883 10.4351 8.95357 10.6303L7.49522 12.0887C6.51059 13.0469 4.94152 13.0462 3.95774 12.0866C2.95634 11.1099 2.93565 9.50672 3.91097 8.50447L5.36934 7.0461Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="url(#paint0_angular_1410_1148)"/>
|
|
3
|
-
<defs>
|
|
4
|
-
<radialGradient id="paint0_angular_1410_1148" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(8 8) scale(8)">
|
|
5
|
-
<stop stop-opacity="0"/>
|
|
6
|
-
<stop offset="0.25" stop-opacity="0"/>
|
|
7
|
-
<stop offset="1"/>
|
|
8
|
-
</radialGradient>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.13711 2.82158C5.02897 3.21848 4.08711 3.96001 3.43965 4.91807C3.99615 5.07057 4.577 5.19309 5.17261 5.28563C5.38979 4.4328 5.71129 3.60382 6.13711 2.82158ZM2.5 8C2.5 7.22407 2.65938 6.48648 2.94729 5.81806C3.59427 6.00643 4.27301 6.15576 4.97035 6.26607C4.78795 7.41317 4.78791 8.58674 4.97023 9.73386C4.27291 9.84414 3.59419 9.99345 2.94723 10.1818C2.65936 9.51341 2.5 8.77587 2.5 8ZM3.43956 11.0818C4.08694 12.0398 5.02867 12.7813 6.13668 13.1783C5.71094 12.396 5.38952 11.5671 5.17242 10.7143C4.57685 10.8068 3.99604 10.9293 3.43956 11.0818ZM6.17306 10.5883C6.40204 11.4423 6.74683 12.2681 7.20744 13.0371C7.38613 13.3355 7.67584 13.4898 7.96931 13.4999L8 13.5L8.03115 13.4999C8.32456 13.4898 8.61419 13.3355 8.79284 13.0371C8.95857 12.7604 9.1093 12.4764 9.24504 12.1863C9.48657 11.6702 9.68063 11.1351 9.82722 10.5883C8.62155 10.4708 7.37874 10.4708 6.17306 10.5883ZM10.8279 10.7144C10.6108 11.5671 10.2894 12.396 9.86373 13.1781C10.9715 12.7811 11.9131 12.0397 12.5604 11.0819C12.004 10.9294 11.4233 10.8069 10.8279 10.7144ZM13.0527 10.1819C12.4059 9.99354 11.7273 9.84424 11.0301 9.73395C11.2124 8.58683 11.2124 7.41324 11.03 6.26613C11.7272 6.15585 12.4059 6.00656 13.0528 5.81824C13.3407 6.48661 13.5 7.22414 13.5 8C13.5 8.7759 13.3406 9.51347 13.0527 10.1819ZM10.038 9.6045C8.6942 9.46539 7.30609 9.46537 5.96226 9.60445C5.79056 8.54338 5.7906 7.45655 5.96238 6.3955C7.30613 6.53459 8.69415 6.5346 10.0379 6.39554C10.2097 7.45659 10.2097 8.54344 10.038 9.6045ZM10.8277 5.28568C11.4232 5.19317 12.004 5.07068 12.5605 4.91823C11.9131 3.96021 10.9713 3.21868 9.86329 2.82173C10.2891 3.60394 10.6105 4.43289 10.8277 5.28568ZM6.17325 5.4117C7.37881 5.52919 8.62149 5.5292 9.82705 5.41173C9.59808 4.55795 9.25336 3.73238 8.79289 2.96357C8.42222 2.34544 7.57723 2.34594 7.20748 2.9635C7.04177 3.24016 6.89105 3.52417 6.75532 3.8142C6.51386 4.33014 6.31984 4.86514 6.17325 5.4117ZM8.05118 14.4998C11.625 14.4724 14.5 11.5804 14.5 8C14.5 4.40252 11.5975 1.5 8 1.5C4.40252 1.5 1.5 4.40252 1.5 8C1.5 11.5805 4.37518 14.4726 7.94908 14.4998C7.98311 14.5007 8.01716 14.5007 8.05118 14.4998Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.96453 6.56427C3.96453 4.29995 5.79995 2.46453 8.06427 2.46453C10.3286 2.46453 12.164 4.29995 12.164 6.56427V6.67893C12.164 7.16202 12.0088 7.74201 11.7293 8.38328C11.4521 9.0193 11.0661 9.68499 10.6368 10.3309C9.77805 11.6228 8.771 12.7979 8.18932 13.4434L8.18922 13.4436C8.12145 13.5188 8.00708 13.5188 7.93932 13.4436L7.93922 13.4434C7.35753 12.7979 6.35048 11.6228 5.49173 10.3309C5.06239 9.68499 4.67645 9.0193 4.39921 8.38328C4.11969 7.74201 3.96453 7.16202 3.96453 6.67893V6.56427ZM8.06427 1.5C5.26725 1.5 3 3.76725 3 6.56427V6.67893C3 7.34951 3.21001 8.06894 3.51503 8.76869C3.82233 9.47369 4.24031 10.1906 4.68847 10.8648C5.58467 12.213 6.62688 13.4279 7.22255 14.089L7.58093 13.7663L7.22265 14.0891C7.67353 14.5897 8.455 14.5897 8.90588 14.0891C9.50153 13.428 10.5438 12.2131 11.4401 10.8648C11.8882 10.1906 12.3062 9.47369 12.6135 8.76869C12.9185 8.06894 13.1285 7.34951 13.1285 6.67893V6.56427C13.1285 3.76725 10.8613 1.5 8.06427 1.5ZM8.90588 14.0891L8.90598 14.089L8.54786 13.7665L8.90588 14.0891ZM8.06462 4.77863C7.06161 4.77863 6.24902 5.59121 6.24902 6.59423L6.24918 6.60656L6.24902 6.61889C6.24902 7.62191 7.06161 8.43449 8.06462 8.43449C9.06764 8.43449 9.88022 7.62191 9.88022 6.61889V6.59423C9.88022 5.59121 9.06764 4.77863 8.06462 4.77863ZM7.21356 6.61889L7.2134 6.60656L7.21356 6.59423C7.21356 6.12391 7.59431 5.74316 8.06462 5.74316C8.53494 5.74316 8.91569 6.12391 8.91569 6.59423V6.61889C8.91569 7.08921 8.53494 7.46996 8.06462 7.46996C7.59431 7.46996 7.21356 7.08921 7.21356 6.61889Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.8335 4.66667C5.8335 3.47014 6.80364 2.5 8.00016 2.5C9.19669 2.5 10.1668 3.47014 10.1668 4.66667V5.5H5.8335V4.66667ZM4.8335 5.5V4.66667C4.8335 2.91786 6.25135 1.5 8.00016 1.5C9.74897 1.5 11.1668 2.91786 11.1668 4.66667V5.5H11.3335C12.3463 5.5 13.1668 6.32052 13.1668 7.33333V12.6667C13.1668 13.6795 12.3463 14.5 11.3335 14.5H4.66683C3.65402 14.5 2.8335 13.6795 2.8335 12.6667V7.33333C2.8335 6.32052 3.65402 5.5 4.66683 5.5H4.8335ZM10.6668 6.5H5.3335H4.66683C4.20631 6.5 3.8335 6.87281 3.8335 7.33333V12.6667C3.8335 13.1272 4.20631 13.5 4.66683 13.5H11.3335C11.794 13.5 12.1668 13.1272 12.1668 12.6667V7.33333C12.1668 6.87281 11.794 6.5 11.3335 6.5H10.6668ZM8.70727 9.87377C8.64393 9.93712 8.5742 9.99018 8.50016 10.033V11.3933C8.50016 11.6695 8.27631 11.8933 8.00016 11.8933C7.72402 11.8933 7.50016 11.6695 7.50016 11.3933V10.033C7.42612 9.99018 7.3564 9.93712 7.29306 9.87377C6.90253 9.48325 6.90253 8.85008 7.29306 8.45956C7.68358 8.06904 8.31675 8.06904 8.70727 8.45956C9.09779 8.85008 9.09779 9.48325 8.70727 9.87377Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.33333 2.5C8.33333 2.22386 8.10948 2 7.83333 2C7.55719 2 7.33333 2.22386 7.33333 2.5V7.83333C7.33333 8.10948 7.55719 8.33333 7.83333 8.33333C8.10948 8.33333 8.33333 8.10948 8.33333 7.83333V2.5ZM4.41555 4.41556C4.61082 4.22029 4.61082 3.90371 4.41555 3.70845C4.22029 3.51319 3.90371 3.51319 3.70845 3.70845C1.43052 5.98638 1.43052 9.68029 3.70845 11.9582C5.98638 14.2361 9.68029 14.2361 11.9582 11.9582C14.2361 9.68029 14.2361 5.98638 11.9582 3.70845C11.763 3.51319 11.4464 3.51319 11.2511 3.70845C11.0559 3.90371 11.0559 4.22029 11.2511 4.41556C13.1385 6.30296 13.1385 9.36371 11.2511 11.2511C9.36371 13.1385 6.30296 13.1385 4.41555 11.2511C2.52815 9.36371 2.52815 6.30296 4.41555 4.41556Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 3.33331C1.5 3.05717 1.72386 2.83331 2 2.83331H14C14.2761 2.83331 14.5 3.05717 14.5 3.33331C14.5 3.60946 14.2761 3.83331 14 3.83331H2C1.72386 3.83331 1.5 3.60946 1.5 3.33331ZM1.5 8C1.5 7.72386 1.72386 7.5 2 7.5H14C14.2761 7.5 14.5 7.72386 14.5 8C14.5 8.27614 14.2761 8.5 14 8.5H2C1.72386 8.5 1.5 8.27614 1.5 8ZM2 12.1666C1.72386 12.1666 1.5 12.3905 1.5 12.6666C1.5 12.9428 1.72386 13.1666 2 13.1666H14C14.2761 13.1666 14.5 12.9428 14.5 12.6666C14.5 12.3905 14.2761 12.1666 14 12.1666H2Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99786 3.16675C7.54035 3.16675 7.16296 3.53929 7.16653 4.00282C7.16801 4.46104 7.54129 4.83341 7.99986 4.83341C8.45933 4.83341 8.83319 4.45956 8.83319 4.00008C8.83319 3.53866 8.45738 3.16675 7.99786 3.16675ZM7.99786 7.16675C7.54035 7.16675 7.16296 7.53929 7.16653 8.00282C7.16801 8.46104 7.54129 8.83342 7.99986 8.83342C8.45933 8.83342 8.83319 8.45956 8.83319 8.00008C8.83319 7.53866 8.45738 7.16675 7.99786 7.16675ZM7.99786 11.1667C7.54035 11.1667 7.16296 11.5393 7.16653 12.0028C7.16801 12.461 7.54129 12.8334 7.99986 12.8334C8.45933 12.8334 8.83319 12.4596 8.83319 12.0001C8.83319 11.5387 8.45738 11.1667 7.99786 11.1667Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.5C7.21214 2.5 6.574 3.13814 6.574 3.926V8.074C6.574 8.86186 7.21214 9.5 8 9.5C8.78786 9.5 9.426 8.86186 9.426 8.074V3.926C9.426 3.13814 8.78786 2.5 8 2.5ZM5.574 3.926C5.574 2.58586 6.65986 1.5 8 1.5C9.34014 1.5 10.426 2.58586 10.426 3.926V8.074C10.426 9.41414 9.34014 10.5 8 10.5C6.65986 10.5 5.574 9.41414 5.574 8.074V3.926ZM4 6.16667C4.27614 6.16667 4.5 6.39052 4.5 6.66667V8C4.5 9.93319 6.06681 11.5 8 11.5C9.93319 11.5 11.5 9.93319 11.5 8V6.66667C11.5 6.39052 11.7239 6.16667 12 6.16667C12.2761 6.16667 12.5 6.39052 12.5 6.66667V8C12.5 10.3165 10.7501 12.2239 8.5 12.4725V13.5H10.7267C11.0028 13.5 11.2267 13.7239 11.2267 14C11.2267 14.2761 11.0028 14.5 10.7267 14.5H5.14667C4.87052 14.5 4.64667 14.2761 4.64667 14C4.64667 13.7239 4.87052 13.5 5.14667 13.5H7.5V12.4725C5.24987 12.2239 3.5 10.3165 3.5 8V6.66667C3.5 6.39052 3.72386 6.16667 4 6.16667Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.72859 8C3.72859 7.72386 3.95245 7.5 4.22859 7.5L11.7711 7.5C12.0472 7.5 12.2711 7.72386 12.2711 8C12.2711 8.27614 12.0472 8.5 11.7711 8.5L4.22859 8.5C3.95245 8.5 3.72859 8.27615 3.72859 8Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_14299_7940)">
|
|
3
|
-
<path d="M15.5898 6.99886L16.5858 5.00686C17.2198 3.73886 15.9028 2.37986 14.6158 2.97386L11.9988 4.18186L9.38184 2.97386C8.09484 2.37986 6.77784 3.73786 7.41184 5.00686L8.40784 6.99886M7.7488 10.001L6.0318 12.748C4.8108 14.702 4.9358 17.21 6.3458 19.033C7.3878 20.381 8.9958 21.169 10.6998 21.169H13.2988C15.0018 21.169 16.6098 20.38 17.6518 19.033C19.0628 17.21 19.1878 14.702 17.9668 12.747C17.4218 11.874 16.8238 10.918 16.2498 9.99902M16.499 6.99902H7.49902C6.94702 6.99902 6.49902 7.44702 6.49902 7.99902V8.99902C6.49902 9.55102 6.94702 9.99902 7.49902 9.99902H16.499C17.051 9.99902 17.499 9.55102 17.499 8.99902V7.99902C17.499 7.44702 17.051 6.99902 16.499 6.99902Z" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0_14299_7940">
|
|
7
|
-
<rect width="24" height="24" fill="white"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.1765 1.98999C12.961 1.99338 12.7471 2.03035 12.5418 2.09972C12.4378 1.38362 11.6937 0.840781 10.7526 0.840781C10.4673 0.830824 10.1829 0.87987 9.91545 0.985154C9.74536 0.669016 9.49478 0.409483 9.19209 0.235967C8.8894 0.0624509 8.54671 -0.0181097 8.20286 0.00341448C7.90251 -0.0106912 7.60331 0.0511244 7.33017 0.183716C7.05703 0.316308 6.81785 0.515841 6.63253 0.765706C6.31966 0.56998 5.96209 0.468143 5.59841 0.471185C5.16265 0.44075 4.73295 0.591813 4.40152 0.891958C4.07009 1.1921 3.86333 1.61741 3.82563 2.07662V2.60214C3.24564 2.83313 1.57682 3.64163 1.1391 5.39721C0.701377 7.15279 1.32513 10.0172 2.61095 12.2001C3.47533 13.6224 4.5677 14.875 5.83915 15.9018C5.92356 15.9661 6.02508 16.0004 6.12915 16H11.7867C11.8956 15.9987 12.0012 15.9602 12.0877 15.8903C13.0702 14.9346 13.7807 13.7087 14.1395 12.3502C14.7599 10.5616 15.0497 8.66393 14.993 6.76009V3.58388C14.9487 3.1199 14.7334 2.69288 14.3937 2.39477C14.0539 2.09666 13.6168 1.9513 13.1765 1.98999V1.98999ZM14.0082 6.76009C14.0679 8.55987 13.7947 10.3547 13.2038 12.0442C12.8942 13.1371 12.3429 14.1367 11.5952 14.9605H6.27141C5.15845 14.0308 4.19732 12.9149 3.42621 11.6572C2.12945 9.42811 1.78474 6.90447 2.06926 5.65708C2.21844 5.22479 2.45181 4.83031 2.75433 4.49908C3.05685 4.16784 3.4218 3.90722 3.82563 3.73403V8.15185C3.82563 8.2897 3.87751 8.4219 3.96986 8.51937C4.06221 8.61684 4.18746 8.6716 4.31807 8.6716C4.44867 8.6716 4.57392 8.61684 4.66627 8.51937C4.75862 8.4219 4.8105 8.2897 4.8105 8.15185V2.07662C4.8105 1.8052 5.13333 1.49912 5.60935 1.49912C6.08537 1.49912 6.42461 1.79942 6.42461 2.07662V5.37988H7.40949V1.45292C7.40949 1.29123 7.72684 1.0429 8.20833 1.0429C8.68983 1.0429 9.04548 1.3201 9.04548 1.47602V5.45496H10.0304V2.14014L10.1234 2.07084C10.3165 1.94302 10.5412 1.87869 10.769 1.88604C11.2779 1.88604 11.5897 2.14014 11.5897 2.27874V6.03245H12.5801V3.22006C12.7605 3.09057 12.9748 3.02394 13.1929 3.02948C13.6635 3.02948 14.0246 3.324 14.0246 3.57233L14.0082 6.76009Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 7.16667V9.99923C4.50615 11.9298 6.06949 13.4934 8 13.5C9.93046 13.4934 11.4938 11.9299 11.5 9.99934V7.16667L8 7.16667L4.5 7.16667ZM3.5 6.66667V5.99998L3.5 5.99849C3.50742 3.51711 5.51715 1.5074 7.99852 1.5H8H8.00151C10.4829 1.50741 12.4926 3.51712 12.5 5.99851L12.5 6L12.5 10L12.5 10.0015C12.4926 12.4829 10.4829 14.4926 8.00148 14.5L8 14.0045L7.99999 14.5L7.99763 14.5C5.51665 14.4921 3.50741 12.4826 3.5 10.0015L3.5 10V6.66667ZM4.5 6.16667H7.5V2.53705C5.80658 2.78442 4.50562 4.23995 4.5 6.00076V6.16667ZM8.5 6.16667H11.5V6.00067C11.4944 4.23989 10.1934 2.78441 8.5 2.53705V6.16667Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.66761 2.37156C5.87282 2.18677 5.88937 1.87062 5.70458 1.66542C5.51979 1.46021 5.20364 1.44366 4.99844 1.62845L3.11496 3.32454L2.34754 2.63372C2.14231 2.44897 1.82616 2.46558 1.64141 2.67082C1.45666 2.87605 1.47327 3.1922 1.67851 3.37695L2.78051 4.36895C2.9707 4.54016 3.25945 4.54013 3.44961 4.36889L5.66761 2.37156ZM6.83301 3.33333C6.83301 3.05719 7.05687 2.83333 7.33301 2.83333H13.9997C14.2758 2.83333 14.4997 3.05719 14.4997 3.33333C14.4997 3.60948 14.2758 3.83333 13.9997 3.83333H7.33301C7.05687 3.83333 6.83301 3.60948 6.83301 3.33333ZM2.74405 7.41088C3.06946 7.08548 3.59688 7.08548 3.92228 7.41088C4.24768 7.73629 4.24768 8.2637 3.92228 8.58911C3.59688 8.91451 3.06946 8.91451 2.74405 8.58911C2.41865 8.2637 2.41865 7.73629 2.74405 7.41088ZM4.62939 6.70378C3.91346 5.98785 2.75288 5.98785 2.03695 6.70378C1.32102 7.4197 1.32102 8.58029 2.03695 9.29622C2.75288 10.0121 3.91346 10.0121 4.62939 9.29622C5.34532 8.58029 5.34532 7.4197 4.62939 6.70378ZM7.33301 7.5C7.05687 7.5 6.83301 7.72386 6.83301 8C6.83301 8.27614 7.05687 8.5 7.33301 8.5H13.9997C14.2758 8.5 14.4997 8.27614 14.4997 8C14.4997 7.72386 14.2758 7.5 13.9997 7.5H7.33301ZM6.83301 12.6667C6.83301 12.3905 7.05687 12.1667 7.33301 12.1667H13.9997C14.2758 12.1667 14.4997 12.3905 14.4997 12.6667C14.4997 12.9428 14.2758 13.1667 13.9997 13.1667H7.33301C7.05687 13.1667 6.83301 12.9428 6.83301 12.6667ZM2.74405 12.0775C3.06946 11.7521 3.59688 11.7521 3.92228 12.0775C4.24768 12.403 4.24768 12.9304 3.92228 13.2558C3.59688 13.5812 3.06946 13.5812 2.74405 13.2558C2.41865 12.9304 2.41865 12.403 2.74405 12.0775ZM4.62939 11.3704C3.91346 10.6545 2.75288 10.6545 2.03695 11.3704C1.32102 12.0864 1.32102 13.247 2.03695 13.9629C2.75288 14.6788 3.91346 14.6788 4.62939 13.9629C5.34532 13.247 5.34532 12.0864 4.62939 11.3704Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1994 1.78509C10.3361 1.54514 10.6414 1.46142 10.8813 1.59809C11.7927 2.11718 12.5493 2.87377 13.0683 3.78509C13.205 4.02503 13.1213 4.33035 12.8813 4.46702C12.6414 4.60369 12.3361 4.51997 12.1994 4.28003C11.7692 3.52468 11.1418 2.89727 10.3864 2.46702C10.1465 2.33035 10.0627 2.02503 10.1994 1.78509ZM7.99967 2.83325C5.88287 2.83325 4.16634 4.54978 4.16634 6.66658V8.33592C4.16634 8.36188 4.15163 8.38609 4.12745 8.39835L3.79217 8.56566C3.20484 8.86025 2.83301 9.46095 2.83301 10.1186C2.83301 11.0774 3.6102 11.8546 4.56901 11.8546H11.4303C12.3891 11.8546 13.1663 11.0774 13.1663 10.1186C13.1663 9.46107 12.7942 8.85983 12.2063 8.56586L11.8725 8.39934C11.8472 8.38628 11.833 8.36153 11.833 8.33592V6.66658C11.833 4.54978 10.1165 2.83325 7.99967 2.83325ZM5.16634 6.66658C5.16634 5.10206 6.43515 3.83325 7.99967 3.83325C9.5642 3.83325 10.833 5.10206 10.833 6.66658V8.07366V8.33592C10.833 8.74212 11.0626 9.11051 11.4222 9.2922L11.4244 9.29331L11.7598 9.46064C12.0089 9.5854 12.1663 9.84023 12.1663 10.1186C12.1663 10.5251 11.8369 10.8546 11.4303 10.8546H4.56901C4.16248 10.8546 3.83301 10.5251 3.83301 10.1186C3.83301 9.84033 3.99067 9.58497 4.24052 9.45951L4.5759 9.29216C4.93689 9.11103 5.16634 8.74186 5.16634 8.33592V6.66658ZM6.93327 12.8333C6.65713 12.8333 6.43327 13.0571 6.43327 13.3333C6.43327 13.6094 6.65713 13.8333 6.93327 13.8333H9.0666C9.34274 13.8333 9.5666 13.6094 9.5666 13.3333C9.5666 13.0571 9.34274 12.8333 9.0666 12.8333H6.93327ZM5.61312 2.46702C5.85306 2.33035 5.93678 2.02503 5.80011 1.78509C5.66344 1.54514 5.35812 1.46142 5.11818 1.59809C4.20686 2.11718 3.45027 2.87377 2.93118 3.78509C2.79451 4.02503 2.87823 4.33035 3.11818 4.46702C3.35812 4.60369 3.66344 4.51997 3.80011 4.28003C4.23036 3.52468 4.85777 2.89727 5.61312 2.46702Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1736 3.82916C10.8489 2.50162 8.70145 2.50161 7.3768 3.82913C6.39893 4.80933 6.14593 6.23988 6.61546 7.45972C6.68638 7.64398 6.64223 7.85272 6.50278 7.99248L2.8335 11.6701V13.1667H4.32463L4.94816 12.5413V11.524C4.94816 11.2479 5.17202 11.024 5.44816 11.024H5.92483V10.5447C5.92483 10.2685 6.14869 10.0447 6.42483 10.0447H7.43877L7.97893 9.50345L8.33283 9.85666L8.51818 9.39229C9.74056 9.88019 11.1855 9.62938 12.1737 8.64002M8.46365 10.4334C9.97211 10.9051 11.6846 10.5447 12.8813 9.34668C14.5959 7.62756 14.5962 4.84138 12.8814 3.12283C11.1661 1.40372 8.38424 1.40372 6.66889 3.12283C5.48327 4.31126 5.12348 6.00645 5.57516 7.50639L1.97954 11.1102C1.88602 11.2039 1.8335 11.3309 1.8335 11.4633V13.6667C1.8335 13.9428 2.05735 14.1667 2.3335 14.1667H4.53216C4.66502 14.1667 4.79242 14.1138 4.88623 14.0197L5.80223 13.101C5.89568 13.0073 5.94816 12.8804 5.94816 12.748V12.024H6.42483C6.70097 12.024 6.92483 11.8001 6.92483 11.524V11.0447H7.64616C7.77894 11.0447 7.90626 10.9919 8.00006 10.8979L8.46365 10.4334ZM12.1736 3.82916C13.4987 5.15719 13.4988 7.31112 12.1737 8.64002Z" fill="currentColor"/>
|
|
3
|
-
<circle cx="9.76667" cy="6.23333" r="0.766667" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C7 4.55228 7.44772 5 8 5C8.55228 5 9 4.55228 9 4C9 3.44772 8.55228 3 8 3C7.44772 3 7 3.44772 7 4ZM8 2C6.89543 2 6 2.89543 6 4C6 5.10457 6.89543 6 8 6H7.5V7.5H5C4.17157 7.5 3.5 8.17157 3.5 9V10H4C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10H4.5V9C4.5 8.72386 4.72386 8.5 5 8.5H11C11.2761 8.5 11.5 8.72386 11.5 9V10H12C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10H12.5V9C12.5 8.17157 11.8284 7.5 11 7.5H8.5V6H8C9.10457 6 10 5.10457 10 4C10 2.89543 9.10457 2 8 2ZM3 12C3 12.5523 3.44772 13 4 13C4.55228 13 5 12.5523 5 12C5 11.4477 4.55228 11 4 11C3.44772 11 3 11.4477 3 12ZM12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.33333 3.83333C2.87281 3.83333 2.5 4.20614 2.5 4.66667V9.33333C2.5 9.79386 2.87281 10.1667 3.33333 10.1667H3.5V8V6.66667C3.5 5.65386 4.32052 4.83333 5.33333 4.83333H11.5V4.66667C11.5 4.20614 11.1272 3.83333 10.6667 3.83333H3.33333ZM3.33333 11.1667H3.5V11.3333C3.5 12.3461 4.32052 13.1667 5.33333 13.1667H12.6667C13.6795 13.1667 14.5 12.3461 14.5 11.3333V8V6.66667C14.5 5.65386 13.6795 4.83333 12.6667 4.83333H12.5V4.66667C12.5 3.65386 11.6795 2.83333 10.6667 2.83333H3.33333C2.32052 2.83333 1.5 3.65386 1.5 4.66667V9.33333C1.5 10.3461 2.32052 11.1667 3.33333 11.1667ZM5.33333 5.83333L12 5.83333L12.6667 5.83333C13.1272 5.83333 13.5 6.20614 13.5 6.66667V7.5H4.5V6.66667C4.5 6.20614 4.87281 5.83333 5.33333 5.83333ZM13.5 8.5V11.3333C13.5 11.7939 13.1272 12.1667 12.6667 12.1667H5.33333C4.87281 12.1667 4.5 11.7939 4.5 11.3333V10.6667V8.5H13.5ZM6 10.1667C5.72386 10.1667 5.5 10.3905 5.5 10.6667C5.5 10.9428 5.72386 11.1667 6 11.1667H8C8.27614 11.1667 8.5 10.9428 8.5 10.6667C8.5 10.3905 8.27614 10.1667 8 10.1667H6Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.49983 4.22876C8.49983 3.95262 8.27597 3.72876 7.99983 3.72876C7.72369 3.72876 7.49983 3.95262 7.49983 4.22876V7.5H4.22859C3.95245 7.5 3.72859 7.72386 3.72859 8C3.72859 8.27614 3.95245 8.5 4.22859 8.5H7.49983V11.7712C7.49983 12.0474 7.72369 12.2712 7.99983 12.2712C8.27597 12.2712 8.49983 12.0474 8.49983 11.7712V8.5H11.7711C12.0472 8.5 12.2711 8.27614 12.2711 8C12.2711 7.72386 12.0472 7.5 11.7711 7.5H8.49983V4.22876Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z" fill="white"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.2677 3.5H4.73248L2.37695 7.03329L8.00007 13.781L13.6232 7.03329L11.2677 3.5ZM3.93433 6.5L4.84901 5.12797L5.30636 6.5H3.93433ZM4.06759 7.5H5.63969L6.68776 10.6442L4.06759 7.5ZM11.9325 7.5L9.31238 10.6442L10.3604 7.5H11.9325ZM6.69378 7.5H9.30636L8.00007 11.4189L6.69378 7.5ZM6.36045 6.5H9.63969L10.3064 4.5H5.69378L6.36045 6.5ZM12.0658 6.5H10.6938L11.1511 5.12797L12.0658 6.5Z" fill="#CCA45F"/>
|
|
4
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.2037 11.5298C5.6758 11.8432 6.23801 12 6.80022 12C6.86688 12 6.95021 11.9833 7.03353 11.9666L7.03355 11.9666C7.0546 11.9624 7.07565 11.9582 7.09643 11.9543L7.53354 13.8666C7.6002 14.1333 7.86687 14.4 8.13354 14.4666H8.33354C8.53354 14.4666 8.8002 14.4 8.93354 14.3333L10.8002 12.4666C11.0002 12.2666 11.1335 12 11.1335 11.6666V9.66666L12.6669 8.13331C12.9121 7.88806 13.124 7.60938 13.3024 7.3064C13.3854 7.2354 13.4402 7.1276 13.4607 7.01396C13.6389 6.65462 13.7743 6.26777 13.8669 5.86664L14.4002 3.26664C14.5336 2.79998 14.3336 2.26664 14.0002 1.93331C13.6669 1.59998 13.1336 1.39998 12.6669 1.53331L10.0669 2.13331C9.20022 2.26664 8.40022 2.73331 7.80022 3.33331L6.26689 4.86664H4.33356C4.06689 4.86664 3.73356 4.99997 3.53356 5.19997L1.66689 7.06664C1.46689 7.26664 1.40023 7.59997 1.46689 7.86664C1.53356 8.19997 1.80023 8.39997 2.06689 8.46664L3.98633 8.90537C3.91373 9.56481 4.10375 10.2532 4.46972 10.7971L3.73351 11.5333C3.53351 11.7333 3.53351 12.0666 3.73351 12.2666C3.80018 12.3333 3.93351 12.4 4.06684 12.4C4.20018 12.4 4.33351 12.3333 4.46684 12.2666L5.2037 11.5298ZM10.1335 10.6289C9.53715 11.1187 8.8302 11.4974 8.09338 11.7326L8.46687 13.3333L10.0669 11.7333C10.0669 11.7333 10.1335 11.6666 10.1335 11.6V10.6289ZM7.56282 10.9242C8.4651 10.7184 9.29055 10.2339 9.86689 9.59998L12.0002 7.46664C12.1582 7.30864 12.301 7.13534 12.4258 6.94935C11.5046 5.65252 10.3703 4.47137 9.02289 3.54879C8.82219 3.67961 8.6358 3.83106 8.46689 3.99998L6.40022 6.13331C5.66689 6.86664 5.20022 7.79998 5.06689 8.86664C5.02273 9.26407 5.09557 9.66149 5.26602 10.0008L8.46684 6.79997C8.66684 6.59997 9.00018 6.59997 9.20018 6.79997C9.40018 6.99997 9.40018 7.3333 9.20018 7.5333L5.97863 10.7548C6.33196 10.9579 6.75 11.0479 7.13355 11C7.1823 10.9939 7.23091 10.987 7.27935 10.9792C7.31743 10.9594 7.35798 10.9439 7.4002 10.9333C7.45499 10.9196 7.50977 10.9172 7.56282 10.9242ZM12.9336 5.73331C12.918 5.81103 12.8997 5.88784 12.8789 5.96364C12.0424 4.88715 11.1029 3.91848 10.0376 3.10344C10.0914 3.08985 10.1456 3.07758 10.2002 3.06664L12.8002 2.53331H12.9336C13.0669 2.53331 13.2002 2.53331 13.3336 2.66664C13.4669 2.79998 13.5336 2.93331 13.4669 3.13331L12.9336 5.73331ZM4.21428 7.89436C4.45043 7.149 4.82411 6.45275 5.30483 5.86664H4.40023C4.33356 5.86664 4.33356 5.86664 4.26689 5.93331L2.66689 7.53331L4.21428 7.89436Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
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="M6 2.25C5.00544 2.25 4.05161 2.64509 3.34835 3.34835C2.64509 4.05161 2.25 5.00544 2.25 6V18C2.25 18.9946 2.64509 19.9484 3.34835 20.6517C4.05161 21.3549 5.00544 21.75 6 21.75H11C11.4142 21.75 11.75 21.4142 11.75 21C11.75 20.5858 11.4142 20.25 11 20.25H6C5.40326 20.25 4.83097 20.0129 4.40901 19.591C3.98705 19.169 3.75 18.5967 3.75 18V6C3.75 5.40326 3.98705 4.83097 4.40901 4.40901C4.83097 3.98705 5.40326 3.75 6 3.75H18C18.5967 3.75 19.169 3.98705 19.591 4.40901C20.0129 4.83097 20.25 5.40326 20.25 6V11C20.25 11.4142 20.5858 11.75 21 11.75C21.4142 11.75 21.75 11.4142 21.75 11V6C21.75 5.00544 21.3549 4.05161 20.6517 3.34835C19.9484 2.64509 18.9946 2.25 18 2.25H6ZM6.25049 7.99997C6.25049 7.58576 6.58627 7.24997 7.00049 7.24997H12.0005C12.4147 7.24997 12.7505 7.58576 12.7505 7.99997C12.7505 8.41418 12.4147 8.74997 12.0005 8.74997H7.00049C6.58627 8.74997 6.25049 8.41418 6.25049 7.99997ZM11.25 12C11.25 11.5858 11.5858 11.25 12 11.25H15C15.4142 11.25 15.75 11.5858 15.75 12C15.75 12.4142 15.4142 12.75 15 12.75H12C11.5858 12.75 11.25 12.4142 11.25 12ZM15 7.24997C14.5858 7.24997 14.25 7.58576 14.25 7.99997C14.25 8.41418 14.5858 8.74997 15 8.74997H17C17.4142 8.74997 17.75 8.41418 17.75 7.99997C17.75 7.58576 17.4142 7.24997 17 7.24997H15ZM6.25049 12C6.25049 11.5858 6.58627 11.25 7.00049 11.25H9.00049C9.4147 11.25 9.75049 11.5858 9.75049 12C9.75049 12.4142 9.4147 12.75 9.00049 12.75H7.00049C6.58627 12.75 6.25049 12.4142 6.25049 12ZM7.00049 15.25C6.58627 15.25 6.25049 15.5858 6.25049 16C6.25049 16.4142 6.58627 16.75 7.00049 16.75H12.0005C12.4147 16.75 12.7505 16.4142 12.7505 16C12.7505 15.5858 12.4147 15.25 12.0005 15.25H7.00049ZM18.1767 13.7626C18.5049 13.4344 18.95 13.2501 19.4141 13.2501C19.8783 13.2501 20.3234 13.4344 20.6516 13.7626L22.2374 15.3485C22.5656 15.6767 22.75 16.1218 22.75 16.5859C22.75 17.0501 22.5656 17.4952 22.2375 17.8234L18.8233 21.2375C18.6608 21.4 18.4679 21.5289 18.2556 21.6168C18.0433 21.7048 17.8157 21.75 17.5859 21.75H15.5C15.1685 21.75 14.8505 21.6183 14.6161 21.3839C14.3817 21.1495 14.25 20.8316 14.25 20.5V18.4142C14.25 18.1844 14.2953 17.9568 14.3832 17.7445C14.4711 17.5322 14.6 17.3392 14.7626 17.1767L18.1767 13.7626ZM19.4141 14.7501C19.3478 14.7501 19.2842 14.7764 19.2374 14.8233L15.8232 18.2374C15.8 18.2606 15.7816 18.2881 15.769 18.3185C15.7565 18.3488 15.75 18.3813 15.75 18.4142V20.25H17.5859C17.6187 20.25 17.6512 20.2436 17.6816 20.231C17.7119 20.2185 17.7395 20.2 17.7627 20.1768L21.1768 16.7627C21.2237 16.7158 21.25 16.6522 21.25 16.5859C21.25 16.5196 21.2237 16.456 21.1768 16.4092L19.5909 14.8233C19.544 14.7764 19.4804 14.7501 19.4141 14.7501Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.03665 4.37035C4.75261 3.65438 5.91341 3.65438 6.62937 4.37035C7.34534 5.08631 7.34534 6.24711 6.62937 6.96307C5.91341 7.67904 4.75261 7.67904 4.03665 6.96307C3.32068 6.24711 3.32068 5.08631 4.03665 4.37035ZM3.32954 3.66324C4.43603 2.55675 6.22999 2.55675 7.33648 3.66324C8.44297 4.76973 8.44297 6.56369 7.33648 7.67018C6.22999 8.77667 4.43603 8.77667 3.32954 7.67018C2.22305 6.56369 2.22305 4.76973 3.32954 3.66324ZM1.83301 12.6667C1.83301 11.4702 2.80315 10.5 3.99967 10.5H6.66634C7.86287 10.5 8.83301 11.4702 8.83301 12.6667C8.83301 12.9429 9.05687 13.1667 9.33301 13.1667C9.60915 13.1667 9.83301 12.9429 9.83301 12.6667C9.83301 10.9179 8.41515 9.50004 6.66634 9.50004H3.99967C2.25087 9.50004 0.833008 10.9179 0.833008 12.6667C0.833008 12.9429 1.05687 13.1667 1.33301 13.1667C1.60915 13.1667 1.83301 12.9429 1.83301 12.6667ZM10.1663 9.33337C10.1663 9.05723 10.3902 8.83337 10.6663 8.83337H12.6663C14.0472 8.83337 15.1663 9.95257 15.1663 11.3334C15.1663 11.6095 14.9425 11.8334 14.6663 11.8334C14.3902 11.8334 14.1663 11.6095 14.1663 11.3334C14.1663 10.5048 13.4949 9.83337 12.6663 9.83337H10.6663C10.3902 9.83337 10.1663 9.60952 10.1663 9.33337ZM10.8414 4.84175C11.297 4.38614 12.0357 4.38614 12.4913 4.84175C12.9469 5.29736 12.9469 6.03605 12.4913 6.49166C12.0357 6.94728 11.297 6.94727 10.8414 6.49166C10.3858 6.03605 10.3858 5.29736 10.8414 4.84175ZM10.1343 4.13464C10.9803 3.28861 12.3519 3.28851 13.1981 4.13435L13.1984 4.13464C14.0445 4.98078 14.0445 6.35263 13.1984 7.19877C12.3523 8.04491 10.9804 8.04491 10.1343 7.19877C9.28814 6.35263 9.28814 4.98078 10.1343 4.13464Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.10716 5.49093C4.34212 3.07273 7.20809 1.88537 9.83625 2.81838C12.696 3.83361 14.1913 6.97491 13.1761 9.83465C12.1608 12.6944 9.01955 14.1897 6.15981 13.1745C5.38911 12.9009 4.68921 12.4587 4.11116 11.8802C3.91597 11.6848 3.59939 11.6847 3.40405 11.8799C3.20871 12.0751 3.20858 12.3916 3.40376 12.587C4.08702 13.2708 4.9143 13.7935 5.82526 14.1169C9.20546 15.3168 12.9185 13.5494 14.1185 10.1692C15.3184 6.78899 13.551 3.076 10.1708 1.876C7.25062 0.839321 4.08207 2.01732 2.5 4.5366V3.32426C2.5 3.04812 2.27614 2.82426 2 2.82426C1.72386 2.82426 1.5 3.04812 1.5 3.32426V5.99093C1.5 6.26707 1.72386 6.49093 2 6.49093H4.66667C4.94281 6.49093 5.16667 6.26707 5.16667 5.99093C5.16667 5.71478 4.94281 5.49093 4.66667 5.49093H3.10716Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.5C2.17157 1.5 1.5 2.17157 1.5 3V11C1.5 11.8284 2.17157 12.5 3 12.5H5.79289L8 14.7071L10.2071 12.5H13C13.8284 12.5 14.5 11.8284 14.5 11V3C14.5 2.17157 13.8284 1.5 13 1.5H3ZM2.5 3C2.5 2.72386 2.72386 2.5 3 2.5H13C13.2761 2.5 13.5 2.72386 13.5 3V11C13.5 11.2761 13.2761 11.5 13 11.5H9.79289L8 13.2929L6.20711 11.5H3C2.72386 11.5 2.5 11.2761 2.5 11V3ZM4 7.5H12V6.5H4V7.5ZM12 5.5H4V4.5H12V5.5ZM4 9.5H12V8.5H4V9.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8C1.5 4.40986 4.40986 1.5 8 1.5C11.5901 1.5 14.5 4.40986 14.5 8C14.5 11.5901 11.5901 14.5 8 14.5C4.40986 14.5 1.5 11.5901 1.5 8ZM11.0204 6.31313C11.2156 6.5084 11.2156 6.82498 11.0204 7.02024L7.68705 10.3536C7.49179 10.5488 7.1752 10.5488 6.97994 10.3536L4.97994 8.35357C4.78468 8.15831 4.78468 7.84173 4.97994 7.64647C5.1752 7.4512 5.49179 7.4512 5.68705 7.64647L7.3335 9.29291L10.3133 6.31313C10.5085 6.11787 10.8251 6.11787 11.0204 6.31313Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8C2.5 4.96243 4.96243 2.5 8 2.5C11.0376 2.5 13.5 4.96243 13.5 8C13.5 11.0376 11.0376 13.5 8 13.5C4.96243 13.5 2.5 11.0376 2.5 8ZM8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5C11.5899 14.5 14.5 11.5899 14.5 8C14.5 4.41015 11.5899 1.5 8 1.5ZM7.00008 10.7071L11.7072 6L11.0001 5.29289L7.00008 9.29289L5.00008 7.29289L4.29297 8L7.00008 10.7071Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.18597 4.07488C5.54525 2.7156 7.74909 2.7156 9.10837 4.07488C10.4608 5.42727 10.4676 7.61565 9.12897 8.97652C9.11267 8.98904 9.09697 9.0027 9.08196 9.01751C9.06749 9.03178 9.05408 9.04671 9.04172 9.06222C7.67798 10.3562 5.52325 10.3346 4.18597 8.99729C2.82668 7.63801 2.82668 5.43417 4.18597 4.07488ZM9.4112 10.0632C7.65286 11.4447 5.09954 11.3251 3.47886 9.7044C1.72905 7.95459 1.72905 5.11759 3.47886 3.36778C5.22867 1.61797 8.06567 1.61797 9.81548 3.36778C11.4554 5.00768 11.5584 7.60248 10.1245 9.36234L13.6891 12.9756C13.883 13.1722 13.8808 13.4888 13.6842 13.6827C13.4877 13.8767 13.1711 13.8745 12.9772 13.6779L9.4112 10.0632Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 2.675C1.5 2.39886 1.72386 2.175 2 2.175H5.33333C5.60948 2.175 5.83333 2.39886 5.83333 2.675C5.83333 2.95115 5.60948 3.175 5.33333 3.175H2C1.72386 3.175 1.5 2.95115 1.5 2.675ZM11.8621 2.71278C11.1461 1.99685 9.98555 1.99685 9.26962 2.71278L5.17562 6.80678C4.45969 7.52271 4.45969 8.68329 5.17562 9.39922L5.9514 10.175H2.66667C2.02252 10.175 1.5 10.6975 1.5 11.3417V12.675C1.5 13.3191 2.02252 13.8417 2.66667 13.8417H13.3333C13.9775 13.8417 14.5 13.3191 14.5 12.675V11.3417C14.5 10.6975 13.9775 10.175 13.3333 10.175H11.1936L13.9627 7.40589C14.6787 6.68996 14.6787 5.52938 13.9627 4.81345L12.4444 3.29515C12.4348 3.28357 12.4245 3.27232 12.4136 3.26145C12.4028 3.25058 12.3915 3.24031 12.3799 3.23065L11.8621 2.71278ZM11.3515 3.61646L11.155 3.41989C10.8295 3.09448 10.3021 3.09448 9.97673 3.41989L5.88273 7.51389C5.55732 7.83929 5.55732 8.36671 5.88273 8.69211L6.07929 8.88868L11.3515 3.61646ZM6.7864 9.59579L7.36561 10.175H9.7794L13.2556 6.69878C13.581 6.37338 13.581 5.84596 13.2556 5.52056L12.0586 4.32356L6.7864 9.59579ZM2.5 11.3417C2.5 11.2498 2.57481 11.175 2.66667 11.175H13.3333C13.4252 11.175 13.5 11.2498 13.5 11.3417V12.675C13.5 12.7669 13.4252 12.8417 13.3333 12.8417H2.66667C2.57481 12.8417 2.5 12.7669 2.5 12.675V11.3417ZM2 4.175C1.72386 4.175 1.5 4.39886 1.5 4.675C1.5 4.95115 1.72386 5.175 2 5.175H4C4.27614 5.175 4.5 4.95115 4.5 4.675C4.5 4.39886 4.27614 4.175 4 4.175H2ZM1.5 6.675C1.5 6.39886 1.72386 6.175 2 6.175H2.66667C2.94281 6.175 3.16667 6.39886 3.16667 6.675C3.16667 6.95115 2.94281 7.175 2.66667 7.175H2C1.72386 7.175 1.5 6.95115 1.5 6.675Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.22501 3.01005C3.29607 2.99124 3.37156 2.99901 3.4373 3.03189L3.43835 3.03241L13.1655 7.89471L13.3888 7.44797L13.1655 7.89474C13.3146 7.96921 13.375 8.15042 13.3005 8.29946C13.2713 8.3579 13.2239 8.40527 13.1655 8.43447L13.1655 8.4345L3.43739 13.2973L3.66095 13.7445L3.4373 13.2973C3.28816 13.3719 3.1068 13.3115 3.03221 13.1623C2.99935 13.0966 2.99157 13.0212 3.01034 12.9502L3.01037 12.95L4.14547 8.66459H7.41912C7.69526 8.66459 7.91912 8.44073 7.91912 8.16459C7.91912 7.88845 7.69526 7.66459 7.41912 7.66459H4.14546L3.01037 3.37916L3.01035 3.37912L3.01034 3.37905C2.96776 3.21789 3.06385 3.0527 3.22501 3.01005ZM14.1951 8.74647C14.5164 8.10339 14.2556 7.32156 13.6125 7.00021L3.8846 2.13751L3.88451 2.13746L3.88338 2.1369C3.60017 1.99563 3.27519 1.96235 2.9692 2.04332L2.9692 2.04332C2.27409 2.22726 1.8597 2.93987 2.04364 3.63498L2.52698 3.50708L2.04367 3.63509L3.24342 8.16461L2.04367 12.6941L2.04364 12.6942C1.96255 13.0007 1.99604 13.3261 2.13783 13.6096C2.45945 14.2527 3.24151 14.5133 3.8846 14.1917L13.6125 9.329L13.6126 9.32898C13.8647 9.20298 14.0691 8.99857 14.1951 8.74647Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.92347 7.10255C8.4134 6.59248 7.58598 6.59248 7.07591 7.10255C6.56584 7.61263 6.56584 8.44004 7.07591 8.95011C7.58598 9.46019 8.4134 9.46019 8.92347 8.95011C9.43354 8.44004 9.43354 7.61263 8.92347 7.10255ZM6.36881 6.39545C7.2694 5.49485 8.72998 5.49485 9.63058 6.39545C10.5312 7.29604 10.5312 8.75663 9.63058 9.65722C8.72998 10.5578 7.2694 10.5578 6.36881 9.65722C5.46821 8.75663 5.46821 7.29604 6.36881 6.39545Z" fill="currentColor"/>
|
|
3
|
-
<mask id="path-2-inside-1_815_4455" fill="white">
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.31068 9.78466C4.61752 9.98933 5.55166 11.1867 5.45535 12.5362C5.45535 12.5362 5.45535 12.5362 5.45535 12.5362L5.39858 13.3318L5.70657 13.4835L6.27922 12.9423C6.27926 12.9422 6.27917 12.9423 6.27922 12.9423C7.2503 12.0243 8.74782 12.0248 9.71889 12.9418L10.2921 13.4835L10.6 13.3318L10.5433 12.5362C10.5433 12.5362 10.5433 12.5363 10.5433 12.5362C10.447 11.1867 11.3811 9.98932 12.6879 9.78466L13.4588 9.66395L13.5347 9.32346L12.8918 8.8732C11.8013 8.10877 11.4675 6.61537 12.1264 5.4424L12.5149 4.75121L12.3017 4.47758L11.5565 4.71101C11.5564 4.71102 11.5565 4.711 11.5565 4.71101C10.2913 5.10738 8.94215 4.44253 8.45591 3.18479L8.17062 2.44504L7.83117 2.44595L7.55436 3.17375C7.55435 3.17379 7.55438 3.17372 7.55436 3.17375C7.07261 4.44063 5.71677 5.11018 4.44818 4.7116C4.44801 4.71154 4.44836 4.71166 4.44818 4.7116L3.66298 4.46516L3.45398 4.73557L3.8514 5.42855C4.52395 6.60239 4.19535 8.10983 3.09768 8.87891L2.46461 9.32263L2.54075 9.66409L3.31068 9.78466ZM2.39257 5.08044C2.24125 4.81602 2.26369 4.4842 2.44977 4.24348L2.96385 3.57835C3.14994 3.33838 3.46128 3.23913 3.74728 3.32949L4.76676 3.64946C5.49226 3.87759 6.267 3.49466 6.54215 2.77102L6.9078 1.80963C7.0164 1.52447 7.28431 1.33634 7.58334 1.3356L8.41311 1.33338C8.71215 1.33264 8.98077 1.51929 9.09083 1.8037L9.46589 2.77621C9.74393 3.4954 10.5151 3.87536 11.2384 3.64872L12.2173 3.34208C12.5026 3.25246 12.8125 3.35097 12.9986 3.58946L13.5163 4.25385C13.7024 4.49234 13.727 4.82343 13.5785 5.08785L13.0681 5.99591C12.6916 6.66622 12.882 7.51947 13.5054 7.95647L14.3504 8.54827C14.5966 8.7201 14.7146 9.02896 14.648 9.32672L14.4633 10.1548C14.3967 10.4525 14.1592 10.6784 13.8645 10.7244L12.8523 10.8829C12.1051 10.9999 11.5715 11.6843 11.6265 12.4553L11.7011 13.5019C11.7228 13.8056 11.5613 14.0915 11.2934 14.2233L10.5433 14.5929C10.2739 14.7255 9.95391 14.6766 9.73452 14.4692L8.98222 13.7582C8.42687 13.2338 7.57103 13.2338 7.0164 13.7582L6.26411 14.4692C6.04472 14.6759 5.72396 14.7255 5.45534 14.5929L4.70666 14.224C4.43804 14.0915 4.27585 13.8048 4.29757 13.5004L4.37215 12.4553C4.42718 11.6843 3.89354 10.9999 3.14632 10.8829L2.13408 10.7244C1.83939 10.6784 1.6019 10.4525 1.53601 10.154L1.35138 9.32597C1.28477 9.02896 1.40279 8.7201 1.64897 8.54753L2.4838 7.9624C3.11084 7.52318 3.29909 6.66177 2.91462 5.99073L2.39257 5.08044ZM5.92729 13.5923L5.92661 13.5919Z"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.31068 9.78466C4.61752 9.98933 5.55166 11.1867 5.45535 12.5362C5.45535 12.5362 5.45535 12.5362 5.45535 12.5362L5.39858 13.3318L5.70657 13.4835L6.27922 12.9423C6.27926 12.9422 6.27917 12.9423 6.27922 12.9423C7.2503 12.0243 8.74782 12.0248 9.71889 12.9418L10.2921 13.4835L10.6 13.3318L10.5433 12.5362C10.5433 12.5362 10.5433 12.5363 10.5433 12.5362C10.447 11.1867 11.3811 9.98932 12.6879 9.78466L13.4588 9.66395L13.5347 9.32346L12.8918 8.8732C11.8013 8.10877 11.4675 6.61537 12.1264 5.4424L12.5149 4.75121L12.3017 4.47758L11.5565 4.71101C11.5564 4.71102 11.5565 4.711 11.5565 4.71101C10.2913 5.10738 8.94215 4.44253 8.45591 3.18479L8.17062 2.44504L7.83117 2.44595L7.55436 3.17375C7.55435 3.17379 7.55438 3.17372 7.55436 3.17375C7.07261 4.44063 5.71677 5.11018 4.44818 4.7116C4.44801 4.71154 4.44836 4.71166 4.44818 4.7116L3.66298 4.46516L3.45398 4.73557L3.8514 5.42855C4.52395 6.60239 4.19535 8.10983 3.09768 8.87891L2.46461 9.32263L2.54075 9.66409L3.31068 9.78466ZM2.39257 5.08044C2.24125 4.81602 2.26369 4.4842 2.44977 4.24348L2.96385 3.57835C3.14994 3.33838 3.46128 3.23913 3.74728 3.32949L4.76676 3.64946C5.49226 3.87759 6.267 3.49466 6.54215 2.77102L6.9078 1.80963C7.0164 1.52447 7.28431 1.33634 7.58334 1.3356L8.41311 1.33338C8.71215 1.33264 8.98077 1.51929 9.09083 1.8037L9.46589 2.77621C9.74393 3.4954 10.5151 3.87536 11.2384 3.64872L12.2173 3.34208C12.5026 3.25246 12.8125 3.35097 12.9986 3.58946L13.5163 4.25385C13.7024 4.49234 13.727 4.82343 13.5785 5.08785L13.0681 5.99591C12.6916 6.66622 12.882 7.51947 13.5054 7.95647L14.3504 8.54827C14.5966 8.7201 14.7146 9.02896 14.648 9.32672L14.4633 10.1548C14.3967 10.4525 14.1592 10.6784 13.8645 10.7244L12.8523 10.8829C12.1051 10.9999 11.5715 11.6843 11.6265 12.4553L11.7011 13.5019C11.7228 13.8056 11.5613 14.0915 11.2934 14.2233L10.5433 14.5929C10.2739 14.7255 9.95391 14.6766 9.73452 14.4692L8.98222 13.7582C8.42687 13.2338 7.57103 13.2338 7.0164 13.7582L6.26411 14.4692C6.04472 14.6759 5.72396 14.7255 5.45534 14.5929L4.70666 14.224C4.43804 14.0915 4.27585 13.8048 4.29757 13.5004L4.37215 12.4553C4.42718 11.6843 3.89354 10.9999 3.14632 10.8829L2.13408 10.7244C1.83939 10.6784 1.6019 10.4525 1.53601 10.154L1.35138 9.32597C1.28477 9.02896 1.40279 8.7201 1.64897 8.54753L2.4838 7.9624C3.11084 7.52318 3.29909 6.66177 2.91462 5.99073L2.39257 5.08044ZM5.92729 13.5923L5.92661 13.5919Z" fill="#CB7B7A"/>
|
|
7
|
-
<path d="M10.128 14.0165C10.3286 14.2062 10.6451 14.1974 10.8348 13.9968C11.0246 13.7961 11.0158 13.4797 10.8151 13.2899L10.128 14.0165ZM10.8146 13.2894C10.6139 13.0996 10.2975 13.1085 10.1077 13.3091C9.91798 13.5097 9.9268 13.8262 10.1274 14.0159L10.8146 13.2894ZM3.38493 9.28817C3.38493 9.28816 3.38493 9.28816 3.38493 9.28816C3.38493 9.28816 3.38493 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38495 9.28816 3.38495 9.28816C3.50695 8.59165 2.81045 8.46965 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81042 8.46967 2.81048 8.46963 2.81045 8.46965C2.81043 8.46966 2.81045 8.46965 2.81044 8.46966C2.81042 8.46967 2.81045 8.46965 2.81043 8.46966C2.8104 8.46968 2.81046 8.46964 2.81043 8.46966C2.81042 8.46967 2.81043 8.46966 2.81042 8.46967C2.81042 8.46967 2.81043 8.46966 2.81042 8.46967C2.81042 8.46967 2.81042 8.46967 2.81042 8.46967C2.81042 8.46967 2.81042 8.46967 2.81042 8.46967C2.81042 8.46967 2.81042 8.46967 2.81042 8.46967C2.81043 8.46967 3.50693 8.59167 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817H3.38492C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38496 9.28815 3.38489 9.28819 3.38493 9.28817L2.81044 8.46966C2.81043 8.46966 2.81044 8.46966 2.81043 8.46966C2.81043 8.46966 2.81043 8.46966 2.81042 8.46967C2.81042 8.46967 2.81042 8.46967 2.81042 8.46967C2.81042 8.46967 2.81042 8.46967 2.81042 8.46967C2.68842 9.16617 3.38492 9.28818 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28818C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38492 9.28817 3.38492 9.28817 3.38492 9.28817C3.38495 9.28815 3.38488 9.2882 3.38492 9.28817C3.38494 9.28816 3.38492 9.28818 3.38493 9.28817C3.38495 9.28815 3.38492 9.28817 3.38494 9.28816C3.38497 9.28814 3.38492 9.28817 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 3.38494 9.28816 3.38494 9.28816C3.38494 9.28816 2.68844 9.16615 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965H2.81045C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81045 8.46965 2.81045 8.46965 2.81045 8.46965C2.81042 8.46967 2.81047 8.46963 2.81044 8.46966L3.38493 9.28817ZM10.8151 13.2899L10.8146 13.2894L10.1274 14.0159L10.128 14.0165L10.8151 13.2899ZM3.31068 9.78466L3.46541 8.7967L3.46539 8.79669L3.31068 9.78466ZM5.39858 13.3318L4.40111 13.2606C4.37217 13.6663 4.59179 14.0491 4.95663 14.2288L5.39858 13.3318ZM5.70657 13.4835L5.26462 14.3806C5.63952 14.5653 6.08974 14.4973 6.39347 14.2103L5.70657 13.4835ZM9.71889 12.9418L10.4058 12.215L10.4054 12.2147L9.71889 12.9418ZM10.2921 13.4835L9.60515 14.2103C9.90889 14.4974 10.3591 14.5653 10.734 14.3805L10.2921 13.4835ZM10.6 13.3318L11.0419 14.2288C11.4067 14.0491 11.6263 13.6664 11.5974 13.2607L10.6 13.3318ZM12.6879 9.78466L12.5332 8.79669L12.5332 8.7967L12.6879 9.78466ZM13.4588 9.66395L13.6135 10.6519C14.0196 10.5883 14.3454 10.2827 14.4348 9.88157L13.4588 9.66395ZM13.5347 9.32346L14.5107 9.54108C14.5989 9.14592 14.44 8.73663 14.1084 8.50437L13.5347 9.32346ZM12.8918 8.8732L12.3178 9.69206L12.3182 9.69229L12.8918 8.8732ZM12.1264 5.4424L11.2547 4.95238L11.2545 4.95268L12.1264 5.4424ZM12.5149 4.75121L13.3866 5.24124C13.5841 4.88994 13.5514 4.45444 13.3037 4.13656L12.5149 4.75121ZM12.3017 4.47758L13.0905 3.86293C12.8342 3.53401 12.4007 3.39865 12.0028 3.5233L12.3017 4.47758ZM8.45591 3.18479L7.5229 3.54462L7.52319 3.54538L8.45591 3.18479ZM8.17062 2.44504L9.10364 2.0852C8.95451 1.69855 8.58236 1.44393 8.16794 1.44504L8.17062 2.44504ZM7.83117 2.44595L7.8285 1.44595C7.41434 1.44706 7.04372 1.70335 6.89649 2.09046L7.83117 2.44595ZM3.66298 4.46516L3.96244 3.51105C3.56301 3.38568 3.12778 3.52239 2.87177 3.85362L3.66298 4.46516ZM3.45398 4.73557L2.66276 4.12403C2.41528 4.44422 2.38518 4.88201 2.58651 5.23306L3.45398 4.73557ZM3.8514 5.42855L4.71908 4.93142L4.71887 4.93106L3.8514 5.42855ZM3.09768 8.87891L2.52387 8.05993L2.52373 8.06002L3.09768 8.87891ZM2.46461 9.32263L1.89066 8.50374C1.55922 8.73604 1.4005 9.14522 1.48858 9.54025L2.46461 9.32263ZM2.54075 9.66409L1.56472 9.88172C1.65416 10.2829 1.97997 10.5885 2.38604 10.6521L2.54075 9.66409ZM2.44977 4.24348L3.24094 4.85508L3.24099 4.85502L2.44977 4.24348ZM2.39257 5.08044L1.52466 5.57715L1.5251 5.57793L2.39257 5.08044ZM2.96385 3.57835L2.1736 2.96558L2.17264 2.96682L2.96385 3.57835ZM3.74728 3.32949L3.44602 4.28303L3.44783 4.2836L3.74728 3.32949ZM4.76676 3.64946L5.06672 2.69551L5.06621 2.69535L4.76676 3.64946ZM6.54215 2.77102L5.60747 2.41553L5.60743 2.41562L6.54215 2.77102ZM6.9078 1.80963L5.97328 1.4537L5.97312 1.45414L6.9078 1.80963ZM7.58334 1.3356L7.58582 2.3356L7.58602 2.33559L7.58334 1.3356ZM8.41311 1.33338L8.41063 0.333379L8.41043 0.33338L8.41311 1.33338ZM9.09083 1.8037L10.0238 1.44387L10.0234 1.44282L9.09083 1.8037ZM9.46589 2.77621L8.53287 3.13604L8.53317 3.1368L9.46589 2.77621ZM11.2384 3.64872L10.9395 2.69444L10.9394 2.69447L11.2384 3.64872ZM12.2173 3.34208L12.5162 4.29636L12.517 4.29611L12.2173 3.34208ZM12.9986 3.58946L13.7874 2.97482L13.787 2.97432L12.9986 3.58946ZM13.5163 4.25385L12.7275 4.8685L12.7279 4.86899L13.5163 4.25385ZM13.5785 5.08785L14.4502 5.57787L14.4505 5.57734L13.5785 5.08785ZM13.0681 5.99591L12.1964 5.50589L12.1962 5.50618L13.0681 5.99591ZM13.5054 7.95647L12.9314 8.77533L12.9317 8.77556L13.5054 7.95647ZM14.3504 8.54827L13.7767 9.36736L13.778 9.36827L14.3504 8.54827ZM14.648 9.32672L13.6721 9.10839L13.6719 9.10909L14.648 9.32672ZM14.4633 10.1548L15.4392 10.3731L15.4394 10.3724L14.4633 10.1548ZM13.8645 10.7244L13.7106 9.73629L13.7098 9.7364L13.8645 10.7244ZM12.8523 10.8829L12.6976 9.89491L12.6976 9.89491L12.8523 10.8829ZM11.6265 12.4553L12.624 12.3842L12.6239 12.3841L11.6265 12.4553ZM11.7011 13.5019L10.7036 13.573L10.7036 13.5732L11.7011 13.5019ZM11.2934 14.2233L10.8519 13.3261L10.8514 13.3263L11.2934 14.2233ZM10.5433 14.5929L10.9849 15.4901L10.9853 15.4899L10.5433 14.5929ZM9.73452 14.4692L10.4215 13.7425L10.4214 13.7425L9.73452 14.4692ZM8.98222 13.7582L9.66912 13.0314L9.66877 13.0311L8.98222 13.7582ZM7.0164 13.7582L7.70331 14.4849L7.70343 14.4848L7.0164 13.7582ZM6.26411 14.4692L6.94976 15.1971L6.95101 15.196L6.26411 14.4692ZM5.45534 14.5929L5.89792 13.6962L5.89729 13.6959L5.45534 14.5929ZM4.70666 14.224L4.26408 15.1208L4.26471 15.1211L4.70666 14.224ZM4.29757 13.5004L3.30011 13.4292L3.3001 13.4292L4.29757 13.5004ZM4.37215 12.4553L3.37468 12.3841L3.37468 12.3841L4.37215 12.4553ZM3.14632 10.8829L3.30104 9.89491L3.30102 9.89491L3.14632 10.8829ZM2.13408 10.7244L2.28879 9.7364L2.28806 9.73629L2.13408 10.7244ZM1.53601 10.154L2.51251 9.93849L2.51205 9.93642L1.53601 10.154ZM1.35138 9.32597L2.32741 9.10835L2.32714 9.10713L1.35138 9.32597ZM1.64897 8.54753L1.07501 7.72864L1.07494 7.72869L1.64897 8.54753ZM2.4838 7.9624L1.91008 7.14335L1.90985 7.14351L2.4838 7.9624ZM2.91462 5.99073L3.78229 5.49359L3.78209 5.49323L2.91462 5.99073ZM5.48456 14.4889C5.97976 14.7334 6.57943 14.5302 6.82394 14.035C7.06846 13.5398 6.86523 12.9401 6.37003 12.6956L5.48456 14.4889ZM6.36935 12.6953C5.87414 12.4508 5.27448 12.654 5.02996 13.1492C4.78544 13.6444 4.98867 14.2441 5.48388 14.4886L6.36935 12.6953ZM6.45281 12.6074C6.58484 10.7574 5.3033 9.08454 3.46541 8.7967L3.15595 10.7726C3.93174 10.8941 4.51848 11.616 4.45789 12.465L6.45281 12.6074ZM6.45535 12.5362V12.5362C5.45535 12.5362 4.45535 12.5362 4.45535 12.5362C4.45535 12.5362 4.45535 12.5362 4.45535 12.5362C4.45535 12.5362 4.45535 12.5362 4.45535 12.5362C4.45535 12.5362 5.45535 12.5362 6.45535 12.5362C6.45535 12.5362 6.45535 12.5362 6.45535 12.5362H4.45535C4.45535 12.5362 4.45535 12.5362 4.45535 12.5362C5.45535 12.5362 6.45535 12.5362 6.45535 12.5362C6.45535 12.5362 6.45535 12.5362 6.45535 12.5362C6.45535 12.5362 6.45535 12.5362 6.45535 12.5362C6.45535 12.5362 5.45535 12.5362 4.45535 12.5362V12.5362H6.45535ZM6.39604 13.403L6.45281 12.6074L4.45789 12.465L4.40111 13.2606L6.39604 13.403ZM6.14852 12.5865L5.84053 12.4347L4.95663 14.2288L5.26462 14.3806L6.14852 12.5865ZM5.59231 12.2155L5.01967 12.7568L6.39347 14.2103L6.96612 13.669L5.59231 12.2155ZM5.59221 12.2156C5.59219 12.2156 5.59221 12.2156 5.5922 12.2156C5.5922 12.2156 5.5922 12.2156 5.5922 12.2156C5.59219 12.2156 5.5922 12.2156 5.59219 12.2156C5.59219 12.2156 5.5922 12.2156 5.59219 12.2156C5.59219 12.2156 5.59219 12.2156 5.59219 12.2156C5.55255 13.6293 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96623 13.6689 6.9662 13.6689 6.96622 13.6689C6.96622 13.6689 6.96621 13.6689 6.96622 13.6689C6.96623 13.6689 6.96622 13.6689 6.96622 13.6689C6.96624 13.6689 6.96621 13.6689 6.96623 13.6689C6.96623 13.6689 6.96623 13.6689 6.96623 13.6689C6.96623 13.6689 6.96623 13.6689 6.96623 13.6689C6.96624 13.6689 6.96623 13.6689 6.96624 13.6689C6.96624 13.6689 6.96623 13.6689 6.96624 13.6689C6.96624 13.6689 6.96624 13.6689 6.96624 13.6689C6.96624 13.6689 6.96624 13.6689 6.96624 13.6689C6.96624 13.6689 5.55258 13.6293 5.59222 12.2156C5.59222 12.2156 5.59222 12.2156 5.59222 12.2156C5.59222 12.2156 5.59222 12.2156 5.59222 12.2156C5.59222 12.2156 5.59222 12.2156 5.59222 12.2156C5.59222 12.2156 5.59222 12.2156 5.59222 12.2156C5.59221 12.2156 5.59221 12.2156 5.59221 12.2156C5.59221 12.2156 5.59222 12.2156 5.59221 12.2156C5.59221 12.2156 5.59221 12.2156 5.59221 12.2156C5.59221 12.2156 5.59221 12.2156 5.59221 12.2156C5.59221 12.2156 5.59221 12.2156 5.59221 12.2156L6.96623 13.6689C6.96624 13.6689 6.96622 13.6689 6.96623 13.6689C6.96623 13.6689 6.96623 13.6689 6.96623 13.6689C6.96624 13.6689 6.96623 13.6689 6.96624 13.6689C6.96624 13.6689 6.96623 13.6689 6.96624 13.6689C6.96624 13.6689 6.96624 13.6689 6.96624 13.6689C6.96624 13.6689 6.96624 13.6689 6.96624 13.6689C6.96624 13.6689 6.96624 13.6689 6.96624 13.6689C7.00588 12.2553 5.59222 12.2156 5.59222 12.2156H5.59222C5.59222 12.2156 5.59222 12.2156 5.59222 12.2156C5.5922 12.2156 5.59223 12.2156 5.59221 12.2156C5.59221 12.2156 5.59222 12.2156 5.59221 12.2156C5.5922 12.2156 5.59221 12.2156 5.59221 12.2156C5.59219 12.2156 5.59222 12.2156 5.59221 12.2156C5.5922 12.2156 5.5922 12.2156 5.5922 12.2156C5.5922 12.2156 5.5922 12.2156 5.5922 12.2156C5.59219 12.2156 5.5922 12.2156 5.59219 12.2156C5.59219 12.2156 5.5922 12.2156 5.59219 12.2156C5.59219 12.2156 5.59219 12.2156 5.59219 12.2156C5.59219 12.2156 5.59219 12.2156 5.59219 12.2156C5.59219 12.2156 5.59219 12.2156 5.59219 12.2156C5.59219 12.2156 7.00585 12.2553 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96621 13.6689 6.96621 13.6689 6.96621 13.6689C6.96622 13.6689 6.96622 13.6689 6.96622 13.6689C6.96622 13.6689 6.96621 13.6689 6.96622 13.6689C6.96622 13.6689 6.96622 13.6689 6.96622 13.6689C6.96622 13.6689 6.96622 13.6689 6.96622 13.6689V13.6689C6.96622 13.6689 6.96622 13.6689 6.96622 13.6689C6.96622 13.6689 6.96622 13.6689 6.96623 13.6689L5.59221 12.2156ZM10.4054 12.2147C9.04925 10.9341 6.94907 10.9329 5.59224 12.2156L6.96619 13.669C7.55154 13.1156 8.44639 13.1156 9.03234 13.6689L10.4054 12.2147ZM10.158 12.4348L9.85007 12.5865L10.734 14.3805L11.0419 14.2288L10.158 12.4348ZM9.5458 12.6073L9.6025 13.4029L11.5974 13.2607L11.5407 12.4651L9.5458 12.6073ZM9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C10.476 11.5385 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469V12.469V12.469V12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.4689 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.4689 11.541 12.469 11.541 12.4689C11.541 12.4689 11.541 12.469 11.541 12.4689C11.541 12.4689 11.541 12.469 11.541 12.4689C11.541 12.4689 11.541 12.4689 11.541 12.4689C11.541 12.4689 11.541 12.4689 11.541 12.4689C11.541 12.4689 11.541 12.4689 11.541 12.4689C11.541 12.4689 10.476 11.5385 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035L11.541 12.4689C11.541 12.4689 11.541 12.4689 11.541 12.4689C11.541 12.4689 11.541 12.4689 11.541 12.4689C11.541 12.4689 11.541 12.4689 11.541 12.4689C10.6105 13.5339 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035V12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035V12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 9.54554 12.6035 9.54554 12.6035C9.54554 12.6035 10.6105 13.534 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.469 11.541 12.469 11.541 12.469H11.541C11.541 12.469 11.541 12.469 11.541 12.469C11.541 12.4689 11.541 12.469 11.541 12.4689L9.54554 12.6035ZM12.5332 8.7967C10.6953 9.08454 9.41387 10.7575 9.54581 12.6074L11.5407 12.4651C11.4802 11.616 12.067 10.8941 12.8427 10.7726L12.5332 8.7967ZM13.3041 8.67599L12.5332 8.79669L12.8426 10.7726L13.6135 10.6519L13.3041 8.67599ZM12.5587 9.10583L12.4828 9.44632L14.4348 9.88157L14.5107 9.54108L12.5587 9.10583ZM11.2545 4.95268C10.3477 6.56702 10.8005 8.62841 12.3178 9.69206L13.4658 8.05434C12.8022 7.58913 12.5873 6.66373 12.9982 5.93213L11.2545 4.95268ZM11.5129 5.09223L11.7261 5.36586L13.3037 4.13656L13.0905 3.86293L11.5129 5.09223ZM11.8554 5.66529L12.6006 5.43186L12.0028 3.5233L11.2576 3.75673L11.8554 5.66529ZM11.8519 5.66637C11.8519 5.66636 11.8519 5.66637 11.8519 5.66636C11.8519 5.66636 11.8519 5.66636 11.8519 5.66636C11.8519 5.66636 11.8519 5.66636 11.8519 5.66636C12.5118 4.41555 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75566 11.261 3.75565 11.261 3.75566C11.261 3.75566 11.261 3.75566 11.261 3.75566C11.261 3.75566 11.261 3.75566 11.261 3.75566C11.261 3.75566 11.261 3.75566 11.261 3.75566C11.261 3.75566 11.261 3.75566 11.261 3.75566C11.261 3.75566 12.5118 4.41556 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637L11.261 3.75565C11.261 3.75566 11.261 3.75565 11.261 3.75566C11.261 3.75566 11.261 3.75566 11.261 3.75566C11.261 3.75566 11.261 3.75566 11.261 3.75566C10.6011 5.00647 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.852 5.66635 11.8519 5.66638 11.8519 5.66637C11.8519 5.66637 11.8519 5.66637 11.8519 5.66637C11.8519 5.66636 11.8519 5.66636 11.8519 5.66636C11.8519 5.66636 11.8519 5.66636 11.8519 5.66636C11.8519 5.66636 11.8519 5.66636 11.8519 5.66636C11.8519 5.66636 11.8519 5.66636 11.8519 5.66636C11.8519 5.66636 10.6011 5.00646 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75565 11.261 3.75565 11.261 3.75565C11.261 3.75566 11.261 3.75565 11.261 3.75565L11.8519 5.66637ZM7.52319 3.54538C8.19388 5.28022 10.0728 6.22376 11.8554 5.66527L11.2575 3.75675C10.5098 3.991 9.69043 3.60483 9.38864 2.8242L7.52319 3.54538ZM7.83385 3.44594L8.1733 3.44503L8.16794 1.44504L7.8285 1.44595L7.83385 3.44594ZM8.48904 3.52924L8.76585 2.80144L6.89649 2.09046L6.61968 2.81826L8.48904 3.52924ZM8.48823 3.53139C8.48823 3.53138 8.48823 3.53139 8.48823 3.53138C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138V3.53138H8.48823C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138C7.19673 4.10761 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.6205 2.81613 6.62051 2.8161 6.6205 2.81612C6.6205 2.81612 6.6205 2.81612 6.6205 2.81612C6.6205 2.81613 6.6205 2.81612 6.6205 2.81612C6.6205 2.81613 6.6205 2.81612 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 7.19673 4.10763 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48823 3.53139 8.48822 3.5314 8.48823 3.53139L6.6205 2.81612C6.6205 2.81613 6.6205 2.81612 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C6.6205 2.81613 6.6205 2.81613 6.6205 2.81613C7.912 2.2399 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48822 3.5314 8.48822 3.5314 8.48822 3.5314C8.48823 3.53138 8.48822 3.53141 8.48823 3.53139C8.48823 3.53139 8.48823 3.53139 8.48823 3.53139C8.48823 3.53138 8.48822 3.53139 8.48823 3.53138C8.48823 3.53138 8.48823 3.53139 8.48823 3.53138L8.48823 3.53138C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138C8.48823 3.53138 8.48823 3.53138 8.48823 3.53138C8.48823 3.53138 7.912 2.23988 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.62051 2.81611 6.62051 2.81611 6.62051 2.81611C6.6205 2.81612 6.62051 2.81611 6.6205 2.81612L8.48823 3.53139ZM4.14844 5.66562C5.93585 6.22721 7.82432 5.27729 8.48907 3.52919L6.61966 2.81832C6.32091 3.60397 5.49769 3.99315 4.74793 3.75758L4.14844 5.66562ZM4.14795 5.66546C4.14797 5.66547 4.14795 5.66546 4.14797 5.66547C4.14829 5.66557 4.14766 5.66537 4.14798 5.66547C4.14805 5.66549 4.14793 5.66546 4.148 5.66548C4.14802 5.66549 4.14798 5.66547 4.148 5.66548H4.148C4.148 5.66548 4.148 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548H4.148C3.49437 4.41138 4.74847 3.75775 4.74847 3.75775C4.74844 3.75774 4.7485 3.75776 4.74847 3.75775C4.74847 3.75775 4.74847 3.75775 4.74847 3.75775C4.74846 3.75775 4.74847 3.75775 4.74846 3.75775C4.74843 3.75774 4.74848 3.75775 4.74845 3.75774C4.74839 3.75772 4.7485 3.75776 4.74844 3.75774C4.74844 3.75774 4.74844 3.75774 4.74844 3.75774C4.74826 3.75768 4.74861 3.7578 4.74843 3.75774C4.74838 3.75772 4.74847 3.75775 4.74842 3.75773C4.74841 3.75773 4.74842 3.75773 4.74841 3.75773C4.74841 3.75773 4.74842 3.75773 4.74841 3.75773C4.74841 3.75773 4.74841 3.75773 4.74841 3.75773C4.74841 3.75773 4.74841 3.75773 4.74841 3.75773C4.74841 3.75773 4.74841 3.75773 4.74841 3.75773C4.74841 3.75773 4.74841 3.75773 4.74841 3.75773C4.74841 3.75773 4.74841 3.75773 4.74841 3.75773C4.74841 3.75773 4.74841 3.75773 4.74841 3.75773C4.74841 3.75773 4.74841 3.75773 4.7484 3.75773C4.74836 3.75772 4.74844 3.75774 4.7484 3.75773C4.74816 3.75765 4.74862 3.7578 4.74839 3.75772C4.74837 3.75772 4.7484 3.75773 4.74838 3.75772C4.74837 3.75772 4.74839 3.75772 4.74838 3.75772C4.74838 3.75772 4.74838 3.75772 4.74838 3.75772H4.74838C4.74838 3.75772 4.74838 3.75772 4.74838 3.75772C4.74838 3.75772 4.74838 3.75772 4.74838 3.75772C4.7482 3.75766 4.74855 3.75777 4.74837 3.75772C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772H4.74837H4.74837C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772H4.74837C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772C4.74836 3.75772 4.74837 3.75772 4.74837 3.75772C4.74836 3.75772 4.74837 3.75772 4.74836 3.75772C4.74837 3.75772 3.49427 4.41135 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545H4.1479C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.14791 5.66545 4.1479 5.66545 4.14791 5.66545C4.14815 5.66553 4.14766 5.66537 4.14791 5.66545C4.14798 5.66547 4.14784 5.66543 4.14792 5.66545C4.14792 5.66545 4.14791 5.66545 4.14792 5.66545C4.14792 5.66545 4.14792 5.66545 4.14792 5.66545C4.14792 5.66546 4.14792 5.66545 4.14792 5.66546C4.14807 5.6655 4.14779 5.66541 4.14794 5.66546C4.14794 5.66546 4.14794 5.66546 4.14794 5.66546C4.14794 5.66546 4.14794 5.66546 4.14794 5.66546C4.14794 5.66546 4.14794 5.66546 4.14794 5.66546C4.14797 5.66547 4.14792 5.66545 4.14794 5.66546C4.14795 5.66546 4.14795 5.66546 4.14795 5.66546L4.74842 3.75773C4.74832 3.7577 4.74848 3.75775 4.74839 3.75772C4.74836 3.75772 4.7484 3.75773 4.74838 3.75772C4.74836 3.75771 4.74839 3.75772 4.74837 3.75772C4.74835 3.75771 4.74838 3.75772 4.74837 3.75772C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772C4.74837 3.75772 4.74837 3.75772 4.74837 3.75772H4.74836H4.74836C5.402 5.01182 4.1479 5.66545 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.14791 5.66545 4.14789 5.66545 4.1479 5.66545C4.1479 5.66545 4.1479 5.66545 4.1479 5.66545C4.14791 5.66545 4.1479 5.66545 4.14791 5.66545C4.14792 5.66546 4.1479 5.66545 4.14791 5.66545C4.14792 5.66545 4.14791 5.66545 4.14792 5.66545C4.14792 5.66545 4.14792 5.66545 4.14792 5.66545C4.14792 5.66545 4.14792 5.66545 4.14792 5.66545C4.14792 5.66545 4.14791 5.66545 4.14792 5.66545C4.14792 5.66545 4.14792 5.66545 4.14792 5.66545H4.14792C4.14792 5.66545 4.14792 5.66545 4.14792 5.66545C4.14792 5.66545 4.14792 5.66545 4.14792 5.66545C4.14795 5.66546 4.14789 5.66545 4.14792 5.66546C4.14795 5.66546 4.1479 5.66545 4.14793 5.66546C4.14811 5.66551 4.14775 5.6654 4.14794 5.66546C4.14799 5.66548 4.1479 5.66545 4.14795 5.66546C4.14795 5.66547 4.14795 5.66547 4.14795 5.66547C4.14797 5.66547 4.14794 5.66546 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14797 5.66547 4.14795 5.66546 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14796 5.66547 4.14796 5.66547 4.14796 5.66547C4.14805 5.6655 4.14788 5.66544 4.14797 5.66547C4.14821 5.66555 4.14775 5.6654 4.14798 5.66547H4.14798C4.14798 5.66548 4.14798 5.66548 4.14798 5.66548C4.14802 5.66549 4.14795 5.66547 4.14799 5.66548C4.14799 5.66548 4.14799 5.66548 4.14799 5.66548C4.14799 5.66548 4.14799 5.66548 4.14799 5.66548C4.14799 5.66548 4.14799 5.66548 4.14799 5.66548H4.14799C4.148 5.66548 4.14798 5.66547 4.14799 5.66548C4.14799 5.66548 4.14799 5.66548 4.14799 5.66548H4.14799C4.14799 5.66548 4.14799 5.66548 4.14799 5.66548H4.14799C4.148 5.66548 4.14799 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548L4.148 5.66548H4.148C4.148 5.66548 4.14799 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548H4.148H4.148H4.148C4.148 5.66548 4.148 5.66548 4.148 5.66548H4.148H4.148C4.148 5.66548 4.148 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548C4.14808 5.6655 4.14793 5.66546 4.148 5.66548C4.14801 5.66548 4.148 5.66548 4.148 5.66548C4.148 5.66548 4.148 5.66548 4.148 5.66548H4.148C4.148 5.66548 5.4021 5.01185 4.74847 3.75775C4.74847 3.75775 4.74847 3.75775 4.74847 3.75775C4.74847 3.75775 4.74847 3.75775 4.74847 3.75775C4.74847 3.75775 4.74847 3.75775 4.74847 3.75775C4.74846 3.75775 4.74847 3.75775 4.74846 3.75775C4.74821 3.75767 4.74871 3.75783 4.74846 3.75775C4.74837 3.75772 4.74854 3.75777 4.74844 3.75774C4.74815 3.75765 4.74873 3.75783 4.74843 3.75774C4.74843 3.75774 4.74843 3.75774 4.74843 3.75774C4.74843 3.75774 4.74843 3.75774 4.74843 3.75774C4.74843 3.75774 4.74843 3.75774 4.74843 3.75774C4.7484 3.75773 4.74845 3.75774 4.74842 3.75774C4.74842 3.75774 4.74842 3.75773 4.74842 3.75773L4.14795 5.66546ZM3.36353 5.41927L4.14873 5.66571L4.74764 3.75749L3.96244 3.51105L3.36353 5.41927ZM4.24519 5.34711L4.4542 5.07669L2.87177 3.85362L2.66276 4.12403L4.24519 5.34711ZM3.6715 9.69789C5.19967 8.62718 5.64444 6.54651 4.71908 4.93142L2.98372 5.92568C3.40346 6.65827 3.19103 7.59248 2.52387 8.05993L3.6715 9.69789ZM3.03856 10.1415L3.67164 9.6978L2.52373 8.06002L1.89066 8.50374L3.03856 10.1415ZM3.51678 9.44647L3.44064 9.105L1.48858 9.54025L1.56472 9.88172L3.51678 9.44647ZM3.46539 8.79669L2.69545 8.67613L2.38604 10.6521L3.15598 10.7726L3.46539 8.79669ZM1.6586 3.63188C1.22413 4.19393 1.17334 4.96329 1.52466 5.57715L3.26049 4.58373C3.30915 4.66875 3.30326 4.77447 3.24094 4.85508L1.6586 3.63188ZM2.17264 2.96682L1.65856 3.63194L3.24099 4.85502L3.75507 4.18989L2.17264 2.96682ZM4.04855 2.37595C3.35512 2.15686 2.61102 2.40147 2.1736 2.96558L3.75411 4.19113C3.68885 4.27529 3.56745 4.32139 3.44602 4.28303L4.04855 2.37595ZM5.06621 2.69535L4.04674 2.37538L3.44783 4.2836L4.4673 4.60357L5.06621 2.69535ZM5.60743 2.41562C5.51528 2.65798 5.27329 2.76046 5.06672 2.69551L4.4668 4.60341C5.71124 4.99471 7.01873 4.33134 7.47686 3.12642L5.60743 2.41562ZM5.97312 1.45414L5.60747 2.41553L7.47683 3.12651L7.84248 2.16512L5.97312 1.45414ZM7.58086 0.335601C6.85604 0.337397 6.22505 0.792672 5.97328 1.4537L7.84231 2.16556C7.80776 2.25627 7.71257 2.33528 7.58582 2.3356L7.58086 0.335601ZM8.41043 0.33338L7.58066 0.335602L7.58602 2.33559L8.41579 2.33337L8.41043 0.33338ZM10.0234 1.44282C9.76828 0.783418 9.13533 0.331584 8.41063 0.333379L8.41559 2.33337C8.28897 2.33369 8.19326 2.25515 8.15822 2.16458L10.0234 1.44282ZM10.3989 2.41637L10.0238 1.44387L8.15781 2.16354L8.53287 3.13604L10.3989 2.41637ZM10.9394 2.69447C10.7335 2.75897 10.4922 2.65771 10.3986 2.41562L8.53317 3.1368C8.99565 4.33309 10.2966 4.99176 11.5374 4.60297L10.9394 2.69447ZM11.9184 2.3878L10.9395 2.69444L11.5373 4.603L12.5162 4.29636L11.9184 2.3878ZM13.787 2.97432C13.3494 2.4135 12.6086 2.17098 11.9176 2.38805L12.517 4.29611C12.3966 4.33394 12.2756 4.28843 12.2102 4.20461L13.787 2.97432ZM14.3051 3.6392L13.7874 2.97482L12.2098 4.20411L12.7275 4.8685L14.3051 3.6392ZM14.4505 5.57734C14.7954 4.96303 14.7397 4.19631 14.3047 3.6387L12.7279 4.86899C12.665 4.78838 12.6586 4.68382 12.7065 4.59835L14.4505 5.57734ZM13.9398 6.48593L14.4502 5.57787L12.7068 4.59782L12.1964 5.50589L13.9398 6.48593ZM14.0794 7.13761C13.883 6.99997 13.8112 6.71478 13.94 6.48564L12.1962 5.50618C11.5719 6.61766 11.8809 8.03898 12.9314 8.77533L14.0794 7.13761ZM14.924 7.72918L14.0791 7.13738L12.9317 8.77556L13.7767 9.36736L14.924 7.72918ZM15.6238 9.54504C15.7771 8.86011 15.5089 8.1374 14.9227 7.72827L13.778 9.36827C13.6842 9.30281 13.6521 9.19782 13.6721 9.10839L15.6238 9.54504ZM15.4394 10.3724L15.624 9.54434L13.6719 9.10909L13.4873 9.93716L15.4394 10.3724ZM14.0185 11.7124C14.7316 11.6013 15.2856 11.0597 15.4392 10.3731L13.4875 9.93646C13.5078 9.84538 13.5868 9.75557 13.7106 9.73629L14.0185 11.7124ZM13.007 11.8708L14.0192 11.7123L13.7098 9.7364L12.6976 9.89491L13.007 11.8708ZM12.6239 12.3841C12.6046 12.1135 12.7909 11.9047 13.007 11.8708L12.6976 9.89491C11.4193 10.0951 10.5383 11.2551 10.629 12.5265L12.6239 12.3841ZM12.6985 13.4308L12.6239 12.3842L10.629 12.5264L10.7036 13.573L12.6985 13.4308ZM11.735 15.1205C12.3777 14.8042 12.7485 14.1292 12.6985 13.4305L10.7036 13.5732C10.6971 13.4819 10.7449 13.3787 10.8519 13.3261L11.735 15.1205ZM10.9853 15.4899L11.7354 15.1203L10.8514 13.3263L10.1013 13.6959L10.9853 15.4899ZM9.04756 15.1959C9.56849 15.6883 10.3381 15.8085 10.9849 15.4901L10.1017 13.6957C10.2098 13.6425 10.3393 13.6648 10.4215 13.7425L9.04756 15.1959ZM8.29532 14.4849L9.04762 15.196L10.4214 13.7425L9.66912 13.0314L8.29532 14.4849ZM7.70343 14.4848C7.8723 14.3251 8.12544 14.3245 8.29567 14.4852L9.66877 13.0311C8.7283 12.143 7.26976 12.1424 6.32938 13.0315L7.70343 14.4848ZM6.95101 15.196L7.70331 14.4849L6.3295 13.0314L5.57721 13.7425L6.95101 15.196ZM5.01275 15.4896C5.66125 15.8097 6.43086 15.6859 6.94976 15.1971L5.57846 13.7413C5.65858 13.6658 5.78667 13.6413 5.89792 13.6962L5.01275 15.4896ZM4.26471 15.1211L5.01339 15.4899L5.89729 13.6959L5.14861 13.327L4.26471 15.1211ZM3.3001 13.4292C3.25013 14.1296 3.62252 14.8041 4.26408 15.1208L5.14924 13.3273C5.25355 13.3788 5.30156 13.4801 5.29503 13.5716L3.3001 13.4292ZM3.37468 12.3841L3.30011 13.4292L5.29503 13.5716L5.36961 12.5265L3.37468 12.3841ZM2.99159 11.8708C3.20772 11.9047 3.394 12.1135 3.37468 12.3841L5.36961 12.5265C5.46035 11.2551 4.57937 10.0951 3.30104 9.89491L2.99159 11.8708ZM1.97938 11.7123L2.99161 11.8708L3.30102 9.89491L2.28879 9.7364L1.97938 11.7123ZM0.559521 10.3696C0.711701 11.059 1.26679 11.6013 1.98011 11.7124L2.28806 9.73629C2.412 9.7556 2.4921 9.84607 2.51251 9.93849L0.559521 10.3696ZM0.375346 9.5436L0.559981 10.3717L2.51205 9.93642L2.32741 9.10835L0.375346 9.5436ZM1.07494 7.72869C0.491399 8.13776 0.221846 8.85919 0.375619 9.54482L2.32714 9.10713C2.34768 9.19874 2.31417 9.30244 2.22299 9.36637L1.07494 7.72869ZM1.90985 7.14351L1.07501 7.72864L2.22292 9.36642L3.05776 8.78128L1.90985 7.14351ZM2.04694 6.48786C2.17846 6.7174 2.10675 7.00559 1.91008 7.14335L3.05753 8.78145C4.11493 8.04077 4.41973 6.60615 3.78229 5.49359L2.04694 6.48786ZM1.5251 5.57793L2.04715 6.48822L3.78209 5.49323L3.26004 4.58295L1.5251 5.57793ZM6.37003 12.6956L6.36935 12.6953L5.48388 14.4886L5.48456 14.4889L6.37003 12.6956ZM10.979 12.7568L10.4058 12.215L9.03199 13.6685L9.60515 14.2103L10.979 12.7568ZM12.3182 9.69229L12.961 10.1425L14.1084 8.50437L13.4655 8.05411L12.3182 9.69229ZM11.6432 4.26119L11.2547 4.95238L12.9981 5.93243L13.3866 5.24124L11.6432 4.26119ZM7.2376 2.80487L7.5229 3.54462L9.38893 2.82495L9.10364 2.0852L7.2376 2.80487ZM4.71887 4.93106L4.32145 4.23808L2.58651 5.23306L2.98393 5.92604L4.71887 4.93106Z" fill="currentColor" mask="url(#path-2-inside-1_815_4455)"/>
|
|
8
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99992 1.5C7.99994 1.5 7.99997 1.5 8 1.5C8.14213 1.5 8.27041 1.5593 8.36144 1.65452L10.3534 3.64645C10.5486 3.84171 10.5486 4.15829 10.3534 4.35355C10.1581 4.54882 9.84153 4.54882 9.64627 4.35355L8.5 3.20729V9.33333C8.5 9.60948 8.27614 9.83333 8 9.83333C7.72386 9.83333 7.5 9.60948 7.5 9.33333V3.20721L6.3541 4.35349C6.15887 4.54879 5.84229 4.54884 5.64699 4.35361C5.4517 4.15838 5.45165 3.8418 5.64688 3.64651L7.64621 1.64651C7.67881 1.61389 7.71546 1.58624 7.75497 1.56405C7.82192 1.52634 7.89843 1.50361 7.97996 1.50039C7.98658 1.50013 7.99323 1.5 7.99992 1.5ZM2.1665 7.99984C2.1665 6.98703 2.98703 6.1665 3.99984 6.1665H5.33317C5.60931 6.1665 5.83317 6.39036 5.83317 6.6665C5.83317 6.94265 5.60931 7.1665 5.33317 7.1665H3.99984C3.53931 7.1665 3.1665 7.53931 3.1665 7.99984V12.6665C3.1665 13.127 3.53931 13.4998 3.99984 13.4998H11.9998C12.4604 13.4998 12.8332 13.127 12.8332 12.6665V7.99984C12.8332 7.53931 12.4604 7.1665 11.9998 7.1665H10.6665C10.3904 7.1665 10.1665 6.94265 10.1665 6.6665C10.1665 6.39036 10.3904 6.1665 10.6665 6.1665H11.9998C13.0126 6.1665 13.8332 6.98703 13.8332 7.99984V12.6665C13.8332 13.6793 13.0126 14.4998 11.9998 14.4998H3.99984C2.98703 14.4998 2.1665 13.6793 2.1665 12.6665V7.99984Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.80617 3.80617C6.21441 1.39794 10.1189 1.39794 12.5271 3.80617C14.9354 6.21441 14.9354 10.1189 12.5271 12.5271C10.1189 14.9354 6.21438 14.9354 3.80617 12.5271L3.45262 12.8807L3.80617 12.5271C1.39794 10.1189 1.39794 6.21438 3.80617 3.80618L3.80617 3.80617ZM3.09907 3.09907C5.89766 0.300478 10.435 0.30031 13.2337 3.09857L13.2342 3.09907C16.033 5.89782 16.033 10.4355 13.2342 13.2342C10.4355 16.033 5.89779 16.033 3.09907 13.2342C0.300312 10.4355 0.30031 5.8978 3.09907 3.09907ZM7.15267 6.65466C7.15267 5.54052 8.05653 4.63666 9.17067 4.63666H9.71067C9.98681 4.63666 10.2107 4.86052 10.2107 5.13666C10.2107 5.4128 9.98681 5.63666 9.71067 5.63666H9.17067C8.60881 5.63666 8.15267 6.0928 8.15267 6.65466V7.20933H9.71005C9.9862 7.20933 10.2101 7.43319 10.2101 7.70933C10.2101 7.98547 9.9862 8.20933 9.71005 8.20933H8.15267V11.1967C8.15267 11.4728 7.92881 11.6967 7.65267 11.6967C7.37653 11.6967 7.15267 11.4728 7.15267 11.1967V8.20933H6.62272C6.34658 8.20933 6.12272 7.98547 6.12272 7.70933C6.12272 7.43319 6.34658 7.20933 6.62272 7.20933H7.15267V6.65466Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.80617 3.80617C6.21441 1.39794 10.1189 1.39794 12.5271 3.80617C14.9354 6.21441 14.9354 10.1189 12.5271 12.5271C10.1189 14.9354 6.21438 14.9354 3.80617 12.5271L3.45262 12.8807L3.80617 12.5271C1.39794 10.1189 1.39794 6.21438 3.80617 3.80618L3.80617 3.80617ZM3.09907 3.09907C5.89766 0.300478 10.435 0.30031 13.2337 3.09857L13.2342 3.09907C16.033 5.89782 16.033 10.4355 13.2342 13.2342C10.4355 16.033 5.89779 16.033 3.09907 13.2342C0.300312 10.4355 0.30031 5.8978 3.09907 3.09907ZM5.02979 6.34667C5.02979 5.61947 5.61926 5.03 6.34645 5.03H9.98645C10.713 5.03 11.3025 5.61881 11.3025 6.34667V9.98667C11.3025 10.7132 10.7136 11.3027 9.98579 11.3027H6.34645C5.61914 11.3027 5.02979 10.7137 5.02979 9.986V6.34667ZM4.02979 6.34667C4.02979 5.06719 5.06698 4.03 6.34645 4.03H9.98645C11.2653 4.03 12.3025 5.06652 12.3025 6.34667V9.98667C12.3025 11.2655 11.2659 12.3027 9.98579 12.3027H6.34645C5.0671 12.3027 4.02979 11.2663 4.02979 9.986V6.34667ZM9.6333 6.16666C9.6333 5.87905 9.86535 5.63333 10.1666 5.63333C10.4608 5.63333 10.7 5.87252 10.7 6.16666C10.7 6.46147 10.4614 6.7 10.1666 6.7C9.86535 6.7 9.6333 6.45428 9.6333 6.16666ZM7.57755 7.57755C7.90295 7.25214 8.43037 7.25214 8.75578 7.57755C9.08118 7.90295 9.08118 8.43037 8.75578 8.75578C8.43037 9.08118 7.90295 9.08118 7.57755 8.75578C7.25214 8.43037 7.25214 7.90295 7.57755 7.57755ZM9.46288 6.87044C8.74695 6.15451 7.58637 6.15451 6.87044 6.87044C6.15451 7.58637 6.15451 8.74695 6.87044 9.46288C7.58637 10.1788 8.74695 10.1788 9.46288 9.46288C10.1788 8.74695 10.1788 7.58637 9.46288 6.87044Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.80605 3.80605C6.21412 1.39798 10.1189 1.39798 12.5269 3.80605C14.935 6.21412 14.935 10.1189 12.5269 12.5269C10.1189 14.935 6.21412 14.935 3.80605 12.5269C1.39798 10.1189 1.39798 6.21412 3.80605 3.80605ZM13.2341 3.09895C10.4355 0.300351 5.89754 0.300351 3.09895 3.09895C0.300351 5.89754 0.300351 10.4355 3.09895 13.2341C5.89754 16.0326 10.4355 16.0326 13.2341 13.2341C16.0326 10.4355 16.0326 5.89754 13.2341 3.09895ZM5.29493 5.37735C5.29301 5.02261 5.58105 4.73849 5.93093 4.73849C6.28165 4.73849 6.56518 5.02132 6.56824 5.37078L6.56828 5.37516C6.56828 5.72664 6.28307 6.01183 5.93159 6.01183C5.58085 6.01183 5.29611 5.72782 5.29493 5.37735ZM6.43262 7.21582C6.43262 6.93968 6.20876 6.71582 5.93262 6.71582C5.65647 6.71582 5.43262 6.93968 5.43262 7.21582V10.4885C5.43262 10.7646 5.65647 10.9885 5.93262 10.9885C6.20876 10.9885 6.43262 10.7646 6.43262 10.4885V7.21582ZM8.61328 8.57915C8.61328 8.10196 8.99942 7.71582 9.47661 7.71582C9.95381 7.71582 10.3399 8.10196 10.3399 8.57915V10.4885C10.3399 10.7646 10.5638 10.9885 10.8399 10.9885C11.1161 10.9885 11.3399 10.7646 11.3399 10.4885V8.57915C11.3399 7.54968 10.5061 6.71582 9.47661 6.71582C8.44714 6.71582 7.61328 7.54968 7.61328 8.57915V10.4885C7.61328 10.7646 7.83714 10.9885 8.11328 10.9885C8.38942 10.9885 8.61328 10.7646 8.61328 10.4885V8.57915Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.49365 12.9937C7.49365 13.2698 7.71751 13.4937 7.99365 13.4937C8.26979 13.4937 8.49365 13.2698 8.49365 12.9937L8.49365 4.21203L11.6313 7.34919C11.8266 7.54443 12.1432 7.54441 12.3384 7.34913C12.5337 7.15385 12.5337 6.83727 12.3384 6.64202L8.35372 2.65802C8.33152 2.63583 8.30775 2.61615 8.28277 2.599C8.20115 2.54105 8.10138 2.50699 7.99365 2.50699C7.82354 2.50699 7.67326 2.59194 7.58295 2.72174L3.66201 6.64202C3.46673 6.83727 3.4667 7.15385 3.66195 7.34913C3.85719 7.54441 4.17378 7.54443 4.36906 7.34919L7.49365 4.22511L7.49365 12.9937Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.50635 3.00635C8.50635 2.73021 8.28249 2.50635 8.00635 2.50635C7.73021 2.50635 7.50635 2.73021 7.50635 3.00635L7.50635 11.788L4.36866 8.65081C4.17338 8.45557 3.8568 8.45559 3.66155 8.65087C3.46631 8.84615 3.46633 9.16273 3.66161 9.35798L7.64628 13.342C7.66848 13.3642 7.69225 13.3838 7.71723 13.401C7.79885 13.4589 7.89862 13.493 8.00635 13.493C8.17646 13.493 8.32674 13.4081 8.41705 13.2783L12.338 9.35798C12.5333 9.16273 12.5333 8.84615 12.3381 8.65087C12.1428 8.45559 11.8262 8.45557 11.6309 8.65081L8.50635 11.7749L8.50635 3.00635Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_12401_80651)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.99967 1.5C4.27582 1.5 4.49967 1.72386 4.49967 2C4.49967 3.19662 5.46972 4.16667 6.66634 4.16667C6.94248 4.16667 7.16634 4.39052 7.16634 4.66667C7.16634 4.94281 6.94248 5.16667 6.66634 5.16667C5.46972 5.16667 4.49967 6.13672 4.49967 7.33333C4.49967 7.60948 4.27582 7.83333 3.99967 7.83333C3.72353 7.83333 3.49967 7.60948 3.49967 7.33333C3.49967 6.13672 2.52963 5.16667 1.33301 5.16667C1.05687 5.16667 0.833008 4.94281 0.833008 4.66667C0.833008 4.39052 1.05687 4.16667 1.33301 4.16667C2.52963 4.16667 3.49967 3.19662 3.49967 2C3.49967 1.72386 3.72353 1.5 3.99967 1.5ZM3.99967 3.70855C3.75305 4.09268 3.42569 4.42004 3.04155 4.66667C3.42569 4.91329 3.75305 5.24065 3.99967 5.62479C4.2463 5.24065 4.57366 4.91329 4.95779 4.66667C4.57366 4.42004 4.2463 4.09268 3.99967 3.70855Z" fill="currentColor"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 2.83594C11.6095 2.83594 11.8333 3.0598 11.8333 3.33594C11.8333 4.90074 13.1019 6.16927 14.6667 6.16927C14.9428 6.16927 15.1667 6.39313 15.1667 6.66927C15.1667 6.94541 14.9428 7.16927 14.6667 7.16927C13.1019 7.16927 11.8333 8.4378 11.8333 10.0026C11.8333 10.2787 11.6095 10.5026 11.3333 10.5026C11.0572 10.5026 10.8333 10.2787 10.8333 10.0026C10.8333 8.4378 9.5648 7.16927 8 7.16927C7.72386 7.16927 7.5 6.94541 7.5 6.66927C7.5 6.39313 7.72386 6.16927 8 6.16927C9.5648 6.16927 10.8333 4.90074 10.8333 3.33594C10.8333 3.0598 11.0572 2.83594 11.3333 2.83594ZM11.3333 5.23025C10.992 5.8296 10.4937 6.32793 9.89431 6.66927C10.4937 7.01061 10.992 7.50894 11.3333 8.1083C11.6747 7.50894 12.173 7.01061 12.7724 6.66927C12.173 6.32793 11.6747 5.8296 11.3333 5.23025Z" fill="currentColor"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.333 9.5C11.6092 9.5 11.833 9.72386 11.833 10V10.6667C11.833 10.9428 11.6092 11.1667 11.333 11.1667C11.0569 11.1667 10.833 10.9428 10.833 10.6667V10C10.833 9.72386 11.0569 9.5 11.333 9.5Z" fill="currentColor"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.334 2.16406C11.6101 2.16406 11.834 2.38792 11.834 2.66406V3.33073C11.834 3.60687 11.6101 3.83073 11.334 3.83073C11.0578 3.83073 10.834 3.60687 10.834 3.33073V2.66406C10.834 2.38792 11.0578 2.16406 11.334 2.16406Z" fill="currentColor"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.66699 13.5C6.94313 13.5 7.16699 13.7239 7.16699 14V14.6667C7.16699 14.9428 6.94313 15.1667 6.66699 15.1667C6.39085 15.1667 6.16699 14.9428 6.16699 14.6667V14C6.16699 13.7239 6.39085 13.5 6.66699 13.5Z" fill="currentColor"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.66602 8.16406C6.94216 8.16406 7.16602 8.38792 7.16602 8.66406V9.33073C7.16602 9.60687 6.94216 9.83073 6.66602 9.83073C6.38987 9.83073 6.16602 9.60687 6.16602 9.33073V8.66406C6.16602 8.38792 6.38987 8.16406 6.66602 8.16406Z" fill="currentColor"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 6.83594C4.27614 6.83594 4.5 7.0598 4.5 7.33594V8.0026C4.5 8.27875 4.27614 8.5026 4 8.5026C3.72386 8.5026 3.5 8.27875 3.5 8.0026V7.33594C3.5 7.0598 3.72386 6.83594 4 6.83594Z" fill="currentColor"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 0.835938C4.27614 0.835938 4.5 1.0598 4.5 1.33594V2.0026C4.5 2.27875 4.27614 2.5026 4 2.5026C3.72386 2.5026 3.5 2.27875 3.5 2.0026V1.33594C3.5 1.0598 3.72386 0.835938 4 0.835938Z" fill="currentColor"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.66667 8.5C6.94281 8.5 7.16667 8.72386 7.16667 9C7.16667 10.1966 8.13672 11.1667 9.33333 11.1667C9.60948 11.1667 9.83333 11.3905 9.83333 11.6667C9.83333 11.9428 9.60948 12.1667 9.33333 12.1667C8.13672 12.1667 7.16667 13.1367 7.16667 14.3333C7.16667 14.6095 6.94281 14.8333 6.66667 14.8333C6.39052 14.8333 6.16667 14.6095 6.16667 14.3333C6.16667 13.1367 5.19662 12.1667 4 12.1667C3.72386 12.1667 3.5 11.9428 3.5 11.6667C3.5 11.3905 3.72386 11.1667 4 11.1667C5.19662 11.1667 6.16667 10.1966 6.16667 9C6.16667 8.72386 6.39052 8.5 6.66667 8.5ZM6.66667 10.7085C6.42004 11.0927 6.09268 11.42 5.70855 11.6667C6.09268 11.9133 6.42004 12.2407 6.66667 12.6248C6.91329 12.2407 7.24065 11.9133 7.62479 11.6667C7.24065 11.42 6.91329 11.0927 6.66667 10.7085Z" fill="currentColor"/>
|
|
12
|
-
</g>
|
|
13
|
-
<defs>
|
|
14
|
-
<clipPath id="clip0_12401_80651">
|
|
15
|
-
<rect width="16" height="16" fill="white"/>
|
|
16
|
-
</clipPath>
|
|
17
|
-
</defs>
|
|
18
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 2.52264C9.11952 2.57885 9.73133 2.73979 10.3067 3.00545L9.98749 3.5558C9.84894 3.79467 9.93027 4.10063 10.1691 4.23918C10.408 4.37772 10.714 4.29639 10.8525 4.05752L11.1724 3.50603C11.4239 3.68404 11.6638 3.88566 11.8891 4.11091L11.8893 4.11114C12.1168 4.33863 12.3201 4.58109 12.4994 4.83535L9.33776 6.74655C9.32418 6.73208 9.31033 6.71777 9.2962 6.70364L9.29563 6.70307C8.57962 5.98768 7.41925 5.98787 6.70347 6.70364C5.98751 7.41961 5.98751 8.58041 6.70347 9.29637C7.41944 10.0123 8.58024 10.0123 9.2962 9.29637C9.74691 8.84567 9.91389 8.21868 9.79715 7.63736L12.9986 5.70211C13.2618 6.27491 13.4214 6.88364 13.4774 7.5H13C12.7239 7.5 12.5 7.72386 12.5 8C12.5 8.27614 12.7239 8.5 13 8.5H13.4774C13.3651 9.73658 12.8357 10.9424 11.8891 11.8891C11.6677 12.1105 11.432 12.3091 11.1852 12.4849L10.8173 11.7995C10.4981 11.2044 9.87745 10.8333 9.2021 10.8333H6.79743C6.12242 10.8333 5.50191 11.205 5.18222 11.7995L4.81447 12.4846C4.56773 12.3089 4.33224 12.1104 4.11091 11.8891C3.16428 10.9424 2.63485 9.73658 2.52264 8.5H3C3.27614 8.5 3.5 8.27614 3.5 8C3.5 7.72386 3.27614 7.5 3 7.5H2.52263C2.57885 6.88047 2.73979 6.26865 3.00545 5.69328L3.55586 6.01252C3.79474 6.15107 4.10069 6.06974 4.23924 5.83086C4.37778 5.59199 4.29645 5.28604 4.05758 5.14749L3.50604 4.8276C3.68404 4.57608 3.88567 4.33616 4.11091 4.11091C4.33618 3.88565 4.57613 3.684 4.82768 3.50599L5.14757 4.05752C5.28611 4.29639 5.59207 4.37772 5.83094 4.23918C6.06981 4.10063 6.15114 3.79467 6.0126 3.5558L5.69337 3.00541C6.26872 2.73978 6.8805 2.57885 7.5 2.52264V3.33333C7.5 3.60948 7.72386 3.83333 8 3.83333C8.27614 3.83333 8.5 3.60948 8.5 3.33333V2.52264ZM9.93622 12.2725L10.3204 12.9882C8.853 13.6706 7.14658 13.6706 5.67922 12.988L6.06313 12.2728C6.20881 12.0021 6.49118 11.8333 6.79743 11.8333H9.2021C9.50934 11.8333 9.79137 12.0023 9.93622 12.2725ZM12.5962 3.40381C13.8646 4.67219 14.4992 6.33435 14.5 7.99677L14.5 8L14.5 8.00367C14.4991 9.66594 13.8645 11.3279 12.5962 12.5962C10.0578 15.1346 5.9422 15.1346 3.40381 12.5962C0.865398 10.0578 0.865397 5.9422 3.40381 3.40381C5.94222 0.865398 10.0578 0.865397 12.5962 3.40381ZM7.41058 7.41075C7.73602 7.08531 8.26366 7.08531 8.5891 7.41075C8.91453 7.73619 8.91453 8.26383 8.5891 8.58926C8.26366 8.9147 7.73602 8.9147 7.41058 8.58926C7.08514 8.26383 7.08514 7.73619 7.41058 7.41075Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.99989 1.43066C8.19074 1.43068 8.36495 1.53934 8.44889 1.71075L10.2898 5.46969L14.406 6.076C14.5939 6.10367 14.7498 6.2353 14.8086 6.4158C14.8674 6.5963 14.8189 6.79453 14.6834 6.92751L11.7033 9.85243L12.4068 13.9854C12.4387 14.1732 12.3612 14.3629 12.2068 14.4745C12.0525 14.5861 11.8481 14.6003 11.6797 14.5111L7.99985 12.5612L4.31996 14.5111C4.15163 14.6003 3.94725 14.5861 3.79287 14.4745C3.6385 14.3629 3.56098 14.1732 3.59294 13.9854L4.29642 9.85243L1.31629 6.92751C1.1808 6.79454 1.13231 6.59631 1.1911 6.41581C1.2499 6.23531 1.40584 6.10367 1.59365 6.076L5.70929 5.46969L7.55084 1.71069C7.63481 1.53929 7.80903 1.43065 7.99989 1.43066Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44889 1.71075C8.36495 1.53934 8.19074 1.43068 7.99989 1.43066C7.80903 1.43065 7.63481 1.53929 7.55084 1.71069L5.70929 5.46969L1.59365 6.076C1.40584 6.10367 1.2499 6.23531 1.1911 6.41581C1.13231 6.59631 1.1808 6.79454 1.31629 6.92751L4.29642 9.85243L3.59294 13.9854C3.56098 14.1732 3.6385 14.3629 3.79287 14.4745C3.94725 14.5861 4.15163 14.6003 4.31996 14.5111L7.99985 12.5612L11.6797 14.5111C11.8481 14.6003 12.0525 14.5861 12.2068 14.4745C12.3612 14.3629 12.4387 14.1732 12.4068 13.9854L11.7033 9.85243L14.6834 6.92751C14.8189 6.79453 14.8674 6.5963 14.8086 6.4158C14.7498 6.2353 14.5939 6.10367 14.406 6.076L10.2898 5.46969L8.44889 1.71075ZM11.2507 13.152L8.23419 11.5535C8.16097 11.5147 8.08052 11.4953 8.00008 11.4953L8 3.06732L9.5077 6.14591C9.58017 6.29388 9.72088 6.39665 9.88388 6.42066L13.265 6.91869L10.8165 9.32182C10.6997 9.43651 10.6464 9.60115 10.6738 9.76256L11.2507 13.152Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99989 1.43066C8.19074 1.43068 8.36495 1.53934 8.44889 1.71075L10.2898 5.46969L14.406 6.076C14.5939 6.10367 14.7498 6.2353 14.8086 6.4158C14.8674 6.5963 14.8189 6.79453 14.6834 6.92751L11.7033 9.85243L12.4068 13.9854C12.4387 14.1732 12.3612 14.3629 12.2068 14.4745C12.0525 14.5861 11.8481 14.6003 11.6797 14.5111L7.99985 12.5612L4.31996 14.5111C4.15163 14.6003 3.94725 14.5861 3.79287 14.4745C3.6385 14.3629 3.56098 14.1732 3.59294 13.9854L4.29642 9.85243L1.31629 6.92751C1.1808 6.79454 1.13231 6.59631 1.1911 6.41581C1.2499 6.23531 1.40584 6.10367 1.59365 6.076L5.70929 5.46969L7.55084 1.71069C7.63481 1.53929 7.80903 1.43065 7.99989 1.43066ZM7.99978 3.06732L6.49153 6.14597C6.41906 6.29391 6.27837 6.39665 6.11539 6.42066L2.7349 6.91867L5.18342 9.32182C5.30027 9.43651 5.35357 9.60115 5.3261 9.76256L4.74919 13.152L7.76574 11.5535C7.91217 11.4759 8.08753 11.4759 8.23396 11.5535L11.2505 13.152L10.6736 9.76256C10.6461 9.60115 10.6994 9.43651 10.8163 9.32182L13.2648 6.91869L9.88366 6.42066C9.72065 6.39665 9.57994 6.29388 9.50748 6.14591L7.99978 3.06732Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_14299_7965)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.99961 8.65107C4.25402 8.65107 3.64961 9.25549 3.64961 10.0011V19.0011C3.64961 19.7467 4.25402 20.3511 4.99961 20.3511H18.9996C19.7452 20.3511 20.3496 19.7467 20.3496 19.0011V10.0011C20.3496 9.25549 19.7452 8.65107 18.9996 8.65107H4.99961ZM2.34961 10.0011C2.34961 8.53752 3.53605 7.35107 4.99961 7.35107H18.9996C20.4632 7.35107 21.6496 8.53752 21.6496 10.0011V19.0011C21.6496 20.4646 20.4632 21.6511 18.9996 21.6511H4.99961C3.53605 21.6511 2.34961 20.4646 2.34961 19.0011V10.0011Z" fill="currentColor"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.34961 5.99912C7.34961 4.53557 8.53605 3.34912 9.99961 3.34912H13.9996C15.4632 3.34912 16.6496 4.53557 16.6496 5.99912V20.9991C16.6496 21.3581 16.3586 21.6491 15.9996 21.6491C15.6406 21.6491 15.3496 21.3581 15.3496 20.9991V5.99912C15.3496 5.25354 14.7452 4.64912 13.9996 4.64912H9.99961C9.25402 4.64912 8.64961 5.25354 8.64961 5.99912V20.9991C8.64961 21.3581 8.35859 21.6491 7.99961 21.6491C7.64062 21.6491 7.34961 21.3581 7.34961 20.9991V5.99912Z" fill="currentColor"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_14299_7965">
|
|
8
|
-
<rect width="24" height="24" fill="white"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.66667 7.16667L3.33333 7.16667C2.87281 7.16667 2.5 7.53948 2.5 8V10C2.5 10.4605 2.87281 10.8333 3.33333 10.8333H4C4.09186 10.8333 4.16667 10.7585 4.16667 10.6667V7.33333C4.16667 7.24148 4.09186 7.16667 4 7.16667L3.66667 7.16667ZM8 1.5C5.38387 1.5 3.25336 3.57823 3.16925 6.1739C2.23336 6.25685 1.5 7.04249 1.5 8V10C1.5 11.0128 2.32052 11.8333 3.33333 11.8333H4C4.64414 11.8333 5.16667 11.3108 5.16667 10.6667V7.33333C5.16667 6.74683 4.73348 6.26116 4.16972 6.17893C4.25074 4.13333 5.93452 2.5 8 2.5C10.0655 2.5 11.7493 4.13333 11.8303 6.17893C11.2665 6.26116 10.8333 6.74684 10.8333 7.33333V10.6667C10.8333 11.1319 11.1059 11.5337 11.5 11.721V12C11.5 12.4605 11.1272 12.8333 10.6667 12.8333H9.65301C9.45513 12.3448 8.97601 12 8.41667 12H7.58333C6.84719 12 6.25 12.5972 6.25 13.3333C6.25 14.0695 6.84719 14.6667 7.58333 14.6667H8.41667C8.97601 14.6667 9.45513 14.3219 9.65301 13.8333H10.6667C11.6795 13.8333 12.5 13.0128 12.5 12V11.8333H12.6667C13.6795 11.8333 14.5 11.0128 14.5 10V8C14.5 7.04249 13.7666 6.25685 12.8308 6.1739C12.7466 3.57823 10.6161 1.5 8 1.5ZM12.001 10.8333H12.6667C13.1272 10.8333 13.5 10.4605 13.5 10V8C13.5 7.53948 13.1272 7.16667 12.6667 7.16667L12.3333 7.16667L12 7.16667C11.9081 7.16667 11.8333 7.24148 11.8333 7.33333V10.6667C11.8333 10.7585 11.9081 10.8333 12 10.8333C12.0003 10.8333 12.0007 10.8333 12.001 10.8333ZM8.75 13.3333C8.75 13.1495 8.60052 13 8.41667 13H7.58333C7.39948 13 7.25 13.1495 7.25 13.3333C7.25 13.5172 7.39948 13.6667 7.58333 13.6667H8.41667C8.60052 13.6667 8.75 13.5172 8.75 13.3333Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.58012 1.14645C8.38485 0.951184 8.06827 0.951184 7.87301 1.14645C7.67775 1.34171 7.67775 1.65829 7.87301 1.85355L8.37877 2.35931C8.19943 2.34221 8.01753 2.33333 7.83333 2.33333C4.61186 2.33333 2 4.94519 2 8.16667C2 9.74344 2.62781 11.1733 3.64342 12.2224C3.83549 12.4208 4.15203 12.426 4.35044 12.2339C4.54884 12.0418 4.55398 11.7253 4.36191 11.5269C3.51886 10.656 3 9.47256 3 8.16667C3 5.49748 5.16414 3.33333 7.83333 3.33333C7.99999 3.33333 8.16462 3.34213 8.32701 3.35912L7.87301 3.81311C7.67775 4.00838 7.67775 4.32496 7.87301 4.52022C8.06827 4.71548 8.38485 4.71548 8.58012 4.52022L9.68532 3.41501C9.69158 3.40908 9.69768 3.40297 9.70364 3.3967L9.91345 3.18689C10.1087 2.99162 10.1087 2.67504 9.91345 2.47978L8.58012 1.14645ZM7.79366 12.5202C7.98892 12.325 7.98892 12.0084 7.79366 11.8131C7.5984 11.6179 7.28181 11.6179 7.08655 11.8131L5.98178 12.9179C5.97521 12.9241 5.96881 12.9305 5.96257 12.9371L5.75322 13.1464C5.55796 13.3417 5.55796 13.6583 5.75322 13.8536L7.08655 15.1869C7.28181 15.3821 7.5984 15.3821 7.79366 15.1869C7.98892 14.9916 7.98892 14.675 7.79366 14.4798L7.2879 13.974C7.46723 13.9911 7.64912 14 7.83331 14C11.0548 14 13.6666 11.3881 13.6666 8.16667C13.6666 6.56299 13.0159 5.11482 11.9709 4.0618C11.7764 3.86579 11.4598 3.86459 11.2638 4.0591C11.0678 4.25362 11.0666 4.5702 11.2611 4.7662C12.1294 5.64119 12.6666 6.83968 12.6666 8.16667C12.6666 10.8359 10.5025 13 7.83331 13C7.66666 13 7.50203 12.9912 7.33966 12.9742L7.79366 12.5202Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.88481 4.29514C7.50053 3.67941 8.49882 3.67941 9.11456 4.29514C9.73028 4.91086 9.73028 5.90915 9.11455 6.52488C8.49883 7.14061 7.50054 7.14061 6.88481 6.52488C6.26908 5.90916 6.26908 4.91087 6.88481 4.29514ZM6.1777 3.58803C7.18387 2.58186 8.81514 2.58178 9.82141 3.58778C10.8277 4.59403 10.8279 6.22574 9.82166 7.23199C8.81541 8.23824 7.18396 8.23824 6.1777 7.23199C5.17145 6.22574 5.17146 4.59428 6.1777 3.58803ZM12.3077 6.7026C12.6391 6.37117 13.1764 6.37117 13.5078 6.7026C13.8393 7.03402 13.8393 7.57137 13.5078 7.90279C13.1764 8.23422 12.6391 8.23422 12.3077 7.90279C11.9762 7.57137 11.9762 7.03402 12.3077 6.7026L11.9541 6.34905L12.3077 6.7026ZM14.215 5.99549C13.493 5.27354 12.3225 5.27354 11.6005 5.99549C10.8786 6.71744 10.8786 7.88795 11.6005 8.6099C12.3225 9.33185 13.493 9.33185 14.215 8.6099C14.9369 7.88795 14.9369 6.71744 14.215 5.99549ZM3.69209 6.7026C3.36066 6.37117 2.82332 6.37117 2.4919 6.7026C2.16047 7.03402 2.16047 7.57137 2.4919 7.90279C2.82332 8.23422 3.36066 8.23422 3.69209 7.90279C4.02351 7.57137 4.02351 7.03402 3.69209 6.7026ZM1.78479 5.99549C2.50674 5.27354 3.67725 5.27354 4.3992 5.99549C5.12115 6.71744 5.12115 7.88795 4.3992 8.6099C3.67725 9.33185 2.50674 9.33185 1.78479 8.6099C1.06284 7.88795 1.06284 6.71744 1.78479 5.99549ZM13.1326 9.76938C12.8565 9.76938 12.6326 9.99324 12.6326 10.2694C12.6326 10.5455 12.8565 10.7694 13.1326 10.7694H13.6666C14.3112 10.7694 14.8333 11.2915 14.8333 11.936V12.6667C14.8333 12.9429 15.0572 13.1667 15.3333 13.1667C15.6095 13.1667 15.8333 12.9429 15.8333 12.6667V11.936C15.8333 10.7392 14.8635 9.76938 13.6666 9.76938H13.1326ZM2.33317 10.7694C1.68865 10.7694 1.1665 11.2915 1.1665 11.936V12.6667C1.1665 12.9429 0.942646 13.1667 0.666504 13.1667C0.390362 13.1667 0.166504 12.9429 0.166504 12.6667V11.936C0.166504 10.7392 1.13636 9.76938 2.33317 9.76938H2.86717C3.14331 9.76938 3.36717 9.99324 3.36717 10.2694C3.36717 10.5455 3.14331 10.7694 2.86717 10.7694H2.33317ZM6.77327 8.76604C5.20847 8.76604 3.93994 10.0346 3.93994 11.5994V12.6667C3.93994 12.9429 4.1638 13.1667 4.43994 13.1667C4.71608 13.1667 4.93994 12.9429 4.93994 12.6667V11.5994C4.93994 10.5869 5.76075 9.76604 6.77327 9.76604H9.22594C10.2385 9.76604 11.0593 10.5869 11.0593 11.5994V12.6667C11.0593 12.9429 11.2831 13.1667 11.5593 13.1667C11.8354 13.1667 12.0593 12.9429 12.0593 12.6667V11.5994C12.0593 10.0346 10.7908 8.76604 9.22594 8.76604H6.77327Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 1.5C3.17157 1.5 2.5 2.17157 2.5 3V11C2.5 11.8284 3.17157 12.5 4 12.5H4.5V13C4.5 13.8284 5.17157 14.5 6 14.5H12C12.8284 14.5 13.5 13.8284 13.5 13V5C13.5 4.17157 12.8284 3.5 12 3.5H11.5V3C11.5 2.17157 10.8284 1.5 10 1.5H4ZM11.5 4.5V11C11.5 11.8284 10.8284 12.5 10 12.5H5.5V13C5.5 13.2761 5.72386 13.5 6 13.5H12C12.2761 13.5 12.5 13.2761 12.5 13V5C12.5 4.72386 12.2761 4.5 12 4.5H11.5ZM3.5 3C3.5 2.72386 3.72386 2.5 4 2.5H10C10.2761 2.5 10.5 2.72386 10.5 3V11C10.5 11.2761 10.2761 11.5 10 11.5H4C3.72386 11.5 3.5 11.2761 3.5 11V3ZM6.5 5.5H5V4.5H9V5.5H7.5V9H6.5V5.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.83434 1.53747C9.04535 1.62407 9.17102 1.84251 9.1398 2.06846L8.57366 6.1667H12.8332C13.0224 6.1667 13.1954 6.27351 13.2802 6.44267C13.365 6.61182 13.347 6.81435 13.2337 6.96593L7.75575 14.2993C7.61924 14.482 7.37636 14.5492 7.16534 14.4626C6.95433 14.376 6.82866 14.1576 6.85988 13.9316L7.42602 9.83337H3.16651C2.97729 9.83337 2.80429 9.72656 2.71951 9.55741C2.63473 9.38825 2.65269 9.18573 2.76593 9.03414L8.24393 1.70081C8.38044 1.51807 8.62332 1.45088 8.83434 1.53747ZM4.16411 8.83337H7.99984C8.14438 8.83337 8.28185 8.89592 8.37681 9.0049C8.47177 9.11387 8.51492 9.25861 8.49514 9.40179L8.11605 12.146L11.8356 7.1667H7.99984C7.8553 7.1667 7.71783 7.10415 7.62287 6.99518C7.52792 6.8862 7.48476 6.74147 7.50454 6.59828L7.88364 3.85409L4.16411 8.83337Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.16667 2C6.16667 1.72386 6.39052 1.5 6.66667 1.5H9.33333C9.60948 1.5 9.83333 1.72386 9.83333 2C9.83333 2.27614 9.60948 2.5 9.33333 2.5H6.66667C6.39052 2.5 6.16667 2.27614 6.16667 2ZM8.00076 4.5C10.4857 4.50041 12.5 6.51497 12.5 9C12.5 11.4853 10.4853 13.5 8 13.5C5.51472 13.5 3.5 11.4853 3.5 9C3.5 6.51472 5.51472 4.5 8 4.5L8.00076 4.5ZM8 3.5C4.96243 3.5 2.5 5.96243 2.5 9C2.5 12.0376 4.96243 14.5 8 14.5C11.0376 14.5 13.5 12.0376 13.5 9C13.5 5.96243 11.0376 3.5 8 3.5ZM7.77806 4C7.78699 3.71301 8 3.5 8 3.5C7.82635 3.67365 7.77332 3.8473 7.77806 4ZM8.5 6C8.5 5.72386 8.27614 5.5 8 5.5C7.72386 5.5 7.5 5.72386 7.5 6V8.66667C7.5 8.94281 7.72386 9.16667 8 9.16667C8.27614 9.16667 8.5 8.94281 8.5 8.66667V6ZM13.0202 3.64645C12.825 3.45118 12.5084 3.45118 12.3131 3.64645C12.1179 3.84171 12.1179 4.15829 12.3131 4.35355L12.9798 5.02022C13.175 5.21548 13.4916 5.21548 13.6869 5.02022C13.8821 4.82496 13.8821 4.50838 13.6869 4.31311L13.0202 3.64645Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|