@tetacom/ng-components 1.0.3 → 1.0.7

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.
Files changed (232) hide show
  1. package/assets/color-icons.svg +339 -0
  2. package/assets/icons.svg +669 -0
  3. package/assets/lithotype-icons.svg +423 -0
  4. package/component/filter/filter-host/filter-host.component.d.ts +2 -3
  5. package/component/table/cell-host/cell-host.component.d.ts +2 -3
  6. package/component/table/head-cell-host/head-cell-host.component.d.ts +2 -3
  7. package/component/table/table/table.component.d.ts +2 -2
  8. package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -2
  9. package/esm2020/common/service/click.service.mjs +3 -3
  10. package/esm2020/common/service/dynamic-component.service.mjs +3 -3
  11. package/esm2020/common/service/overlay-container.service.mjs +3 -3
  12. package/esm2020/component/accordion/accordion/accordion.component.mjs +3 -3
  13. package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
  14. package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +3 -3
  15. package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +3 -3
  16. package/esm2020/component/accordion/accordion.module.mjs +4 -4
  17. package/esm2020/component/button/button/button.component.mjs +3 -3
  18. package/esm2020/component/button/button.module.mjs +4 -4
  19. package/esm2020/component/chart/chart/chart.component.mjs +3 -3
  20. package/esm2020/component/chart/chart.module.mjs +4 -4
  21. package/esm2020/component/chart/core/chart.mjs +4 -4
  22. package/esm2020/component/chart-3d/chart-3d.module.mjs +4 -4
  23. package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  24. package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +3 -3
  25. package/esm2020/component/checkbox/checkbox.module.mjs +4 -4
  26. package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +3 -3
  27. package/esm2020/component/date-picker/date-picker.module.mjs +4 -4
  28. package/esm2020/component/date-picker/day-select/day-select.component.mjs +3 -3
  29. package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +3 -3
  30. package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
  31. package/esm2020/component/date-picker/service/picker-locale.service.mjs +3 -3
  32. package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
  33. package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +3 -3
  34. package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
  35. package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  36. package/esm2020/component/delimiter/delimiter.module.mjs +4 -4
  37. package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +3 -3
  38. package/esm2020/component/dropdown/dropdown-base.mjs +8 -8
  39. package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
  40. package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
  41. package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
  42. package/esm2020/component/dropdown/dropdown.module.mjs +4 -4
  43. package/esm2020/component/dynamic-component/dynamic-component.module.mjs +4 -4
  44. package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +3 -3
  45. package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +3 -3
  46. package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  47. package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  48. package/esm2020/component/expand-panel/expand-panel.module.mjs +4 -4
  49. package/esm2020/component/file-upload/file-item/file-item.component.mjs +3 -3
  50. package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +3 -3
  51. package/esm2020/component/file-upload/file-upload.module.mjs +4 -4
  52. package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +3 -3
  53. package/esm2020/component/filter/contarct/string-filter.mjs +1 -1
  54. package/esm2020/component/filter/date-filter/date-filter.component.mjs +3 -3
  55. package/esm2020/component/filter/filter-host/filter-host.component.mjs +7 -9
  56. package/esm2020/component/filter/filter-panel/filter-panel.component.mjs +3 -3
  57. package/esm2020/component/filter/filter.module.mjs +4 -4
  58. package/esm2020/component/filter/list-filter/list-filter.component.mjs +3 -3
  59. package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +3 -3
  60. package/esm2020/component/filter/string-filter/string-filter.component.mjs +3 -3
  61. package/esm2020/component/icon/icon/icon.component.mjs +3 -3
  62. package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
  63. package/esm2020/component/icon/icon.module.mjs +4 -4
  64. package/esm2020/component/icon/icon.service.mjs +3 -3
  65. package/esm2020/component/input/form-group-title/form-group-title.component.mjs +3 -3
  66. package/esm2020/component/input/input/input.component.mjs +3 -3
  67. package/esm2020/component/input/input.module.mjs +4 -4
  68. package/esm2020/component/input/text-field/text-field.component.mjs +3 -3
  69. package/esm2020/component/message/message/message.component.mjs +3 -3
  70. package/esm2020/component/message/message-host/message-host.component.mjs +3 -3
  71. package/esm2020/component/message/message.module.mjs +4 -4
  72. package/esm2020/component/message/message.service.mjs +3 -3
  73. package/esm2020/component/modal/dialog/dialog.component.mjs +3 -3
  74. package/esm2020/component/modal/dialog.service.mjs +3 -3
  75. package/esm2020/component/modal/modal-container/modal-container.component.mjs +3 -3
  76. package/esm2020/component/modal/modal.module.mjs +4 -4
  77. package/esm2020/component/modal/modal.service.mjs +3 -3
  78. package/esm2020/component/pager/pager/pager.component.mjs +3 -3
  79. package/esm2020/component/pager/pager.module.mjs +4 -4
  80. package/esm2020/component/panel/panel/panel.component.mjs +3 -3
  81. package/esm2020/component/panel/panel.module.mjs +4 -4
  82. package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +3 -3
  83. package/esm2020/component/progress-bar/progress-bar.module.mjs +4 -4
  84. package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +3 -3
  85. package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +3 -3
  86. package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +3 -3
  87. package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +3 -3
  88. package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +3 -3
  89. package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +3 -3
  90. package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +3 -3
  91. package/esm2020/component/property-grid/property-grid.module.mjs +4 -4
  92. package/esm2020/component/radio/radio/radio.component.mjs +3 -3
  93. package/esm2020/component/radio/radio-button/radio-button.component.mjs +3 -3
  94. package/esm2020/component/radio/radio.module.mjs +4 -4
  95. package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +3 -3
  96. package/esm2020/component/resize-panel/resize-panel.module.mjs +4 -4
  97. package/esm2020/component/select/select/select.component.mjs +3 -3
  98. package/esm2020/component/select/select-option.directive.mjs +3 -3
  99. package/esm2020/component/select/select-value.directive.mjs +3 -3
  100. package/esm2020/component/select/select.module.mjs +4 -4
  101. package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +3 -3
  102. package/esm2020/component/sidebar/sidebar.module.mjs +4 -4
  103. package/esm2020/component/switch/switch/switch.component.mjs +3 -3
  104. package/esm2020/component/switch/switch-button/switch-button.component.mjs +3 -3
  105. package/esm2020/component/switch/switch.module.mjs +4 -4
  106. package/esm2020/component/switch/switch.service.mjs +3 -3
  107. package/esm2020/component/table/base/cell-component-base.mjs +4 -4
  108. package/esm2020/component/table/base/head-cell-component-base.mjs +3 -3
  109. package/esm2020/component/table/cell/cell.component.mjs +3 -3
  110. package/esm2020/component/table/cell-host/cell-host.component.mjs +7 -9
  111. package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +3 -3
  112. package/esm2020/component/table/default/date-cell/date-cell.component.mjs +6 -6
  113. package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +3 -3
  114. package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +3 -3
  115. package/esm2020/component/table/default/group-row/group-row.component.mjs +3 -3
  116. package/esm2020/component/table/default/list-cell/list-cell.component.mjs +3 -3
  117. package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +3 -3
  118. package/esm2020/component/table/default/string-cell/string-cell.component.mjs +3 -3
  119. package/esm2020/component/table/head-cell/head-cell.component.mjs +3 -3
  120. package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +3 -3
  121. package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +7 -9
  122. package/esm2020/component/table/selection-cell/selection-cell.component.mjs +3 -3
  123. package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +3 -3
  124. package/esm2020/component/table/service/table.service.mjs +3 -3
  125. package/esm2020/component/table/table/table.component.mjs +15 -23
  126. package/esm2020/component/table/table-body/table-body.component.mjs +3 -3
  127. package/esm2020/component/table/table-head/table-head.component.mjs +3 -3
  128. package/esm2020/component/table/table-head-group/table-head-group.component.mjs +3 -3
  129. package/esm2020/component/table/table.module.mjs +4 -4
  130. package/esm2020/component/tabs/tab/tab.component.mjs +3 -3
  131. package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
  132. package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
  133. package/esm2020/component/tabs/tabs/tabs.component.mjs +3 -3
  134. package/esm2020/component/tabs/tabs.module.mjs +4 -4
  135. package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  136. package/esm2020/component/theme-switch/theme-switch.module.mjs +4 -4
  137. package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
  138. package/esm2020/component/toggle/toggle/toggle.component.mjs +3 -3
  139. package/esm2020/component/toggle/toggle.module.mjs +4 -4
  140. package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +3 -3
  141. package/esm2020/component/toolbar/toolbar.module.mjs +4 -4
  142. package/esm2020/component/tree/tree/tree.component.mjs +3 -3
  143. package/esm2020/component/tree/tree-item/tree-item.component.mjs +3 -3
  144. package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  145. package/esm2020/component/tree/tree.module.mjs +4 -4
  146. package/esm2020/component/tree/tree.service.mjs +3 -3
  147. package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
  148. package/esm2020/directive/click-outside/click-outside.module.mjs +4 -4
  149. package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
  150. package/esm2020/directive/context-menu/context-menu.module.mjs +4 -4
  151. package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
  152. package/esm2020/directive/disable-control/disable-control.module.mjs +4 -4
  153. package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +10 -9
  154. package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  155. package/esm2020/directive/drag-sort/drag-sort.module.mjs +4 -4
  156. package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
  157. package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
  158. package/esm2020/directive/highlight/highlight.module.mjs +4 -4
  159. package/esm2020/directive/hint/hint.directive.mjs +4 -4
  160. package/esm2020/directive/hint/hint.module.mjs +4 -4
  161. package/esm2020/directive/loader/loader.directive.mjs +3 -3
  162. package/esm2020/directive/loader/loader.module.mjs +4 -4
  163. package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
  164. package/esm2020/directive/no-autofill/no-autofill.module.mjs +4 -4
  165. package/esm2020/directive/only-number/only-number.directive.mjs +3 -3
  166. package/esm2020/directive/only-number/only-number.module.mjs +4 -4
  167. package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
  168. package/esm2020/directive/resize-drag/resize-drag.module.mjs +4 -4
  169. package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
  170. package/esm2020/directive/teta-template/teta-template.module.mjs +4 -4
  171. package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
  172. package/esm2020/directive/tooltip/tooltip.module.mjs +4 -4
  173. package/esm2020/pipe/number-pipe/number-pipe.module.mjs +4 -4
  174. package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
  175. package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +4 -4
  176. package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
  177. package/fesm2015/tetacom-ng-components.mjs +629 -643
  178. package/fesm2015/tetacom-ng-components.mjs.map +1 -1
  179. package/fesm2020/tetacom-ng-components.mjs +627 -643
  180. package/fesm2020/tetacom-ng-components.mjs.map +1 -1
  181. package/package.json +1 -1
  182. package/style/accordion.scss +47 -0
  183. package/style/assembly-library.scss +36 -0
  184. package/style/assembly-presets.scss +5 -0
  185. package/style/assembly.scss +4 -0
  186. package/style/border.scss +24 -0
  187. package/style/button.scss +43 -0
  188. package/style/checkbox.scss +31 -0
  189. package/style/chips.scss +23 -0
  190. package/style/color.scss +42 -0
  191. package/style/common.scss +1 -0
  192. package/style/datepicker.scss +106 -0
  193. package/style/drag.scss +40 -0
  194. package/style/dropdown.scss +30 -0
  195. package/style/font.scss +7 -0
  196. package/style/hint.scss +13 -0
  197. package/style/icon.scss +12 -0
  198. package/style/input.scss +162 -0
  199. package/style/layout.scss +109 -0
  200. package/style/library.scss +208 -0
  201. package/style/list.scss +70 -0
  202. package/style/loader.scss +40 -0
  203. package/style/message.scss +51 -0
  204. package/style/modal.scss +29 -0
  205. package/style/navigation.scss +26 -0
  206. package/style/presets/color-presets.scss +151 -0
  207. package/style/presets/font-presets.scss +132 -0
  208. package/style/presets/layout-presets.scss +1 -0
  209. package/style/presets/shadow-presets.scss +16 -0
  210. package/style/presets/spacing-presets.scss +2 -0
  211. package/style/progress.scss +28 -0
  212. package/style/radio.scss +56 -0
  213. package/style/reset.scss +35 -0
  214. package/style/resize-panel.scss +58 -0
  215. package/style/scroll.scss +51 -0
  216. package/style/select.scss +108 -0
  217. package/style/shadow.scss +23 -0
  218. package/style/sidebar.scss +40 -0
  219. package/style/sizing.scss +12 -0
  220. package/style/spacing.scss +45 -0
  221. package/style/switch.scss +36 -0
  222. package/style/table.scss +226 -0
  223. package/style/tabs.scss +64 -0
  224. package/style/toggle.scss +70 -0
  225. package/style/toolbar.scss +23 -0
  226. package/style/tooltip.scss +60 -0
  227. package/style/tree.scss +60 -0
  228. package/style/util/button-util.scss +58 -0
  229. package/style/util/color-util.scss +3 -0
  230. package/style/util/font-util.scss +11 -0
  231. package/style/util/scroll-util.scss +4 -0
  232. package/style/util/shadow-util.scss +3 -0
