@ndwnu/design-system 9.2.0 → 10.0.0

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 (45) hide show
  1. package/assets/images/map-button-icons.svg +84 -34
  2. package/fesm2022/ndwnu-design-system.mjs +443 -811
  3. package/fesm2022/ndwnu-design-system.mjs.map +1 -1
  4. package/lib/components/breadcrumb/breadcrumb.component.d.ts +3 -5
  5. package/lib/components/breadcrumb-group/breadcrumb-group.component.d.ts +2 -1
  6. package/lib/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.d.ts +4 -6
  7. package/lib/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.d.ts +6 -17
  8. package/lib/components/form-field/autosuggest/autosuggest-option/index.d.ts +0 -1
  9. package/lib/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.d.ts +4 -35
  10. package/lib/components/form-field/autosuggest/autosuggest-panel/index.d.ts +1 -0
  11. package/lib/components/form-field/autosuggest/autosuggest.directive.d.ts +6 -68
  12. package/lib/components/form-field/autosuggest/index.d.ts +4 -4
  13. package/lib/components/form-field/form-field.model.d.ts +1 -0
  14. package/lib/components/form-field/radio-button/radio-button.component.d.ts +4 -3
  15. package/lib/components/form-field/radio-group/radio-group.component.d.ts +0 -2
  16. package/lib/components/index.d.ts +2 -0
  17. package/lib/components/list/list.component.d.ts +7 -2
  18. package/lib/components/list-item/list-item.component.d.ts +9 -3
  19. package/lib/components/map-button/map-button.component.d.ts +3 -3
  20. package/lib/components/map-button/map-button.model.d.ts +2 -2
  21. package/lib/components/map-display/map-display.component.d.ts +1 -1
  22. package/lib/components/map-legend/index.d.ts +2 -0
  23. package/lib/components/map-legend/map-legend-group/map-legend-group.component.d.ts +9 -0
  24. package/lib/components/map-legend/map-legend-option/map-legend-option.component.d.ts +7 -0
  25. package/lib/components/map-legend/map-legend.component.d.ts +17 -0
  26. package/lib/components/map-legend/map-legend.model.d.ts +33 -0
  27. package/lib/components/multi-select/multi-select.component.d.ts +2 -1
  28. package/lib/components/popover/popover-trigger.directive.d.ts +3 -1
  29. package/lib/components/router-breadcrumbs/router-breadcrumbs.component.d.ts +2 -11
  30. package/lib/components/tab-group/tab-group.component.d.ts +2 -1
  31. package/lib/components/table/ag-grid-theme.d.ts +2 -0
  32. package/lib/components/table/index.d.ts +1 -0
  33. package/lib/components/toast/toast-list/toast-list.component.d.ts +17 -0
  34. package/lib/components/toast/toast.component.d.ts +16 -17
  35. package/lib/components/toast/toast.service.d.ts +26 -7
  36. package/lib/models/index.d.ts +1 -1
  37. package/package.json +4 -2
  38. package/styles/base/_colors.scss +2 -0
  39. package/styles/base/_variables.scss +1 -0
  40. package/styles/components/_map.scss +114 -0
  41. package/styles/components/_table.scss +8 -0
  42. package/styles/components/index.scss +2 -0
  43. package/lib/components/form-field/autosuggest/autosuggest-option/autosuggest-option.model.d.ts +0 -5
  44. package/lib/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.d.ts +0 -26
  45. package/lib/models/image.model.d.ts +0 -4
@@ -1,38 +1,88 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg">
2
2
  <defs>
