@tetacom/ng-components 1.1.1 → 1.1.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/assets/color-icons.svg +374 -687
- package/assets/file-icons.svg +0 -1
- package/assets/icons.svg +205 -138
- package/common/contract/auto-close-ignore-case.d.ts +1 -1
- package/common/contract/constructor-type.d.ts +1 -1
- package/common/model/public-api.d.ts +1 -0
- package/common/model/view-type.model.d.ts +1 -0
- package/common/public-api.d.ts +1 -0
- package/component/accordion/accordion/accordion.component.d.ts +1 -1
- package/component/accordion/accordion-content.directive.d.ts +1 -1
- package/component/accordion/accordion-head/accordion-head.component.d.ts +1 -1
- package/component/accordion/accordion-item/accordion-item.component.d.ts +4 -1
- package/component/autocomplete/autocomplete/autocomplete.component.d.ts +1 -1
- package/component/avatar/avatar/avatar.component.d.ts +17 -0
- package/component/avatar/avatar.module.d.ts +9 -0
- package/component/avatar/model/avatar-color.enum.d.ts +20 -0
- package/component/avatar/public-api.d.ts +2 -0
- package/component/button/button/button.component.d.ts +5 -2
- package/component/chart-3d/chart3d/chart3d.component.d.ts +1 -1
- package/component/checkbox/checkbox/checkbox.component.d.ts +2 -1
- package/component/date-picker/base-calendar.d.ts +49 -0
- package/component/date-picker/base-picker.d.ts +60 -0
- package/component/date-picker/date-picker/date-calendar/date-calendar.component.d.ts +20 -0
- package/component/date-picker/date-picker/date-picker.component.d.ts +38 -68
- package/component/date-picker/date-picker.module.d.ts +19 -16
- package/component/date-picker/date-range/date-range.component.d.ts +46 -0
- package/component/date-picker/date-range/range-calendar/range-calendar.component.d.ts +39 -0
- package/component/date-picker/day-picker/day-item/day-item.component.d.ts +9 -0
- package/component/date-picker/day-picker/day-picker.component.d.ts +30 -0
- package/component/date-picker/model/from-to.model.d.ts +4 -0
- package/component/date-picker/model/min-max-date.model.d.ts +4 -0
- package/component/date-picker/model/public-api.d.ts +5 -0
- package/component/date-picker/month-picker/month-picker.component.d.ts +16 -50
- package/component/date-picker/public-api.d.ts +6 -5
- package/component/date-picker/year-picker/scroll-to-selected-year.directive.d.ts +11 -0
- package/component/date-picker/year-picker/year-picker.component.d.ts +24 -0
- package/component/delimiter/delimiter/delimiter.component.d.ts +1 -1
- package/component/divider/divider/divider.component.d.ts +10 -0
- package/component/divider/divider.module.d.ts +8 -0
- package/component/divider/public-api.d.ts +2 -0
- package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
- package/component/dropdown/dropdown-base.d.ts +3 -1
- package/component/dropdown/dropdown-content.directive.d.ts +1 -1
- package/component/dropdown/dropdown-head.directive.d.ts +1 -1
- package/component/dropdown/dropdown.directive.d.ts +1 -1
- package/component/dynamic-component/popup-content/popup-content.component.d.ts +1 -1
- package/component/expand-card/expand-card/expand-card.component.d.ts +1 -1
- package/component/expand-card/expand-item/expand-item.component.d.ts +1 -1
- package/component/expand-panel/expand-panel/expand-panel.component.d.ts +1 -1
- package/component/expand-panel/expand-panel-content.directive.d.ts +1 -1
- package/component/expand-panel/expand-panel-head.directive.d.ts +1 -1
- package/component/file-upload/file-item/file-item.component.d.ts +1 -1
- package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +1 -1
- package/component/filter/base/filter-base.d.ts +2 -2
- package/component/filter/base/filter-component-base.d.ts +1 -1
- package/component/filter/boolean-filter/boolean-filter.component.d.ts +2 -2
- package/component/filter/contarct/boolean-filter.d.ts +1 -2
- package/component/filter/contarct/date-filter.d.ts +1 -2
- package/component/filter/contarct/i-filter.d.ts +2 -2
- package/component/filter/contarct/list-filter.d.ts +1 -2
- package/component/filter/contarct/numeric-filter.d.ts +1 -2
- package/component/filter/contarct/string-filter.d.ts +1 -2
- package/component/filter/date-filter/date-filter.component.d.ts +3 -2
- package/component/filter/filter-host/filter-host.component.d.ts +2 -2
- package/component/filter/list-filter/list-filter.component.d.ts +2 -2
- package/component/filter/numeric-filter/numeric-filter.component.d.ts +3 -2
- package/component/filter/string-filter/string-filter.component.d.ts +2 -2
- package/component/icon/icon/icon.component.d.ts +1 -1
- package/component/icon/icon-file/icon-file.component.d.ts +9 -3
- package/component/icon/icon-file/icon-file.module.d.ts +9 -0
- package/component/icon/icon-sprite.directive.d.ts +1 -1
- package/component/icon/icon.module.d.ts +4 -5
- package/component/icon/public-api.d.ts +1 -0
- package/component/input/color-input/color-input.component.d.ts +1 -1
- package/component/input/form-group-title/form-group-title.component.d.ts +1 -1
- package/component/input/input/input.component.d.ts +3 -1
- package/component/input/text-field/text-field.component.d.ts +1 -1
- package/component/message/message/message.component.d.ts +1 -1
- package/component/message/message-host/message-host.component.d.ts +1 -1
- package/component/message/model/message.d.ts +3 -0
- package/component/modal/dialog/dialog.component.d.ts +1 -1
- package/component/modal/modal-container/modal-container.component.d.ts +1 -1
- package/component/pager/pager/pager.component.d.ts +1 -1
- package/component/panel/panel/panel.component.d.ts +1 -1
- package/component/progress-bar/progress-bar/progress-bar.component.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid-item-description.directive.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid.component.d.ts +1 -1
- package/component/public-api.d.ts +2 -0
- package/component/radio/radio/radio.component.d.ts +1 -1
- package/component/radio/radio-button/radio-button.component.d.ts +1 -1
- package/component/resize-panel/resize-panel/resize-panel.component.d.ts +1 -1
- package/component/select/select/select.component.d.ts +4 -1
- package/component/select/select-option.directive.d.ts +1 -1
- package/component/select/select-value.directive.d.ts +1 -1
- package/component/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/component/switch/switch/switch.component.d.ts +4 -1
- package/component/switch/switch-button/switch-button.component.d.ts +1 -1
- package/component/table/base/cell-component-base.d.ts +1 -1
- package/component/table/base/head-cell-component-base.d.ts +1 -1
- package/component/table/cell/cell.component.d.ts +1 -1
- package/component/table/cell-host/cell-host.component.d.ts +1 -1
- package/component/table/contract/table-column.d.ts +0 -2
- package/component/table/default/boolean-cell/boolean-cell.component.d.ts +1 -4
- package/component/table/default/date-cell/date-cell.component.d.ts +1 -4
- package/component/table/default/date-time-cell/date-time-cell.component.d.ts +1 -4
- package/component/table/default/default-head-cell/default-head-cell.component.d.ts +1 -1
- package/component/table/default/list-cell/list-cell.component.d.ts +1 -5
- package/component/table/default/numeric-cell/numeric-cell.component.d.ts +1 -4
- package/component/table/default/string-cell/string-cell.component.d.ts +1 -4
- package/component/table/head-cell/head-cell.component.d.ts +1 -1
- package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +1 -1
- package/component/table/head-cell-host/head-cell-host.component.d.ts +1 -1
- package/component/table/selection-cell/selection-cell.component.d.ts +1 -1
- package/component/table/selection-head-cell/selection-head-cell.component.d.ts +1 -1
- package/component/table/table/table.component.d.ts +1 -1
- package/component/table/table-body/table-body.component.d.ts +1 -1
- package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +1 -1
- package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +1 -1
- package/component/table/table-head/table-head.component.d.ts +1 -1
- package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +1 -1
- package/component/table/table-head-group/table-head-group.component.d.ts +1 -1
- package/component/tabs/tab/tab.component.d.ts +1 -1
- package/component/tabs/tab-content.directive.d.ts +1 -1
- package/component/tabs/tab-title.directive.d.ts +1 -1
- package/component/tabs/tabs/tabs.component.d.ts +1 -1
- package/component/theme-switch/theme-switch/theme-switch.component.d.ts +1 -1
- package/component/toggle/toggle/toggle.component.d.ts +1 -1
- package/component/toolbar/toolbar/toolbar.component.d.ts +1 -1
- package/component/tree/tree/tree.component.d.ts +1 -1
- package/component/tree/tree-item/tree-item.component.d.ts +1 -1
- package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +1 -1
- package/directive/auto-position/auto-position.directive.d.ts +1 -1
- package/directive/click-outside/click-outside.directive.d.ts +1 -1
- package/directive/context-menu/context-menu.directive.d.ts +1 -1
- package/directive/disable-control/disable-control.directive.d.ts +1 -1
- package/directive/drag-drop/drag-container.directive.d.ts +1 -1
- package/directive/drag-drop/drag-placeholder.directive.d.ts +1 -1
- package/directive/drag-drop/drag-preview.directive.d.ts +1 -1
- package/directive/drag-drop/drag.directive.d.ts +1 -1
- package/directive/drag-drop/model/drop-target.d.ts +1 -1
- package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -1
- package/directive/drag-sort/drag-sort-item.directive.d.ts +1 -1
- package/directive/dynamic-content-base.directive.d.ts +1 -1
- package/directive/highlight/highlight.directive.d.ts +1 -1
- package/directive/hint/hint.directive.d.ts +3 -1
- package/directive/let/let.directive.d.ts +1 -1
- package/directive/loader/loader.directive.d.ts +1 -1
- package/directive/no-autofill/no-autofill.directive.d.ts +1 -1
- package/directive/only-number/only-number.directive.d.ts +1 -1
- package/directive/resize-drag/resize-drag.directive.d.ts +1 -1
- package/directive/scroll-into-view/scroll-into-view.directive.d.ts +1 -1
- package/directive/scrollable/scrollable/scrollable.component.d.ts +1 -1
- package/directive/scrollable/scrollable.directive.d.ts +1 -1
- package/directive/teta-template/teta-template.directive.d.ts +1 -1
- package/directive/tooltip/tooltip.directive.d.ts +1 -1
- package/esm2022/common/contract/teta-content-ref.mjs +11 -0
- package/esm2022/common/model/public-api.mjs +2 -0
- package/esm2022/common/model/view-type.model.mjs +2 -0
- package/esm2022/common/public-api.mjs +6 -0
- package/esm2022/common/service/click.service.mjs +26 -0
- package/esm2022/common/service/dynamic-component.service.mjs +97 -0
- package/esm2022/common/service/overlay-container.service.mjs +43 -0
- package/esm2022/component/accordion/accordion/accordion.component.mjs +19 -0
- package/esm2022/component/accordion/accordion-content.directive.mjs +17 -0
- package/esm2022/component/accordion/accordion-head/accordion-head.component.mjs +54 -0
- package/esm2022/component/accordion/accordion-item/accordion-item.component.mjs +58 -0
- package/{esm2020 → esm2022}/component/accordion/accordion.module.mjs +7 -7
- package/{esm2020 → esm2022}/component/autocomplete/autocomplete/autocomplete.component.mjs +4 -4
- package/{esm2020 → esm2022}/component/autocomplete/autocomplete.module.mjs +5 -5
- package/esm2022/component/avatar/avatar/avatar.component.mjs +60 -0
- package/esm2022/component/avatar/avatar.module.mjs +28 -0
- package/esm2022/component/avatar/model/avatar-color.enum.mjs +22 -0
- package/esm2022/component/avatar/public-api.mjs +3 -0
- package/esm2022/component/button/button/button.component.mjs +57 -0
- package/{esm2020 → esm2022}/component/button/button.module.mjs +5 -5
- package/{esm2020 → esm2022}/component/chart-3d/chart-3d.module.mjs +5 -5
- package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +255 -0
- package/esm2022/component/chart-3d/model/chart-3d-options.mjs +9 -0
- package/esm2022/component/chart-3d/model/series-3d.mjs +9 -0
- package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +154 -0
- package/{esm2020 → esm2022}/component/checkbox/checkbox.module.mjs +7 -7
- package/esm2022/component/date-picker/base-calendar.mjs +100 -0
- package/esm2022/component/date-picker/base-picker.mjs +107 -0
- package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +56 -0
- package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +206 -0
- package/esm2022/component/date-picker/date-picker.module.mjs +65 -0
- package/esm2022/component/date-picker/date-range/date-range.component.mjs +218 -0
- package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +119 -0
- package/esm2022/component/date-picker/day-picker/day-item/day-item.component.mjs +16 -0
- package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +120 -0
- package/esm2022/component/date-picker/model/date-period.mjs +9 -0
- package/esm2022/component/date-picker/model/day-model.mjs +19 -0
- package/esm2022/component/date-picker/model/from-to.model.mjs +2 -0
- package/esm2022/component/date-picker/model/min-max-date.model.mjs +2 -0
- package/esm2022/component/date-picker/model/public-api.mjs +6 -0
- package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +53 -0
- package/esm2022/component/date-picker/public-api.mjs +7 -0
- package/esm2022/component/date-picker/year-picker/scroll-to-selected-year.directive.mjs +27 -0
- package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +53 -0
- package/esm2022/component/delimiter/delimiter/delimiter.component.mjs +63 -0
- package/{esm2020 → esm2022}/component/delimiter/delimiter.module.mjs +5 -5
- package/esm2022/component/divider/divider/divider.component.mjs +20 -0
- package/esm2022/component/divider/divider.module.mjs +20 -0
- package/esm2022/component/divider/public-api.mjs +3 -0
- package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +36 -0
- package/esm2022/component/dropdown/dropdown-base.mjs +238 -0
- package/esm2022/component/dropdown/dropdown-content.directive.mjs +19 -0
- package/esm2022/component/dropdown/dropdown-head.directive.mjs +19 -0
- package/esm2022/component/dropdown/dropdown.directive.mjs +43 -0
- package/{esm2020 → esm2022}/component/dropdown/dropdown.module.mjs +11 -11
- package/{esm2020 → esm2022}/component/dynamic-component/dynamic-component.module.mjs +5 -5
- package/esm2022/component/dynamic-component/popup-content/popup-content.component.mjs +59 -0
- package/{esm2020 → esm2022}/component/expand-card/expand-card/expand-card.component.mjs +8 -8
- package/{esm2020 → esm2022}/component/expand-card/expand-card.module.mjs +15 -15
- package/{esm2020 → esm2022}/component/expand-card/expand-item/expand-item.component.mjs +6 -6
- package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +68 -0
- package/esm2022/component/expand-panel/expand-panel-content.directive.mjs +17 -0
- package/esm2022/component/expand-panel/expand-panel-head.directive.mjs +17 -0
- package/{esm2020 → esm2022}/component/expand-panel/expand-panel.module.mjs +17 -17
- package/{esm2020 → esm2022}/component/file-upload/file-item/file-item.component.mjs +4 -4
- package/esm2022/component/file-upload/file-upload-area/file-upload-area.component.mjs +87 -0
- package/{esm2020 → esm2022}/component/file-upload/file-upload.module.mjs +5 -5
- package/esm2022/component/filter/base/filter-base.mjs +13 -0
- package/{esm2020 → esm2022}/component/filter/base/filter-component-base.mjs +1 -1
- package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +67 -0
- package/esm2022/component/filter/contarct/boolean-filter.mjs +8 -0
- package/esm2022/component/filter/contarct/date-filter-value.mjs +17 -0
- package/esm2022/component/filter/contarct/date-filter.mjs +11 -0
- package/esm2022/component/filter/contarct/filter-item.mjs +78 -0
- package/esm2022/component/filter/contarct/filter-state.mjs +145 -0
- package/{esm2020 → esm2022}/component/filter/contarct/i-filter.mjs +1 -1
- package/esm2022/component/filter/contarct/list-filter.mjs +13 -0
- package/esm2022/component/filter/contarct/numeric-filter-value.mjs +22 -0
- package/esm2022/component/filter/contarct/numeric-filter.mjs +10 -0
- package/esm2022/component/filter/contarct/sort-param.mjs +26 -0
- package/esm2022/component/filter/contarct/string-filter.mjs +13 -0
- package/esm2022/component/filter/date-filter/date-filter.component.mjs +67 -0
- package/esm2022/component/filter/filter-host/filter-host.component.mjs +85 -0
- package/{esm2020 → esm2022}/component/filter/filter.module.mjs +31 -31
- package/esm2022/component/filter/list-filter/list-filter.component.mjs +103 -0
- package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +67 -0
- package/esm2022/component/filter/string-filter/string-filter.component.mjs +68 -0
- package/esm2022/component/icon/icon/icon.component.mjs +39 -0
- package/esm2022/component/icon/icon-file/icon-file.component.mjs +30 -0
- package/esm2022/component/icon/icon-file/icon-file.module.mjs +28 -0
- package/esm2022/component/icon/icon-sprite.directive.mjs +34 -0
- package/esm2022/component/icon/icon.module.mjs +33 -0
- package/esm2022/component/icon/icon.service.mjs +64 -0
- package/{esm2020 → esm2022}/component/icon/public-api.mjs +2 -1
- package/esm2022/component/input/color-input/color-input.component.mjs +75 -0
- package/{esm2020 → esm2022}/component/input/form-group-title/form-group-title.component.mjs +6 -7
- package/esm2022/component/input/input/input.component.mjs +41 -0
- package/esm2022/component/input/input.module.mjs +26 -0
- package/esm2022/component/input/text-field/text-field.component.mjs +102 -0
- package/esm2022/component/message/message/message.component.mjs +79 -0
- package/esm2022/component/message/message-host/message-host.component.mjs +91 -0
- package/{esm2020 → esm2022}/component/message/message.module.mjs +9 -9
- package/esm2022/component/message/message.service.mjs +37 -0
- package/esm2022/component/message/model/message.mjs +29 -0
- package/esm2022/component/modal/dialog/dialog.component.mjs +51 -0
- package/esm2022/component/modal/dialog.service.mjs +40 -0
- package/esm2022/component/modal/modal-container/modal-container.component.mjs +86 -0
- package/esm2022/component/modal/modal.module.mjs +50 -0
- package/esm2022/component/modal/modal.service.mjs +125 -0
- package/{esm2020 → esm2022}/component/modal/model/current-modal.mjs +2 -1
- package/esm2022/component/modal/model/modal-instance.mjs +37 -0
- package/esm2022/component/pager/model/pager-state.mjs +70 -0
- package/{esm2020 → esm2022}/component/pager/pager/pager.component.mjs +4 -4
- package/{esm2020 → esm2022}/component/pager/pager.module.mjs +7 -7
- package/esm2022/component/panel/panel/panel.component.mjs +50 -0
- package/{esm2020 → esm2022}/component/panel/panel.module.mjs +5 -5
- package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +139 -0
- package/{esm2020 → esm2022}/component/progress-bar/progress-bar.module.mjs +5 -5
- package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +45 -0
- package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +141 -0
- package/esm2022/component/property-grid/property-grid/property-grid-item-description.directive.mjs +21 -0
- package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +105 -0
- package/esm2022/component/property-grid/property-grid.module.mjs +87 -0
- package/esm2022/component/public-api.mjs +68 -0
- package/esm2022/component/radio/radio/radio.component.mjs +250 -0
- package/esm2022/component/radio/radio-button/radio-button.component.mjs +69 -0
- package/{esm2020 → esm2022}/component/radio/radio.module.mjs +5 -5
- package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +176 -0
- package/{esm2020 → esm2022}/component/resize-panel/resize-panel.module.mjs +5 -5
- package/esm2022/component/select/select/select.component.mjs +284 -0
- package/esm2022/component/select/select-option.directive.mjs +17 -0
- package/esm2022/component/select/select-value.directive.mjs +17 -0
- package/{esm2020 → esm2022}/component/select/select.module.mjs +21 -21
- package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +56 -0
- package/{esm2020 → esm2022}/component/sidebar/sidebar.module.mjs +9 -9
- package/esm2022/component/switch/switch/switch.component.mjs +67 -0
- package/esm2022/component/switch/switch-button/switch-button.component.mjs +52 -0
- package/{esm2020 → esm2022}/component/switch/switch.module.mjs +5 -5
- package/esm2022/component/switch/switch.service.mjs +22 -0
- package/esm2022/component/table/base/cell-component-base.mjs +108 -0
- package/{esm2020 → esm2022}/component/table/base/head-cell-component-base.mjs +4 -4
- package/esm2022/component/table/cell/cell.component.mjs +38 -0
- package/esm2022/component/table/cell-host/cell-host.component.mjs +56 -0
- package/esm2022/component/table/contract/column-reorder-event.mjs +9 -0
- package/esm2022/component/table/contract/column-resize-event.mjs +9 -0
- package/esm2022/component/table/contract/sort-event.mjs +9 -0
- package/esm2022/component/table/contract/table-column-store.mjs +17 -0
- package/esm2022/component/table/contract/table-column.mjs +112 -0
- package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +44 -0
- package/esm2022/component/table/default/date-cell/date-cell.component.mjs +46 -0
- package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +45 -0
- package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +51 -0
- package/esm2022/component/table/default/list-cell/list-cell.component.mjs +71 -0
- package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +53 -0
- package/esm2022/component/table/default/string-cell/string-cell.component.mjs +53 -0
- package/esm2022/component/table/head-cell/head-cell.component.mjs +207 -0
- package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +59 -0
- package/esm2022/component/table/head-cell-host/head-cell-host.component.mjs +66 -0
- package/esm2022/component/table/selection-cell/selection-cell.component.mjs +49 -0
- package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +47 -0
- package/esm2022/component/table/service/table.service.mjs +672 -0
- package/esm2022/component/table/table/table.component.mjs +491 -0
- package/esm2022/component/table/table-body/table-body.component.mjs +224 -0
- package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +66 -0
- package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +97 -0
- package/esm2022/component/table/table-head/table-head.component.mjs +85 -0
- package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +153 -0
- package/esm2022/component/table/table-head-group/table-head-group.component.mjs +82 -0
- package/{esm2020 → esm2022}/component/table/table.module.mjs +74 -74
- package/esm2022/component/tabs/tab/tab.component.mjs +46 -0
- package/esm2022/component/tabs/tab-content.directive.mjs +17 -0
- package/esm2022/component/tabs/tab-title.directive.mjs +17 -0
- package/esm2022/component/tabs/tabs/tabs.component.mjs +74 -0
- package/{esm2020 → esm2022}/component/tabs/tabs.module.mjs +11 -11
- package/esm2022/component/theme-switch/theme-switch/theme-switch.component.mjs +30 -0
- package/{esm2020 → esm2022}/component/theme-switch/theme-switch.module.mjs +9 -9
- package/esm2022/component/theme-switch/theme-switch.service.mjs +36 -0
- package/esm2022/component/toggle/toggle/toggle.component.mjs +89 -0
- package/{esm2020 → esm2022}/component/toggle/toggle.module.mjs +5 -5
- package/esm2022/component/toolbar/toolbar/toolbar.component.mjs +28 -0
- package/{esm2020 → esm2022}/component/toolbar/toolbar.module.mjs +5 -5
- package/esm2022/component/tree/tree/tree.component.mjs +150 -0
- package/esm2022/component/tree/tree-item/tree-item.component.mjs +90 -0
- package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +32 -0
- package/{esm2020 → esm2022}/component/tree/tree.module.mjs +5 -5
- package/esm2022/component/tree/tree.service.mjs +42 -0
- package/esm2022/directive/auto-position/auto-position.directive.mjs +72 -0
- package/{esm2020 → esm2022}/directive/auto-position/auto-position.module.mjs +5 -5
- package/esm2022/directive/click-outside/click-outside.directive.mjs +67 -0
- package/{esm2020 → esm2022}/directive/click-outside/click-outside.module.mjs +5 -5
- package/esm2022/directive/context-menu/context-menu.directive.mjs +132 -0
- package/{esm2020 → esm2022}/directive/context-menu/context-menu.module.mjs +7 -7
- package/esm2022/directive/disable-control/disable-control.directive.mjs +30 -0
- package/{esm2020 → esm2022}/directive/disable-control/disable-control.module.mjs +5 -5
- package/esm2022/directive/drag-drop/drag-container.directive.mjs +101 -0
- package/{esm2020 → esm2022}/directive/drag-drop/drag-drop.module.mjs +11 -11
- package/esm2022/directive/drag-drop/drag-drop.service.mjs +152 -0
- package/{esm2020 → esm2022}/directive/drag-drop/drag-placeholder.directive.mjs +4 -4
- package/esm2022/directive/drag-drop/drag-preview.directive.mjs +17 -0
- package/esm2022/directive/drag-drop/drag.directive.mjs +143 -0
- package/esm2022/directive/drag-drop/model/drag-container-instance.mjs +11 -0
- package/esm2022/directive/drag-drop/model/drag-instance.mjs +9 -0
- package/esm2022/directive/drag-sort/drag-sort-container.directive.mjs +68 -0
- package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +121 -0
- package/{esm2020 → esm2022}/directive/drag-sort/drag-sort.module.mjs +5 -5
- package/esm2022/directive/dynamic-content-base.directive.mjs +91 -0
- package/esm2022/directive/highlight/highlight.directive.mjs +73 -0
- package/{esm2020 → esm2022}/directive/highlight/highlight.module.mjs +5 -5
- package/esm2022/directive/hint/hint.directive.mjs +118 -0
- package/{esm2020 → esm2022}/directive/hint/hint.module.mjs +7 -7
- package/esm2022/directive/let/let.directive.mjs +40 -0
- package/{esm2020 → esm2022}/directive/let/let.module.mjs +5 -5
- package/esm2022/directive/loader/loader.directive.mjs +93 -0
- package/{esm2020 → esm2022}/directive/loader/loader.module.mjs +5 -5
- package/esm2022/directive/no-autofill/no-autofill.directive.mjs +32 -0
- package/{esm2020 → esm2022}/directive/no-autofill/no-autofill.module.mjs +5 -5
- package/esm2022/directive/only-number/only-number.directive.mjs +200 -0
- package/{esm2020 → esm2022}/directive/only-number/only-number.module.mjs +5 -5
- package/esm2022/directive/resize-drag/resize-drag.directive.mjs +73 -0
- package/{esm2020 → esm2022}/directive/resize-drag/resize-drag.module.mjs +5 -5
- package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +43 -0
- package/{esm2020 → esm2022}/directive/scroll-into-view/scroll-into-view.module.mjs +5 -5
- package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +107 -0
- package/esm2022/directive/scrollable/scrollable.directive.mjs +17 -0
- package/{esm2020 → esm2022}/directive/scrollable/scrollable.module.mjs +9 -9
- package/esm2022/directive/teta-template/teta-template.directive.mjs +24 -0
- package/{esm2020 → esm2022}/directive/teta-template/teta-template.module.mjs +5 -5
- package/esm2022/directive/tooltip/tooltip.directive.mjs +88 -0
- package/{esm2020 → esm2022}/directive/tooltip/tooltip.module.mjs +5 -5
- package/esm2022/locale/en.mjs +62 -0
- package/esm2022/locale/ru.mjs +62 -0
- package/esm2022/locale/teta-config.service.mjs +28 -0
- package/{esm2020 → esm2022}/locale/teta-localisation.mjs +1 -1
- package/{esm2020 → esm2022}/pipe/date-pipe/teta-date-pipe.module.mjs +5 -5
- package/esm2022/pipe/date-pipe/teta-date.pipe.mjs +35 -0
- package/{esm2020 → esm2022}/pipe/number-pipe/number-pipe.module.mjs +5 -5
- package/{esm2020 → esm2022}/pipe/number-pipe/number.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/util/forms-util.mjs +9 -9
- package/{fesm2020 → fesm2022}/tetacom-ng-components.mjs +7289 -6544
- package/fesm2022/tetacom-ng-components.mjs.map +1 -0
- package/locale/teta-localisation.d.ts +2 -0
- package/package.json +13 -14
- package/style/accordion.scss +28 -6
- package/style/assembly-library.scss +4 -1
- package/style/assembly-presets.scss +0 -1
- package/style/badge.scss +28 -0
- package/style/border.scss +2 -1
- package/style/bottombar.scss +5 -0
- package/style/button.scss +16 -13
- package/style/checkbox.scss +26 -13
- package/style/chips.scss +10 -10
- package/style/color.scss +1 -36
- package/style/datepicker.scss +139 -24
- package/style/divider.scss +15 -0
- package/style/drag.scss +1 -1
- package/style/dropdown.scss +6 -4
- package/style/hint.scss +5 -5
- package/style/icon.scss +2 -1
- package/style/input.scss +32 -23
- package/style/layout.scss +6 -2
- package/style/list.scss +11 -8
- package/style/loader.scss +2 -2
- package/style/message.scss +15 -7
- package/style/modal.scss +3 -2
- package/style/navigation.scss +4 -1
- package/style/presets/color-presets.scss +8 -160
- package/style/presets/font-presets.scss +26 -25
- package/style/presets/view-types.scss +17 -0
- package/style/progress.scss +3 -3
- package/style/radio.scss +21 -7
- package/style/reset.scss +1 -0
- package/style/resize-panel.scss +2 -2
- package/style/scroll.scss +3 -3
- package/style/select.scss +26 -21
- package/style/shadow.scss +0 -20
- package/style/sidebar.scss +1 -1
- package/style/skeleton.scss +1 -1
- package/style/switch.scss +15 -10
- package/style/table.scss +15 -15
- package/style/tabs.scss +11 -11
- package/style/tag.scss +37 -0
- package/style/toggle.scss +20 -18
- package/style/toolbar.scss +1 -1
- package/style/tooltip.scss +8 -6
- package/style/tree.scss +4 -4
- package/util/export-dom-image.d.ts +1 -1
- package/component/date-picker/day-select/day-select.component.d.ts +0 -51
- package/component/date-picker/month-select/month-select.component.d.ts +0 -40
- package/component/date-picker/service/picker-touch.service.d.ts +0 -12
- package/component/date-picker/time-part-control/time-part-control.component.d.ts +0 -26
- package/component/date-picker/util/date-picker-util.d.ts +0 -15
- package/component/date-picker/year-select/year-select.component.d.ts +0 -45
- package/esm2020/common/contract/teta-content-ref.mjs +0 -8
- package/esm2020/common/public-api.mjs +0 -5
- package/esm2020/common/service/click.service.mjs +0 -23
- package/esm2020/common/service/dynamic-component.service.mjs +0 -93
- package/esm2020/common/service/overlay-container.service.mjs +0 -41
- package/esm2020/component/accordion/accordion/accordion.component.mjs +0 -18
- package/esm2020/component/accordion/accordion-content.directive.mjs +0 -16
- package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +0 -52
- package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +0 -43
- package/esm2020/component/button/button/button.component.mjs +0 -40
- package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +0 -244
- package/esm2020/component/chart-3d/model/chart-3d-options.mjs +0 -7
- package/esm2020/component/chart-3d/model/series-3d.mjs +0 -7
- package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +0 -134
- package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +0 -289
- package/esm2020/component/date-picker/date-picker.module.mjs +0 -69
- package/esm2020/component/date-picker/day-select/day-select.component.mjs +0 -184
- package/esm2020/component/date-picker/model/date-period.mjs +0 -7
- package/esm2020/component/date-picker/model/day-model.mjs +0 -13
- package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +0 -253
- package/esm2020/component/date-picker/month-select/month-select.component.mjs +0 -148
- package/esm2020/component/date-picker/public-api.mjs +0 -6
- package/esm2020/component/date-picker/service/picker-touch.service.mjs +0 -34
- package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +0 -73
- package/esm2020/component/date-picker/util/date-picker-util.mjs +0 -142
- package/esm2020/component/date-picker/year-select/year-select.component.mjs +0 -189
- package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +0 -63
- package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +0 -30
- package/esm2020/component/dropdown/dropdown-base.mjs +0 -225
- package/esm2020/component/dropdown/dropdown-content.directive.mjs +0 -17
- package/esm2020/component/dropdown/dropdown-head.directive.mjs +0 -18
- package/esm2020/component/dropdown/dropdown.directive.mjs +0 -38
- package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +0 -59
- package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +0 -65
- package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +0 -16
- package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +0 -16
- package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +0 -82
- package/esm2020/component/filter/base/filter-base.mjs +0 -10
- package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +0 -60
- package/esm2020/component/filter/contarct/boolean-filter.mjs +0 -10
- package/esm2020/component/filter/contarct/date-filter-value.mjs +0 -9
- package/esm2020/component/filter/contarct/date-filter.mjs +0 -11
- package/esm2020/component/filter/contarct/filter-item.mjs +0 -34
- package/esm2020/component/filter/contarct/filter-state.mjs +0 -145
- package/esm2020/component/filter/contarct/list-filter.mjs +0 -12
- package/esm2020/component/filter/contarct/numeric-filter-value.mjs +0 -10
- package/esm2020/component/filter/contarct/numeric-filter.mjs +0 -11
- package/esm2020/component/filter/contarct/sort-param.mjs +0 -14
- package/esm2020/component/filter/contarct/string-filter.mjs +0 -12
- package/esm2020/component/filter/date-filter/date-filter.component.mjs +0 -60
- package/esm2020/component/filter/filter-host/filter-host.component.mjs +0 -78
- package/esm2020/component/filter/list-filter/list-filter.component.mjs +0 -95
- package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +0 -60
- package/esm2020/component/filter/string-filter/string-filter.component.mjs +0 -61
- package/esm2020/component/icon/icon/icon.component.mjs +0 -37
- package/esm2020/component/icon/icon-file/icon-file.component.mjs +0 -14
- package/esm2020/component/icon/icon-sprite.directive.mjs +0 -32
- package/esm2020/component/icon/icon.module.mjs +0 -38
- package/esm2020/component/icon/icon.service.mjs +0 -59
- package/esm2020/component/input/color-input/color-input.component.mjs +0 -73
- package/esm2020/component/input/input/input.component.mjs +0 -36
- package/esm2020/component/input/input.module.mjs +0 -26
- package/esm2020/component/input/text-field/text-field.component.mjs +0 -96
- package/esm2020/component/message/message/message.component.mjs +0 -74
- package/esm2020/component/message/message-host/message-host.component.mjs +0 -88
- package/esm2020/component/message/message.service.mjs +0 -35
- package/esm2020/component/message/model/message.mjs +0 -21
- package/esm2020/component/modal/dialog/dialog.component.mjs +0 -44
- package/esm2020/component/modal/dialog.service.mjs +0 -39
- package/esm2020/component/modal/modal-container/modal-container.component.mjs +0 -84
- package/esm2020/component/modal/modal.module.mjs +0 -50
- package/esm2020/component/modal/modal.service.mjs +0 -121
- package/esm2020/component/modal/model/modal-instance.mjs +0 -34
- package/esm2020/component/pager/model/pager-state.mjs +0 -50
- package/esm2020/component/panel/panel/panel.component.mjs +0 -51
- package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +0 -131
- package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +0 -38
- package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +0 -130
- package/esm2020/component/property-grid/property-grid/property-grid-item-description.directive.mjs +0 -19
- package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +0 -97
- package/esm2020/component/property-grid/property-grid.module.mjs +0 -87
- package/esm2020/component/public-api.mjs +0 -65
- package/esm2020/component/radio/radio/radio.component.mjs +0 -245
- package/esm2020/component/radio/radio-button/radio-button.component.mjs +0 -63
- package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +0 -168
- package/esm2020/component/select/select/select.component.mjs +0 -260
- package/esm2020/component/select/select-option.directive.mjs +0 -16
- package/esm2020/component/select/select-value.directive.mjs +0 -16
- package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +0 -54
- package/esm2020/component/switch/switch/switch.component.mjs +0 -52
- package/esm2020/component/switch/switch-button/switch-button.component.mjs +0 -47
- package/esm2020/component/switch/switch.service.mjs +0 -21
- package/esm2020/component/table/base/cell-component-base.mjs +0 -97
- package/esm2020/component/table/cell/cell.component.mjs +0 -33
- package/esm2020/component/table/cell-host/cell-host.component.mjs +0 -50
- package/esm2020/component/table/contract/column-reorder-event.mjs +0 -7
- package/esm2020/component/table/contract/column-resize-event.mjs +0 -7
- package/esm2020/component/table/contract/sort-event.mjs +0 -7
- package/esm2020/component/table/contract/table-column-store.mjs +0 -12
- package/esm2020/component/table/contract/table-column.mjs +0 -38
- package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +0 -45
- package/esm2020/component/table/default/date-cell/date-cell.component.mjs +0 -47
- package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +0 -46
- package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +0 -47
- package/esm2020/component/table/default/list-cell/list-cell.component.mjs +0 -76
- package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +0 -55
- package/esm2020/component/table/default/string-cell/string-cell.component.mjs +0 -54
- package/esm2020/component/table/head-cell/head-cell.component.mjs +0 -189
- package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +0 -50
- package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +0 -60
- package/esm2020/component/table/selection-cell/selection-cell.component.mjs +0 -46
- package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +0 -45
- package/esm2020/component/table/service/table.service.mjs +0 -648
- package/esm2020/component/table/table/table.component.mjs +0 -472
- package/esm2020/component/table/table-body/table-body.component.mjs +0 -203
- package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +0 -55
- package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +0 -86
- package/esm2020/component/table/table-head/table-head.component.mjs +0 -77
- package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +0 -141
- package/esm2020/component/table/table-head-group/table-head-group.component.mjs +0 -76
- package/esm2020/component/tabs/tab/tab.component.mjs +0 -42
- package/esm2020/component/tabs/tab-content.directive.mjs +0 -16
- package/esm2020/component/tabs/tab-title.directive.mjs +0 -16
- package/esm2020/component/tabs/tabs/tabs.component.mjs +0 -70
- package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +0 -28
- package/esm2020/component/theme-switch/theme-switch.service.mjs +0 -34
- package/esm2020/component/toggle/toggle/toggle.component.mjs +0 -79
- package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +0 -26
- package/esm2020/component/tree/tree/tree.component.mjs +0 -138
- package/esm2020/component/tree/tree-item/tree-item.component.mjs +0 -85
- package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +0 -28
- package/esm2020/component/tree/tree.service.mjs +0 -40
- package/esm2020/directive/auto-position/auto-position.directive.mjs +0 -69
- package/esm2020/directive/click-outside/click-outside.directive.mjs +0 -65
- package/esm2020/directive/context-menu/context-menu.directive.mjs +0 -120
- package/esm2020/directive/disable-control/disable-control.directive.mjs +0 -29
- package/esm2020/directive/drag-drop/drag-container.directive.mjs +0 -92
- package/esm2020/directive/drag-drop/drag-drop.service.mjs +0 -142
- package/esm2020/directive/drag-drop/drag-preview.directive.mjs +0 -16
- package/esm2020/directive/drag-drop/drag.directive.mjs +0 -135
- package/esm2020/directive/drag-drop/model/drag-container-instance.mjs +0 -8
- package/esm2020/directive/drag-drop/model/drag-instance.mjs +0 -7
- package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +0 -64
- package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +0 -115
- package/esm2020/directive/dynamic-content-base.directive.mjs +0 -80
- package/esm2020/directive/highlight/highlight.directive.mjs +0 -72
- package/esm2020/directive/hint/hint.directive.mjs +0 -103
- package/esm2020/directive/let/let.directive.mjs +0 -38
- package/esm2020/directive/loader/loader.directive.mjs +0 -85
- package/esm2020/directive/no-autofill/no-autofill.directive.mjs +0 -30
- package/esm2020/directive/only-number/only-number.directive.mjs +0 -198
- package/esm2020/directive/resize-drag/resize-drag.directive.mjs +0 -71
- package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +0 -40
- package/esm2020/directive/scrollable/scrollable/scrollable.component.mjs +0 -96
- package/esm2020/directive/scrollable/scrollable.directive.mjs +0 -19
- package/esm2020/directive/teta-template/teta-template.directive.mjs +0 -22
- package/esm2020/directive/tooltip/tooltip.directive.mjs +0 -76
- package/esm2020/locale/en.mjs +0 -60
- package/esm2020/locale/ru.mjs +0 -60
- package/esm2020/locale/teta-config.service.mjs +0 -28
- package/esm2020/pipe/date-pipe/teta-date.pipe.mjs +0 -34
- package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +0 -18
- package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +0 -21
- package/fesm2015/tetacom-ng-components.mjs +0 -13042
- package/fesm2015/tetacom-ng-components.mjs.map +0 -1
- package/fesm2020/tetacom-ng-components.mjs.map +0 -1
- package/pipe/prepend-zero/prepend-zero.module.d.ts +0 -8
- package/pipe/prepend-zero/prepend-zero.pipe.d.ts +0 -7
- package/style/presets/shadow-presets.scss +0 -16
- package/style/tokens/basedark.tokens.css +0 -77
- package/style/tokens/baselight.tokens.css +0 -61
- package/style/tokens/global.tokens.css +0 -235
- package/style/tokens/utility.tokens.css +0 -1119
- package/style/util/button-util.scss +0 -58
- /package/{esm2020 → esm2022}/common/contract/auto-close-ignore-case.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/constructor-type.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/dynamic-data.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-dictionary.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-id-name.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-id.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-rect.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-tree-data.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/align.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/teta-size.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/vertical-align.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/common/service/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/array-util.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/dom-util.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/position-util.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/accordion/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/autocomplete/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/button/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/chart-3d/model/base-3d-point.mjs +0 -0
- /package/{esm2020 → esm2022}/component/chart-3d/model/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/chart-3d/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/checkbox/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/date-picker/model/date-picker-mode.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/delimiter/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/dropdown/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/dynamic-component/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/expand-card/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/expand-panel/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/file-upload/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/contarct/filter-component-map.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/enum/filter-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/enum/list-filter-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/enum/string-filter-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/input/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/message/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/model/i-modal-config.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/model/i-modal-result.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/model/modal-close-reason.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/pager/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/pager/util/pager-util.mjs +0 -0
- /package/{esm2020 → esm2022}/component/panel/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/progress-bar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/property-grid/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/radio/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/resize-panel/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/select/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/sidebar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/sidebar/sidebar-position.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/switch/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/base/detail-component-base.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/cell-components-map.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/head-dropdown-tab.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-coordinates.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-event.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-instance.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-value.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/aggregation-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/edit-event.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/edit-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/select-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/util/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/util/state-util.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/util/table-util.mjs +0 -0
- /package/{esm2020 → esm2022}/component/tabs/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/theme-switch/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/toggle/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/toolbar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/tree/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/auto-position/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/click-outside/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/context-menu/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/disable-control/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drag-process.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drag-selection.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drop-event.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drop-target.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/point.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-sort/drag-sort-event.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-sort/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/highlight/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/hint/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/let/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/loader/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/no-autofill/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/only-number/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/resize-drag/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/scroll-into-view/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/scrollable/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/teta-template/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/tooltip/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/locale/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/observable/animation-frame.mjs +0 -0
- /package/{esm2020 → esm2022}/observable/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/observable/zoneObservable.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/date-pipe/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/number-pipe/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/util/number-helper.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/tetacom-ng-components.mjs +0 -0
- /package/{esm2020 → esm2022}/util/date-util.mjs +0 -0
- /package/{esm2020 → esm2022}/util/export-dom-image.mjs +0 -0
- /package/{esm2020 → esm2022}/util/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/util/string-util.mjs +0 -0
package/assets/color-icons.svg
CHANGED
|
@@ -1,12 +1,275 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<svg width="0" height="0" style="position: absolute; width: 0; height: 0; overflow: hidden;">
|
|
2
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="areasColor">
|
|
3
|
+
<path d="M0.780998 11.8044C0.349665 11.5865 0.349665 11.2332 0.780998 11.0153L7.219 7.76294C7.65033 7.54504 8.34966 7.54504 8.781 7.76294L15.219 11.0153C15.6503 11.2332 15.6503 11.5865 15.219 11.8044L8.781 15.0568C8.34966 15.2747 7.65033 15.2747 7.219 15.0568L0.780998 11.8044Z" fill="#802305"></path>
|
|
4
|
+
<rect width="8.96289" height="8.96289" rx="0.875" transform="matrix(0.892569 -0.45091 0.892569 0.45091 0 9.81317)" fill="#BC460D"></rect>
|
|
5
|
+
<rect width="8.96289" height="8.96289" rx="0.875" transform="matrix(0.892569 -0.450911 0.892569 0.450911 0 8.21655)" fill="#E96612"></rect>
|
|
6
|
+
<rect width="8.96289" height="8.96289" rx="0.875" transform="matrix(0.892569 -0.45091 0.892569 0.45091 0 6.61975)" fill="#F49209"></rect>
|
|
7
|
+
<rect width="8.96289" height="8.96289" rx="0.875" transform="matrix(0.892569 -0.45091 0.892569 0.45091 0 5.02307)" fill="#FDB501"></rect>
|
|
8
|
+
</symbol>
|
|
9
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calcColor">
|
|
10
|
+
<rect x="2" y="1" width="12" height="14" rx="1" fill="#7B7B7B"></rect>
|
|
11
|
+
<rect x="3" y="2" width="10" height="3" rx="1" fill="url(#paint0_linear_2486_8)"></rect>
|
|
12
|
+
<rect x="4" y="6" width="2" height="2" rx="1" fill="white"></rect>
|
|
13
|
+
<rect x="4" y="9" width="2" height="2" rx="1" fill="white"></rect>
|
|
14
|
+
<rect x="4" y="12" width="2" height="2" rx="1" fill="white"></rect>
|
|
15
|
+
<rect x="7" y="6" width="2" height="2" rx="1" fill="white"></rect>
|
|
16
|
+
<rect x="7" y="9" width="2" height="2" rx="1" fill="white"></rect>
|
|
17
|
+
<rect x="7" y="12" width="2" height="2" rx="1" fill="white"></rect>
|
|
18
|
+
<rect x="10" y="6" width="2" height="2" rx="1" fill="white"></rect>
|
|
19
|
+
<rect x="10" y="9" width="2" height="5" rx="1" fill="#104582"></rect>
|
|
20
|
+
<defs>
|
|
21
|
+
<linearGradient id="paint0_linear_2486_8" x1="3" y1="2" x2="13" y2="5" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop stop-color="#31BBEE"></stop>
|
|
23
|
+
<stop offset="1" stop-color="#1EA2E4"></stop>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
</defs>
|
|
26
|
+
</symbol>
|
|
27
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calendarColor">
|
|
28
|
+
<g clip-path="url(#clip0_2110_2578)">
|
|
29
|
+
<path d="M0.000488281 3C0.000488281 2.44772 0.448204 2 1.00049 2H15.0005C15.5528 2 16.0005 2.44772 16.0005 3V14C16.0005 14.5523 15.5528 15 15.0005 15H1.00049C0.448204 15 0.000488281 14.5523 0.000488281 14V3Z" fill="url(#paint0_linear_2110_2578)"></path>
|
|
30
|
+
<path d="M5.00049 1H6.00049V2H5.00049V1Z" fill="#5E92FF"></path>
|
|
31
|
+
<path d="M10.0005 1H11.0005V2H10.0005V1Z" fill="#5E92FF"></path>
|
|
32
|
+
<path d="M3.00049 12L6.00049 8L10.0005 9L13.0005 5" stroke="#9FBBFE"></path>
|
|
33
|
+
<ellipse cx="3.00049" cy="12" rx="1" ry="1" transform="rotate(-90 3.00049 12)" fill="white"></ellipse>
|
|
34
|
+
<ellipse cx="10.0005" cy="9" rx="1" ry="1" transform="rotate(-90 10.0005 9)" fill="white"></ellipse>
|
|
35
|
+
<ellipse cx="6.00049" cy="8" rx="1" ry="1" transform="rotate(-90 6.00049 8)" fill="white"></ellipse>
|
|
36
|
+
<ellipse cx="13.0005" cy="5" rx="1" ry="1" transform="rotate(-90 13.0005 5)" fill="white"></ellipse>
|
|
37
|
+
</g>
|
|
38
|
+
<defs>
|
|
39
|
+
<linearGradient id="paint0_linear_2110_2578" x1="7.33382" y1="1.9375" x2="7.33382" y2="15.0625" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="#5D91FF"></stop>
|
|
41
|
+
<stop offset="1" stop-color="#286CFD"></stop>
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<clipPath id="clip0_2110_2578">
|
|
44
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
45
|
+
</clipPath>
|
|
46
|
+
</defs>
|
|
47
|
+
</symbol>
|
|
48
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="coinColor">
|
|
49
|
+
<g clip-path="url(#clip0_2109_21)">
|
|
50
|
+
<rect width="16" height="16" rx="8" fill="url(#paint0_linear_2109_21)"></rect>
|
|
51
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.0001 2.1C8.27624 2.1 8.5001 2.32386 8.5001 2.6V4.5H11.1001C11.3762 4.5 11.6001 4.72386 11.6001 5C11.6001 5.27614 11.3762 5.5 11.1001 5.5H8.5001V7.65H9.8501C10.4308 7.65 10.997 7.85714 11.422 8.23966C11.8488 8.62374 12.1001 9.15666 12.1001 9.725C12.1001 10.2933 11.8488 10.8263 11.422 11.2103C10.997 11.5929 10.4308 11.8 9.8501 11.8H8.5001V13.4C8.5001 13.6761 8.27624 13.9 8.0001 13.9C7.72396 13.9 7.5001 13.6761 7.5001 13.4V11.8H5.6001C5.32396 11.8 5.1001 11.5761 5.1001 11.3C5.1001 11.0239 5.32396 10.8 5.6001 10.8H7.5001V8.65H7.3501C6.76937 8.65 6.2032 8.44286 5.77818 8.06034C5.35142 7.67626 5.1001 7.14334 5.1001 6.575C5.1001 6.00666 5.35142 5.47374 5.77818 5.08966C6.2032 4.70714 6.76937 4.5 7.3501 4.5H7.5001V2.6C7.5001 2.32386 7.72396 2.1 8.0001 2.1ZM7.5001 5.5H7.3501C7.00257 5.5 6.6785 5.62473 6.44714 5.83295C6.21752 6.03961 6.1001 6.30791 6.1001 6.575C6.1001 6.84209 6.21752 7.11039 6.44714 7.31705C6.6785 7.52527 7.00257 7.65 7.3501 7.65H7.5001V5.5ZM8.5001 8.65V10.8H9.8501C10.1976 10.8 10.5217 10.6753 10.7531 10.467C10.9827 10.2604 11.1001 9.99209 11.1001 9.725C11.1001 9.45791 10.9827 9.18961 10.7531 8.98295C10.5217 8.77473 10.1976 8.65 9.8501 8.65H8.5001Z" fill="url(#paint1_linear_2109_21)"></path>
|
|
52
|
+
</g>
|
|
53
|
+
<defs>
|
|
54
|
+
<linearGradient id="paint0_linear_2109_21" x1="8" y1="0" x2="8" y2="13.3333" gradientUnits="userSpaceOnUse">
|
|
55
|
+
<stop stop-color="#FED200"></stop>
|
|
56
|
+
<stop offset="1" stop-color="#F49957"></stop>
|
|
57
|
+
</linearGradient>
|
|
58
|
+
<linearGradient id="paint1_linear_2109_21" x1="8.6001" y1="7.01667" x2="8.6001" y2="14.8833" gradientUnits="userSpaceOnUse">
|
|
59
|
+
<stop stop-color="#FCFCFC"></stop>
|
|
60
|
+
<stop offset="1" stop-color="#DADADA"></stop>
|
|
61
|
+
</linearGradient>
|
|
62
|
+
<clipPath id="clip0_2109_21">
|
|
63
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
64
|
+
</clipPath>
|
|
65
|
+
</defs>
|
|
66
|
+
</symbol>
|
|
67
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="colmatantColor">
|
|
68
|
+
<path d="M14 9C14 12.3137 11.3137 15 8 15C4.68629 15 2 12.3137 2 9C2 5.74129 5.98219 2.48258 7.45817 1.38668C7.7823 1.14602 8.2177 1.14602 8.54183 1.38668C10.0178 2.48258 14 5.74129 14 9Z" fill="url(#paint0_linear_8612_17074)"></path>
|
|
69
|
+
<defs>
|
|
70
|
+
<linearGradient id="paint0_linear_8612_17074" x1="8" y1="1" x2="8" y2="15" gradientUnits="userSpaceOnUse">
|
|
71
|
+
<stop stop-color="#32BCEF"></stop>
|
|
72
|
+
<stop offset="1" stop-color="#1EA2E4"></stop>
|
|
73
|
+
</linearGradient>
|
|
74
|
+
</defs>
|
|
75
|
+
</symbol>
|
|
76
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderColor">
|
|
77
|
+
<rect x="1" y="4" width="14" height="10" rx="1" fill="url(#paint0_linear_1914_3998)"></rect>
|
|
78
|
+
<path d="M1 4C1 3.44772 1.44772 3 2 3H6.50774C6.59294 3 6.67592 3.0272 6.74458 3.07765L8 4L6.74458 4.92235C6.67592 4.9728 6.59294 5 6.50774 5H1V4Z" fill="url(#paint1_linear_1914_3998)"></path>
|
|
79
|
+
<defs>
|
|
80
|
+
<linearGradient id="paint0_linear_1914_3998" x1="8" y1="4" x2="8" y2="14" gradientUnits="userSpaceOnUse">
|
|
81
|
+
<stop stop-color="#FFD767"></stop>
|
|
82
|
+
<stop offset="1" stop-color="#FEC52C"></stop>
|
|
83
|
+
</linearGradient>
|
|
84
|
+
<linearGradient id="paint1_linear_1914_3998" x1="4.5" y1="2.66667" x2="4.5" y2="5.33333" gradientUnits="userSpaceOnUse">
|
|
85
|
+
<stop stop-color="#D59500"></stop>
|
|
86
|
+
<stop offset="1" stop-color="#A56E00"></stop>
|
|
87
|
+
</linearGradient>
|
|
88
|
+
</defs>
|
|
89
|
+
</symbol>
|
|
90
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="geomechColor">
|
|
91
|
+
<path d="M0 3C0 2.44772 0.447715 2 1 2H15C15.5523 2 16 2.44772 16 3V5H0V3Z" fill="#FDB501"></path>
|
|
92
|
+
<path d="M0 11H16V13C16 13.5523 15.5523 14 15 14H1C0.447715 14 0 13.5523 0 13V11Z" fill="#802305"></path>
|
|
93
|
+
<rect y="5" width="16" height="6" fill="#E96612"></rect>
|
|
94
|
+
</symbol>
|
|
95
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisColor">
|
|
96
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 1H3V15H4V1ZM8 2.5C8 2.6272 7.98417 2.75071 7.95436 2.86865L11.6006 5.29946C11.8512 5.11141 12.1626 5 12.5 5C13.3284 5 14 5.67157 14 6.5C14 7.32843 13.3284 8 12.5 8C12.0955 8 11.7285 7.83992 11.4587 7.57967L7.98867 9.31468C7.99615 9.37541 8 9.43725 8 9.5C8 9.6272 7.98417 9.75071 7.95436 9.86865L11.6006 12.2995C11.8512 12.1114 12.1626 12 12.5 12C13.3284 12 14 12.6716 14 13.5C14 14.3284 13.3284 15 12.5 15C11.6716 15 11 14.3284 11 13.5C11 13.3728 11.0158 13.2493 11.0456 13.1313L7.39943 10.7005C7.14883 10.8886 6.83742 11 6.5 11C5.67157 11 5 10.3284 5 9.5C5 8.67157 5.67157 8 6.5 8C6.90446 8 7.27152 8.16008 7.54131 8.42033L11.0113 6.68532C11.0039 6.62459 11 6.56275 11 6.5C11 6.3728 11.0158 6.24929 11.0456 6.13135L7.39943 3.70054C7.14883 3.88859 6.83742 4 6.5 4C5.67157 4 5 3.32843 5 2.5C5 1.67157 5.67157 1 6.5 1C7.32843 1 8 1.67157 8 2.5Z" fill="url(#paint0_linear_2107_69)"></path>
|
|
97
|
+
<defs>
|
|
98
|
+
<linearGradient id="paint0_linear_2107_69" x1="8.5" y1="1" x2="8.5" y2="15" gradientUnits="userSpaceOnUse">
|
|
99
|
+
<stop stop-color="#1EE184"></stop>
|
|
100
|
+
<stop offset="1" stop-color="#17BD6E"></stop>
|
|
101
|
+
</linearGradient>
|
|
102
|
+
</defs>
|
|
103
|
+
</symbol>
|
|
104
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpColor">
|
|
105
|
+
<g clip-path="url(#clip0_2269_44)">
|
|
106
|
+
<ellipse cy="8" rx="16" ry="7" fill="url(#paint0_linear_2269_44)"></ellipse>
|
|
107
|
+
<ellipse cy="8" rx="13" ry="5" fill="url(#paint1_linear_2269_44)"></ellipse>
|
|
108
|
+
<ellipse cx="0.5" cy="8" rx="9.5" ry="3" fill="url(#paint2_linear_2269_44)"></ellipse>
|
|
109
|
+
<ellipse cx="1" cy="8" rx="6" ry="1" fill="url(#paint3_linear_2269_44)"></ellipse>
|
|
110
|
+
</g>
|
|
111
|
+
<defs>
|
|
112
|
+
<linearGradient id="paint0_linear_2269_44" x1="0" y1="1" x2="0" y2="15" gradientUnits="userSpaceOnUse">
|
|
113
|
+
<stop stop-color="#31BBEE"></stop>
|
|
114
|
+
<stop offset="1" stop-color="#1EA2E4"></stop>
|
|
115
|
+
</linearGradient>
|
|
116
|
+
<linearGradient id="paint1_linear_2269_44" x1="0" y1="3" x2="0" y2="13" gradientUnits="userSpaceOnUse">
|
|
117
|
+
<stop stop-color="#ACC548"></stop>
|
|
118
|
+
<stop offset="1" stop-color="#71A61B"></stop>
|
|
119
|
+
</linearGradient>
|
|
120
|
+
<linearGradient id="paint2_linear_2269_44" x1="0.5" y1="5" x2="0.5" y2="11" gradientUnits="userSpaceOnUse">
|
|
121
|
+
<stop stop-color="#FFCC15"></stop>
|
|
122
|
+
<stop offset="1" stop-color="#F1BE0A"></stop>
|
|
123
|
+
</linearGradient>
|
|
124
|
+
<linearGradient id="paint3_linear_2269_44" x1="1" y1="7.00295" x2="1" y2="8.88705" gradientUnits="userSpaceOnUse">
|
|
125
|
+
<stop stop-color="#FC7D5B"></stop>
|
|
126
|
+
<stop offset="0.06" stop-color="#F8734F"></stop>
|
|
127
|
+
<stop offset="0.18" stop-color="#F3653D"></stop>
|
|
128
|
+
<stop offset="0.326" stop-color="#F05B31"></stop>
|
|
129
|
+
<stop offset="0.523" stop-color="#EE552A"></stop>
|
|
130
|
+
<stop offset="1" stop-color="#ED5328"></stop>
|
|
131
|
+
</linearGradient>
|
|
132
|
+
<clipPath id="clip0_2269_44">
|
|
133
|
+
<path d="M0 2C0 1.44772 0.447715 1 1 1H16V15H1C0.447715 15 0 14.5523 0 14V2Z" fill="white"></path>
|
|
134
|
+
</clipPath>
|
|
135
|
+
</defs>
|
|
136
|
+
</symbol>
|
|
137
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbagColor">
|
|
138
|
+
<path d="M9.5 1H6.5C6.224 1 6 1.224 6 1.5V2H10V1.5C10 1.224 9.776 1 9.5 1Z" fill="url(#paint0_linear_1914_3996)"></path>
|
|
139
|
+
<path d="M15.3 15H0.7C0.315 15 0 14.6906 0 14.3125V3.375C0 2.61875 0.63 2 1.4 2H14.6C15.37 2 16 2.61875 16 3.375V14.3125C16 14.6906 15.685 15 15.3 15Z" fill="url(#paint1_linear_1914_3996)"></path>
|
|
140
|
+
<path d="M15.4039 7.98868L8 9L0.59605 7.98868C0.2534 7.93489 0 7.62505 0 7.26032V3.47368C0 2.66316 0.63 2 1.4 2H14.6C15.37 2 16 2.66316 16 3.47368V7.26032C16 7.62505 15.7466 7.93489 15.4039 7.98868Z" fill="url(#paint2_linear_1914_3996)"></path>
|
|
141
|
+
<path d="M8.75 6H7.25C7.112 6 7 6.112 7 6.25V7.75C7 7.888 7.112 8 7.25 8H8.75C8.888 8 9 7.888 9 7.75V6.25C9 6.112 8.888 6 8.75 6Z" fill="#F6ECA5"></path>
|
|
142
|
+
<defs>
|
|
143
|
+
<linearGradient id="paint0_linear_1914_3996" x1="8" y1="1.993" x2="8" y2="1.10267" gradientUnits="userSpaceOnUse">
|
|
144
|
+
<stop stop-color="#B36720"></stop>
|
|
145
|
+
<stop offset="0.659" stop-color="#E37C33"></stop>
|
|
146
|
+
</linearGradient>
|
|
147
|
+
<linearGradient id="paint1_linear_1914_3996" x1="8" y1="13" x2="8" y2="2" gradientUnits="userSpaceOnUse">
|
|
148
|
+
<stop stop-color="#723103"></stop>
|
|
149
|
+
<stop offset="0.450536" stop-color="#AB5618"></stop>
|
|
150
|
+
</linearGradient>
|
|
151
|
+
<linearGradient id="paint2_linear_1914_3996" x1="8" y1="2.01032" x2="8" y2="8.60468" gradientUnits="userSpaceOnUse">
|
|
152
|
+
<stop stop-color="#EE8840"></stop>
|
|
153
|
+
<stop offset="0.06" stop-color="#E27D35"></stop>
|
|
154
|
+
<stop offset="0.18" stop-color="#E2792E"></stop>
|
|
155
|
+
<stop offset="0.326" stop-color="#D66B1F"></stop>
|
|
156
|
+
<stop offset="0.523" stop-color="#D66B1F"></stop>
|
|
157
|
+
<stop offset="1" stop-color="#D66B1F"></stop>
|
|
158
|
+
</linearGradient>
|
|
159
|
+
</defs>
|
|
160
|
+
</symbol>
|
|
161
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="improveColor">
|
|
162
|
+
<rect x="1" y="10" width="2" height="5" fill="#0D62AB"></rect>
|
|
163
|
+
<rect x="4" y="11" width="2" height="4" fill="#0078D4"></rect>
|
|
164
|
+
<rect x="7" y="6" width="2" height="9" fill="#199BE2"></rect>
|
|
165
|
+
<rect x="10" y="7" width="2" height="8" fill="#35C1F1"></rect>
|
|
166
|
+
<rect x="13" y="1" width="2" height="14" fill="#50E6FF"></rect>
|
|
167
|
+
</symbol>
|
|
168
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="nktColor">
|
|
169
|
+
<rect x="4" width="8" height="16" rx="1" fill="#64717C"></rect>
|
|
170
|
+
<rect x="3" y="2" width="10" height="1" rx="0.5" fill="#889097"></rect>
|
|
171
|
+
<path d="M3 7C3 6.44772 3.44772 6 4 6H12C12.5523 6 13 6.44772 13 7H3Z" fill="#889097"></path>
|
|
172
|
+
<rect x="3" y="7" width="10" height="2" fill="url(#paint0_linear_2486_19)"></rect>
|
|
173
|
+
<path d="M3 9H13C13 9.55228 12.5523 10 12 10H4C3.44772 10 3 9.55228 3 9Z" fill="#889097"></path>
|
|
174
|
+
<rect x="3" y="13" width="10" height="1" rx="0.5" fill="#889097"></rect>
|
|
175
|
+
<defs>
|
|
176
|
+
<linearGradient id="paint0_linear_2486_19" x1="3.08197" y1="7.96552" x2="13" y2="7.96552" gradientUnits="userSpaceOnUse">
|
|
177
|
+
<stop stop-color="#FFD45C"></stop>
|
|
178
|
+
<stop offset="1" stop-color="#FEC93A"></stop>
|
|
179
|
+
</linearGradient>
|
|
180
|
+
</defs>
|
|
181
|
+
</symbol>
|
|
182
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sideTube">
|
|
183
|
+
<path d="M14.5 4C14.5 7.31371 11.8137 10 8.5 10C5.18629 10 2.5 7.31371 2.5 4" stroke="#E06850"></path>
|
|
184
|
+
<rect x="2" y="1" width="2" height="14" fill="url(#paint0_linear_8662_17244)"></rect>
|
|
185
|
+
<defs>
|
|
186
|
+
<linearGradient id="paint0_linear_8662_17244" x1="2" y1="0" x2="2" y2="16" gradientUnits="userSpaceOnUse">
|
|
187
|
+
<stop stop-color="#889099"></stop>
|
|
188
|
+
<stop offset="1" stop-color="#747B81"></stop>
|
|
189
|
+
</linearGradient>
|
|
190
|
+
</defs>
|
|
191
|
+
</symbol>
|
|
192
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumColor">
|
|
193
|
+
<g clip-path="url(#clip0_1914_3997)">
|
|
194
|
+
<path d="M1.00024 2V14C1.00024 14.5523 1.44796 15 2.00024 15H8.00024H11.4199C11.7788 15 12.1101 14.8077 12.2882 14.4961L15.7167 8.49614C15.8924 8.18871 15.8924 7.81129 15.7167 7.50386L12.2882 1.50386C12.1101 1.19229 11.7788 1 11.4199 1H8.00024H2.00024C1.44796 1 1.00024 1.44772 1.00024 2Z" fill="#129E85"></path>
|
|
195
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.00024 4H11.0002V6.40055L9.44705 4.79836H6.33003L8.66514 8.00273L6.33003 11.2016H9.44705L11.0002 9.59945V12H4.00024V11.2016L7.11195 8.00273L4.00024 4.79836V4Z" fill="white"></path>
|
|
196
|
+
</g>
|
|
197
|
+
<defs>
|
|
198
|
+
<clipPath id="clip0_1914_3997">
|
|
199
|
+
<rect width="15.9999" height="16" fill="white"></rect>
|
|
200
|
+
</clipPath>
|
|
201
|
+
</defs>
|
|
202
|
+
</symbol>
|
|
203
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzColor">
|
|
204
|
+
<rect x="1" y="1" width="8" height="14" fill="url(#paint0_linear_2269_45)"></rect>
|
|
205
|
+
<rect width="6" height="14" transform="matrix(-1 0 0 1 11 1)" fill="url(#paint1_linear_2269_45)"></rect>
|
|
206
|
+
<rect width="3" height="14" transform="matrix(-1 0 0 1 13 1)" fill="url(#paint2_linear_2269_45)"></rect>
|
|
207
|
+
<path d="M13 15H14C14.5523 15 15 14.5523 15 14V2.00002C15 1.44773 14.5523 1.00002 14 1.00002H13V15Z" fill="url(#paint3_linear_2269_45)"></path>
|
|
208
|
+
<defs>
|
|
209
|
+
<linearGradient id="paint0_linear_2269_45" x1="5" y1="1" x2="5" y2="15" gradientUnits="userSpaceOnUse">
|
|
210
|
+
<stop stop-color="#247BA1"></stop>
|
|
211
|
+
<stop offset="1" stop-color="#175B79"></stop>
|
|
212
|
+
</linearGradient>
|
|
213
|
+
<linearGradient id="paint1_linear_2269_45" x1="3" y1="0" x2="3" y2="14" gradientUnits="userSpaceOnUse">
|
|
214
|
+
<stop stop-color="#FFCC15"></stop>
|
|
215
|
+
<stop offset="1" stop-color="#F1BE0A"></stop>
|
|
216
|
+
</linearGradient>
|
|
217
|
+
<linearGradient id="paint2_linear_2269_45" x1="1.5" y1="0" x2="1.5" y2="14" gradientUnits="userSpaceOnUse">
|
|
218
|
+
<stop stop-color="#247BA1"></stop>
|
|
219
|
+
<stop offset="1" stop-color="#175B79"></stop>
|
|
220
|
+
</linearGradient>
|
|
221
|
+
<linearGradient id="paint3_linear_2269_45" x1="14" y1="15" x2="14" y2="1.00002" gradientUnits="userSpaceOnUse">
|
|
222
|
+
<stop stop-color="#FFCC15"></stop>
|
|
223
|
+
<stop offset="1" stop-color="#F1BE0A"></stop>
|
|
224
|
+
</linearGradient>
|
|
225
|
+
</defs>
|
|
226
|
+
</symbol>
|
|
227
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="testFraq">
|
|
228
|
+
<rect y="2" width="12" height="8" rx="1" fill="url(#paint0_linear_7084_15467)"></rect>
|
|
229
|
+
<rect x="4" y="6" width="12" height="8" rx="1" fill="url(#paint1_linear_7084_15467)"></rect>
|
|
230
|
+
<defs>
|
|
231
|
+
<linearGradient id="paint0_linear_7084_15467" x1="0" y1="2" x2="10.9527" y2="11.2413" gradientUnits="userSpaceOnUse">
|
|
232
|
+
<stop stop-color="#0D61A9"></stop>
|
|
233
|
+
<stop offset="1" stop-color="#145694"></stop>
|
|
234
|
+
</linearGradient>
|
|
235
|
+
<linearGradient id="paint1_linear_7084_15467" x1="10" y1="6" x2="10" y2="14" gradientUnits="userSpaceOnUse">
|
|
236
|
+
<stop stop-color="#50E6FF"></stop>
|
|
237
|
+
<stop offset="1" stop-color="#46DCEB"></stop>
|
|
238
|
+
</linearGradient>
|
|
239
|
+
</defs>
|
|
240
|
+
</symbol>
|
|
241
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellColor">
|
|
242
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 1H6V2H7.4402L4.78418 7.27515L4.78036 7.28274L4.77679 7.29047L1.68008 14H0V15L1.21855 15H2H14H14.7815L16 15V14H14.3199L11.2232 7.29047L11.2196 7.28274L11.2158 7.27515L8.5598 2H10V1H9H8.0563H7.9437H7ZM8 10.3503L12.5722 14H3.42784L8 10.3503ZM5.41741 8.28875L3.33944 12.791L7.19854 9.71053L5.41741 8.28875ZM12.6606 12.791L8.80146 9.71053L10.5826 8.28875L12.6606 12.791ZM10.1401 7.3624L8 9.07076L5.85985 7.3624L8 3.11183L10.1401 7.3624Z" fill="url(#paint0_linear_1914_3995)"></path>
|
|
243
|
+
<defs>
|
|
244
|
+
<linearGradient id="paint0_linear_1914_3995" x1="8" y1="0.888172" x2="8" y2="15" gradientUnits="userSpaceOnUse">
|
|
245
|
+
<stop stop-color="#26A0F1"></stop>
|
|
246
|
+
<stop offset="1" stop-color="#0680DD"></stop>
|
|
247
|
+
</linearGradient>
|
|
248
|
+
</defs>
|
|
249
|
+
</symbol>
|
|
250
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellConstructionColor">
|
|
251
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 1H3H4H5V15H4V9H3V5H2V1Z" fill="url(#paint0_linear_2107_93)"></path>
|
|
252
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 1H12H13H14V5H13V9H12V15H11V1Z" fill="url(#paint1_linear_2107_93)"></path>
|
|
253
|
+
<path d="M7 1H9V11H7V1Z" fill="url(#paint2_linear_2107_93)"></path>
|
|
254
|
+
<defs>
|
|
255
|
+
<linearGradient id="paint0_linear_2107_93" x1="2" y1="0" x2="2" y2="16" gradientUnits="userSpaceOnUse">
|
|
256
|
+
<stop stop-color="#889099"></stop>
|
|
257
|
+
<stop offset="1" stop-color="#747B81"></stop>
|
|
258
|
+
</linearGradient>
|
|
259
|
+
<linearGradient id="paint1_linear_2107_93" x1="11" y1="0" x2="11" y2="16" gradientUnits="userSpaceOnUse">
|
|
260
|
+
<stop stop-color="#889099"></stop>
|
|
261
|
+
<stop offset="1" stop-color="#747B81"></stop>
|
|
262
|
+
</linearGradient>
|
|
263
|
+
<linearGradient id="paint2_linear_2107_93" x1="8" y1="0.920123" x2="8" y2="11" gradientUnits="userSpaceOnUse">
|
|
264
|
+
<stop stop-color="#26A0F1"></stop>
|
|
265
|
+
<stop offset="1" stop-color="#0680DD"></stop>
|
|
266
|
+
</linearGradient>
|
|
267
|
+
</defs>
|
|
268
|
+
</symbol>
|
|
4
269
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="analyzeGroupColor">
|
|
5
270
|
<g clip-path="url(#clip0_3839_17290)">
|
|
6
271
|
<g clip-path="url(#clip1_3839_17290)">
|
|
7
|
-
<path opacity="0.2"
|
|
8
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
9
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
272
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
10
273
|
</g>
|
|
11
274
|
<path d="M3 13.5L13 13.5" stroke="#B1B1B1"></path>
|
|
12
275
|
<path d="M6.5 6.5C6.5 8 7.9 9.5 9.5 9.5M4 8C4 9.5 5.4 11 7 11M9 5C9 6.5 10.4 8 12 8" stroke="#FA6C0E"></path>
|
|
@@ -20,68 +283,15 @@
|
|
|
20
283
|
</clipPath>
|
|
21
284
|
</defs>
|
|
22
285
|
</symbol>
|
|
23
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="addColor">
|
|
24
|
-
<path d="M9 3H7V7H3V9H7V13H9V9H13V7H9V3Z" fill="#17AE66"></path>
|
|
25
|
-
</symbol>
|
|
26
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="areasColor">
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 2L3 2L3 14L2 14L2 2Z" fill="#C66829"></path>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 2L7 2L7 14L5 14L5 2Z" fill="#17AE66"></path>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 2L11 2L11 14L9 14L9 2Z" fill="#17AE66"></path>
|
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 14L13 2L14 2L14 14L13 14Z" fill="#C66829"></path>
|
|
31
|
-
</symbol>
|
|
32
286
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="barChart">
|
|
33
|
-
<path d="M5 6H14V10H9.5H5V6Z" fill="#F2C94C"></path>
|
|
34
|
-
<path d="M5 11H14V14H5V11Z" fill="#24C38E"></path>
|
|
35
|
-
<path d="M5 2H14V5H5V2Z" fill="#E55759"></path>
|
|
36
|
-
<rect x="2" y="2" width="1" height="12" fill="#9D9D9D"></rect>
|
|
37
|
-
</symbol>
|
|
38
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="barChart-1">
|
|
39
287
|
<path d="M5 3H9V5H5V3Z" fill="#E55759"></path>
|
|
40
288
|
<path d="M5 7H14V9H5V7Z" fill="#E55759"></path>
|
|
41
289
|
<path d="M5 11H11V13H5V11Z" fill="#E55759"></path>
|
|
42
290
|
<rect x="2" y="2" width="1" height="12" fill="#9D9D9D"></rect>
|
|
43
291
|
</symbol>
|
|
44
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calcColor">
|
|
45
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
46
|
-
d="M3 3C3 2.44772 3.44772 2 4 2H12C12.5523 2 13 2.44772 13 3V13C13 13.5523 12.5523 14 12 14H4C3.44772 14 3 13.5523 3 13V3ZM4 3H12V5H4V3ZM6 7H5V8H6V7ZM7 7H8V8H7V7ZM11 7H9V8H11V7ZM5 9H6V10H5V9ZM8 9H7V10H8V9ZM5 11H6V12H5V11ZM8 11H7V12H8V11ZM9 9H11V10H9V9ZM11 11H9V12H11V11Z"
|
|
47
|
-
fill="url(#paint0_linear_2486_8)"></path>
|
|
48
|
-
<rect x="4" y="3" width="8" height="3" fill="url(#paint1_linear_2486_8)"></rect>
|
|
49
|
-
<rect x="5" y="7" width="1" height="1" fill="white"></rect>
|
|
50
|
-
<rect x="5" y="9" width="1" height="1" fill="white"></rect>
|
|
51
|
-
<rect x="5" y="11" width="1" height="1" fill="white"></rect>
|
|
52
|
-
<rect x="7" y="7" width="1" height="1" fill="white"></rect>
|
|
53
|
-
<rect x="7" y="9" width="1" height="1" fill="white"></rect>
|
|
54
|
-
<rect x="7" y="11" width="1" height="1" fill="white"></rect>
|
|
55
|
-
<rect x="9" y="7" width="2" height="1" fill="white"></rect>
|
|
56
|
-
<rect x="9" y="9" width="2" height="1" fill="white"></rect>
|
|
57
|
-
<rect x="9" y="11" width="2" height="1" fill="white"></rect>
|
|
58
|
-
<defs>
|
|
59
|
-
<linearGradient id="paint0_linear_2486_8" x1="3" y1="2" x2="13" y2="14" gradientUnits="userSpaceOnUse">
|
|
60
|
-
<stop stop-color="#A5ACB1"></stop>
|
|
61
|
-
<stop offset="1" stop-color="#7F848A"></stop>
|
|
62
|
-
</linearGradient>
|
|
63
|
-
<linearGradient id="paint1_linear_2486_8" x1="4" y1="3" x2="12.2703" y2="4.37838" gradientUnits="userSpaceOnUse">
|
|
64
|
-
<stop stop-color="#64C1FF"></stop>
|
|
65
|
-
<stop offset="1" stop-color="#C0E4FF"></stop>
|
|
66
|
-
</linearGradient>
|
|
67
|
-
</defs>
|
|
68
|
-
</symbol>
|
|
69
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calendarColor">
|
|
70
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
71
|
-
d="M13.0007 13.002L12.9998 6H3.00366L3.00464 13.002H13.0007ZM3.00464 14C2.70386 14 2.46232 13.9089 2.28003 13.7266C2.09774 13.5443 2.00431 13.3027 1.99976 13.002L2.00183 5.00488C2.00183 4.74056 2.09753 4.50814 2.28894 4.30762C2.48035 4.1071 2.7196 4.00456 3.00671 4H5.00281L5.00378 5H6.00183L6.00085 4H10.0018L10.0028 5H11.0077L11.0067 4H13.0028C13.2899 4.00456 13.5292 4.1071 13.7206 4.30762C13.912 4.50814 14.0054 4.74056 14.0009 5.00488L13.9988 13.002C13.9988 13.3027 13.9076 13.5443 13.7253 13.7266C13.543 13.9089 13.3015 14 13.0007 14H3.00464ZM11.0067 4H10.0018L10.0028 2H11.0077L11.0067 4ZM6.00085 4H5.00281L5.00378 2H6.00183L6.00085 4Z"
|
|
72
|
-
fill="#C66829"></path>
|
|
73
|
-
<path d="M11.9998 10.998V10H10.0037V10.998H11.9998Z" fill="#7D8F9A"></path>
|
|
74
|
-
<path d="M8.99683 10.998V10H7.00073V10.998H8.99683Z" fill="#7D8F9A"></path>
|
|
75
|
-
<path d="M5.9978 10.998V10H4.00171V10.998H5.9978Z" fill="#7D8F9A"></path>
|
|
76
|
-
<path d="M11.9978 8.99805V8H10.0017V8.99805H11.9978Z" fill="#7D8F9A"></path>
|
|
77
|
-
<path d="M8.99487 8.99805V8H6.99878V8.99805H8.99487Z" fill="#7D8F9A"></path>
|
|
78
|
-
<path d="M5.99585 8.99805V8H3.99976V8.99805H5.99585Z" fill="#7D8F9A"></path>
|
|
79
|
-
</symbol>
|
|
80
292
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineColor">
|
|
81
293
|
<path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
|
|
82
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
83
|
-
d="M13 14C9.92277 10.8492 8.04321 6.63239 8.04321 2H7C7 6.57077 8.73116 10.7567 11.603 14H13Z"
|
|
84
|
-
fill="#E55759"></path>
|
|
294
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 14C9.92277 10.8492 8.04321 6.63239 8.04321 2H7C7 6.57077 8.73116 10.7567 11.603 14H13Z" fill="#E55759"></path>
|
|
85
295
|
</symbol>
|
|
86
296
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineDashed">
|
|
87
297
|
<path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
|
|
@@ -91,12 +301,9 @@
|
|
|
91
301
|
<path d="M8.50008 9.98648L9.31864 9.41205L10.4675 11.0492L9.64895 11.6236L8.50008 9.98648Z" fill="#E55759"></path>
|
|
92
302
|
</symbol>
|
|
93
303
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineGradientColor">
|
|
94
|
-
<path d="M10.5 12L9.5 9.5L8 6L7.5 2H2V14H12L11.5 13L10.5 12Z" fill="url(#paint0_linear_2286_104)"
|
|
95
|
-
fill-opacity="0.8"></path>
|
|
304
|
+
<path d="M10.5 12L9.5 9.5L8 6L7.5 2H2V14H12L11.5 13L10.5 12Z" fill="url(#paint0_linear_2286_104)" fill-opacity="0.8"></path>
|
|
96
305
|
<path d="M2 2H3V14H2V13V2Z" fill="#C8CBD6"></path>
|
|
97
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
98
|
-
d="M13 14C9.92277 10.8492 8.04321 6.63239 8.04321 2H7C7 6.57077 8.73116 10.7567 11.603 14H13Z"
|
|
99
|
-
fill="#E55759"></path>
|
|
306
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 14C9.92277 10.8492 8.04321 6.63239 8.04321 2H7C7 6.57077 8.73116 10.7567 11.603 14H13Z" fill="#E55759"></path>
|
|
100
307
|
<defs>
|
|
101
308
|
<linearGradient id="paint0_linear_2286_104" x1="2" y1="8" x2="12" y2="8" gradientUnits="userSpaceOnUse">
|
|
102
309
|
<stop stop-color="#E55759" stop-opacity="0"></stop>
|
|
@@ -105,61 +312,29 @@
|
|
|
105
312
|
</defs>
|
|
106
313
|
</symbol>
|
|
107
314
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="clusterColor">
|
|
108
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.06152 3L1.06152 13H2.13856L6.13856 3H5.06152Z"
|
|
109
|
-
|
|
110
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
111
|
-
d="M8.5731 3.28736C8.73395 2.88817 9.26601 2.88817 9.42685 3.28736L10.06 4.85875L8.99997 5.53525L7.93994 4.85875L8.5731 3.28736ZM9.90266 6.11132L10.4293 5.77524L10.7939 6.68009L9.90266 6.11132ZM8.99997 6.6874L10.8998 7.89985L9.00294 9.17047L7.1009 7.89936L8.99997 6.6874ZM6.4263 8.61532L8.13099 9.75455L5.1674 11.7397L6.4263 8.61532ZM9.00351 10.3376L4.52304 13.3389L4.25666 14H3.24609L7.71935 2.89818C8.20188 1.70061 9.79806 1.70061 10.2806 2.89818L14.7539 14H13.7433L13.4704 13.3228L9.00351 10.3376ZM9.87546 9.75357L12.8271 11.7261L11.5739 8.61589L9.87546 9.75357ZM7.57066 5.77524L7.20607 6.68009L8.09729 6.11132L7.57066 5.77524Z"
|
|
112
|
-
fill="#17AE66"></path>
|
|
113
|
-
</symbol>
|
|
114
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="coinColor">
|
|
115
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
116
|
-
d="M5.99707 13V13.998H7.00195V13H5.99707ZM5.99707 10.9971V12.002H7.00195V10.9971H5.99707ZM1.99805 9.99902V10.9971H3.00293V9.99902H1.99805ZM8 8.80273C7.44401 8.80273 6.97233 8.86881 6.58496 9.00098C6.19759 9.13314 6.00163 9.29948 5.99707 9.5C5.99251 9.70052 6.1862 9.86686 6.57812 9.99902C6.97005 10.1312 7.44401 10.1973 8 10.1973C8.55599 10.1973 9.02767 10.1312 9.41504 9.99902C9.80241 9.86686 9.99837 9.70052 10.0029 9.5C10.0075 9.29948 9.8138 9.13314 9.42188 9.00098C9.02995 8.86881 8.55599 8.80273 8 8.80273ZM11.001 13.499C11.0055 13.9046 10.7161 14.2555 10.1328 14.5518C9.54948 14.848 8.83855 14.9961 8 14.9961C7.16145 14.9961 6.4528 14.8503 5.87402 14.5586C5.29524 14.2578 5.00358 13.9046 4.99902 13.499V9.5C4.99447 9.0944 5.28385 8.74349 5.86719 8.44727C6.45052 8.15104 7.16145 8.00293 8 8.00293C8.83855 8.00293 9.5472 8.15104 10.126 8.44727C10.7048 8.74349 10.9964 9.0944 11.001 9.5V13.499ZM1.99805 8.00293V9.00098H3.00293V8.00293H1.99805ZM1.99805 6V6.99805H3.00293V6H1.99805ZM11.999 4.79688C11.443 4.79688 10.9714 4.86523 10.584 5.00195C10.1966 5.13867 10.0029 5.30501 10.0029 5.50098C10.0029 5.7015 10.1966 5.86784 10.584 6C10.9714 6.13216 11.443 6.19824 11.999 6.19824C12.555 6.19824 13.0267 6.13216 13.4141 6C13.8014 5.86784 13.9974 5.7015 14.002 5.50098C14.002 5.30501 13.806 5.13867 13.4141 5.00195C13.0221 4.86523 12.5505 4.79688 11.999 4.79688ZM15 11.5029C15 11.9085 14.7106 12.2594 14.1318 12.5557C13.5531 12.8519 12.8421 13 11.999 13V9.00098C11.999 8.55436 11.7165 8.14876 11.1514 7.78418C10.5863 7.41959 9.86849 7.15755 8.99805 6.99805V5.50098C8.99805 5.09538 9.28971 4.74447 9.87305 4.44824C10.4564 4.15202 11.165 4.00391 11.999 4.00391C12.833 4.00391 13.5417 4.14974 14.125 4.44141C14.7083 4.74219 15 5.09538 15 5.50098V11.5029ZM1.99805 3.99707V5.00195H3.00293V3.99707H1.99805ZM5.99707 2.5C5.99707 2.29948 5.80339 2.13314 5.41602 2.00098C5.02864 1.86881 4.55697 1.80273 4.00098 1.80273C3.44498 1.80273 2.97331 1.86881 2.58594 2.00098C2.19857 2.13314 2.0026 2.29948 1.99805 2.5C1.99805 2.70052 2.19401 2.86686 2.58594 2.99902C2.97787 3.13119 3.44954 3.19727 4.00098 3.19727C4.55697 3.19727 5.02864 3.13119 5.41602 2.99902C5.80339 2.86686 5.99707 2.70052 5.99707 2.5ZM4.00098 12.002C3.16699 12.002 2.45834 11.8516 1.875 11.5508C1.29166 11.25 1 10.8991 1 10.498V2.5C1 2.0944 1.28939 1.74349 1.86816 1.44727C2.44694 1.15104 3.15559 1.00293 3.99414 1.00293C4.83269 1.00293 5.54362 1.15104 6.12695 1.44727C6.70573 1.74349 6.9974 2.0944 7.00195 2.5V6.99805C6.51888 7.05273 6.08366 7.16211 5.69629 7.32617C5.30892 7.49024 5.01498 7.65885 4.81445 7.83203C4.61393 8.00521 4.4362 8.20801 4.28125 8.44043C4.1263 8.67741 4.03288 8.86426 4.00098 9.00098V12.002Z"
|
|
117
|
-
fill="#FFB115"></path>
|
|
118
|
-
</symbol>
|
|
119
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="deleteColor">
|
|
120
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
121
|
-
d="M9.99509 3.99625V2.99821H5.99413V3.99625H9.99509ZM12.9961 5.99918H11.998V13.0011C11.998 13.3019 11.9069 13.5435 11.7246 13.7257C11.5423 13.908 11.3008 13.9992 11 13.9992H4.99609C4.73632 13.9992 4.5039 13.9058 4.29882 13.7189C4.0983 13.5321 3.99804 13.2928 3.99804 13.0011V5.99918H3V5.00114C3 4.71858 3.10026 4.48161 3.30078 4.2902C3.5013 4.09879 3.73372 4.00081 3.99804 3.99625H4.99609V2.99821C5.00064 2.7111 5.10318 2.47184 5.3037 2.28043C5.50422 2.08903 5.73436 1.9956 5.99413 2.00016H9.99509C10.2959 2.00016 10.5374 2.0913 10.7197 2.2736C10.902 2.45589 10.9954 2.69742 11 2.99821V3.99625H11.998C12.2988 4.00081 12.5403 4.09423 12.7226 4.27653C12.9049 4.45882 12.9961 4.70035 12.9961 5.00114V5.99918Z"
|
|
122
|
-
fill="#E25241"></path>
|
|
315
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.06152 3L1.06152 13H2.13856L6.13856 3H5.06152Z" fill="#17AE66"></path>
|
|
316
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5731 3.28736C8.73395 2.88817 9.26601 2.88817 9.42685 3.28736L10.06 4.85875L8.99997 5.53525L7.93994 4.85875L8.5731 3.28736ZM9.90266 6.11132L10.4293 5.77524L10.7939 6.68009L9.90266 6.11132ZM8.99997 6.6874L10.8998 7.89985L9.00294 9.17047L7.1009 7.89936L8.99997 6.6874ZM6.4263 8.61532L8.13099 9.75455L5.1674 11.7397L6.4263 8.61532ZM9.00351 10.3376L4.52304 13.3389L4.25666 14H3.24609L7.71935 2.89818C8.20188 1.70061 9.79806 1.70061 10.2806 2.89818L14.7539 14H13.7433L13.4704 13.3228L9.00351 10.3376ZM9.87546 9.75357L12.8271 11.7261L11.5739 8.61589L9.87546 9.75357ZM7.57066 5.77524L7.20607 6.68009L8.09729 6.11132L7.57066 5.77524Z" fill="#17AE66"></path>
|
|
123
317
|
</symbol>
|
|
124
318
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentColor">
|
|
125
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
126
|
-
d="M10.0026 10.999H4.99866V10.001H10.0026V10.999ZM10.0026 9.00293H4.99866V7.99805H10.0026V9.00293ZM8.99768 7H4.99866V6.00195H8.99768V7ZM4.00061 2.99902V13.002H11.0006V6L7.99963 2.99902H4.00061ZM4.00061 14C3.69983 14 3.45829 13.9089 3.276 13.7266C3.09371 13.5443 3.00256 13.3027 3.00256 13.002V2.99902C3.00256 2.69824 3.09371 2.45671 3.276 2.27441C3.45829 2.09212 3.69983 2.00098 4.00061 2.00098H8.41663L11.9987 5.58301V13.002C11.9987 13.2845 11.8984 13.5215 11.6979 13.7129C11.4974 13.9043 11.2649 14 11.0006 14H4.00061Z"
|
|
127
|
-
fill="#C66829"></path>
|
|
319
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0026 10.999H4.99866V10.001H10.0026V10.999ZM10.0026 9.00293H4.99866V7.99805H10.0026V9.00293ZM8.99768 7H4.99866V6.00195H8.99768V7ZM4.00061 2.99902V13.002H11.0006V6L7.99963 2.99902H4.00061ZM4.00061 14C3.69983 14 3.45829 13.9089 3.276 13.7266C3.09371 13.5443 3.00256 13.3027 3.00256 13.002V2.99902C3.00256 2.69824 3.09371 2.45671 3.276 2.27441C3.45829 2.09212 3.69983 2.00098 4.00061 2.00098H8.41663L11.9987 5.58301V13.002C11.9987 13.2845 11.8984 13.5215 11.6979 13.7129C11.4974 13.9043 11.2649 14 11.0006 14H4.00061Z" fill="#C66829"></path>
|
|
128
320
|
</symbol>
|
|
129
321
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="favorite">
|
|
130
|
-
<path
|
|
131
|
-
d="M4.00195 4C4.00195 3.44771 4.44967 3 5.00195 3L11 3C11.5523 3 12 3.44772 12 4V12.997L11 13.0005L8 9.99898L5 13.0005L4.00195 12.997L4.00195 4Z"
|
|
132
|
-
fill="#17AE66"></path>
|
|
322
|
+
<path d="M4.00195 4C4.00195 3.44771 4.44967 3 5.00195 3L11 3C11.5523 3 12 3.44772 12 4V12.997L11 13.0005L8 9.99898L5 13.0005L4.00195 12.997L4.00195 4Z" fill="#17AE66"></path>
|
|
133
323
|
</symbol>
|
|
134
324
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterColor">
|
|
135
325
|
<path d="M8.99863 13H7.00137V8.45681L3 4.82101V3H13V4.82101L8.99863 8.45681V13Z" fill="#C66829"></path>
|
|
136
326
|
</symbol>
|
|
137
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortDownColor">
|
|
138
|
-
<path d="M8 3H2V4.82101L6.00137 8.45681V13H7.99863V8.45681L8 8.45556V3Z" fill="#C66829"></path>
|
|
139
|
-
<path d="M12 3H10V10H8L11 13L14 10H12V3Z" fill="#0A7CD6"></path>
|
|
140
|
-
</symbol>
|
|
141
327
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortUpColor">
|
|
142
328
|
<path d="M8 3H2V4.82101L6.00137 8.45681V13H7.99863V8.45681L8 8.45556V3Z" fill="#C66829"></path>
|
|
143
329
|
<path d="M12 13H10V6H8L11 3L14 6H12V13Z" fill="#0A7CD6"></path>
|
|
144
330
|
</symbol>
|
|
145
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
146
|
-
<path
|
|
147
|
-
|
|
148
|
-
fill="#FFB115"></path>
|
|
149
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
150
|
-
d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z"
|
|
151
|
-
fill="#17AE66"></path>
|
|
152
|
-
</symbol>
|
|
153
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderColor">
|
|
154
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
155
|
-
d="M12.9971 12.002V5.00196H7.30273L6.29785 6.00001H11.001L11.999 12.002H12.9971ZM12.9971 3.99708C13.2568 3.99252 13.487 4.08594 13.6875 4.27735C13.888 4.46876 13.9928 4.71029 14.002 5.00196V12.002C14.002 12.2845 13.9017 12.5215 13.7012 12.7129C13.5007 12.9043 13.266 13 12.9971 13H3.00293L1.99805 6.00001H4.99902L7.00195 3.99708H12.9971Z"
|
|
156
|
-
fill="#FFB115"></path>
|
|
331
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortDownColor">
|
|
332
|
+
<path d="M8 3H2V4.82101L6.00137 8.45681V13H7.99863V8.45681L8 8.45556V3Z" fill="#C66829"></path>
|
|
333
|
+
<path d="M12 3H10V10H8L11 13L14 10H12V3Z" fill="#0A7CD6"></path>
|
|
157
334
|
</symbol>
|
|
158
335
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderGroupColor">
|
|
159
336
|
<g clip-path="url(#clip0_3838_19116)">
|
|
160
|
-
<path opacity="0.2"
|
|
161
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
162
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
337
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
163
338
|
</g>
|
|
164
339
|
<defs>
|
|
165
340
|
<clipPath id="clip0_3838_19116">
|
|
@@ -170,9 +345,7 @@
|
|
|
170
345
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="geoGroupColor">
|
|
171
346
|
<g clip-path="url(#clip0_3842_17440)">
|
|
172
347
|
<g clip-path="url(#clip1_3842_17440)">
|
|
173
|
-
<path opacity="0.2"
|
|
174
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
175
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
348
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
176
349
|
</g>
|
|
177
350
|
<circle cx="8" cy="9" r="4" fill="#E55759"></circle>
|
|
178
351
|
<circle cx="8" cy="9" r="3" fill="#F5F62E"></circle>
|
|
@@ -188,42 +361,17 @@
|
|
|
188
361
|
</clipPath>
|
|
189
362
|
</defs>
|
|
190
363
|
</symbol>
|
|
191
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
192
|
-
<rect x="2" y="2" width="12" height="3" fill="url(#paint0_linear_3528_13196)"></rect>
|
|
193
|
-
<rect x="2" y="11" width="12" height="3" fill="url(#paint1_linear_3528_13196)"></rect>
|
|
194
|
-
<rect x="2" y="5" width="12" height="6" fill="url(#paint2_linear_3528_13196)"></rect>
|
|
195
|
-
<defs>
|
|
196
|
-
<linearGradient id="paint0_linear_3528_13196" x1="8" y1="2" x2="8" y2="5" gradientUnits="userSpaceOnUse">
|
|
197
|
-
<stop stop-color="#E28F11"></stop>
|
|
198
|
-
<stop offset="1" stop-color="#CA7F0F"></stop>
|
|
199
|
-
</linearGradient>
|
|
200
|
-
<linearGradient id="paint1_linear_3528_13196" x1="8" y1="11" x2="8" y2="14" gradientUnits="userSpaceOnUse">
|
|
201
|
-
<stop stop-color="#E28F11"></stop>
|
|
202
|
-
<stop offset="1" stop-color="#CA7F0F"></stop>
|
|
203
|
-
</linearGradient>
|
|
204
|
-
<linearGradient id="paint2_linear_3528_13196" x1="8" y1="5" x2="8" y2="11" gradientUnits="userSpaceOnUse">
|
|
205
|
-
<stop stop-color="#F7E783"></stop>
|
|
206
|
-
<stop offset="1" stop-color="#E3D36A"></stop>
|
|
207
|
-
</linearGradient>
|
|
208
|
-
</defs>
|
|
209
|
-
</symbol>
|
|
210
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisColor">
|
|
364
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisInnerColor">
|
|
211
365
|
<rect x="3" y="1" width="1" height="14" fill="#17AE66"></rect>
|
|
212
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
213
|
-
d="M7.89188 3.06024C7.96161 2.88715 8 2.69806 8 2.5C8 1.67157 7.32843 1 6.5 1C5.67157 1 5 1.67157 5 2.5C5 3.32843 5.67157 4 6.5 4C6.7645 4 7.01302 3.93154 7.22879 3.81137L10.0764 6.02616C10.0268 6.1751 10 6.33441 10 6.5C10 6.73158 10.0525 6.95091 10.1462 7.14673L8.14673 9.1462C7.9509 9.05248 7.73158 9 7.5 9C6.67157 9 6 9.67157 6 10.5C6 11.3284 6.67157 12 7.5 12C7.80758 12 8.09353 11.9074 8.33152 11.7486L10.0683 13.0512C10.0239 13.1929 10 13.3437 10 13.5C10 14.3284 10.6716 15 11.5 15C12.3284 15 13 14.3284 13 13.5C13 12.6716 12.3284 12 11.5 12C11.1924 12 10.9065 12.0926 10.6685 12.2514L8.93172 10.9488C8.92465 10.9713 8.91707 10.9937 8.90898 11.0157C8.96786 10.8549 9 10.6812 9 10.5C9 10.2684 8.94753 10.0491 8.85382 9.85332L10.8533 7.85382C11.0491 7.94753 11.2684 8 11.5 8C12.3284 8 13 7.32843 13 6.5C13 5.67157 12.3284 5 11.5 5C11.2019 5 10.924 5.08698 10.6905 5.23696L7.89188 3.06024ZM6.5 3C6.77614 3 7 2.77614 7 2.5C7 2.22386 6.77614 2 6.5 2C6.22386 2 6 2.22386 6 2.5C6 2.77614 6.22386 3 6.5 3ZM11.5 7C11.7761 7 12 6.77614 12 6.5C12 6.22386 11.7761 6 11.5 6C11.2239 6 11 6.22386 11 6.5C11 6.77614 11.2239 7 11.5 7ZM8 10.5C8 10.7761 7.77614 11 7.5 11C7.22386 11 7 10.7761 7 10.5C7 10.2239 7.22386 10 7.5 10C7.77614 10 8 10.2239 8 10.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14Z"
|
|
214
|
-
fill="#17AE66"></path>
|
|
366
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89188 3.06024C7.96161 2.88715 8 2.69806 8 2.5C8 1.67157 7.32843 1 6.5 1C5.67157 1 5 1.67157 5 2.5C5 3.32843 5.67157 4 6.5 4C6.7645 4 7.01302 3.93154 7.22879 3.81137L10.0764 6.02616C10.0268 6.1751 10 6.33441 10 6.5C10 6.73158 10.0525 6.95091 10.1462 7.14673L8.14673 9.1462C7.9509 9.05248 7.73158 9 7.5 9C6.67157 9 6 9.67157 6 10.5C6 11.3284 6.67157 12 7.5 12C7.80758 12 8.09353 11.9074 8.33152 11.7486L10.0683 13.0512C10.0239 13.1929 10 13.3437 10 13.5C10 14.3284 10.6716 15 11.5 15C12.3284 15 13 14.3284 13 13.5C13 12.6716 12.3284 12 11.5 12C11.1924 12 10.9065 12.0926 10.6685 12.2514L8.93172 10.9488C8.92465 10.9713 8.91707 10.9937 8.90898 11.0157C8.96786 10.8549 9 10.6812 9 10.5C9 10.2684 8.94753 10.0491 8.85382 9.85332L10.8533 7.85382C11.0491 7.94753 11.2684 8 11.5 8C12.3284 8 13 7.32843 13 6.5C13 5.67157 12.3284 5 11.5 5C11.2019 5 10.924 5.08698 10.6905 5.23696L7.89188 3.06024ZM6.5 3C6.77614 3 7 2.77614 7 2.5C7 2.22386 6.77614 2 6.5 2C6.22386 2 6 2.22386 6 2.5C6 2.77614 6.22386 3 6.5 3ZM11.5 7C11.7761 7 12 6.77614 12 6.5C12 6.22386 11.7761 6 11.5 6C11.2239 6 11 6.22386 11 6.5C11 6.77614 11.2239 7 11.5 7ZM8 10.5C8 10.7761 7.77614 11 7.5 11C7.22386 11 7 10.7761 7 10.5C7 10.2239 7.22386 10 7.5 10C7.77614 10 8 10.2239 8 10.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14Z" fill="#9D9D9D"></path>
|
|
215
367
|
</symbol>
|
|
216
368
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisGroupColor">
|
|
217
369
|
<g clip-path="url(#clip0_3842_17378)">
|
|
218
370
|
<g clip-path="url(#clip1_3842_17378)">
|
|
219
|
-
<path opacity="0.2"
|
|
220
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
221
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
371
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
222
372
|
</g>
|
|
223
373
|
<rect x="3" y="5" width="1" height="8" fill="#07BA65"></rect>
|
|
224
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
225
|
-
d="M8.8 6.41176C8.8 6.59817 8.76417 6.77614 8.69908 6.93905L10.8445 7.57596C11.0624 7.43481 11.3217 7.35295 11.6 7.35295C12.3732 7.35295 13 7.98501 13 8.76471C13 9.5444 12.3732 10.1765 11.6 10.1765C11.3839 10.1765 11.1792 10.1271 10.9964 10.0389L9.13024 10.9796C9.21769 11.1639 9.26667 11.3703 9.26667 11.5882C9.26667 11.7588 9.23668 11.9223 9.18172 12.0736C9.18406 12.0672 9.07482 12.4727 8.64275 12.7634C8.42063 12.9129 8.15374 13 7.86667 13C7.09347 13 6.46667 12.3679 6.46667 11.5882C6.46667 10.8085 7.09347 10.1765 7.86667 10.1765C8.08281 10.1765 8.28751 10.2259 8.47028 10.3141L10.3365 9.37339C10.249 9.18909 10.2 8.98267 10.2 8.76471C10.2 8.60886 10.225 8.45892 10.2713 8.31874L8.0802 7.64599C7.87882 7.75909 7.64687 7.82353 7.4 7.82353C6.6268 7.82353 6 7.19146 6 6.41176C6 5.63207 6.6268 5 7.4 5C8.1732 5 8.8 5.63207 8.8 6.41176ZM7.4 6.88235C7.65773 6.88235 7.86667 6.67166 7.86667 6.41176C7.86667 6.15187 7.65773 5.94118 7.4 5.94118C7.14227 5.94118 6.93333 6.15187 6.93333 6.41176C6.93333 6.67166 7.14227 6.88235 7.4 6.88235ZM11.6 9.2353C11.8577 9.2353 12.0667 9.02461 12.0667 8.76471C12.0667 8.50481 11.8577 8.29412 11.6 8.29412C11.3423 8.29412 11.1333 8.50481 11.1333 8.76471C11.1333 9.02461 11.3423 9.2353 11.6 9.2353ZM8.33334 11.5882C8.33334 11.8481 8.1244 12.0588 7.86667 12.0588C7.60894 12.0588 7.4 11.8481 7.4 11.5882C7.4 11.3283 7.60894 11.1176 7.86667 11.1176C8.1244 11.1176 8.33334 11.3283 8.33334 11.5882Z"
|
|
226
|
-
fill="#07BA65"></path>
|
|
374
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.8 6.41176C8.8 6.59817 8.76417 6.77614 8.69908 6.93905L10.8445 7.57596C11.0624 7.43481 11.3217 7.35295 11.6 7.35295C12.3732 7.35295 13 7.98501 13 8.76471C13 9.5444 12.3732 10.1765 11.6 10.1765C11.3839 10.1765 11.1792 10.1271 10.9964 10.0389L9.13024 10.9796C9.21769 11.1639 9.26667 11.3703 9.26667 11.5882C9.26667 11.7588 9.23668 11.9223 9.18172 12.0736C9.18406 12.0672 9.07482 12.4727 8.64275 12.7634C8.42063 12.9129 8.15374 13 7.86667 13C7.09347 13 6.46667 12.3679 6.46667 11.5882C6.46667 10.8085 7.09347 10.1765 7.86667 10.1765C8.08281 10.1765 8.28751 10.2259 8.47028 10.3141L10.3365 9.37339C10.249 9.18909 10.2 8.98267 10.2 8.76471C10.2 8.60886 10.225 8.45892 10.2713 8.31874L8.0802 7.64599C7.87882 7.75909 7.64687 7.82353 7.4 7.82353C6.6268 7.82353 6 7.19146 6 6.41176C6 5.63207 6.6268 5 7.4 5C8.1732 5 8.8 5.63207 8.8 6.41176ZM7.4 6.88235C7.65773 6.88235 7.86667 6.67166 7.86667 6.41176C7.86667 6.15187 7.65773 5.94118 7.4 5.94118C7.14227 5.94118 6.93333 6.15187 6.93333 6.41176C6.93333 6.67166 7.14227 6.88235 7.4 6.88235ZM11.6 9.2353C11.8577 9.2353 12.0667 9.02461 12.0667 8.76471C12.0667 8.50481 11.8577 8.29412 11.6 8.29412C11.3423 8.29412 11.1333 8.50481 11.1333 8.76471C11.1333 9.02461 11.3423 9.2353 11.6 9.2353ZM8.33334 11.5882C8.33334 11.8481 8.1244 12.0588 7.86667 12.0588C7.60894 12.0588 7.4 11.8481 7.4 11.5882C7.4 11.3283 7.60894 11.1176 7.86667 11.1176C8.1244 11.1176 8.33334 11.3283 8.33334 11.5882Z" fill="#07BA65"></path>
|
|
227
375
|
</g>
|
|
228
376
|
<defs>
|
|
229
377
|
<clipPath id="clip0_3842_17378">
|
|
@@ -234,101 +382,37 @@
|
|
|
234
382
|
</clipPath>
|
|
235
383
|
</defs>
|
|
236
384
|
</symbol>
|
|
237
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisInnerColor">
|
|
238
|
-
<rect x="3" y="1" width="1" height="14" fill="#17AE66"></rect>
|
|
239
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
240
|
-
d="M7.89188 3.06024C7.96161 2.88715 8 2.69806 8 2.5C8 1.67157 7.32843 1 6.5 1C5.67157 1 5 1.67157 5 2.5C5 3.32843 5.67157 4 6.5 4C6.7645 4 7.01302 3.93154 7.22879 3.81137L10.0764 6.02616C10.0268 6.1751 10 6.33441 10 6.5C10 6.73158 10.0525 6.95091 10.1462 7.14673L8.14673 9.1462C7.9509 9.05248 7.73158 9 7.5 9C6.67157 9 6 9.67157 6 10.5C6 11.3284 6.67157 12 7.5 12C7.80758 12 8.09353 11.9074 8.33152 11.7486L10.0683 13.0512C10.0239 13.1929 10 13.3437 10 13.5C10 14.3284 10.6716 15 11.5 15C12.3284 15 13 14.3284 13 13.5C13 12.6716 12.3284 12 11.5 12C11.1924 12 10.9065 12.0926 10.6685 12.2514L8.93172 10.9488C8.92465 10.9713 8.91707 10.9937 8.90898 11.0157C8.96786 10.8549 9 10.6812 9 10.5C9 10.2684 8.94753 10.0491 8.85382 9.85332L10.8533 7.85382C11.0491 7.94753 11.2684 8 11.5 8C12.3284 8 13 7.32843 13 6.5C13 5.67157 12.3284 5 11.5 5C11.2019 5 10.924 5.08698 10.6905 5.23696L7.89188 3.06024ZM6.5 3C6.77614 3 7 2.77614 7 2.5C7 2.22386 6.77614 2 6.5 2C6.22386 2 6 2.22386 6 2.5C6 2.77614 6.22386 3 6.5 3ZM11.5 7C11.7761 7 12 6.77614 12 6.5C12 6.22386 11.7761 6 11.5 6C11.2239 6 11 6.22386 11 6.5C11 6.77614 11.2239 7 11.5 7ZM8 10.5C8 10.7761 7.77614 11 7.5 11C7.22386 11 7 10.7761 7 10.5C7 10.2239 7.22386 10 7.5 10C7.77614 10 8 10.2239 8 10.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14Z"
|
|
241
|
-
fill="#9D9D9D"></path>
|
|
242
|
-
</symbol>
|
|
243
385
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisSimpleColor">
|
|
244
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
245
|
-
d="M6.89188 3.06024C6.96161 2.88715 7 2.69806 7 2.5C7 1.67157 6.32843 1 5.5 1C4.67157 1 4 1.67157 4 2.5C4 3.32843 4.67157 4 5.5 4C5.7645 4 6.01302 3.93154 6.22879 3.81137L9.07638 6.02616C9.02683 6.1751 9 6.33441 9 6.5C9 6.73158 9.05248 6.95091 9.1462 7.14673L7.14673 9.1462C6.9509 9.05248 6.73158 9 6.5 9C5.67157 9 5 9.67157 5 10.5C5 11.3284 5.67157 12 6.5 12C6.80758 12 7.09353 11.9074 7.33152 11.7486L9.06829 13.0512C9.02392 13.1929 9 13.3437 9 13.5C9 14.3284 9.67157 15 10.5 15C11.3284 15 12 14.3284 12 13.5C12 12.6716 11.3284 12 10.5 12C10.1924 12 9.90649 12.0926 9.6685 12.2514L7.93172 10.9488C7.92465 10.9713 7.91707 10.9937 7.90898 11.0157C7.96786 10.8549 8 10.6812 8 10.5C8 10.2684 7.94753 10.0491 7.85382 9.85332L9.85331 7.85382C10.0491 7.94753 10.2684 8 10.5 8C11.3284 8 12 7.32843 12 6.5C12 5.67157 11.3284 5 10.5 5C10.2019 5 9.92403 5.08698 9.69051 5.23696L6.89188 3.06024ZM5.5 3C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2C5.22386 2 5 2.22386 5 2.5C5 2.77614 5.22386 3 5.5 3ZM10.5 7C10.7761 7 11 6.77614 11 6.5C11 6.22386 10.7761 6 10.5 6C10.2239 6 10 6.22386 10 6.5C10 6.77614 10.2239 7 10.5 7ZM7 10.5C7 10.7761 6.77614 11 6.5 11C6.22386 11 6 10.7761 6 10.5C6 10.2239 6.22386 10 6.5 10C6.77614 10 7 10.2239 7 10.5ZM10.5 14C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13C10.2239 13 10 13.2239 10 13.5C10 13.7761 10.2239 14 10.5 14Z"
|
|
246
|
-
fill="#9D9D9D"></path>
|
|
247
|
-
</symbol>
|
|
248
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpAddColor">
|
|
249
|
-
<g clip-path="url(#clip0_3589_14650)">
|
|
250
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
251
|
-
d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z"
|
|
252
|
-
fill="#17AE66"></path>
|
|
253
|
-
<path
|
|
254
|
-
d="M15.905 8.87688C15.9678 8.5889 16 8.29633 16 8C16 3.58172 8.83656 0 0 0C-8.83656 0 -16 3.58172 -16 8C-16 12.4183 -8.83656 16 0 16C2.89655 16 5.61332 15.6152 7.95695 14.9421C7.3552 14.1166 7.00012 13.0998 7.00012 12C7.00012 9.23858 9.2387 7 12.0001 7C13.58 7 14.9887 7.73273 15.905 8.87688Z"
|
|
255
|
-
fill="#247BA1"></path>
|
|
256
|
-
<path
|
|
257
|
-
d="M11.835 7.00268C9.15 7.08981 7.00012 9.29384 7.00012 12C7.00012 12.289 7.02465 12.5723 7.07173 12.848C5.08857 13.5724 2.64416 14 0 14C-6.62742 14 -12 11.3137 -12 8C-12 4.68629 -6.62742 2 0 2C5.94786 2 10.885 4.16365 11.835 7.00268Z"
|
|
258
|
-
fill="#70C1B4"></path>
|
|
259
|
-
<ellipse cy="8" rx="8" ry="4" fill="#FBE169"></ellipse>
|
|
260
|
-
<ellipse cy="8" rx="4" ry="2" fill="#F15E5B"></ellipse>
|
|
261
|
-
</g>
|
|
262
|
-
<defs>
|
|
263
|
-
<clipPath id="clip0_3589_14650">
|
|
264
|
-
<rect width="15.9999" height="16" fill="white" transform="translate(-0.000244141)"></rect>
|
|
265
|
-
</clipPath>
|
|
266
|
-
</defs>
|
|
267
|
-
</symbol>
|
|
268
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpColor">
|
|
269
|
-
<g clip-path="url(#clip0_2269_44)">
|
|
270
|
-
<ellipse cy="8" rx="14" ry="6" fill="url(#paint0_linear_2269_44)"></ellipse>
|
|
271
|
-
<ellipse cx="-0.5" cy="8" rx="10.5" ry="5" fill="url(#paint1_linear_2269_44)"></ellipse>
|
|
272
|
-
<ellipse cy="8" rx="7" ry="3" fill="url(#paint2_linear_2269_44)"></ellipse>
|
|
273
|
-
<ellipse cx="0.5" cy="8" rx="3.5" ry="1" fill="url(#paint3_linear_2269_44)"></ellipse>
|
|
274
|
-
</g>
|
|
275
|
-
<defs>
|
|
276
|
-
<linearGradient id="paint0_linear_2269_44" x1="0" y1="2" x2="0" y2="14" gradientUnits="userSpaceOnUse">
|
|
277
|
-
<stop stop-color="#26A0F1"></stop>
|
|
278
|
-
<stop offset="1" stop-color="#0680DD"></stop>
|
|
279
|
-
</linearGradient>
|
|
280
|
-
<linearGradient id="paint1_linear_2269_44" x1="-0.5" y1="3" x2="-0.5" y2="13" gradientUnits="userSpaceOnUse">
|
|
281
|
-
<stop stop-color="#9AD261"></stop>
|
|
282
|
-
<stop offset="1" stop-color="#2FA71C"></stop>
|
|
283
|
-
</linearGradient>
|
|
284
|
-
<linearGradient id="paint2_linear_2269_44" x1="0" y1="5" x2="0" y2="11" gradientUnits="userSpaceOnUse">
|
|
285
|
-
<stop stop-color="#FFCC15"></stop>
|
|
286
|
-
<stop offset="1" stop-color="#F1BE0A"></stop>
|
|
287
|
-
</linearGradient>
|
|
288
|
-
<linearGradient id="paint3_linear_2269_44" x1="0.5" y1="7.00295" x2="0.5" y2="8.88705"
|
|
289
|
-
gradientUnits="userSpaceOnUse">
|
|
290
|
-
<stop stop-color="#FC7D5B"></stop>
|
|
291
|
-
<stop offset="0.06" stop-color="#F8734F"></stop>
|
|
292
|
-
<stop offset="0.18" stop-color="#F3653D"></stop>
|
|
293
|
-
<stop offset="0.326" stop-color="#F05B31"></stop>
|
|
294
|
-
<stop offset="0.523" stop-color="#EE552A"></stop>
|
|
295
|
-
<stop offset="1" stop-color="#ED5328"></stop>
|
|
296
|
-
</linearGradient>
|
|
297
|
-
<clipPath id="clip0_2269_44">
|
|
298
|
-
<rect width="12" height="12" fill="white" transform="translate(2 2)"></rect>
|
|
299
|
-
</clipPath>
|
|
300
|
-
</defs>
|
|
386
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.89188 3.06024C6.96161 2.88715 7 2.69806 7 2.5C7 1.67157 6.32843 1 5.5 1C4.67157 1 4 1.67157 4 2.5C4 3.32843 4.67157 4 5.5 4C5.7645 4 6.01302 3.93154 6.22879 3.81137L9.07638 6.02616C9.02683 6.1751 9 6.33441 9 6.5C9 6.73158 9.05248 6.95091 9.1462 7.14673L7.14673 9.1462C6.9509 9.05248 6.73158 9 6.5 9C5.67157 9 5 9.67157 5 10.5C5 11.3284 5.67157 12 6.5 12C6.80758 12 7.09353 11.9074 7.33152 11.7486L9.06829 13.0512C9.02392 13.1929 9 13.3437 9 13.5C9 14.3284 9.67157 15 10.5 15C11.3284 15 12 14.3284 12 13.5C12 12.6716 11.3284 12 10.5 12C10.1924 12 9.90649 12.0926 9.6685 12.2514L7.93172 10.9488C7.92465 10.9713 7.91707 10.9937 7.90898 11.0157C7.96786 10.8549 8 10.6812 8 10.5C8 10.2684 7.94753 10.0491 7.85382 9.85332L9.85331 7.85382C10.0491 7.94753 10.2684 8 10.5 8C11.3284 8 12 7.32843 12 6.5C12 5.67157 11.3284 5 10.5 5C10.2019 5 9.92403 5.08698 9.69051 5.23696L6.89188 3.06024ZM5.5 3C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2C5.22386 2 5 2.22386 5 2.5C5 2.77614 5.22386 3 5.5 3ZM10.5 7C10.7761 7 11 6.77614 11 6.5C11 6.22386 10.7761 6 10.5 6C10.2239 6 10 6.22386 10 6.5C10 6.77614 10.2239 7 10.5 7ZM7 10.5C7 10.7761 6.77614 11 6.5 11C6.22386 11 6 10.7761 6 10.5C6 10.2239 6.22386 10 6.5 10C6.77614 10 7 10.2239 7 10.5ZM10.5 14C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13C10.2239 13 10 13.2239 10 13.5C10 13.7761 10.2239 14 10.5 14Z" fill="#9D9D9D"></path>
|
|
301
387
|
</symbol>
|
|
302
388
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpGroupColor">
|
|
303
389
|
<g clip-path="url(#clip0_3842_18184)">
|
|
304
390
|
<g clip-path="url(#clip1_3842_18184)">
|
|
305
|
-
<path opacity="0.2"
|
|
306
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
307
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
391
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
308
392
|
</g>
|
|
309
393
|
<g clip-path="url(#clip2_3842_18184)">
|
|
310
|
-
<
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
394
|
+
<g clip-path="url(#clip3_3842_18184)">
|
|
395
|
+
<ellipse cx="4" cy="9" rx="8" ry="3.5" fill="url(#paint0_linear_3842_18184)"></ellipse>
|
|
396
|
+
<ellipse cx="4" cy="9" rx="6.5" ry="2.5" fill="url(#paint1_linear_3842_18184)"></ellipse>
|
|
397
|
+
<ellipse cx="4.25" cy="9" rx="4.75" ry="1.5" fill="url(#paint2_linear_3842_18184)"></ellipse>
|
|
398
|
+
<ellipse cx="4.5" cy="9" rx="3" ry="0.5" fill="url(#paint3_linear_3842_18184)"></ellipse>
|
|
399
|
+
</g>
|
|
314
400
|
</g>
|
|
315
401
|
</g>
|
|
316
402
|
<defs>
|
|
317
|
-
<linearGradient id="paint0_linear_3842_18184" x1="4" y1="
|
|
318
|
-
<stop stop-color="#
|
|
319
|
-
<stop offset="1" stop-color="#
|
|
403
|
+
<linearGradient id="paint0_linear_3842_18184" x1="4" y1="5.5" x2="4" y2="12.5" gradientUnits="userSpaceOnUse">
|
|
404
|
+
<stop stop-color="#31BBEE"></stop>
|
|
405
|
+
<stop offset="1" stop-color="#1EA2E4"></stop>
|
|
320
406
|
</linearGradient>
|
|
321
|
-
<linearGradient id="paint1_linear_3842_18184" x1="
|
|
322
|
-
|
|
323
|
-
<stop stop-color="#
|
|
324
|
-
<stop offset="1" stop-color="#2FA71C"></stop>
|
|
407
|
+
<linearGradient id="paint1_linear_3842_18184" x1="4" y1="6.5" x2="4" y2="11.5" gradientUnits="userSpaceOnUse">
|
|
408
|
+
<stop stop-color="#ACC548"></stop>
|
|
409
|
+
<stop offset="1" stop-color="#71A61B"></stop>
|
|
325
410
|
</linearGradient>
|
|
326
|
-
<linearGradient id="paint2_linear_3842_18184" x1="4" y1="7.5" x2="4" y2="10.5" gradientUnits="userSpaceOnUse">
|
|
411
|
+
<linearGradient id="paint2_linear_3842_18184" x1="4.25" y1="7.5" x2="4.25" y2="10.5" gradientUnits="userSpaceOnUse">
|
|
327
412
|
<stop stop-color="#FFCC15"></stop>
|
|
328
413
|
<stop offset="1" stop-color="#F1BE0A"></stop>
|
|
329
414
|
</linearGradient>
|
|
330
|
-
<linearGradient id="paint3_linear_3842_18184" x1="4.
|
|
331
|
-
gradientUnits="userSpaceOnUse">
|
|
415
|
+
<linearGradient id="paint3_linear_3842_18184" x1="4.5" y1="8.50147" x2="4.5" y2="9.44353" gradientUnits="userSpaceOnUse">
|
|
332
416
|
<stop stop-color="#FC7D5B"></stop>
|
|
333
417
|
<stop offset="0.06" stop-color="#F8734F"></stop>
|
|
334
418
|
<stop offset="0.18" stop-color="#F3653D"></stop>
|
|
@@ -343,88 +427,37 @@
|
|
|
343
427
|
<rect width="16" height="16" fill="white"></rect>
|
|
344
428
|
</clipPath>
|
|
345
429
|
<clipPath id="clip2_3842_18184">
|
|
346
|
-
<rect width="
|
|
430
|
+
<rect width="8" height="8" fill="white" transform="translate(4 5)"></rect>
|
|
431
|
+
</clipPath>
|
|
432
|
+
<clipPath id="clip3_3842_18184">
|
|
433
|
+
<path d="M4 6C4 5.72386 4.22386 5.5 4.5 5.5H12V12.5H4.5C4.22386 12.5 4 12.2761 4 12V6Z" fill="white"></path>
|
|
347
434
|
</clipPath>
|
|
348
435
|
</defs>
|
|
349
436
|
</symbol>
|
|
350
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
351
|
-
<
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="improveColor">
|
|
359
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
360
|
-
d="M5 13L4.99999 14H3V13H5ZM13 7V14H11V7H13ZM9 10L8.999 14H6.99901L7.00001 10H9Z"
|
|
361
|
-
fill="url(#paint0_linear_2140_2572)"></path>
|
|
362
|
-
<path d="M12.9941 5.9834V1H7.99707L9.89746 2.88672L3.00098 9.80371L4.21094 11L11.1143 4.10352L12.9941 5.9834Z"
|
|
363
|
-
fill="#2CB4EB"></path>
|
|
364
|
-
<defs>
|
|
365
|
-
<linearGradient id="paint0_linear_2140_2572" x1="7.99998" y1="7" x2="7.99998" y2="14"
|
|
366
|
-
gradientUnits="userSpaceOnUse">
|
|
367
|
-
<stop stop-color="#FFD619"></stop>
|
|
368
|
-
<stop offset="1" stop-color="#FEB705"></stop>
|
|
369
|
-
</linearGradient>
|
|
370
|
-
</defs>
|
|
371
|
-
</symbol>
|
|
372
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbagColor">
|
|
373
|
-
<path d="M9.5 2H6.5C6.224 2 6 2.224 6 2.5V3H10V2.5C10 2.224 9.776 2 9.5 2Z"
|
|
374
|
-
fill="url(#paint0_linear_1914_3996)"></path>
|
|
375
|
-
<path
|
|
376
|
-
d="M14.3 14H1.7C1.315 14 1 13.6906 1 13.3125V4.375C1 3.61875 1.63 3 2.4 3H13.6C14.37 3 15 3.61875 15 4.375V13.3125C15 13.6906 14.685 14 14.3 14Z"
|
|
377
|
-
fill="url(#paint1_linear_1914_3996)"></path>
|
|
378
|
-
<path
|
|
379
|
-
d="M14.4039 8.98868L8 10L1.59605 8.98868C1.2534 8.93489 1 8.62505 1 8.26032V4.47368C1 3.66316 1.63 3 2.4 3H13.6C14.37 3 15 3.66316 15 4.47368V8.26032C15 8.62505 14.7466 8.93489 14.4039 8.98868Z"
|
|
380
|
-
fill="url(#paint2_linear_1914_3996)"></path>
|
|
381
|
-
<path
|
|
382
|
-
d="M8.75 7H7.25C7.112 7 7 7.112 7 7.25V8.75C7 8.888 7.112 9 7.25 9H8.75C8.888 9 9 8.888 9 8.75V7.25C9 7.112 8.888 7 8.75 7Z"
|
|
383
|
-
fill="#F6ECA5"></path>
|
|
437
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpAddColor">
|
|
438
|
+
<g clip-path="url(#clip0_3589_14650)">
|
|
439
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
440
|
+
<path d="M15.905 8.87688C15.9678 8.5889 16 8.29633 16 8C16 3.58172 8.83656 0 0 0C-8.83656 0 -16 3.58172 -16 8C-16 12.4183 -8.83656 16 0 16C2.89655 16 5.61332 15.6152 7.95695 14.9421C7.3552 14.1166 7.00012 13.0998 7.00012 12C7.00012 9.23858 9.2387 7 12.0001 7C13.58 7 14.9887 7.73273 15.905 8.87688Z" fill="#247BA1"></path>
|
|
441
|
+
<path d="M11.835 7.00268C9.15 7.08981 7.00012 9.29384 7.00012 12C7.00012 12.289 7.02465 12.5723 7.07173 12.848C5.08857 13.5724 2.64416 14 0 14C-6.62742 14 -12 11.3137 -12 8C-12 4.68629 -6.62742 2 0 2C5.94786 2 10.885 4.16365 11.835 7.00268Z" fill="#70C1B4"></path>
|
|
442
|
+
<ellipse cy="8" rx="8" ry="4" fill="#FBE169"></ellipse>
|
|
443
|
+
<ellipse cy="8" rx="4" ry="2" fill="#F15E5B"></ellipse>
|
|
444
|
+
</g>
|
|
384
445
|
<defs>
|
|
385
|
-
<
|
|
386
|
-
<
|
|
387
|
-
|
|
388
|
-
</linearGradient>
|
|
389
|
-
<linearGradient id="paint1_linear_1914_3996" x1="8" y1="14" x2="8" y2="3" gradientUnits="userSpaceOnUse">
|
|
390
|
-
<stop stop-color="#723103"></stop>
|
|
391
|
-
<stop offset="0.450536" stop-color="#AB5618"></stop>
|
|
392
|
-
</linearGradient>
|
|
393
|
-
<linearGradient id="paint2_linear_1914_3996" x1="8" y1="3.01032" x2="8" y2="9.60468"
|
|
394
|
-
gradientUnits="userSpaceOnUse">
|
|
395
|
-
<stop stop-color="#EE8840"></stop>
|
|
396
|
-
<stop offset="0.06" stop-color="#E27D35"></stop>
|
|
397
|
-
<stop offset="0.18" stop-color="#E2792E"></stop>
|
|
398
|
-
<stop offset="0.326" stop-color="#D66B1F"></stop>
|
|
399
|
-
<stop offset="0.523" stop-color="#D66B1F"></stop>
|
|
400
|
-
<stop offset="1" stop-color="#D66B1F"></stop>
|
|
401
|
-
</linearGradient>
|
|
446
|
+
<clipPath id="clip0_3589_14650">
|
|
447
|
+
<rect width="15.9999" height="16" fill="white" transform="translate(-0.000244141)"></rect>
|
|
448
|
+
</clipPath>
|
|
402
449
|
</defs>
|
|
403
450
|
</symbol>
|
|
404
|
-
<symbol
|
|
405
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
451
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbagAddColor">
|
|
452
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
453
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.00012 11.975V9.00098H4.01465C3.25358 9.00098 2.58138 8.74577 1.99805 8.23535V11.4824C1.99805 11.9017 2.14616 12.2594 2.44238 12.5557C2.73861 12.8519 3.09179 13 3.50195 13H7.00012V12.025C7.00008 12.0167 7.00006 12.0083 7.00006 12C7.00006 11.9917 7.00008 11.9833 7.00012 11.975ZM12.0001 7C12.5503 7 13.0797 7.08887 13.5749 7.25304C13.8687 6.89516 14.0156 6.47748 14.0156 6V5.50098C14.0202 5.0817 13.8744 4.72624 13.5781 4.43457C13.2819 4.1429 12.9287 3.99707 12.5186 3.99707H11.0146V3.49805C11.0192 3.08333 10.8734 2.73014 10.5771 2.43848C10.2809 2.14681 9.92774 2.00098 9.51758 2.00098H6.50293C6.08366 2.00098 5.72819 2.14681 5.43652 2.43848C5.14486 2.73014 4.99902 3.08333 4.99902 3.49805V3.99707H3.50195C3.09179 4.00163 2.73861 4.14974 2.44238 4.44141C2.14616 4.73307 1.99805 5.08626 1.99805 5.50098V6C1.99805 6.55143 2.19401 7.02311 2.58594 7.41504C2.97787 7.80697 3.4541 8.00293 4.01465 8.00293H8.99568C9.83209 7.37325 10.8725 7 12.0001 7ZM5.99707 3.99707H10.0166V3.49805C10.0166 3.36133 9.96647 3.24284 9.86621 3.14258C9.76595 3.04232 9.64974 2.99447 9.51758 2.99902H6.50293C6.37077 2.99902 6.25456 3.04687 6.1543 3.14258C6.05404 3.23828 6.00163 3.35677 5.99707 3.49805V3.99707Z" fill="#9D9D9D"></path>
|
|
406
454
|
</symbol>
|
|
407
|
-
|
|
408
455
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineColor">
|
|
409
456
|
<rect x="1.99988" y="7" width="12" height="2" fill="#E55759"></rect>
|
|
410
457
|
</symbol>
|
|
411
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineDashedColor">
|
|
412
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
413
|
-
d="M4.99988 7H0.999878V9H4.99988V7ZM5.99988 7V9H9.99988V7H5.99988ZM10.9999 7V9H14.9999V7H10.9999Z"
|
|
414
|
-
fill="#E55759"></path>
|
|
415
|
-
</symbol>
|
|
416
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidAddColor">
|
|
417
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
418
|
-
d="M8.29573 1.14802C8.83777 1.8475 9.88802 3.26556 10.8323 4.90402C11.2618 5.64924 11.6165 6.34897 11.8958 7.00106C9.18229 7.05629 6.99957 9.27325 6.99957 12C6.99957 13.1256 7.37152 14.1643 7.99921 15C5.4261 14.9999 3.33276 12.7992 3.33276 10.0941C3.33276 8.76257 3.94978 7.01663 5.16664 4.90489C6.11091 3.26629 7.16116 1.84775 7.70317 1.14805C7.77574 1.05438 7.88455 1 7.99946 1C8.11435 0.999964 8.22319 1.05434 8.29573 1.14802Z"
|
|
419
|
-
fill="#286CFD"></path>
|
|
420
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
421
|
-
d="M10.9956 10.9961V9H12.9985V10.9961H14.9946V12.999H12.9985V14.9951H10.9956V12.999H8.99951V10.9961H10.9956Z"
|
|
422
|
-
fill="#17AE66"></path>
|
|
423
|
-
</symbol>
|
|
424
458
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineGradientColor">
|
|
425
459
|
<rect x="1.99988" y="2" width="12" height="2" fill="#E55759"></rect>
|
|
426
|
-
<rect width="12" height="10" transform="matrix(1 0 0 -1 1.99988 14)" fill="url(#paint0_linear_2289_45)"
|
|
427
|
-
fill-opacity="0.6"></rect>
|
|
460
|
+
<rect width="12" height="10" transform="matrix(1 0 0 -1 1.99988 14)" fill="url(#paint0_linear_2289_45)" fill-opacity="0.6"></rect>
|
|
428
461
|
<defs>
|
|
429
462
|
<linearGradient id="paint0_linear_2289_45" x1="6" y1="0" x2="6" y2="10" gradientUnits="userSpaceOnUse">
|
|
430
463
|
<stop stop-color="#E55759" stop-opacity="0"></stop>
|
|
@@ -432,41 +465,35 @@
|
|
|
432
465
|
</linearGradient>
|
|
433
466
|
</defs>
|
|
434
467
|
</symbol>
|
|
435
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
436
|
-
<
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
468
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineDashedColor">
|
|
469
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.99988 7H0.999878V9H4.99988V7ZM5.99988 7V9H9.99988V7H5.99988ZM10.9999 7V9H14.9999V7H10.9999Z" fill="#E55759"></path>
|
|
470
|
+
</symbol>
|
|
471
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidAddColor">
|
|
472
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.29573 1.14802C8.83777 1.8475 9.88802 3.26556 10.8323 4.90402C11.2618 5.64924 11.6165 6.34897 11.8958 7.00106C9.18229 7.05629 6.99957 9.27325 6.99957 12C6.99957 13.1256 7.37152 14.1643 7.99921 15C5.4261 14.9999 3.33276 12.7992 3.33276 10.0941C3.33276 8.76257 3.94978 7.01663 5.16664 4.90489C6.11091 3.26629 7.16116 1.84775 7.70317 1.14805C7.77574 1.05438 7.88455 1 7.99946 1C8.11435 0.999964 8.22319 1.05434 8.29573 1.14802Z" fill="#2173DF"></path>
|
|
473
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9956 10.9961V9H12.9985V10.9961H14.9946V12.999H12.9985V14.9951H10.9956V12.999H8.99951V10.9961H10.9956Z" fill="#17AE66"></path>
|
|
474
|
+
</symbol>
|
|
475
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidSystemColor">
|
|
476
|
+
<g clip-path="url(#clip0_2094_2581)">
|
|
477
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.29621 1.14802C8.83826 1.8475 9.88851 3.26556 10.8328 4.90402C11.2623 5.64924 11.617 6.34897 11.8963 7.00106C9.18278 7.05629 7.00006 9.27325 7.00006 12C7.00006 13.1256 7.37201 14.1643 7.9997 15C5.42659 14.9999 3.33325 12.7992 3.33325 10.0941C3.33325 8.76257 3.95027 7.01663 5.16713 4.90489C6.11139 3.26629 7.16165 1.84775 7.70366 1.14805C7.77623 1.05438 7.88503 1 7.99995 1C8.11484 0.999964 8.22368 1.05434 8.29621 1.14802Z" fill="#2173DF"></path>
|
|
478
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 8V9.14367C11.0168 9.21727 10.7199 9.34213 10.4519 9.50905L9.64298 8.70017L8.70017 9.64298L9.50905 10.4519C9.34213 10.7199 9.21727 11.0168 9.14367 11.3333H8V12.6667H9.14367C9.21727 12.9832 9.34213 13.2801 9.50905 13.5481L8.70017 14.357L9.64298 15.2998L10.4519 14.4909C10.7199 14.6579 11.0168 14.7827 11.3333 14.8563V16H12.6667V14.8563C12.9832 14.7827 13.2801 14.6579 13.5481 14.4909L14.357 15.2998L15.2998 14.357L14.4909 13.5481C14.6579 13.2801 14.7827 12.9832 14.8563 12.6667H16V11.3333H14.8563C14.7827 11.0168 14.6579 10.7199 14.4909 10.4519L15.2998 9.64298L14.357 8.70017L13.5481 9.50905C13.2801 9.34213 12.9832 9.21727 12.6667 9.14367V8H11.3333ZM13.6667 12C13.6667 12.9205 12.9205 13.6667 12 13.6667C11.0795 13.6667 10.3333 12.9205 10.3333 12C10.3333 11.0795 11.0795 10.3333 12 10.3333C12.9205 10.3333 13.6667 11.0795 13.6667 12Z" fill="black" fill-opacity="0.44"></path>
|
|
443
479
|
</g>
|
|
444
480
|
<defs>
|
|
445
|
-
<clipPath id="
|
|
481
|
+
<clipPath id="clip0_2094_2581">
|
|
446
482
|
<rect width="16" height="16" fill="white"></rect>
|
|
447
483
|
</clipPath>
|
|
448
484
|
</defs>
|
|
449
485
|
</symbol>
|
|
450
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
451
|
-
<g clip-path="url(#
|
|
452
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
453
|
-
|
|
454
|
-
fill="#286CFD"></path>
|
|
455
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
456
|
-
d="M11.3333 8V9.14367C11.0168 9.21727 10.7199 9.34213 10.4519 9.50905L9.64298 8.70017L8.70017 9.64298L9.50905 10.4519C9.34213 10.7199 9.21727 11.0168 9.14367 11.3333H8V12.6667H9.14367C9.21727 12.9832 9.34213 13.2801 9.50905 13.5481L8.70017 14.357L9.64298 15.2998L10.4519 14.4909C10.7199 14.6579 11.0168 14.7827 11.3333 14.8563V16H12.6667V14.8563C12.9832 14.7827 13.2801 14.6579 13.5481 14.4909L14.357 15.2998L15.2998 14.357L14.4909 13.5481C14.6579 13.2801 14.7827 12.9832 14.8563 12.6667H16V11.3333H14.8563C14.7827 11.0168 14.6579 10.7199 14.4909 10.4519L15.2998 9.64298L14.357 8.70017L13.5481 9.50905C13.2801 9.34213 12.9832 9.21727 12.6667 9.14367V8H11.3333ZM13.6667 12C13.6667 12.9205 12.9205 13.6667 12 13.6667C11.0795 13.6667 10.3333 12.9205 10.3333 12C10.3333 11.0795 11.0795 10.3333 12 10.3333C12.9205 10.3333 13.6667 11.0795 13.6667 12Z"
|
|
457
|
-
fill="#A3A5AB"></path>
|
|
486
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidUserColor">
|
|
487
|
+
<g clip-path="url(#clip0_2094_2573)">
|
|
488
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.29621 1.14802C8.83826 1.8475 9.88851 3.26556 10.8328 4.90402C11.2623 5.64924 11.617 6.34897 11.8963 7.00106C9.18278 7.05629 7.00006 9.27325 7.00006 12C7.00006 13.1256 7.37201 14.1643 7.9997 15C5.42659 14.9999 3.33325 12.7992 3.33325 10.0941C3.33325 8.76257 3.95027 7.01663 5.16713 4.90489C6.11139 3.26629 7.16165 1.84775 7.70366 1.14805C7.77623 1.05438 7.88503 1 7.99995 1C8.11484 0.999964 8.22368 1.05434 8.29621 1.14802Z" fill="#2173DF"></path>
|
|
489
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12ZM11.2595 14.9079C10.7912 14.789 10.3668 14.5599 10.0155 14.2499C10.4471 13.6167 11.1738 13.2008 11.9976 13.2C11.1151 13.1987 10.4 12.4829 10.4 11.6C10.4 10.7163 11.1164 10 12 10C12.8837 10 13.6 10.7163 13.6 11.6C13.6 12.4829 12.885 13.1987 12.0024 13.2C12.8263 13.2008 13.5529 13.6167 13.9845 14.2499C14.6072 13.7002 15 12.896 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.4013 9.96078 14.5782 11.2595 14.9079Z" fill="#C66829"></path>
|
|
458
490
|
</g>
|
|
459
491
|
<defs>
|
|
460
|
-
<clipPath id="
|
|
492
|
+
<clipPath id="clip0_2094_2573">
|
|
461
493
|
<rect width="16" height="16" fill="white"></rect>
|
|
462
494
|
</clipPath>
|
|
463
495
|
</defs>
|
|
464
496
|
</symbol>
|
|
465
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="mapColor">
|
|
466
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
467
|
-
d="M7.97241 3.99707C7.38908 4.00163 6.91512 4.1862 6.55054 4.55078C6.18595 4.91537 6.00366 5.38932 6.00366 5.97266C6.00366 6.55599 6.18823 7.03906 6.55737 7.42188C6.93107 7.80925 7.40275 8.00293 7.97241 8.00293C8.54208 8.00293 9.02287 7.80697 9.41479 7.41504C9.80672 7.02311 10.0027 6.54232 10.0027 5.97266C10.0027 5.40299 9.809 4.93132 9.42163 4.55762C9.03882 4.18392 8.55575 3.99707 7.97241 3.99707ZM7.97241 13.1982C7.75366 13.1982 7.55086 13.139 7.36401 13.0205C7.17716 12.902 7.0564 12.7607 7.00171 12.5967L4.698 8.20117C4.23315 7.63607 4.00073 6.94792 4.00073 6.13672C4.00073 5.32552 4.17847 4.61231 4.53394 3.99707C4.89396 3.38183 5.38159 2.89421 5.99683 2.53418C6.61206 2.17415 7.2797 1.99414 7.99976 1.99414C8.71981 1.99414 9.38745 2.17643 10.0027 2.54102C10.6179 2.89649 11.1055 3.38183 11.4656 3.99707C11.8256 4.61231 12.0056 5.29134 12.0056 6.03418C12.0056 6.77702 11.7709 7.49935 11.3015 8.20117L8.9978 12.5967C8.94767 12.7471 8.82007 12.8861 8.61499 13.0137C8.40535 13.1367 8.19116 13.1982 7.97241 13.1982Z"
|
|
468
|
-
fill="#D4685D"></path>
|
|
469
|
-
</symbol>
|
|
470
497
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lithotypeColor">
|
|
471
498
|
<rect x="1.99963" y="14" width="12" height="1" fill="#FFB115"></rect>
|
|
472
499
|
<rect x="1.99963" y="11" width="12" height="1" fill="#FFB115"></rect>
|
|
@@ -480,116 +507,11 @@
|
|
|
480
507
|
<rect x="11.9996" y="5" width="1" height="1" fill="#C66829"></rect>
|
|
481
508
|
<rect x="9.99963" y="2" width="1" height="1" fill="#C66829"></rect>
|
|
482
509
|
</symbol>
|
|
483
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="nktColor">
|
|
484
|
-
<path d="M2.55504 2H13.445L14 3H2L2.55504 2Z" fill="url(#paint0_linear_2486_19)"></path>
|
|
485
|
-
<rect x="2" y="3" width="12" height="2" fill="url(#paint1_linear_2486_19)"></rect>
|
|
486
|
-
<path d="M2.55504 6H13.445L14 5H2L2.55504 6Z" fill="url(#paint2_linear_2486_19)"></path>
|
|
487
|
-
<path d="M2.55504 6H13.445L14 7H2L2.55504 6Z" fill="url(#paint3_linear_2486_19)"></path>
|
|
488
|
-
<rect x="2" y="7" width="12" height="2" fill="url(#paint4_linear_2486_19)"></rect>
|
|
489
|
-
<path d="M2.55504 10H13.445L14 9H2L2.55504 10Z" fill="url(#paint5_linear_2486_19)"></path>
|
|
490
|
-
<path d="M2.55504 10H13.445L14 11H2L2.55504 10Z" fill="url(#paint6_linear_2486_19)"></path>
|
|
491
|
-
<rect x="2" y="11" width="12" height="2" fill="url(#paint7_linear_2486_19)"></rect>
|
|
492
|
-
<path d="M2.55504 14H13.445L14 13H2L2.55504 14Z" fill="url(#paint8_linear_2486_19)"></path>
|
|
493
|
-
<defs>
|
|
494
|
-
<linearGradient id="paint0_linear_2486_19" x1="2" y1="2.5" x2="14" y2="2.5" gradientUnits="userSpaceOnUse">
|
|
495
|
-
<stop stop-color="#53320E"></stop>
|
|
496
|
-
<stop offset="0.607481" stop-color="#AC7E3D"></stop>
|
|
497
|
-
<stop offset="1" stop-color="#774A18"></stop>
|
|
498
|
-
</linearGradient>
|
|
499
|
-
<linearGradient id="paint1_linear_2486_19" x1="2.09836" y1="3.96552" x2="14" y2="3.96552"
|
|
500
|
-
gradientUnits="userSpaceOnUse">
|
|
501
|
-
<stop stop-color="#72471D"></stop>
|
|
502
|
-
<stop offset="0.237603" stop-color="#895722"></stop>
|
|
503
|
-
<stop offset="0.378099" stop-color="#946026"></stop>
|
|
504
|
-
<stop offset="0.419981" stop-color="#946026"></stop>
|
|
505
|
-
<stop offset="0.617898" stop-color="#D59E4E"></stop>
|
|
506
|
-
<stop offset="0.873967" stop-color="#A66C2C"></stop>
|
|
507
|
-
<stop offset="1" stop-color="#C5792B"></stop>
|
|
508
|
-
</linearGradient>
|
|
509
|
-
<linearGradient id="paint2_linear_2486_19" x1="2" y1="5.5" x2="14" y2="5.5" gradientUnits="userSpaceOnUse">
|
|
510
|
-
<stop stop-color="#935E24"></stop>
|
|
511
|
-
<stop offset="0.477273" stop-color="#E1A25C"></stop>
|
|
512
|
-
<stop offset="0.669981" stop-color="#D7AF6D"></stop>
|
|
513
|
-
<stop offset="1" stop-color="#BE7F2B"></stop>
|
|
514
|
-
</linearGradient>
|
|
515
|
-
<linearGradient id="paint3_linear_2486_19" x1="2" y1="6.5" x2="14" y2="6.5" gradientUnits="userSpaceOnUse">
|
|
516
|
-
<stop stop-color="#1B1B1B"></stop>
|
|
517
|
-
<stop offset="1" stop-color="#414141"></stop>
|
|
518
|
-
</linearGradient>
|
|
519
|
-
<linearGradient id="paint4_linear_2486_19" x1="2.09836" y1="7.96552" x2="14" y2="7.96552"
|
|
520
|
-
gradientUnits="userSpaceOnUse">
|
|
521
|
-
<stop stop-color="#0D0D0C"></stop>
|
|
522
|
-
<stop offset="0.214876" stop-color="#181818"></stop>
|
|
523
|
-
<stop offset="0.237603" stop-color="#1B1B1B"></stop>
|
|
524
|
-
<stop offset="0.378099" stop-color="#151515"></stop>
|
|
525
|
-
<stop offset="0.570248" stop-color="#1E1E1E"></stop>
|
|
526
|
-
<stop offset="0.633523" stop-color="#282828"></stop>
|
|
527
|
-
<stop offset="0.71281" stop-color="#2B2B2B"></stop>
|
|
528
|
-
<stop offset="0.873967" stop-color="#1B1B19"></stop>
|
|
529
|
-
<stop offset="1" stop-color="#161616"></stop>
|
|
530
|
-
</linearGradient>
|
|
531
|
-
<linearGradient id="paint5_linear_2486_19" x1="2" y1="9.5" x2="14" y2="9.5" gradientUnits="userSpaceOnUse">
|
|
532
|
-
<stop stop-color="#1B1B1B"></stop>
|
|
533
|
-
<stop offset="1" stop-color="#414141"></stop>
|
|
534
|
-
</linearGradient>
|
|
535
|
-
<linearGradient id="paint6_linear_2486_19" x1="2" y1="10.5" x2="14" y2="10.5" gradientUnits="userSpaceOnUse">
|
|
536
|
-
<stop stop-color="#53320E"></stop>
|
|
537
|
-
<stop offset="0.607481" stop-color="#AC7E3D"></stop>
|
|
538
|
-
<stop offset="1" stop-color="#774A18"></stop>
|
|
539
|
-
</linearGradient>
|
|
540
|
-
<linearGradient id="paint7_linear_2486_19" x1="2.09836" y1="11.9655" x2="14" y2="11.9655"
|
|
541
|
-
gradientUnits="userSpaceOnUse">
|
|
542
|
-
<stop stop-color="#72471D"></stop>
|
|
543
|
-
<stop offset="0.237603" stop-color="#895722"></stop>
|
|
544
|
-
<stop offset="0.378099" stop-color="#946026"></stop>
|
|
545
|
-
<stop offset="0.419981" stop-color="#946026"></stop>
|
|
546
|
-
<stop offset="0.617898" stop-color="#D59E4E"></stop>
|
|
547
|
-
<stop offset="0.873967" stop-color="#A66C2C"></stop>
|
|
548
|
-
<stop offset="1" stop-color="#C5792B"></stop>
|
|
549
|
-
</linearGradient>
|
|
550
|
-
<linearGradient id="paint8_linear_2486_19" x1="2" y1="13.5" x2="14" y2="13.5" gradientUnits="userSpaceOnUse">
|
|
551
|
-
<stop stop-color="#935E24"></stop>
|
|
552
|
-
<stop offset="0.477273" stop-color="#E1A25C"></stop>
|
|
553
|
-
<stop offset="0.669981" stop-color="#D7AF6D"></stop>
|
|
554
|
-
<stop offset="1" stop-color="#BE7F2B"></stop>
|
|
555
|
-
</linearGradient>
|
|
556
|
-
</defs>
|
|
557
|
-
</symbol>
|
|
558
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzColor">
|
|
559
|
-
<rect x="2" y="2" width="6" height="12" fill="url(#paint0_linear_2269_45)"></rect>
|
|
560
|
-
<rect width="4" height="12" transform="matrix(-1 0 0 1 10 2)" fill="url(#paint1_linear_2269_45)"></rect>
|
|
561
|
-
<rect width="2" height="12" transform="matrix(-1 0 0 1 12 2)" fill="url(#paint2_linear_2269_45)"></rect>
|
|
562
|
-
<rect width="2" height="12" transform="matrix(-1 0 0 1 14 2)" fill="url(#paint3_linear_2269_45)"></rect>
|
|
563
|
-
<defs>
|
|
564
|
-
<linearGradient id="paint0_linear_2269_45" x1="5" y1="2" x2="5" y2="14" gradientUnits="userSpaceOnUse">
|
|
565
|
-
<stop stop-color="#247BA1"></stop>
|
|
566
|
-
<stop offset="1" stop-color="#175B79"></stop>
|
|
567
|
-
</linearGradient>
|
|
568
|
-
<linearGradient id="paint1_linear_2269_45" x1="2" y1="0" x2="2" y2="12" gradientUnits="userSpaceOnUse">
|
|
569
|
-
<stop stop-color="#FFCC15"></stop>
|
|
570
|
-
<stop offset="1" stop-color="#F1BE0A"></stop>
|
|
571
|
-
</linearGradient>
|
|
572
|
-
<linearGradient id="paint2_linear_2269_45" x1="1" y1="0" x2="1" y2="12" gradientUnits="userSpaceOnUse">
|
|
573
|
-
<stop stop-color="#247BA1"></stop>
|
|
574
|
-
<stop offset="1" stop-color="#175B79"></stop>
|
|
575
|
-
</linearGradient>
|
|
576
|
-
<linearGradient id="paint3_linear_2269_45" x1="1" y1="0" x2="1" y2="12" gradientUnits="userSpaceOnUse">
|
|
577
|
-
<stop stop-color="#FFCC15"></stop>
|
|
578
|
-
<stop offset="1" stop-color="#F1BE0A"></stop>
|
|
579
|
-
</linearGradient>
|
|
580
|
-
</defs>
|
|
581
|
-
</symbol>
|
|
582
510
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzAddColor">
|
|
583
511
|
<g clip-path="url(#clip0_3589_14651)">
|
|
584
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
<path
|
|
588
|
-
d="M15.9047 8.87688C15.9675 8.5889 15.9998 8.29633 15.9998 8C15.9998 3.58172 8.83631 0 -0.000244141 0C-8.8368 0 -16.0002 3.58172 -16.0002 8C-16.0002 12.4183 -8.8368 16 -0.000244141 16C2.8963 16 5.61307 15.6152 7.95671 14.9421C7.35495 14.1166 6.99988 13.0998 6.99988 12C6.99988 9.23858 9.23845 7 11.9999 7C13.5797 7 14.9885 7.73273 15.9047 8.87688Z"
|
|
589
|
-
fill="#247BA1"></path>
|
|
590
|
-
<path
|
|
591
|
-
d="M10.9562 7.10908C10.712 4.62405 9.45712 2.43569 7.60808 0.96061C5.6679 0.435257 2.99976 0 -0.000244141 0V16C2.99976 16 5.6679 15.5647 7.60808 15.0394C7.6972 14.9683 7.78493 14.8955 7.87124 14.8212C7.32147 14.0182 6.99988 13.0467 6.99988 12C6.99988 9.59649 8.69577 7.58907 10.9562 7.10908Z"
|
|
592
|
-
fill="#FBE169"></path>
|
|
512
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
513
|
+
<path d="M15.9047 8.87688C15.9675 8.5889 15.9998 8.29633 15.9998 8C15.9998 3.58172 8.83631 0 -0.000244141 0C-8.8368 0 -16.0002 3.58172 -16.0002 8C-16.0002 12.4183 -8.8368 16 -0.000244141 16C2.8963 16 5.61307 15.6152 7.95671 14.9421C7.35495 14.1166 6.99988 13.0998 6.99988 12C6.99988 9.23858 9.23845 7 11.9999 7C13.5797 7 14.9885 7.73273 15.9047 8.87688Z" fill="#247BA1"></path>
|
|
514
|
+
<path d="M10.9562 7.10908C10.712 4.62405 9.45712 2.43569 7.60808 0.96061C5.6679 0.435257 2.99976 0 -0.000244141 0V16C2.99976 16 5.6679 15.5647 7.60808 15.0394C7.6972 14.9683 7.78493 14.8955 7.87124 14.8212C7.32147 14.0182 6.99988 13.0467 6.99988 12C6.99988 9.59649 8.69577 7.58907 10.9562 7.10908Z" fill="#FBE169"></path>
|
|
593
515
|
</g>
|
|
594
516
|
<defs>
|
|
595
517
|
<clipPath id="clip0_3589_14651">
|
|
@@ -597,18 +519,39 @@
|
|
|
597
519
|
</clipPath>
|
|
598
520
|
</defs>
|
|
599
521
|
</symbol>
|
|
522
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="mapColor">
|
|
523
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.97241 3.99707C7.38908 4.00163 6.91512 4.1862 6.55054 4.55078C6.18595 4.91537 6.00366 5.38932 6.00366 5.97266C6.00366 6.55599 6.18823 7.03906 6.55737 7.42188C6.93107 7.80925 7.40275 8.00293 7.97241 8.00293C8.54208 8.00293 9.02287 7.80697 9.41479 7.41504C9.80672 7.02311 10.0027 6.54232 10.0027 5.97266C10.0027 5.40299 9.809 4.93132 9.42163 4.55762C9.03882 4.18392 8.55575 3.99707 7.97241 3.99707ZM7.97241 13.1982C7.75366 13.1982 7.55086 13.139 7.36401 13.0205C7.17716 12.902 7.0564 12.7607 7.00171 12.5967L4.698 8.20117C4.23315 7.63607 4.00073 6.94792 4.00073 6.13672C4.00073 5.32552 4.17847 4.61231 4.53394 3.99707C4.89396 3.38183 5.38159 2.89421 5.99683 2.53418C6.61206 2.17415 7.2797 1.99414 7.99976 1.99414C8.71981 1.99414 9.38745 2.17643 10.0027 2.54102C10.6179 2.89649 11.1055 3.38183 11.4656 3.99707C11.8256 4.61231 12.0056 5.29134 12.0056 6.03418C12.0056 6.77702 11.7709 7.49935 11.3015 8.20117L8.9978 12.5967C8.94767 12.7471 8.82007 12.8861 8.61499 13.0137C8.40535 13.1367 8.19116 13.1982 7.97241 13.1982Z" fill="#D4685D"></path>
|
|
524
|
+
</symbol>
|
|
525
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="rigisGroupColor">
|
|
526
|
+
<g clip-path="url(#clip0_3842_17396)">
|
|
527
|
+
<g clip-path="url(#clip1_3842_17396)">
|
|
528
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
529
|
+
</g>
|
|
530
|
+
<rect x="4" y="8" width="8" height="2" fill="#70C1B4"></rect>
|
|
531
|
+
<rect x="4" y="5" width="8" height="3" fill="#247BA1"></rect>
|
|
532
|
+
<rect x="4" y="10" width="8" height="1" fill="#FBE169"></rect>
|
|
533
|
+
<rect x="4" y="11" width="8" height="2" fill="#F15E5B"></rect>
|
|
534
|
+
</g>
|
|
535
|
+
<defs>
|
|
536
|
+
<clipPath id="clip0_3842_17396">
|
|
537
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
538
|
+
</clipPath>
|
|
539
|
+
<clipPath id="clip1_3842_17396">
|
|
540
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
541
|
+
</clipPath>
|
|
542
|
+
</defs>
|
|
543
|
+
</symbol>
|
|
544
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortUpColor">
|
|
545
|
+
<path d="M9 13H7V6H5L8 3L11 6H9V13Z" fill="#0A7CD6"></path>
|
|
546
|
+
</symbol>
|
|
600
547
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzGroupColor">
|
|
601
548
|
<g clip-path="url(#clip0_3852_18663)">
|
|
602
549
|
<g clip-path="url(#clip1_3852_18663)">
|
|
603
|
-
<path opacity="0.2"
|
|
604
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
605
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
550
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
606
551
|
</g>
|
|
607
552
|
<g clip-path="url(#clip2_3852_18663)">
|
|
608
553
|
<ellipse cx="4" cy="9" rx="8" ry="4" fill="#247BA1"></ellipse>
|
|
609
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
610
|
-
d="M7.80416 5.4803C8.83772 6.30483 9.50001 7.57507 9.50001 9C9.50001 10.4249 8.83772 11.6952 7.80416 12.5197C6.83407 12.7824 5.5 13 4 13C4 11.5 4 10.9834 4 9.25C4 7.51663 4 6.25 4 5C5.5 5 6.83407 5.21763 7.80416 5.4803Z"
|
|
611
|
-
fill="#FBE169"></path>
|
|
554
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.80416 5.4803C8.83772 6.30483 9.50001 7.57507 9.50001 9C9.50001 10.4249 8.83772 11.6952 7.80416 12.5197C6.83407 12.7824 5.5 13 4 13C4 11.5 4 10.9834 4 9.25C4 7.51663 4 6.25 4 5C5.5 5 6.83407 5.21763 7.80416 5.4803Z" fill="#FBE169"></path>
|
|
612
555
|
</g>
|
|
613
556
|
</g>
|
|
614
557
|
<defs>
|
|
@@ -626,49 +569,10 @@
|
|
|
626
569
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortDownColor">
|
|
627
570
|
<path d="M9 3H7V10H5L8 13L11 10H9V3Z" fill="#0A7CD6"></path>
|
|
628
571
|
</symbol>
|
|
629
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortUpColor">
|
|
630
|
-
<path d="M9 13H7V6H5L8 3L11 6H9V13Z" fill="#0A7CD6"></path>
|
|
631
|
-
</symbol>
|
|
632
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="rigisGroupColor">
|
|
633
|
-
<g clip-path="url(#clip0_3842_17396)">
|
|
634
|
-
<g clip-path="url(#clip1_3842_17396)">
|
|
635
|
-
<path opacity="0.2"
|
|
636
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
637
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
638
|
-
</g>
|
|
639
|
-
<rect x="4" y="8" width="8" height="2" fill="#70C1B4"></rect>
|
|
640
|
-
<rect x="4" y="5" width="8" height="3" fill="#247BA1"></rect>
|
|
641
|
-
<rect x="4" y="10" width="8" height="1" fill="#FBE169"></rect>
|
|
642
|
-
<rect x="4" y="11" width="8" height="2" fill="#F15E5B"></rect>
|
|
643
|
-
</g>
|
|
644
|
-
<defs>
|
|
645
|
-
<clipPath id="clip0_3842_17396">
|
|
646
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
647
|
-
</clipPath>
|
|
648
|
-
<clipPath id="clip1_3842_17396">
|
|
649
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
650
|
-
</clipPath>
|
|
651
|
-
</defs>
|
|
652
|
-
</symbol>
|
|
653
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumColor">
|
|
654
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
655
|
-
d="M2.99976 3H11.9958V6.00098L9.99973 3.99805H5.99389L8.99485 8.00391L5.99389 12.0029H9.99973L11.9958 10V13.001H2.99976V12.0029L6.99876 8.00391L2.99976 3.99805V3Z"
|
|
656
|
-
fill="#C66829"></path>
|
|
657
|
-
</symbol>
|
|
658
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumAddColor">
|
|
659
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
660
|
-
d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z"
|
|
661
|
-
fill="#17AE66"></path>
|
|
662
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
663
|
-
d="M11.9961 3H3V3.99805L6.99901 8.00391L3 12.0029V13.001H11.9961V13H9H8H7V12.0029H5.99413L8.99509 8.00391L5.99413 3.99805H9.99997L11.9961 6.00098V3Z"
|
|
664
|
-
fill="#C66829"></path>
|
|
665
|
-
</symbol>
|
|
666
572
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="testAnalyzeGroupColor">
|
|
667
573
|
<g clip-path="url(#clip0_3840_17345)">
|
|
668
574
|
<g clip-path="url(#clip1_3840_17345)">
|
|
669
|
-
<path opacity="0.2"
|
|
670
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
671
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
575
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
672
576
|
</g>
|
|
673
577
|
<path d="M3 13.5L13 13.5" stroke="#B1B1B1"></path>
|
|
674
578
|
<path d="M4 11C6 7 8.5 7.5 12.5 7.50002" stroke="#FF6600"></path>
|
|
@@ -683,94 +587,12 @@
|
|
|
683
587
|
</clipPath>
|
|
684
588
|
</defs>
|
|
685
589
|
</symbol>
|
|
686
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellAddColor">
|
|
687
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
688
|
-
d="M7.613 9.59925L3.52306 12.3389L2.85375 14L2 13.6108L6.71937 1.89818C7.20191 0.700609 8.79809 0.700605 9.28063 1.89818L11.353 7.04147C9.7377 7.25017 8.36404 8.22975 7.613 9.59925ZM7.57312 2.28736C7.73397 1.88817 8.26603 1.88817 8.42688 2.28736L9.06004 3.85875L8 4.53525L6.93996 3.85875L7.57312 2.28736ZM8.90268 5.11132L9.42932 4.77524L9.79391 5.68009L8.90268 5.11132ZM8 5.6874L9.89984 6.89985L8.00296 8.17047L6.10092 6.89936L8 5.6874ZM5.42633 7.61532L7.13101 8.75455L4.16742 10.7397L5.42633 7.61532ZM6.57068 4.77524L6.20609 5.68009L7.09732 5.11132L6.57068 4.77524Z"
|
|
689
|
-
fill="#286CFD"></path>
|
|
690
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
691
|
-
d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z"
|
|
692
|
-
fill="#17AE66"></path>
|
|
693
|
-
</symbol>
|
|
694
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellConstructionGroupColor">
|
|
695
|
-
<g clip-path="url(#clip0_3838_19479)">
|
|
696
|
-
<g clip-path="url(#clip1_3838_19479)">
|
|
697
|
-
<path opacity="0.2"
|
|
698
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
699
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
700
|
-
</g>
|
|
701
|
-
<path
|
|
702
|
-
d="M3.5 5V6.5M12.5 5V6.5M3.5 6.5H5M3.5 6.5V8.5M3.5 8.5V12.5H12.5V8.5M3.5 8.5H5M12.5 6.5H11M12.5 6.5V8.5M12.5 8.5H11"
|
|
703
|
-
stroke="#D8584B"></path>
|
|
704
|
-
<path d="M6.5 5V10.5H9.5V5" stroke="#A9A9A9"></path>
|
|
705
|
-
</g>
|
|
706
|
-
<defs>
|
|
707
|
-
<clipPath id="clip0_3838_19479">
|
|
708
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
709
|
-
</clipPath>
|
|
710
|
-
<clipPath id="clip1_3838_19479">
|
|
711
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
712
|
-
</clipPath>
|
|
713
|
-
</defs>
|
|
714
|
-
</symbol>
|
|
715
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellColor">
|
|
716
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
717
|
-
d="M9.72776 3.20065L8.50172 3.63289L9.54006 6.57814L7.97024 8.06564L6.45938 6.63389L7.4984 3.68698L6.27237 3.25471L2.81421 13.0629L4.04024 13.4952L4.34935 12.6185L4.68341 12.971L7.9702 9.85659L11.2567 12.971L11.6482 12.5579L11.9596 13.4412L13.1857 13.009L9.72776 3.20065ZM11.1152 11.0459L10.0133 7.9206L8.91521 8.96114L11.1152 11.0459ZM4.94333 10.9338L5.98606 7.97635L7.02522 8.96109L4.94333 10.9338Z"
|
|
718
|
-
fill="#889097"></path>
|
|
719
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
720
|
-
d="M9.72776 3.20065L8.50172 3.63289L9.54006 6.57814L7.97024 8.06564L6.45938 6.63389L7.4984 3.68698L6.27237 3.25471L2.81421 13.0629L4.04024 13.4952L4.34935 12.6185L4.68341 12.971L7.9702 9.85659L11.2567 12.971L11.6482 12.5579L11.9596 13.4412L13.1857 13.009L9.72776 3.20065ZM11.1152 11.0459L10.0133 7.9206L8.91521 8.96114L11.1152 11.0459ZM4.94333 10.9338L5.98606 7.97635L7.02522 8.96109L4.94333 10.9338Z"
|
|
721
|
-
fill="url(#paint0_linear_1914_3995)"></path>
|
|
722
|
-
<rect x="6" y="2" width="4" height="2" fill="url(#paint1_linear_1914_3995)"></rect>
|
|
723
|
-
<rect x="2" y="12" width="12" height="2" fill="url(#paint2_linear_1914_3995)"></rect>
|
|
724
|
-
<rect x="11" y="12" width="3" height="2" fill="url(#paint3_linear_1914_3995)"></rect>
|
|
725
|
-
<defs>
|
|
726
|
-
<linearGradient id="paint0_linear_1914_3995" x1="7.99993" y1="3.20065" x2="7.99993" y2="13.4952"
|
|
727
|
-
gradientUnits="userSpaceOnUse">
|
|
728
|
-
<stop stop-color="#26A0F1"></stop>
|
|
729
|
-
<stop offset="1" stop-color="#0680DD"></stop>
|
|
730
|
-
</linearGradient>
|
|
731
|
-
<linearGradient id="paint1_linear_1914_3995" x1="8" y1="2" x2="8" y2="4" gradientUnits="userSpaceOnUse">
|
|
732
|
-
<stop stop-color="#26A0F1"></stop>
|
|
733
|
-
<stop offset="1" stop-color="#0680DD"></stop>
|
|
734
|
-
</linearGradient>
|
|
735
|
-
<linearGradient id="paint2_linear_1914_3995" x1="8" y1="12" x2="8" y2="14" gradientUnits="userSpaceOnUse">
|
|
736
|
-
<stop stop-color="#26A0F1"></stop>
|
|
737
|
-
<stop offset="1" stop-color="#0680DD"></stop>
|
|
738
|
-
</linearGradient>
|
|
739
|
-
<linearGradient id="paint3_linear_1914_3995" x1="12.5" y1="12" x2="12.5" y2="14" gradientUnits="userSpaceOnUse">
|
|
740
|
-
<stop stop-color="#26A0F1"></stop>
|
|
741
|
-
<stop offset="1" stop-color="#0680DD"></stop>
|
|
742
|
-
</linearGradient>
|
|
743
|
-
</defs>
|
|
744
|
-
</symbol>
|
|
745
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellConstructionColor">
|
|
746
|
-
<path d="M10 11V2H6V7V7.80078L10 11Z" fill="url(#paint0_linear_2107_93)"></path>
|
|
747
|
-
<path d="M10 11V2H6V7V7.80078L10 11Z" fill="url(#paint1_linear_2107_93)"></path>
|
|
748
|
-
<rect x="2" y="2" width="1" height="12" fill="#B0B0BA"></rect>
|
|
749
|
-
<rect x="13" y="2" width="1" height="12" fill="#B0B0BA"></rect>
|
|
750
|
-
<defs>
|
|
751
|
-
<linearGradient id="paint0_linear_2107_93" x1="6" y1="4.9899" x2="10" y2="4.9899" gradientUnits="userSpaceOnUse">
|
|
752
|
-
<stop stop-color="#C2C5D1"></stop>
|
|
753
|
-
<stop offset="0.508242" stop-color="#DFE0E1"></stop>
|
|
754
|
-
<stop offset="1" stop-color="#C2C5D1"></stop>
|
|
755
|
-
</linearGradient>
|
|
756
|
-
<linearGradient id="paint1_linear_2107_93" x1="6" y1="4.9899" x2="10" y2="4.9899" gradientUnits="userSpaceOnUse">
|
|
757
|
-
<stop stop-color="#8F450E"></stop>
|
|
758
|
-
<stop offset="0.508523" stop-color="#E37E35"></stop>
|
|
759
|
-
<stop offset="1" stop-color="#9D3B11"></stop>
|
|
760
|
-
<stop offset="1" stop-color="#8F450E"></stop>
|
|
761
|
-
</linearGradient>
|
|
762
|
-
</defs>
|
|
763
|
-
</symbol>
|
|
764
590
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellGroupColor">
|
|
765
591
|
<g clip-path="url(#clip0_3838_19115)">
|
|
766
592
|
<g clip-path="url(#clip1_3838_19115)">
|
|
767
|
-
<path opacity="0.2"
|
|
768
|
-
d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z"
|
|
769
|
-
fill="#989898" stroke="#6F6F6F"></path>
|
|
593
|
+
<path opacity="0.2" d="M8.8276 2.34969L8.97468 2.5H9.18497H14.5C15.0523 2.5 15.5 2.94772 15.5 3.5V14.5C15.5 15.0523 15.0523 15.5 14.5 15.5H1.5C0.947715 15.5 0.5 15.0523 0.5 14.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H6.64967C6.8768 0.5 7.09782 0.576113 7.26358 0.730464C7.60323 1.04673 8.02421 1.49572 8.36679 1.86228C8.36679 1.86228 8.3668 1.86228 8.3668 1.86229L8.39927 1.89703L8.39928 1.89704L8.40311 1.90114C8.55921 2.06819 8.69757 2.21625 8.80202 2.32355L8.80293 2.32447L8.8276 2.34969Z" fill="#989898" stroke="#6F6F6F"></path>
|
|
770
594
|
</g>
|
|
771
|
-
<path
|
|
772
|
-
d="M4.5 13L5.16667 11M11.5 13L10.8333 11M5.16667 11L6.16667 8M5.16667 11H9.5M10.8333 11L9.83333 8M10.8333 11H9.5M6.16667 8L7 5.5H9L9.83333 8M6.16667 8H9.83333M6.16667 8L9.5 11"
|
|
773
|
-
stroke="#23A0FF"></path>
|
|
595
|
+
<path d="M4.5 13L5.16667 11M11.5 13L10.8333 11M5.16667 11L6.16667 8M5.16667 11H9.5M10.8333 11L9.83333 8M10.8333 11H9.5M6.16667 8L7 5.5H9L9.83333 8M6.16667 8H9.83333M6.16667 8L9.5 11" stroke="#23A0FF"></path>
|
|
774
596
|
</g>
|
|
775
597
|
<defs>
|
|
776
598
|
<clipPath id="clip0_3838_19115">
|
|
@@ -781,143 +603,8 @@
|
|
|
781
603
|
</clipPath>
|
|
782
604
|
</defs>
|
|
783
605
|
</symbol>
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
<
|
|
787
|
-
|
|
788
|
-
</svg>
|
|
789
|
-
<svg class="icon">
|
|
790
|
-
<use xlink:href="#gisInnerColor"></use>
|
|
791
|
-
</svg>
|
|
792
|
-
<svg class="icon">
|
|
793
|
-
<use xlink:href="#gisSimpleColor"></use>
|
|
794
|
-
</svg>
|
|
795
|
-
<svg class="icon">
|
|
796
|
-
<use xlink:href="#grpAddColor"></use>
|
|
797
|
-
</svg>
|
|
798
|
-
<svg class="icon">
|
|
799
|
-
<use xlink:href="#grpColor"></use>
|
|
800
|
-
</svg>
|
|
801
|
-
<svg class="icon">
|
|
802
|
-
<use xlink:href="#handbagAddColor"></use>
|
|
803
|
-
</svg>
|
|
804
|
-
<svg class="icon">
|
|
805
|
-
<use xlink:href="#handbagColor"></use>
|
|
806
|
-
</svg>
|
|
807
|
-
<svg class="icon">
|
|
808
|
-
<use xlink:href="#improveColor"></use>
|
|
809
|
-
</svg>
|
|
810
|
-
<svg class="icon">
|
|
811
|
-
<use xlink:href="#layersColor"></use>
|
|
812
|
-
</svg>
|
|
813
|
-
<svg class="icon">
|
|
814
|
-
<use xlink:href="#lineColor"></use>
|
|
815
|
-
</svg>
|
|
816
|
-
<svg class="icon">
|
|
817
|
-
<use xlink:href="#lineDashedColor"></use>
|
|
818
|
-
</svg>
|
|
819
|
-
<svg class="icon">
|
|
820
|
-
<use xlink:href="#lineGradientColor"></use>
|
|
821
|
-
</svg>
|
|
822
|
-
<svg class="icon">
|
|
823
|
-
<use xlink:href="#liquidAddColor"></use>
|
|
824
|
-
</svg>
|
|
825
|
-
<svg class="icon">
|
|
826
|
-
<use xlink:href="#liquidSystemColor"></use>
|
|
827
|
-
</svg>
|
|
828
|
-
<svg class="icon">
|
|
829
|
-
<use xlink:href="#lithotypeColor"></use>
|
|
830
|
-
</svg>
|
|
831
|
-
<svg class="icon">
|
|
832
|
-
<use xlink:href="#mapColor"></use>
|
|
833
|
-
</svg>
|
|
834
|
-
<svg class="icon">
|
|
835
|
-
<use xlink:href="#nktColor"></use>
|
|
836
|
-
</svg>
|
|
837
|
-
<svg class="icon">
|
|
838
|
-
<use xlink:href="#opzAddColor"></use>
|
|
839
|
-
</svg>
|
|
840
|
-
<svg class="icon">
|
|
841
|
-
<use xlink:href="#opzColor"></use>
|
|
842
|
-
</svg>
|
|
843
|
-
<svg class="icon">
|
|
844
|
-
<use xlink:href="#sortDownColor"></use>
|
|
845
|
-
</svg>
|
|
846
|
-
<svg class="icon">
|
|
847
|
-
<use xlink:href="#sortUpColor"></use>
|
|
848
|
-
</svg>
|
|
849
|
-
<svg class="icon">
|
|
850
|
-
<use xlink:href="#sumAddColor"></use>
|
|
851
|
-
</svg>
|
|
852
|
-
<svg class="icon">
|
|
853
|
-
<use xlink:href="#sumColor"></use>
|
|
854
|
-
</svg>
|
|
855
|
-
<svg class="icon">
|
|
856
|
-
<use xlink:href="#wellAddColor"></use>
|
|
857
|
-
</svg>
|
|
858
|
-
<svg class="icon">
|
|
859
|
-
<use xlink:href="#wellColor"></use>
|
|
860
|
-
</svg>
|
|
861
|
-
<svg class="icon">
|
|
862
|
-
<use xlink:href="#wellConstructionColor"></use>
|
|
863
|
-
</svg>
|
|
864
|
-
<svg class="icon">
|
|
865
|
-
<use xlink:href="#addColor"></use>
|
|
866
|
-
</svg>
|
|
867
|
-
<svg class="icon">
|
|
868
|
-
<use xlink:href="#areasColor"></use>
|
|
869
|
-
</svg>
|
|
870
|
-
<svg class="icon">
|
|
871
|
-
<use xlink:href="#barChart"></use>
|
|
872
|
-
</svg>
|
|
873
|
-
<svg class="icon">
|
|
874
|
-
<use xlink:href="#barChart-1"></use>
|
|
875
|
-
</svg>
|
|
876
|
-
<svg class="icon">
|
|
877
|
-
<use xlink:href="#calcColor"></use>
|
|
878
|
-
</svg>
|
|
879
|
-
<svg class="icon">
|
|
880
|
-
<use xlink:href="#calendarColor"></use>
|
|
881
|
-
</svg>
|
|
882
|
-
<svg class="icon">
|
|
883
|
-
<use xlink:href="#chartLineColor"></use>
|
|
884
|
-
</svg>
|
|
885
|
-
<svg class="icon">
|
|
886
|
-
<use xlink:href="#chartLineDashed"></use>
|
|
887
|
-
</svg>
|
|
888
|
-
<svg class="icon">
|
|
889
|
-
<use xlink:href="#chartLineGradientColor"></use>
|
|
890
|
-
</svg>
|
|
891
|
-
<svg class="icon">
|
|
892
|
-
<use xlink:href="#clusterColor"></use>
|
|
893
|
-
</svg>
|
|
894
|
-
<svg class="icon">
|
|
895
|
-
<use xlink:href="#coinColor"></use>
|
|
896
|
-
</svg>
|
|
897
|
-
<svg class="icon">
|
|
898
|
-
<use xlink:href="#deleteColor"></use>
|
|
899
|
-
</svg>
|
|
900
|
-
<svg class="icon">
|
|
901
|
-
<use xlink:href="#documentColor"></use>
|
|
902
|
-
</svg>
|
|
903
|
-
<svg class="icon">
|
|
904
|
-
<use xlink:href="#favorite"></use>
|
|
905
|
-
</svg>
|
|
906
|
-
<svg class="icon">
|
|
907
|
-
<use xlink:href="#filterColor"></use>
|
|
908
|
-
</svg>
|
|
909
|
-
<svg class="icon">
|
|
910
|
-
<use xlink:href="#filterSortDownColor"></use>
|
|
911
|
-
</svg>
|
|
912
|
-
<svg class="icon">
|
|
913
|
-
<use xlink:href="#filterSortUpColor"></use>
|
|
914
|
-
</svg>
|
|
915
|
-
<svg class="icon">
|
|
916
|
-
<use xlink:href="#folderAddColor"></use>
|
|
917
|
-
</svg>
|
|
918
|
-
<svg class="icon">
|
|
919
|
-
<use xlink:href="#folderColor"></use>
|
|
920
|
-
</svg>
|
|
921
|
-
<svg class="icon">
|
|
922
|
-
<use xlink:href="#geomechColor"></use>
|
|
606
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumAddColor">
|
|
607
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
608
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9961 3H3V3.99805L6.99901 8.00391L3 12.0029V13.001H11.9961V13H9H8H7V12.0029H5.99413L8.99509 8.00391L5.99413 3.99805H9.99997L11.9961 6.00098V3Z" fill="#C66829"></path>
|
|
609
|
+
</symbol>
|
|
923
610
|
</svg>
|