@@ -0,0 +1,339 @@
1
+ <svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" width="0"
2
+ height="0" class="hidden">
3
+ <!-- SVG Sprite -->
4
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisColor">
5
+ <rect x="3" y="1" width="1" height="14" fill="#17AE66"></rect>
6
+ <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="#17AE66"></path>
7
+ </symbol>
8
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisInnerColor">
9
+ <rect x="3" y="1" width="1" height="14" fill="#17AE66"></rect>
10
+ <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>
11
+ </symbol>
12
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisSimpleColor">
13
+ <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>
14
+ </symbol>
15
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpAddColor">
16
+ <g clip-path="url(#clip0)">
17
+ <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>
18
+ <path d="M15.9049 8.87688C15.9677 8.5889 15.9999 8.29633 15.9999 8C15.9999 3.58172 8.83643 0 -0.00012207 0C-8.83668 0 -16.0001 3.58172 -16.0001 8C-16.0001 12.4183 -8.83668 16 -0.00012207 16C2.89642 16 5.6132 15.6152 7.95683 14.9421C7.35507 14.1166 7 13.0998 7 12C7 9.23858 9.23857 7 12 7C13.5799 7 14.9886 7.73273 15.9049 8.87688Z" fill="#247BA1"></path>
19
+ <path d="M11.8349 7.00268C9.14988 7.08981 7 9.29384 7 12C7 12.289 7.02452 12.5723 7.07161 12.848C5.08845 13.5724 2.64403 14 -0.00012207 14C-6.62754 14 -12.0001 11.3137 -12.0001 8C-12.0001 4.68629 -6.62754 2 -0.00012207 2C5.94774 2 10.8849 4.16365 11.8349 7.00268Z" fill="#70C1B4"></path>
20
+ <ellipse cx="-0.00012207" cy="8" rx="8" ry="4" fill="#FBE169"></ellipse>
21
+ <ellipse cx="-0.00012207" cy="8" rx="4" ry="2" fill="#F15E5B"></ellipse>
22
+ </g>
23
+ <defs>
24
+ <clipPath id="clip0">
25
+ <rect width="15.9999" height="16" fill="white" transform="translate(-0.000244141)"></rect>
26
+ </clipPath>
27
+ </defs>
28
+ </symbol>
29
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpColor">
30
+ <g clip-path="url(#clip0)">
31
+ <ellipse cy="8" rx="16" ry="8" fill="#247BA1"></ellipse>
32
+ <ellipse cy="8" rx="12" ry="6" fill="#70C1B4"></ellipse>
33
+ <ellipse cy="8" rx="8" ry="4" fill="#FBE169"></ellipse>
34
+ <ellipse cy="8" rx="4" ry="2" fill="#F15E5B"></ellipse>
35
+ </g>
36
+ <defs>
37
+ <clipPath id="clip0">
38
+ <rect width="15.9999" height="16" fill="white" transform="translate(-0.00012207)"></rect>
39
+ </clipPath>
40
+ </defs>
41
+ </symbol>
42
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbagAddColor">
43
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9962 10.9961V9H12.9991V10.9961H14.9952V12.999H12.9991V14.9951H10.9962V12.999H9.00006V10.9961H10.9962Z" fill="#17AE66"></path>
44
+ <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>
45
+ </symbol>
46
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbagColor">
47
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.00195 9.00098V9.48633C7.00195 9.63672 7.05208 9.75977 7.15234 9.85547C7.2526 9.95117 7.37337 9.99902 7.51465 9.99902H8.49902C8.64942 9.99902 8.77246 9.94889 8.86816 9.84863C8.96387 9.74837 9.014 9.6276 9.01855 9.48633V9.00098H11.999C12.7601 9.00098 13.4323 8.74577 14.0156 8.23535V11.4824C14.0156 11.8971 13.8698 12.2549 13.5781 12.5557C13.2819 12.8519 12.9287 13 12.5186 13H3.50195C3.09179 13 2.73861 12.8519 2.44238 12.5557C2.14616 12.2594 1.99805 11.9017 1.99805 11.4824V8.23535C2.58138 8.74577 3.25358 9.00098 4.01465 9.00098H7.00195ZM5.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.99707ZM1.99805 5.50098C1.99805 5.08626 2.14616 4.73307 2.44238 4.44141C2.73861 4.14974 3.09179 4.00163 3.50195 3.99707H4.99902V3.49805C4.99902 3.08333 5.14486 2.73014 5.43652 2.43848C5.72819 2.14681 6.08366 2.00098 6.50293 2.00098H9.51758C9.92774 2.00098 10.2809 2.14681 10.5771 2.43848C10.8734 2.73014 11.0192 3.08333 11.0146 3.49805V3.99707H12.5186C12.9287 3.99707 13.2819 4.1429 13.5781 4.43457C13.8744 4.72624 14.0202 5.0817 14.0156 5.50098V6C14.0156 6.55143 13.8197 7.02311 13.4277 7.41504C13.0358 7.80697 12.5596 8.00293 11.999 8.00293H4.01465C3.4541 8.00293 2.97787 7.80697 2.58594 7.41504C2.19401 7.02311 1.99805 6.55143 1.99805 6V5.50098Z" fill="#9D9D9D"></path>
48
+ </symbol>
49
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="improveColor">
50
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 13L4.99999 14H3V13H5ZM13 7V14H11V7H13ZM9 10L8.999 14H6.99901L7.00001 10H9Z" fill="#258EDE"></path>
51
+ <path d="M12.9941 5.9834V1H7.99707L9.89746 2.88672L3.00098 9.80371L4.21094 11L11.1143 4.10352L12.9941 5.9834Z" fill="#C66829"></path>
52
+ </symbol>
53
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineColor">
54
+ <rect x="1.99988" y="7" width="12" height="2" fill="#E55759"></rect>
55
+ </symbol>
56
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineDashedColor">
57
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.99988 7H0.999878V9H4.99988V7ZM5.99988 7V9H9.99988V7H5.99988ZM10.9999 7V9H14.9999V7H10.9999Z" fill="#E55759"></path>
58
+ </symbol>
59
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineGradientColor">
60
+ <rect x="1.99988" y="2" width="12" height="2" fill="#E55759"></rect>
61
+ <rect width="12" height="10" transform="matrix(1 0 0 -1 1.99988 14)" fill="url(#paint0_linear)" fill-opacity="0.6"></rect>
62
+ <defs>
63
+ <linearGradient id="paint0_linear" x1="6" y1="0" x2="6" y2="10" gradientUnits="userSpaceOnUse">
64
+ <stop stop-color="#E55759" stop-opacity="0"></stop>
65
+ <stop offset="1" stop-color="#E55759"></stop>
66
+ </linearGradient>
67
+ </defs>
68
+ </symbol>
69
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidAddColor">
70
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.29591 1.14802C8.83795 1.8475 9.88821 3.26556 10.8325 4.90402C11.262 5.64924 11.6167 6.34897 11.896 7.00106C9.18248 7.05629 6.99976 9.27325 6.99976 12C6.99976 13.1256 7.37171 14.1643 7.9994 15C5.42628 14.9999 3.33295 12.7992 3.33295 10.0941C3.33295 8.76257 3.94996 7.01663 5.16683 4.90489C6.11109 3.26629 7.16134 1.84775 7.70335 1.14805C7.77592 1.05438 7.88473 1 7.99965 1C8.11453 0.999964 8.22337 1.05434 8.29591 1.14802Z" fill="#258EDE"></path>
71
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9958 10.9961V9H12.9987V10.9961H14.9948V12.999H12.9987V14.9951H10.9958V12.999H8.99969V10.9961H10.9958Z" fill="#17AE66"></path>
72
+ </symbol>
73
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidSystemColor">
74
+ <g clip-path="url(#clip0)">
75
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.29628 1.14802C8.83832 1.8475 9.88857 3.26556 10.8328 4.90402C11.2623 5.64924 11.6171 6.34897 11.8964 7.00106C9.18284 7.05629 7.00012 9.27325 7.00012 12C7.00012 13.1256 7.37207 14.1643 7.99976 15C5.42665 14.9999 3.33331 12.7992 3.33331 10.0941C3.33331 8.76257 3.95033 7.01663 5.16719 4.90489C6.11145 3.26629 7.16171 1.84775 7.70372 1.14805C7.77629 1.05438 7.8851 1 8.00001 1C8.1149 0.999964 8.22374 1.05434 8.29628 1.14802Z" fill="#258EDE"></path>
76
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.3335 8V9.14367C11.0169 9.21727 10.72 9.34213 10.452 9.50905L9.6431 8.70017L8.70029 9.64298L9.50917 10.4519C9.34226 10.7199 9.21739 11.0168 9.14379 11.3333H8.00012V12.6667H9.14379C9.21739 12.9832 9.34226 13.2801 9.50917 13.5481L8.70029 14.357L9.6431 15.2998L10.452 14.4909C10.72 14.6579 11.0169 14.7827 11.3335 14.8563V16H12.6668V14.8563C12.9834 14.7827 13.2803 14.6579 13.5483 14.4909L14.3571 15.2998L15.3 14.357L14.4911 13.5481C14.658 13.2801 14.7829 12.9832 14.8565 12.6667H16.0001V11.3333H14.8565C14.7829 11.0168 14.658 10.7199 14.4911 10.4519L15.3 9.64298L14.3571 8.70017L13.5483 9.50905C13.2803 9.34213 12.9834 9.21727 12.6668 9.14367V8H11.3335ZM13.6668 12C13.6668 12.9205 12.9206 13.6667 12.0001 13.6667C11.0796 13.6667 10.3335 12.9205 10.3335 12C10.3335 11.0795 11.0796 10.3333 12.0001 10.3333C12.9206 10.3333 13.6668 11.0795 13.6668 12Z" fill="#7A7B8B"></path>
77
+ </g>
78
+ <defs>
79
+ <clipPath id="clip0">
80
+ <rect width="16" height="16" fill="white"></rect>
81
+ </clipPath>
82
+ </defs>
83
+ </symbol>
84
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lithotypeColor">
85
+ <rect x="1.99963" y="14" width="12" height="1" fill="#FFB115"></rect>
86
+ <rect x="1.99963" y="11" width="12" height="1" fill="#FFB115"></rect>
87
+ <rect x="1.99963" y="8" width="1" height="1" fill="#C66829"></rect>
88
+ <rect x="3.99963" y="5" width="1" height="1" fill="#C66829"></rect>
89
+ <rect x="1.99963" y="2" width="1" height="1" fill="#C66829"></rect>
90
+ <rect x="5.99963" y="8" width="1" height="1" fill="#C66829"></rect>
91
+ <rect x="7.99963" y="5" width="1" height="1" fill="#C66829"></rect>
92
+ <rect x="5.99963" y="2" width="1" height="1" fill="#C66829"></rect>
93
+ <rect x="9.99963" y="8" width="1" height="1" fill="#C66829"></rect>
94
+ <rect x="11.9996" y="5" width="1" height="1" fill="#C66829"></rect>
95
+ <rect x="9.99963" y="2" width="1" height="1" fill="#C66829"></rect>
96
+ </symbol>
97
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="mapColor">
98
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.97235 3.99707C7.38901 4.00163 6.91506 4.1862 6.55048 4.55078C6.18589 4.91537 6.0036 5.38932 6.0036 5.97266C6.0036 6.55599 6.18817 7.03906 6.55731 7.42188C6.93101 7.80925 7.40269 8.00293 7.97235 8.00293C8.54202 8.00293 9.0228 7.80697 9.41473 7.41504C9.80666 7.02311 10.0026 6.54232 10.0026 5.97266C10.0026 5.40299 9.80894 4.93132 9.42157 4.55762C9.03876 4.18392 8.55569 3.99707 7.97235 3.99707ZM7.97235 13.1982C7.7536 13.1982 7.5508 13.139 7.36395 13.0205C7.1771 12.902 7.05634 12.7607 7.00165 12.5967L4.69794 8.20117C4.23309 7.63607 4.00067 6.94792 4.00067 6.13672C4.00067 5.32552 4.1784 4.61231 4.53387 3.99707C4.8939 3.38183 5.38153 2.89421 5.99677 2.53418C6.612 2.17415 7.27964 1.99414 7.99969 1.99414C8.71975 1.99414 9.38739 2.17643 10.0026 2.54102C10.6179 2.89649 11.1055 3.38183 11.4655 3.99707C11.8255 4.61231 12.0056 5.29134 12.0056 6.03418C12.0056 6.77702 11.7709 7.49935 11.3015 8.20117L8.99774 12.5967C8.94761 12.7471 8.82001 12.8861 8.61493 13.0137C8.40529 13.1367 8.1911 13.1982 7.97235 13.1982Z" fill="#D4685D"></path>
99
+ </symbol>
100
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="nktColor">
101
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1 7L5 7L5 9L1 9L1 7Z" fill="#C66829"></path>
102
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 2L9 2L9 14L7 14L7 2Z" fill="#258EDE"></path>
103
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11 9L11 7L15 7L15 9L11 9Z" fill="#C66829"></path>
104
+ </symbol>
105
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzAddColor">
106
+ <g clip-path="url(#clip0)">
107
+ <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>
108
+ <path d="M15.9049 8.87688C15.9677 8.5889 15.9999 8.29633 15.9999 8C15.9999 3.58172 8.83643 0 -0.00012207 0C-8.83668 0 -16.0001 3.58172 -16.0001 8C-16.0001 12.4183 -8.83668 16 -0.00012207 16C2.89642 16 5.6132 15.6152 7.95683 14.9421C7.35507 14.1166 7 13.0998 7 12C7 9.23858 9.23858 7 12 7C13.5799 7 14.9886 7.73273 15.9049 8.87688Z" fill="#247BA1"></path>
109
+ <path d="M10.9563 7.10908C10.7121 4.62405 9.45718 2.43569 7.60814 0.96061C5.66796 0.435257 2.99982 0 -0.000183105 0V16C2.99982 16 5.66796 15.5647 7.60815 15.0394C7.69726 14.9683 7.78499 14.8955 7.8713 14.8212C7.32154 14.0182 6.99994 13.0467 6.99994 12C6.99994 9.59649 8.69583 7.58907 10.9563 7.10908Z" fill="#FBE169"></path>
110
+ </g>
111
+ <defs>
112
+ <clipPath id="clip0">
113
+ <rect width="15.9999" height="16" fill="white" transform="translate(-0.000183105)"></rect>
114
+ </clipPath>
115
+ </defs>
116
+ </symbol>
117
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzColor">
118
+ <g clip-path="url(#clip0)">
119
+ <ellipse cy="8" rx="16" ry="8" fill="#247BA1"></ellipse>
120
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.60833 0.96061C9.67543 2.60965 11 5.15014 11 8C11 10.8499 9.67543 13.3903 7.60833 15.0394C5.66815 15.5647 3 16 0 16C0 13 0 11.9667 0 8.5C0 5.03327 0 2.5 0 0C3 0 5.66815 0.435257 7.60833 0.96061Z" fill="#FBE169"></path>
121
+ </g>
122
+ <defs>
123
+ <clipPath id="clip0">
124
+ <rect width="15.9999" height="16" fill="white"></rect>
125
+ </clipPath>
126
+ </defs>
127
+ </symbol>
128
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortDownColor">
129
+ <path d="M9 3H7V10H5L8 13L11 10H9V3Z" fill="#0A7CD6"></path>
130
+ </symbol>
131
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortUpColor">
132
+ <path d="M9 13H7V6H5L8 3L11 6H9V13Z" fill="#0A7CD6"></path>
133
+ </symbol>
134
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumAddColor">
135
+ <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>
136
+ <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>
137
+ </symbol>
138
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumColor">
139
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.99969 3H11.9958V6.00098L9.99967 3.99805H5.99382L8.99479 8.00391L5.99382 12.0029H9.99967L11.9958 10V13.001H2.99969V12.0029L6.9987 8.00391L2.99969 3.99805V3Z" fill="#C66829"></path>
140
+ </symbol>
141
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellAddColor">
142
+ <path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#258EDE"></path>
143
+ <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>
144
+ </symbol>
145
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellColor">
146
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.42688 2.28736C8.26603 1.88817 7.73397 1.88817 7.57312 2.28736L6.93996 3.85875L8 4.53525L9.06004 3.85875L8.42688 2.28736ZM9.42932 4.77524L8.90268 5.11132L9.79391 5.68009L9.42932 4.77524ZM9.89984 6.89985L8 5.6874L6.10092 6.89936L8.00296 8.17047L9.89984 6.89985ZM7.13101 8.75455L5.42633 7.61532L4.16742 10.7397L7.13101 8.75455ZM3.52306 12.3389L8.00354 9.33765L12.4705 12.3228L13.1462 14L14 13.6108L9.28063 1.89818C8.79809 0.700605 7.20191 0.700609 6.71937 1.89818L2 13.6108L2.85375 14L3.52306 12.3389ZM11.8271 10.7261L8.87549 8.75357L10.5739 7.61589L11.8271 10.7261ZM6.20609 5.68009L6.57068 4.77524L7.09732 5.11132L6.20609 5.68009Z" fill="#258EDE"></path>
147
+ </symbol>
148
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellConstructionColor">
149
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 2H2V14H14V2H13V3V4H11V5H13V6H11V7H13V10V13H8H7H3V10V7H5V6H3V5H5V4H3V3V2Z" fill="#D4685D"></path>
150
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 2H7V9H9V2H10V10H9H7H6V9V2Z" fill="#9D9D9D"></path>
151
+ </symbol>
152
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="addColor">
153
+ <path d="M9 3H7V7H3V9H7V13H9V9H13V7H9V3Z" fill="#17AE66"></path>
154
+ </symbol>
155
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="areasColor">
156
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2L3 2L3 14L2 14L2 2Z" fill="#C66829"></path>
157
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 2L7 2L7 14L5 14L5 2Z" fill="#17AE66"></path>
158
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 2L11 2L11 14L9 14L9 2Z" fill="#17AE66"></path>
159
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 14L13 2L14 2L14 14L13 14Z" fill="#C66829"></path>
160
+ </symbol>
161
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="barChart">
162
+ <path d="M5 3H9V5H5V3Z" fill="#E55759"></path>
163
+ <path d="M5 7H14V9H5V7Z" fill="#E55759"></path>
164
+ <path d="M5 11H11V13H5V11Z" fill="#E55759"></path>
165
+ <rect x="2" y="2" width="1" height="12" fill="#9D9D9D"></rect>
166
+ </symbol>
167
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="barChart-1">
168
+ <path d="M5 6H14V10H9.5H5V6Z" fill="#F2C94C"></path>
169
+ <path d="M5 11H14V14H5V11Z" fill="#24C38E"></path>
170
+ <path d="M5 2H14V5H5V2Z" fill="#E55759"></path>
171
+ <rect x="2" y="2" width="1" height="12" fill="#9D9D9D"></rect>
172
+ </symbol>
173
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calcColor">
174
+ <path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#FFB115"></path>
175
+ </symbol>
176
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calendarColor">
177
+ <path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#C66829"></path>
178
+ <path d="M11.9998 10.998V10H10.0037V10.998H11.9998Z" fill="#7D8F9A"></path>
179
+ <path d="M8.99683 10.998V10H7.00073V10.998H8.99683Z" fill="#7D8F9A"></path>
180
+ <path d="M5.9978 10.998V10H4.00171V10.998H5.9978Z" fill="#7D8F9A"></path>
181
+ <path d="M11.9978 8.99805V8H10.0017V8.99805H11.9978Z" fill="#7D8F9A"></path>
182
+ <path d="M8.99487 8.99805V8H6.99878V8.99805H8.99487Z" fill="#7D8F9A"></path>
183
+ <path d="M5.99585 8.99805V8H3.99976V8.99805H5.99585Z" fill="#7D8F9A"></path>
184
+ </symbol>
185
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineColor">
186
+ <path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
187
+ <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>
188
+ </symbol>
189
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineDashed">
190
+ <path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
191
+ <path d="M7.00005 2H8.00005V3H7.00005V2Z" fill="#E55759"></path>
192
+ <path d="M11.1117 13.2967L11.8152 12.586L12.5259 13.2894L11.8225 14.0002L11.1117 13.2967Z" fill="#E55759"></path>
193
+ <path d="M6.99994 5.48995L7.9695 5.2451L8.4592 7.18422L7.48964 7.42907L6.99994 5.48995Z" fill="#E55759"></path>
194
+ <path d="M8.50002 9.98648L9.31857 9.41205L10.4674 11.0492L9.64889 11.6236L8.50002 9.98648Z" fill="#E55759"></path>
195
+ </symbol>
196
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineGradientColor">
197
+ <path d="M10.5 12L9.5 9.5L8 6L7.5 2H2V14H12L11.5 13L10.5 12Z" fill="url(#paint0_linear)" fill-opacity="0.8"></path>
198
+ <path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
199
+ <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>
200
+ <defs>
201
+ <linearGradient id="paint0_linear" x1="2" y1="8" x2="12" y2="8" gradientUnits="userSpaceOnUse">
202
+ <stop stop-color="#E55759" stop-opacity="0"></stop>
203
+ <stop offset="1" stop-color="#E55759"></stop>
204
+ </linearGradient>
205
+ </defs>
206
+ </symbol>
207
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="clusterColor">
208
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.06146 3L1.06146 13H2.1385L6.13849 3H5.06146Z" fill="#17AE66"></path>
209
+ <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>
210
+ </symbol>
211
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="coinColor">
212
+ <path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#FFB115"></path>
213
+ </symbol>
214
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="deleteColor">
215
+ <path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#E25241"></path>
216
+ </symbol>
217
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentColor">
218
+ <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>
219
+ </symbol>
220
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="favorite">
221
+ <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>
222
+ </symbol>
223
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterColor">
224
+ <path d="M8.99863 13H7.00137V8.45681L3 4.82101V3H13V4.82101L8.99863 8.45681V13Z" fill="#C66829"></path>
225
+ </symbol>
226
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortDownColor">
227
+ <path d="M8 3H2V4.82101L6.00137 8.45681V13H7.99863V8.45681L8 8.45556V3Z" fill="#C66829"></path>
228
+ <path d="M12 3H10V10H8L11 13L14 10H12V3Z" fill="#0A7CD6"></path>
229
+ </symbol>
230
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortUpColor">
231
+ <path d="M8 3H2V4.82101L6.00137 8.45681V13H7.99863V8.45681L8 8.45556V3Z" fill="#C66829"></path>
232
+ <path d="M12 13H10V6H8L11 3L14 6H12V13Z" fill="#0A7CD6"></path>
233
+ </symbol>
234
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderAddColor">
235
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.1803 7.06686C8.80885 7.45795 7 9.51773 7 12C7 12.3425 7.03443 12.6769 7.10002 13H3.00488L2 6.00001H5.00098L7.00391 3.99708H12.999C13.2588 3.99252 13.4889 4.08594 13.6895 4.27735C13.89 4.46876 13.9948 4.71029 14.0039 5.00196V7.41775C13.6849 7.27807 13.3486 7.17071 12.999 7.09982V5.00196H7.30469L6.2998 6.00001H11.0029L11.1803 7.06686Z" fill="#FFB115"></path>
236
+ <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>
237
+ </symbol>
238
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderColor">
239
+ <path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#FFB115"></path>
240
+ </symbol>
241
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="geomechColor">
242
+ <circle cx="8" cy="8" r="7" fill="#E55759"></circle>
243
+ <circle cx="8" cy="8" r="5" fill="#F5F62E"></circle>
244
+ <circle cx="8" cy="8" r="3" fill="#07B23F"></circle>
245
+ <circle cx="8" cy="8" r="1" fill="#00F5F3"></circle>
246
+ </symbol>
247
+ </svg>
248
+ <!-- SVG References -->
249
+ <svg class="icon">
250
+ <use xlink:href="#gisColor"></use>
251
+ </svg><svg class="icon">
252
+ <use xlink:href="#gisInnerColor"></use>
253
+ </svg><svg class="icon">
254
+ <use xlink:href="#gisSimpleColor"></use>
255
+ </svg><svg class="icon">
256
+ <use xlink:href="#grpAddColor"></use>
257
+ </svg><svg class="icon">
258
+ <use xlink:href="#grpColor"></use>
259
+ </svg><svg class="icon">
260
+ <use xlink:href="#handbagAddColor"></use>
261
+ </svg><svg class="icon">
262
+ <use xlink:href="#handbagColor"></use>
263
+ </svg><svg class="icon">
264
+ <use xlink:href="#improveColor"></use>
265
+ </svg><svg class="icon">
266
+ <use xlink:href="#lineColor"></use>
267
+ </svg><svg class="icon">
268
+ <use xlink:href="#lineDashedColor"></use>
269
+ </svg><svg class="icon">
270
+ <use xlink:href="#lineGradientColor"></use>
271
+ </svg><svg class="icon">
272
+ <use xlink:href="#liquidAddColor"></use>
273
+ </svg><svg class="icon">
274
+ <use xlink:href="#liquidSystemColor"></use>
275
+ </svg><svg class="icon">
276
+ <use xlink:href="#lithotypeColor"></use>
277
+ </svg><svg class="icon">
278
+ <use xlink:href="#mapColor"></use>
279
+ </svg><svg class="icon">
280
+ <use xlink:href="#nktColor"></use>
281
+ </svg><svg class="icon">
282
+ <use xlink:href="#opzAddColor"></use>
283
+ </svg><svg class="icon">
284
+ <use xlink:href="#opzColor"></use>
285
+ </svg><svg class="icon">
286
+ <use xlink:href="#sortDownColor"></use>
287
+ </svg><svg class="icon">
288
+ <use xlink:href="#sortUpColor"></use>
289
+ </svg><svg class="icon">
290
+ <use xlink:href="#sumAddColor"></use>
291
+ </svg><svg class="icon">
292
+ <use xlink:href="#sumColor"></use>
293
+ </svg><svg class="icon">
294
+ <use xlink:href="#wellAddColor"></use>
295
+ </svg><svg class="icon">
296
+ <use xlink:href="#wellColor"></use>
297
+ </svg><svg class="icon">
298
+ <use xlink:href="#wellConstructionColor"></use>
299
+ </svg><svg class="icon">
300
+ <use xlink:href="#addColor"></use>
301
+ </svg><svg class="icon">
302
+ <use xlink:href="#areasColor"></use>
303
+ </svg><svg class="icon">
304
+ <use xlink:href="#barChart"></use>
305
+ </svg><svg class="icon">
306
+ <use xlink:href="#barChart-1"></use>
307
+ </svg><svg class="icon">
308
+ <use xlink:href="#calcColor"></use>
309
+ </svg><svg class="icon">
310
+ <use xlink:href="#calendarColor"></use>
311
+ </svg><svg class="icon">
312
+ <use xlink:href="#chartLineColor"></use>
313
+ </svg><svg class="icon">
314
+ <use xlink:href="#chartLineDashed"></use>
315
+ </svg><svg class="icon">
316
+ <use xlink:href="#chartLineGradientColor"></use>
317
+ </svg><svg class="icon">
318
+ <use xlink:href="#clusterColor"></use>
319
+ </svg><svg class="icon">
320
+ <use xlink:href="#coinColor"></use>
321
+ </svg><svg class="icon">
322
+ <use xlink:href="#deleteColor"></use>
323
+ </svg><svg class="icon">
324
+ <use xlink:href="#documentColor"></use>
325
+ </svg><svg class="icon">
326
+ <use xlink:href="#favorite"></use>
327
+ </svg><svg class="icon">
328
+ <use xlink:href="#filterColor"></use>
329
+ </svg><svg class="icon">
330
+ <use xlink:href="#filterSortDownColor"></use>
331
+ </svg><svg class="icon">
332
+ <use xlink:href="#filterSortUpColor"></use>
333
+ </svg><svg class="icon">
334
+ <use xlink:href="#folderAddColor"></use>
335
+ </svg><svg class="icon">
336
+ <use xlink:href="#folderColor"></use>
337
+ </svg><svg class="icon">
338
+ <use xlink:href="#geomechColor"></use>
339
+ </svg>