3
- <symbol width="24" height="24" viewBox="0 0 24 24" fill="none" id="zoom-to-content">
4
- <path d="M9 22H3C2.45 22 1.97917 21.8042 1.5875 21.4125C1.19583 21.0208 1 20.55 1 20V15C1 14.7167 1.09583 14.4792 1.2875 14.2875C1.47917 14.0958 1.71667 14 2 14C2.28333 14 2.52083 14.0958 2.7125 14.2875C2.90417 14.4792 3 14.7167 3 15V20H9C9.28333 20 9.52083 20.0958 9.7125 20.2875C9.90417 20.4792 10 20.7167 10 21C10 21.2833 9.90417 21.5208 9.7125 21.7125C9.52083 21.9042 9.28333 22 9 22ZM15 20H21V15C21 14.7167 21.0958 14.4792 21.2875 14.2875C21.4792 14.0958 21.7167 14 22 14C22.2833 14 22.5208 14.0958 22.7125 14.2875C22.9042 14.4792 23 14.7167 23 15V20C23 20.55 22.8042 21.0208 22.4125 21.4125C22.0208 21.8042 21.55 22 21 22H15C14.7167 22 14.4792 21.9042 14.2875 21.7125C14.0958 21.5208 14 21.2833 14 21C14 20.7167 14.0958 20.4792 14.2875 20.2875C14.4792 20.0958 14.7167 20 15 20ZM1 9V4C1 3.45 1.19583 2.97917 1.5875 2.5875C1.97917 2.19583 2.45 2 3 2H9C9.28333 2 9.52083 2.09583 9.7125 2.2875C9.90417 2.47917 10 2.71667 10 3C10 3.28333 9.90417 3.52083 9.7125 3.7125C9.52083 3.90417 9.28333 4 9 4H3V9C3 9.28333 2.90417 9.52083 2.7125 9.7125C2.52083 9.90417 2.28333 10 2 10C1.71667 10 1.47917 9.90417 1.2875 9.7125C1.09583 9.52083 1 9.28333 1 9ZM21 9V4H15C14.7167 4 14.4792 3.90417 14.2875 3.7125C14.0958 3.52083 14 3.28333 14 3C14 2.71667 14.0958 2.47917 14.2875 2.2875C14.4792 2.09583 14.7167 2 15 2H21C21.55 2 22.0208 2.19583 22.4125 2.5875C22.8042 2.97917 23 3.45 23 4V9C23 9.28333 22.9042 9.52083 22.7125 9.7125C22.5208 9.90417 22.2833 10 22 10C21.7167 10 21.4792 9.90417 21.2875 9.7125C21.0958 9.52083 21 9.28333 21 9Z" fill="currentColor"/>
5
- <path d="M6 8C6 7.44772 6.44772 7 7 7H17C17.5523 7 18 7.44772 18 8V16C18 16.5523 17.5523 17 17 17H7C6.44772 17 6 16.5523 6 16V8Z" fill="currentColor"/>
6
- </symbol>
7
- <symbol width="24" height="24" viewBox="0 0 24 24" fill="none" id="zoom-to-content-active">
8
- <path d="M9 22H3C2.45 22 1.97917 21.8042 1.5875 21.4125C1.19583 21.0208 1 20.55 1 20V15C1 14.7167 1.09583 14.4792 1.2875 14.2875C1.47917 14.0958 1.71667 14 2 14C2.28333 14 2.52083 14.0958 2.7125 14.2875C2.90417 14.4792 3 14.7167 3 15V20H9C9.28333 20 9.52083 20.0958 9.7125 20.2875C9.90417 20.4792 10 20.7167 10 21C10 21.2833 9.90417 21.5208 9.7125 21.7125C9.52083 21.9042 9.28333 22 9 22ZM15 20H21V15C21 14.7167 21.0958 14.4792 21.2875 14.2875C21.4792 14.0958 21.7167 14 22 14C22.2833 14 22.5208 14.0958 22.7125 14.2875C22.9042 14.4792 23 14.7167 23 15V20C23 20.55 22.8042 21.0208 22.4125 21.4125C22.0208 21.8042 21.55 22 21 22H15C14.7167 22 14.4792 21.9042 14.2875 21.7125C14.0958 21.5208 14 21.2833 14 21C14 20.7167 14.0958 20.4792 14.2875 20.2875C14.4792 20.0958 14.7167 20 15 20ZM1 9V4C1 3.45 1.19583 2.97917 1.5875 2.5875C1.97917 2.19583 2.45 2 3 2H9C9.28333 2 9.52083 2.09583 9.7125 2.2875C9.90417 2.47917 10 2.71667 10 3C10 3.28333 9.90417 3.52083 9.7125 3.7125C9.52083 3.90417 9.28333 4 9 4H3V9C3 9.28333 2.90417 9.52083 2.7125 9.7125C2.52083 9.90417 2.28333 10 2 10C1.71667 10 1.47917 9.90417 1.2875 9.7125C1.09583 9.52083 1 9.28333 1 9ZM21 9V4H15C14.7167 4 14.4792 3.90417 14.2875 3.7125C14.0958 3.52083 14 3.28333 14 3C14 2.71667 14.0958 2.47917 14.2875 2.2875C14.4792 2.09583 14.7167 2 15 2H21C21.55 2 22.0208 2.19583 22.4125 2.5875C22.8042 2.97917 23 3.45 23 4V9C23 9.28333 22.9042 9.52083 22.7125 9.7125C22.5208 9.90417 22.2833 10 22 10C21.7167 10 21.4792 9.90417 21.2875 9.7125C21.0958 9.52083 21 9.28333 21 9Z" fill="currentColor"/>
9
- <path d="M6 8C6 7.44772 6.44772 7 7 7H17C17.5523 7 18 7.44772 18 8V16C18 16.5523 17.5523 17 17 17H7C6.44772 17 6 16.5523 6 16V8Z" fill="currentColor"/>
10
- </symbol>
11
- <symbol width="24" height="24" viewBox="0 0 24 24" fill="none" id="hectometer">
12
- <rect width="24" height="24" fill="none"/>
13
- <path d="M1.75 5C1.75 4.30964 2.30964 3.75 3 3.75H21C21.6904 3.75 22.25 4.30964 22.25 5V19C22.25 19.6904 21.6904 20.25 21 20.25H3C2.30964 20.25 1.75 19.6904 1.75 19V5Z" fill="white" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/>
14
- <path d="M7 16H5V8H7V11.0769H9V8H11V16H9V13H7V16Z" fill="currentColor"/>
15
- <path d="M12 8V16H14V12.5L15.5 15L17 12.5V16H19V8H17.5L15.5 11.5L13.5 8H12Z" fill="currentColor"/>
16
- </symbol>
17
- <symbol width="24" height="24" viewBox="0 0 24 24" fill="none" id="hectometer-active">
18
- <rect width="24" height="24" fill="none"/>
19
- <path d="M2 5C2 4.44772 2.44772 4 3 4H21C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5Z" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
20
- <path d="M7 16H5V8H7V11.0769H9V8H11V16H9V13H7V16Z" fill="white"/>
21
- <path d="M12 8V16H14V12.5L15.5 15L17 12.5V16H19V8H17.5L15.5 11.5L13.5 8H12Z" fill="white"/>
22
- </symbol>
23
- <symbol width="24" height="24" viewBox="0 0 24 24" fill="none" id="low-res">
24
- <rect width="24" height="24" fill="none"/>
25
- <path d="M15.29 12.79C15.1 12.98 15 13.22 15 13.5V15C15 15.285 15.095 15.52 15.29 15.71C15.48 15.9 15.72 16 16 16H18V17H15V18.5H18.5C18.785 18.5 19.02 18.405 19.21 18.21C19.4 18.02 19.5 17.78 19.5 17.5V16C19.5 15.715 19.405 15.48 19.21 15.29C19.02 15.1 18.78 15 18.5 15H16.5V14H19.5V12.5H16C15.715 12.5 15.48 12.595 15.29 12.79Z" fill="currentColor"/>
26
- <path d="M10 18.5H14V17H11.5V16.25H13.5V14.75H11.5V14H14V12.5H10V18.5Z" fill="currentColor"/>
27
- <path d="M22.55 3.45C22.25 3.15 21.9 3 21.5 3H2.5C2.1 3 1.75 3.15 1.45 3.45C1.15 3.75 1 4.1 1 4.5V19.5C1 19.9 1.15 20.25 1.45 20.55C1.75 20.85 2.1 21 2.5 21H21.5C21.9 21 22.25 20.85 22.55 20.55C22.85 20.25 23 19.9 23 19.5V4.5C23 4.1 22.85 3.75 22.55 3.45ZM21.5 19.5H2.5V4.5H21.5V19.5Z" fill="currentColor"/>
28
- <path d="M9.945 11.5H12.555C13.075 11.5 13.5 11.075 13.5 10.555V6.445C13.5 5.925 13.075 5.5 12.555 5.5H9.945C9.425 5.5 9 5.925 9 6.445V10.555C9 11.075 9.425 11.5 9.945 11.5ZM10.39 7.305C10.39 7.07 10.585 6.875 10.82 6.875H11.68C11.915 6.875 12.11 7.07 12.11 7.305V9.695C12.11 9.93 11.915 10.125 11.68 10.125H10.82C10.585 10.125 10.39 9.93 10.39 9.695V7.305Z" fill="currentColor"/>
29
- <path d="M8 11.5V10H5V5.5H3.5V11.5H8Z" fill="currentColor"/>
30
- <path d="M4.5 12.5V18.5H6V16.5H6.6L7.5 18.5H9L8.025 16.2C8.31 16.1 8.54 15.95 8.725 15.75C8.91 15.55 9 15.3 9 15V13.625C9 13.315 8.89 13.045 8.67 12.83C8.45 12.61 8.185 12.5 7.875 12.5H4.5ZM7.5 15H6V14H7.5V15Z" fill="currentColor"/>
31
- <path d="M16.775 11.5L17.345 8.855H17.36L17.855 11.5H19.2L20.335 5.5H19.085L18.585 8.795H18.57L18.08 5.5H16.76L16.195 8.835L15.68 5.5H14.35L15.41 11.5H16.775Z" fill="currentColor"/>
32
- </symbol>
33
- <symbol width="24" height="24" viewBox="0 0 24 24" fill="none" id="low-res-active">
34
- <rect width="24" height="24" fill="none"/>
35
- <path fill-rule="evenodd" clip-rule="evenodd" d="M22.55 3.45C22.25 3.15 21.9 3 21.5 3H2.5C2.1 3 1.75 3.15 1.45 3.45C1.15 3.75 1 4.1 1 4.5V19.5C1 19.9 1.15 20.25 1.45 20.55C1.75 20.85 2.1 21 2.5 21H21.5C21.9 21 22.25 20.85 22.55 20.55C22.85 20.25 23 19.9 23 19.5V4.5C23 4.1 22.85 3.75 22.55 3.45ZM9.945 11.5H12.555C13.075 11.5 13.5 11.075 13.5 10.555V6.445C13.5 5.925 13.075 5.5 12.555 5.5H9.945C9.425 5.5 9 5.925 9 6.445V10.555C9 11.075 9.425 11.5 9.945 11.5ZM10.82 6.875C10.585 6.875 10.39 7.07 10.39 7.305V9.695C10.39 9.93 10.585 10.125 10.82 10.125H11.68C11.915 10.125 12.11 9.93 12.11 9.695V8.5V7.305C12.11 7.07 11.915 6.875 11.68 6.875H10.82ZM8 10V11.5H3.5V5.5H5V7.75V10H8ZM4.5 12.5V18.5H6V16.5H6.6L7.5 18.5H9L8.025 16.2C8.31 16.1 8.54 15.95 8.725 15.75C8.91 15.55 9 15.3 9 15V13.625C9 13.315 8.89 13.045 8.67 12.83C8.45 12.61 8.185 12.5 7.875 12.5H4.5ZM6 15H7.5V14H6V15ZM14 17V18.5H10V12.5H12H14V14H11.5V14.75H13.5V16.25H11.5V17H14ZM15.29 12.79C15.1 12.98 15 13.22 15 13.5V15C15 15.285 15.095 15.52 15.29 15.71C15.48 15.9 15.72 16 16 16H18V17H15V18.5H18.5C18.785 18.5 19.02 18.405 19.21 18.21C19.4 18.02 19.5 17.78 19.5 17.5V16C19.5 15.715 19.405 15.48 19.21 15.29C19.02 15.1 18.78 15 18.5 15H16.5V14H19.5V12.5H16C15.715 12.5 15.48 12.595 15.29 12.79ZM17.345 8.855L16.775 11.5H15.41L14.35 5.5H15.68L16.195 8.835L16.76 5.5H18.08L18.57 8.795H18.585L19.085 5.5H20.335L19.2 11.5H17.855L17.36 8.855H17.345Z" fill="currentColor"/>
3
+ <symbol viewBox="0 0 24 24" id="zoom-to-content">
4
+ <path
5
+ d="M9 22H3C2.45 22 1.97917 21.8042 1.5875 21.4125C1.19583 21.0208 1 20.55 1 20V15C1 14.7167 1.09583 14.4792 1.2875 14.2875C1.47917 14.0958 1.71667 14 2 14C2.28333 14 2.52083 14.0958 2.7125 14.2875C2.90417 14.4792 3 14.7167 3 15V20H9C9.28333 20 9.52083 20.0958 9.7125 20.2875C9.90417 20.4792 10 20.7167 10 21C10 21.2833 9.90417 21.5208 9.7125 21.7125C9.52083 21.9042 9.28333 22 9 22ZM15 20H21V15C21 14.7167 21.0958 14.4792 21.2875 14.2875C21.4792 14.0958 21.7167 14 22 14C22.2833 14 22.5208 14.0958 22.7125 14.2875C22.9042 14.4792 23 14.7167 23 15V20C23 20.55 22.8042 21.0208 22.4125 21.4125C22.0208 21.8042 21.55 22 21 22H15C14.7167 22 14.4792 21.9042 14.2875 21.7125C14.0958 21.5208 14 21.2833 14 21C14 20.7167 14.0958 20.4792 14.2875 20.2875C14.4792 20.0958 14.7167 20 15 20ZM1 9V4C1 3.45 1.19583 2.97917 1.5875 2.5875C1.97917 2.19583 2.45 2 3 2H9C9.28333 2 9.52083 2.09583 9.7125 2.2875C9.90417 2.47917 10 2.71667 10 3C10 3.28333 9.90417 3.52083 9.7125 3.7125C9.52083 3.90417 9.28333 4 9 4H3V9C3 9.28333 2.90417 9.52083 2.7125 9.7125C2.52083 9.90417 2.28333 10 2 10C1.71667 10 1.47917 9.90417 1.2875 9.7125C1.09583 9.52083 1 9.28333 1 9ZM21 9V4H15C14.7167 4 14.4792 3.90417 14.2875 3.7125C14.0958 3.52083 14 3.28333 14 3C14 2.71667 14.0958 2.47917 14.2875 2.2875C14.4792 2.09583 14.7167 2 15 2H21C21.55 2 22.0208 2.19583 22.4125 2.5875C22.8042 2.97917 23 3.45 23 4V9C23 9.28333 22.9042 9.52083 22.7125 9.7125C22.5208 9.90417 22.2833 10 22 10C21.7167 10 21.4792 9.90417 21.2875 9.7125C21.0958 9.52083 21 9.28333 21 9Z"
6
+ fill="currentColor" />
7
+ <path
8
+ d="M6 8C6 7.44772 6.44772 7 7 7H17C17.5523 7 18 7.44772 18 8V16C18 16.5523 17.5523 17 17 17H7C6.44772 17 6 16.5523 6 16V8Z"
9
+ fill="currentColor" />
36
10
  </symbol>
11
+ <symbol viewBox="0 0 24 24" id="zoom-to-content-active">
12
+ <path
13
+ d="M9 22H3C2.45 22 1.97917 21.8042 1.5875 21.4125C1.19583 21.0208 1 20.55 1 20V15C1 14.7167 1.09583 14.4792 1.2875 14.2875C1.47917 14.0958 1.71667 14 2 14C2.28333 14 2.52083 14.0958 2.7125 14.2875C2.90417 14.4792 3 14.7167 3 15V20H9C9.28333 20 9.52083 20.0958 9.7125 20.2875C9.90417 20.4792 10 20.7167 10 21C10 21.2833 9.90417 21.5208 9.7125 21.7125C9.52083 21.9042 9.28333 22 9 22ZM15 20H21V15C21 14.7167 21.0958 14.4792 21.2875 14.2875C21.4792 14.0958 21.7167 14 22 14C22.2833 14 22.5208 14.0958 22.7125 14.2875C22.9042 14.4792 23 14.7167 23 15V20C23 20.55 22.8042 21.0208 22.4125 21.4125C22.0208 21.8042 21.55 22 21 22H15C14.7167 22 14.4792 21.9042 14.2875 21.7125C14.0958 21.5208 14 21.2833 14 21C14 20.7167 14.0958 20.4792 14.2875 20.2875C14.4792 20.0958 14.7167 20 15 20ZM1 9V4C1 3.45 1.19583 2.97917 1.5875 2.5875C1.97917 2.19583 2.45 2 3 2H9C9.28333 2 9.52083 2.09583 9.7125 2.2875C9.90417 2.47917 10 2.71667 10 3C10 3.28333 9.90417 3.52083 9.7125 3.7125C9.52083 3.90417 9.28333 4 9 4H3V9C3 9.28333 2.90417 9.52083 2.7125 9.7125C2.52083 9.90417 2.28333 10 2 10C1.71667 10 1.47917 9.90417 1.2875 9.7125C1.09583 9.52083 1 9.28333 1 9ZM21 9V4H15C14.7167 4 14.4792 3.90417 14.2875 3.7125C14.0958 3.52083 14 3.28333 14 3C14 2.71667 14.0958 2.47917 14.2875 2.2875C14.4792 2.09583 14.7167 2 15 2H21C21.55 2 22.0208 2.19583 22.4125 2.5875C22.8042 2.97917 23 3.45 23 4V9C23 9.28333 22.9042 9.52083 22.7125 9.7125C22.5208 9.90417 22.2833 10 22 10C21.7167 10 21.4792 9.90417 21.2875 9.7125C21.0958 9.52083 21 9.28333 21 9Z"
14
+ fill="currentColor" />
15
+ <path
16
+ d="M6 8C6 7.44772 6.44772 7 7 7H17C17.5523 7 18 7.44772 18 8V16C18 16.5523 17.5523 17 17 17H7C6.44772 17 6 16.5523 6 16V8Z"
17
+ fill="currentColor" />
18
+ </symbol>
19
+ <symbol viewBox="0 0 24 24" id="hectometer">
20
+ <rect fill="none" />
21
+ <path
22
+ d="M1.75 5C1.75 4.30964 2.30964 3.75 3 3.75H21C21.6904 3.75 22.25 4.30964 22.25 5V19C22.25 19.6904 21.6904 20.25 21 20.25H3C2.30964 20.25 1.75 19.6904 1.75 19V5Z"
23
+ fill="white" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round" />
24
+ <path d="M7 16H5V8H7V11.0769H9V8H11V16H9V13H7V16Z" fill="currentColor" />
25
+ <path d="M12 8V16H14V12.5L15.5 15L17 12.5V16H19V8H17.5L15.5 11.5L13.5 8H12Z" fill="currentColor" />
26
+ </symbol>
27
+ <symbol viewBox="0 0 24 24" id="hectometer-active">
28
+ <rect fill="none" />
29
+ <path
30
+ d="M2 5C2 4.44772 2.44772 4 3 4H21C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5Z"
31
+ fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linejoin="round" />
32
+ <path d="M7 16H5V8H7V11.0769H9V8H11V16H9V13H7V16Z" fill="white" />
33
+ <path d="M12 8V16H14V12.5L15.5 15L17 12.5V16H19V8H17.5L15.5 11.5L13.5 8H12Z" fill="white" />
34
+ </symbol>
35
+ <symbol viewBox="0 0 24 24" id="low-res">
36
+ <rect fill="none" />
37
+ <path
38
+ d="M15.29 12.79C15.1 12.98 15 13.22 15 13.5V15C15 15.285 15.095 15.52 15.29 15.71C15.48 15.9 15.72 16 16 16H18V17H15V18.5H18.5C18.785 18.5 19.02 18.405 19.21 18.21C19.4 18.02 19.5 17.78 19.5 17.5V16C19.5 15.715 19.405 15.48 19.21 15.29C19.02 15.1 18.78 15 18.5 15H16.5V14H19.5V12.5H16C15.715 12.5 15.48 12.595 15.29 12.79Z"
39
+ fill="currentColor" />
40
+ <path d="M10 18.5H14V17H11.5V16.25H13.5V14.75H11.5V14H14V12.5H10V18.5Z" fill="currentColor" />
41
+ <path
42
+ d="M22.55 3.45C22.25 3.15 21.9 3 21.5 3H2.5C2.1 3 1.75 3.15 1.45 3.45C1.15 3.75 1 4.1 1 4.5V19.5C1 19.9 1.15 20.25 1.45 20.55C1.75 20.85 2.1 21 2.5 21H21.5C21.9 21 22.25 20.85 22.55 20.55C22.85 20.25 23 19.9 23 19.5V4.5C23 4.1 22.85 3.75 22.55 3.45ZM21.5 19.5H2.5V4.5H21.5V19.5Z"
43
+ fill="currentColor" />
44
+ <path
45
+ d="M9.945 11.5H12.555C13.075 11.5 13.5 11.075 13.5 10.555V6.445C13.5 5.925 13.075 5.5 12.555 5.5H9.945C9.425 5.5 9 5.925 9 6.445V10.555C9 11.075 9.425 11.5 9.945 11.5ZM10.39 7.305C10.39 7.07 10.585 6.875 10.82 6.875H11.68C11.915 6.875 12.11 7.07 12.11 7.305V9.695C12.11 9.93 11.915 10.125 11.68 10.125H10.82C10.585 10.125 10.39 9.93 10.39 9.695V7.305Z"
46
+ fill="currentColor" />
47
+ <path d="M8 11.5V10H5V5.5H3.5V11.5H8Z" fill="currentColor" />
48
+ <path
49
+ d="M4.5 12.5V18.5H6V16.5H6.6L7.5 18.5H9L8.025 16.2C8.31 16.1 8.54 15.95 8.725 15.75C8.91 15.55 9 15.3 9 15V13.625C9 13.315 8.89 13.045 8.67 12.83C8.45 12.61 8.185 12.5 7.875 12.5H4.5ZM7.5 15H6V14H7.5V15Z"
50
+ fill="currentColor" />
51
+ <path
52
+ d="M16.775 11.5L17.345 8.855H17.36L17.855 11.5H19.2L20.335 5.5H19.085L18.585 8.795H18.57L18.08 5.5H16.76L16.195 8.835L15.68 5.5H14.35L15.41 11.5H16.775Z"
53
+ fill="currentColor" />
54
+ </symbol>
55
+ <symbol viewBox="0 0 24 24" id="low-res-active">
56
+ <rect fill="none" />
57
+ <path fill-rule="evenodd" clip-rule="evenodd"
58
+ d="M22.55 3.45C22.25 3.15 21.9 3 21.5 3H2.5C2.1 3 1.75 3.15 1.45 3.45C1.15 3.75 1 4.1 1 4.5V19.5C1 19.9 1.15 20.25 1.45 20.55C1.75 20.85 2.1 21 2.5 21H21.5C21.9 21 22.25 20.85 22.55 20.55C22.85 20.25 23 19.9 23 19.5V4.5C23 4.1 22.85 3.75 22.55 3.45ZM9.945 11.5H12.555C13.075 11.5 13.5 11.075 13.5 10.555V6.445C13.5 5.925 13.075 5.5 12.555 5.5H9.945C9.425 5.5 9 5.925 9 6.445V10.555C9 11.075 9.425 11.5 9.945 11.5ZM10.82 6.875C10.585 6.875 10.39 7.07 10.39 7.305V9.695C10.39 9.93 10.585 10.125 10.82 10.125H11.68C11.915 10.125 12.11 9.93 12.11 9.695V8.5V7.305C12.11 7.07 11.915 6.875 11.68 6.875H10.82ZM8 10V11.5H3.5V5.5H5V7.75V10H8ZM4.5 12.5V18.5H6V16.5H6.6L7.5 18.5H9L8.025 16.2C8.31 16.1 8.54 15.95 8.725 15.75C8.91 15.55 9 15.3 9 15V13.625C9 13.315 8.89 13.045 8.67 12.83C8.45 12.61 8.185 12.5 7.875 12.5H4.5ZM6 15H7.5V14H6V15ZM14 17V18.5H10V12.5H12H14V14H11.5V14.75H13.5V16.25H11.5V17H14ZM15.29 12.79C15.1 12.98 15 13.22 15 13.5V15C15 15.285 15.095 15.52 15.29 15.71C15.48 15.9 15.72 16 16 16H18V17H15V18.5H18.5C18.785 18.5 19.02 18.405 19.21 18.21C19.4 18.02 19.5 17.78 19.5 17.5V16C19.5 15.715 19.405 15.48 19.21 15.29C19.02 15.1 18.78 15 18.5 15H16.5V14H19.5V12.5H16C15.715 12.5 15.48 12.595 15.29 12.79ZM17.345 8.855L16.775 11.5H15.41L14.35 5.5H15.68L16.195 8.835L16.76 5.5H18.08L18.57 8.795H18.585L19.085 5.5H20.335L19.2 11.5H17.855L17.36 8.855H17.345Z"
59
+ fill="currentColor" />
60
+ </symbol>
61
+ <symbol viewBox="0 0 24 24" id="add-zone">
62
+ <path
63
+ d="M18.5 6.2751C18.78 6.2751 19.02 6.1751 19.21 5.9851C19.4 5.7951 19.5 5.5551 19.5 5.2751C19.5 4.9951 19.4 4.7551 19.21 4.5651C19.02 4.3751 18.78 4.2751 18.5 4.2751C18.22 4.2751 17.98 4.3751 17.79 4.5651C17.6 4.7551 17.5 4.9951 17.5 5.2751C17.5 5.5551 17.6 5.7951 17.79 5.9851C17.98 6.1751 18.22 6.2751 18.5 6.2751Z"
64
+ fill="currentColor" />
65
+ <path
66
+ d="M22.5 5.7251C22.5 6.0051 22.4 6.2451 22.21 6.4351C22.02 6.6251 21.78 6.7251 21.5 6.7251H19.5V8.7251C19.5 9.0051 19.4 9.2451 19.21 9.4351C19.02 9.6251 18.78 9.7251 18.5 9.7251C18.22 9.7251 17.98 9.6251 17.79 9.4351C17.6 9.2451 17.5 9.0051 17.5 8.7251V6.7251H15.5C15.22 6.7251 14.98 6.6251 14.79 6.4351C14.6 6.2451 14.5 6.0051 14.5 5.7251C14.5 5.4451 14.6 5.2051 14.79 5.0051C14.98 4.8151 15.22 4.7251 15.5 4.7251H17.5V2.7251C17.5 2.4351 17.6 2.2051 17.79 2.0051C17.98 1.8151 18.22 1.7251 18.5 1.7251C18.78 1.7251 19.02 1.8151 19.21 2.0051C19.4 2.2051 19.5 2.4351 19.5 2.7251V4.7251H21.5C21.78 4.7251 22.02 4.8151 22.21 5.0051C22.4 5.2051 22.5 5.4351 22.5 5.7251Z"
67
+ fill="currentColor" />
68
+ <path
69
+ d="M17.5 13.0001V13.1301C17.5 13.1301 17.5 13.0401 17.5 13.0001ZM19.49 13.0001C19.49 13.0001 19.5 13.0901 19.5 13.1301V13.0001H19.49Z"
70
+ fill="currentColor" />
71
+ <path
72
+ d="M20.94 17.5351C20.57 17.0251 20.09 16.6651 19.5 16.4451V13.1301C19.5 13.1301 19.5 13.0401 19.49 13.0001C19.43 12.5101 19.01 12.1301 18.5 12.1301C17.99 12.1301 17.57 12.5101 17.51 13.0001C17.51 13.0401 17.51 13.0901 17.51 13.1301V16.4451C17.08 16.5951 16.71 16.8351 16.39 17.1451C16.07 17.4651 15.84 17.8351 15.69 18.2751H7.33C7.18 17.8351 6.95 17.4651 6.63 17.1451C6.31 16.8351 5.94 16.5951 5.5 16.4451V8.0951C5.94 7.9451 6.31 7.7151 6.63 7.3951C6.95 7.0851 7.18 6.7051 7.33 6.2751H11.56C12.11 6.2751 12.56 5.8251 12.56 5.2751C12.56 4.7251 12.11 4.2751 11.56 4.2751H7.33C7.11 3.6851 6.75 3.2051 6.24 2.8351C5.73 2.4551 5.15 2.2751 4.5 2.2751C3.67 2.2751 2.96 2.5651 2.38 3.1451C1.8 3.7351 1.5 4.4351 1.5 5.2751C1.5 5.9251 1.69 6.5051 2.07 7.0051C2.44 7.5151 2.92 7.8851 3.5 8.0951V16.4451C2.92 16.6651 2.44 17.0251 2.07 17.5351C1.69 18.0451 1.5 18.6251 1.5 19.2751C1.5 20.1051 1.8 20.8151 2.38 21.3951C2.96 21.9851 3.67 22.2751 4.5 22.2751C5.15 22.2751 5.73 22.0851 6.24 21.7051C6.75 21.3351 7.11 20.8551 7.33 20.2751H15.68C15.9 20.8551 16.26 21.3351 16.77 21.7051C17.27 22.0851 17.85 22.2751 18.5 22.2751C19.34 22.2751 20.05 21.9851 20.63 21.3951C21.21 20.8151 21.5 20.1051 21.5 19.2751C21.5 18.6251 21.32 18.0451 20.94 17.5351ZM3.79 4.5551C3.98 4.3651 4.22 4.2751 4.5 4.2751C4.78 4.2751 5.02 4.3651 5.22 4.5551C5.41 4.7551 5.5 4.9851 5.5 5.2751C5.5 5.5651 5.41 5.7951 5.22 5.9851C5.02 6.1751 4.79 6.2751 4.5 6.2751C4.21 6.2751 3.98 6.1751 3.79 5.9851C3.6 5.7951 3.5 5.5551 3.5 5.2751C3.5 4.9951 3.6 4.7551 3.79 4.5551ZM5.22 19.9851C5.02 20.1751 4.79 20.2751 4.5 20.2751C4.21 20.2751 3.98 20.1751 3.79 19.9851C3.6 19.7951 3.5 19.5551 3.5 19.2751C3.5 18.9951 3.6 18.7551 3.79 18.5551C3.98 18.3651 4.22 18.2751 4.5 18.2751C4.78 18.2751 5.02 18.3651 5.22 18.5551C5.41 18.7551 5.5 18.9851 5.5 19.2751C5.5 19.5651 5.41 19.7951 5.22 19.9851ZM19.22 19.9851C19.02 20.1751 18.79 20.2751 18.5 20.2751C18.21 20.2751 17.98 20.1751 17.79 19.9851C17.6 19.7951 17.5 19.5551 17.5 19.2751C17.5 18.9951 17.6 18.7551 17.79 18.5551C17.98 18.3651 18.22 18.2751 18.5 18.2751C18.78 18.2751 19.02 18.3651 19.22 18.5551C19.41 18.7551 19.5 18.9851 19.5 19.2751C19.5 19.5651 19.41 19.7951 19.22 19.9851Z"
73
+ fill="currentColor" />
74
+ </symbol>
75
+ <symbol viewBox="0 0 24 24" id="add-traffic-sign">
76
+ <path
77
+ d="M22.205 5.295C22.015 5.105 21.775 5.005 21.495 5.005H19.495V3.005C19.495 2.725 19.395 2.485 19.205 2.295C19.015 2.105 18.775 2.005 18.495 2.005C18.215 2.005 17.975 2.105 17.785 2.295C17.595 2.485 17.495 2.725 17.495 3.005V5.005H15.495C15.215 5.005 14.975 5.105 14.785 5.295C14.595 5.485 14.495 5.725 14.495 6.005C14.495 6.28501 14.595 6.525 14.785 6.715C14.975 6.905 15.215 7.005 15.495 7.005H17.495V9.005C17.495 9.28501 17.595 9.525 17.785 9.715C17.975 9.905 18.215 10.005 18.495 10.005C18.775 10.005 19.015 9.905 19.205 9.715C19.395 9.525 19.495 9.28501 19.495 9.005V7.005H21.495C21.775 7.005 22.015 6.905 22.205 6.715C22.395 6.525 22.495 6.28501 22.495 6.005C22.495 5.725 22.395 5.485 22.205 5.295Z"
78
+ fill="currentColor" />
79
+ <path
80
+ d="M18.495 12.005C18.215 12.005 17.975 12.105 17.785 12.295C17.595 12.485 17.495 12.725 17.495 13.005C17.495 14.975 16.825 16.625 15.465 17.975C14.115 19.325 12.455 20.005 10.495 20.005C8.535 20.005 6.875 19.335 5.525 17.975C4.175 16.625 3.495 14.965 3.495 13.005C3.495 11.045 4.165 9.38501 5.525 8.03501C6.875 6.68501 8.535 6.005 10.495 6.005C10.675 6.005 10.845 6.015 11.005 6.045C11.165 6.07501 11.335 6.085 11.515 6.085C11.795 6.085 12.035 5.985 12.225 5.795C12.415 5.605 12.515 5.365 12.515 5.085C12.515 4.805 12.415 4.565 12.225 4.375C12.035 4.185 11.795 4.085 11.515 4.085C11.335 4.055 11.165 4.035 11.005 4.025C10.845 4.025 10.675 4.015 10.495 4.015C9.245 4.015 8.075 4.245 6.985 4.715C5.895 5.185 4.935 5.82501 4.12501 6.635C3.31501 7.445 2.665 8.405 2.205 9.495C1.745 10.585 1.505 11.755 1.505 13.005C1.505 14.255 1.735 15.425 2.205 16.515C2.675 17.605 3.31501 18.565 4.12501 19.375C4.935 20.185 5.895 20.835 6.985 21.295C8.075 21.755 9.245 21.995 10.495 21.995C11.745 21.995 12.915 21.765 14.005 21.295C15.095 20.825 16.055 20.185 16.865 19.375C17.675 18.565 18.325 17.605 18.785 16.515C19.245 15.425 19.485 14.255 19.485 13.005C19.485 12.725 19.385 12.485 19.195 12.295C19.005 12.105 18.765 12.005 18.485 12.005H18.495Z"
81
+ fill="currentColor" />
82
+ <path
83
+ d="M15.505 13.005C15.505 15.7664 13.2664 18.005 10.505 18.005C7.74358 18.005 5.505 15.7664 5.505 13.005C5.505 10.2436 7.74358 8.005 10.505 8.005C13.2664 8.005 15.505 10.2436 15.505 13.005Z"
84
+ fill="currentColor" />
85
+ </symbol>
86
+
37
87
  </defs>
38
- </svg>
88
+ </svg>