@mtes-mct/monitor-ui 1.7.4 → 1.8.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 (119) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/assets/icons/ActivityFeed.svg +23 -0
  3. package/assets/icons/Alert.svg +6 -0
  4. package/assets/icons/Archive.svg +10 -0
  5. package/assets/icons/Attention.svg +19 -0
  6. package/assets/icons/Calendar.svg +15 -0
  7. package/assets/icons/Check.svg +9 -0
  8. package/assets/icons/Chevron.svg +9 -0
  9. package/assets/icons/Clock.svg +15 -0
  10. package/assets/icons/Close.svg +9 -0
  11. package/assets/icons/Confirm.svg +7 -0
  12. package/assets/icons/Control.svg +35 -0
  13. package/assets/icons/Delete.svg +10 -0
  14. package/assets/icons/Display.svg +9 -0
  15. package/assets/icons/DoubleChevron.svg +13 -0
  16. package/assets/icons/Download.svg +9 -0
  17. package/assets/icons/Duplicate.svg +4 -0
  18. package/assets/icons/Edit.svg +7 -0
  19. package/assets/icons/Favorite.svg +6 -0
  20. package/assets/icons/FilledArrow.svg +6 -0
  21. package/assets/icons/Filter.svg +6 -0
  22. package/assets/icons/Fishery.svg +9 -0
  23. package/assets/icons/FishingEngine.svg +6 -0
  24. package/assets/icons/FleetSegment.svg +6 -0
  25. package/assets/icons/Focus.svg +23 -0
  26. package/assets/icons/FocusVessel.svg +10 -0
  27. package/assets/icons/FocusZones.svg +13 -0
  28. package/assets/icons/Hide.svg +4 -0
  29. package/assets/icons/Info.svg +19 -0
  30. package/assets/icons/Infringement.svg +6 -0
  31. package/assets/icons/Landmark.svg +7 -0
  32. package/assets/icons/List.svg +31 -0
  33. package/assets/icons/MeasureAngle.svg +10 -0
  34. package/assets/icons/MeasureBrokenLine.svg +6 -0
  35. package/assets/icons/MeasureCircle.svg +6 -0
  36. package/assets/icons/MeasureLine.svg +6 -0
  37. package/assets/icons/Minus.svg +9 -0
  38. package/assets/icons/More.svg +10 -0
  39. package/assets/icons/Observation.svg +7 -0
  40. package/assets/icons/Pin.svg +6 -0
  41. package/assets/icons/Pinpoint.svg +7 -0
  42. package/assets/icons/PinpointHide.svg +6 -0
  43. package/assets/icons/Plus.svg +6 -0
  44. package/assets/icons/Reject.svg +7 -0
  45. package/assets/icons/Save.svg +4 -0
  46. package/assets/icons/Search.svg +9 -0
  47. package/assets/icons/SelectPolygon.svg +17 -0
  48. package/assets/icons/SelectRectangle.svg +43 -0
  49. package/assets/icons/SelectZone.svg +17 -0
  50. package/assets/icons/ShowErsMessages.svg +12 -0
  51. package/assets/icons/ShowXml.svg +6 -0
  52. package/assets/icons/SortingArrows.svg +15 -0
  53. package/assets/icons/Summary.svg +29 -0
  54. package/assets/icons/Tag.svg +10 -0
  55. package/assets/icons/Vessel.svg +6 -0
  56. package/assets/icons/ViewOnMap.svg +4 -0
  57. package/elements/IconBox.d.ts +6 -0
  58. package/icons/ActivityFeed.d.ts +2 -0
  59. package/icons/Alert.d.ts +2 -0
  60. package/icons/Archive.d.ts +2 -0
  61. package/icons/Attention.d.ts +2 -0
  62. package/icons/Calendar.d.ts +2 -0
  63. package/icons/Check.d.ts +2 -0
  64. package/icons/Chevron.d.ts +2 -0
  65. package/icons/Clock.d.ts +2 -0
  66. package/icons/Close.d.ts +2 -0
  67. package/icons/Confirm.d.ts +2 -0
  68. package/icons/Control.d.ts +2 -0
  69. package/icons/Delete.d.ts +2 -0
  70. package/icons/Display.d.ts +2 -0
  71. package/icons/DoubleChevron.d.ts +2 -0
  72. package/icons/Download.d.ts +2 -0
  73. package/icons/Duplicate.d.ts +2 -0
  74. package/icons/Edit.d.ts +2 -0
  75. package/icons/Favorite.d.ts +2 -0
  76. package/icons/FilledArrow.d.ts +2 -0
  77. package/icons/Filter.d.ts +2 -0
  78. package/icons/Fishery.d.ts +2 -0
  79. package/icons/FishingEngine.d.ts +2 -0
  80. package/icons/FleetSegment.d.ts +2 -0
  81. package/icons/Focus.d.ts +2 -0
  82. package/icons/FocusVessel.d.ts +2 -0
  83. package/icons/FocusZones.d.ts +2 -0
  84. package/icons/Hide.d.ts +2 -0
  85. package/icons/Info.d.ts +2 -0
  86. package/icons/Infringement.d.ts +2 -0
  87. package/icons/Landmark.d.ts +2 -0
  88. package/icons/List.d.ts +2 -0
  89. package/icons/MeasureAngle.d.ts +2 -0
  90. package/icons/MeasureBrokenLine.d.ts +2 -0
  91. package/icons/MeasureCircle.d.ts +2 -0
  92. package/icons/MeasureLine.d.ts +2 -0
  93. package/icons/Minus.d.ts +2 -0
  94. package/icons/More.d.ts +2 -0
  95. package/icons/Observation.d.ts +2 -0
  96. package/icons/Pin.d.ts +2 -0
  97. package/icons/Pinpoint.d.ts +2 -0
  98. package/icons/PinpointHide.d.ts +2 -0
  99. package/icons/Plus.d.ts +2 -0
  100. package/icons/Reject.d.ts +2 -0
  101. package/icons/Save.d.ts +2 -0
  102. package/icons/Search.d.ts +2 -0
  103. package/icons/SelectPolygon.d.ts +2 -0
  104. package/icons/SelectRectangle.d.ts +2 -0
  105. package/icons/SelectZone.d.ts +2 -0
  106. package/icons/ShowErsMessages.d.ts +2 -0
  107. package/icons/ShowXml.d.ts +2 -0
  108. package/icons/SortingArrows.d.ts +2 -0
  109. package/icons/Summary.d.ts +2 -0
  110. package/icons/Tag.d.ts +2 -0
  111. package/icons/Vessel.d.ts +2 -0
  112. package/icons/ViewOnMap.d.ts +2 -0
  113. package/icons/index.d.ts +56 -0
  114. package/index.d.ts +2 -1
  115. package/index.js +290 -8
  116. package/index.js.map +1 -1
  117. package/package.json +1 -1
  118. package/{types/index.d.ts → types.d.ts} +3 -0
  119. package/constants.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.7.4](https://github.com/MTES-MCT/monitor-ui/compare/v1.7.3...v1.7.4) (2022-11-30)
2
+
1
3
  ## [1.7.3](https://github.com/MTES-MCT/monitor-ui/compare/v1.7.2...v1.7.3) (2022-11-30)
2
4
 
3
5
 
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Activity_feed" transform="translate(40 -41)">
3
+ <g id="Groupe_4181" data-name="Groupe 4181">
4
+ <g id="Rectangle_6156" data-name="Rectangle 6156" transform="translate(-22 44) rotate(90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
5
+ <rect width="2" height="11" stroke="none"/>
6
+ <rect x="1" y="1" height="9" fill="none"/>
7
+ </g>
8
+ <g id="Rectangle_6157" data-name="Rectangle 6157" transform="translate(-25 50) rotate(90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
9
+ <rect width="2" height="8" stroke="none"/>
10
+ <rect x="1" y="1" height="6" fill="none"/>
11
+ </g>
12
+ <g id="Rectangle_6158" data-name="Rectangle 6158" transform="translate(-23 56) rotate(90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
13
+ <rect width="2" height="10" stroke="none"/>
14
+ <rect x="1" y="1" height="8" fill="none"/>
15
+ </g>
16
+ <g id="Tracé_1406" data-name="Tracé 1406" fill="none" stroke-miterlimit="10">
17
+ <path d="M-34,51a1.994,1.994,0,0,0-1-1.723V46.723A1.994,1.994,0,0,0-34,45a2,2,0,0,0-2-2,2,2,0,0,0-2,2,1.994,1.994,0,0,0,1,1.723v2.554A1.994,1.994,0,0,0-38,51a1.994,1.994,0,0,0,1,1.723v2.554A1.994,1.994,0,0,0-38,57a2,2,0,0,0,2,2,2,2,0,0,0,2-2,1.994,1.994,0,0,0-1-1.723V52.723A1.994,1.994,0,0,0-34,51Z" stroke="none"/>
18
+ <path d="M -36 43 C -34.89500045776367 43 -34 43.89500045776367 -34 45 C -34 45.73799896240234 -34.40499877929688 46.37599945068359 -35 46.72299957275391 L -35 49.27700042724609 C -34.40499877929688 49.62400054931641 -34 50.26200103759766 -34 51 C -34 51.73799896240234 -34.40499877929688 52.37599945068359 -35 52.72299957275391 L -35 55.27700042724609 C -34.40499877929688 55.62400054931641 -34 56.26200103759766 -34 57 C -34 58.10499954223633 -34.89500045776367 59 -36 59 C -37.10499954223633 59 -38 58.10499954223633 -38 57 C -38 56.26200103759766 -37.59500122070313 55.62400054931641 -37 55.27700042724609 L -37 52.72299957275391 C -37.59500122070313 52.37599945068359 -38 51.73799896240234 -38 51 C -38 50.26200103759766 -37.59500122070313 49.62400054931641 -37 49.27700042724609 L -37 46.72299957275391 C -37.59500122070313 46.37599945068359 -38 45.73799896240234 -38 45 C -38 43.89500045776367 -37.10499954223633 43 -36 43 Z" stroke="none" fill="currentColor"/>
19
+ </g>
20
+ </g>
21
+ <rect id="Rectangle_6159" data-name="Rectangle 6159" width="20" height="20" transform="translate(-40 41)" fill="none"/>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Alert" transform="translate(-220 -208)">
3
+ <path id="Tracé_1348" data-name="Tracé 1348" d="M295,13V8a5,5,0,0,0-4-4.9V1h-2V3.1A5,5,0,0,0,285,8v5l-2,2v2h4.5a2.5,2.5,0,0,0,5,0H297V15Zm-5,5a1,1,0,0,1-1-1h2A1,1,0,0,1,290,18Zm1.486-3H285l2-2V8a3,3,0,0,1,6,0v5l2,2Z" transform="translate(-60 208)" fill="currentColor"/>
4
+ <rect id="Rectangle_6090" data-name="Rectangle 6090" width="20" height="20" transform="translate(220 208)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Archive" transform="translate(-120)">
3
+ <path id="Tracé_1343" data-name="Tracé 1343" d="M138,2H122V8h1V18h14V8h1ZM124,4h12V6H124Zm11,12H125V8h10Z" fill="currentColor"/>
4
+ <g id="Rectangle_6082" data-name="Rectangle 6082" transform="translate(128 10)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
5
+ <rect width="4" height="2" stroke="none"/>
6
+ <rect x="1" y="1" width="2" fill="none"/>
7
+ </g>
8
+ <rect id="Rectangle_6083" data-name="Rectangle 6083" width="20" height="20" transform="translate(120)" fill="none"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Attention" transform="translate(200 -82)">
3
+ <g id="Groupe_4155" data-name="Groupe 4155">
4
+ <g id="Tracé_1376" data-name="Tracé 1376" fill="none" stroke-miterlimit="10">
5
+ <path d="M-190,83a9,9,0,0,0-9,9,9,9,0,0,0,9,9,9,9,0,0,0,9-9A9,9,0,0,0-190,83Zm0,16a7,7,0,0,1-7-7,7,7,0,0,1,7-7,7,7,0,0,1,7,7A7,7,0,0,1-190,99Z" stroke="none"/>
6
+ <path d="M -190 83 C -185.0290069580078 83 -181 87.02899932861328 -181 92 C -181 96.97100067138672 -185.0290069580078 101 -190 101 C -194.9709930419922 101 -199 96.97100067138672 -199 92 C -199 87.02899932861328 -194.9709930419922 83 -190 83 Z M -190 99 C -186.1340026855469 99 -183 95.86599731445313 -183 92 C -183 88.13400268554688 -186.1340026855469 85 -190 85 C -193.8659973144531 85 -197 88.13400268554688 -197 92 C -197 95.86599731445313 -193.8659973144531 99 -190 99 Z" stroke="none" fill="currentColor"/>
7
+ </g>
8
+ <g id="Rectangle_6126" data-name="Rectangle 6126" transform="translate(-189 93) rotate(180)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
9
+ <rect width="2" height="5" stroke="none"/>
10
+ <rect x="1" y="1" height="3" fill="none"/>
11
+ </g>
12
+ <g id="Rectangle_6127" data-name="Rectangle 6127" transform="translate(-189 96) rotate(180)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
13
+ <rect width="2" height="2" stroke="none"/>
14
+ <rect x="1" y="1" fill="none"/>
15
+ </g>
16
+ </g>
17
+ <rect id="Rectangle_6128" data-name="Rectangle 6128" width="20" height="20" transform="translate(-200 82)" fill="none"/>
18
+ </g>
19
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Calendar" transform="translate(280 -41)">
3
+ <g id="Groupe_4137" data-name="Groupe 4137">
4
+ <g id="Tracé_1365" data-name="Tracé 1365" fill="none" stroke-miterlimit="10">
5
+ <path d="M-266,44V42h-2v2h-4V42h-2v2h-4V59h16V44Zm2,13h-12V50h12Zm0-9h-12V46h12Z" stroke="none"/>
6
+ <path d="M -274 42 L -272 42 L -272 44 L -268 44 L -268 42 L -266 42 L -266 44 L -262 44 L -262 59 L -278 59 L -278 44 L -274 44 L -274 42 Z M -264 48 L -264 46 L -276 46 L -276 48 L -264 48 Z M -264 57 L -264 50 L -276 50 L -276 57 L -264 57 Z" stroke="none" fill="currentColor"/>
7
+ </g>
8
+ <g id="Rectangle_6103" data-name="Rectangle 6103" transform="translate(-274 52)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
9
+ <rect width="4" height="3" stroke="none"/>
10
+ <rect x="1" y="1" width="2" height="1" fill="none"/>
11
+ </g>
12
+ </g>
13
+ <rect id="Rectangle_6104" data-name="Rectangle 6104" width="20" height="20" transform="translate(-280 41)" fill="none"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Check" transform="translate(40 -82)">
3
+ <g id="Tracé_1379" data-name="Tracé 1379" fill="none" stroke-miterlimit="10">
4
+ <path d="M-23.99,86.7l-7.778,7.778-4.243-4.243-1.414,1.414,4.243,4.243,1.414,1.414,9.192-9.192Z" stroke="none"/>
5
+ <path d="M -23.98955917358398 86.69669342041016 L -22.57537841796875 88.11093139648438 L -31.76775932312012 97.30330657958984 L -37.42462158203125 91.64644622802734 L -36.01044082641602 90.23220825195313 L -31.76775932312012 94.47487640380859 L -23.98955917358398 86.69669342041016 Z" stroke="none" fill="currentColor"/>
6
+ </g>
7
+ <rect id="Rectangle_6133" data-name="Rectangle 6133" width="20" height="20" transform="translate(-40 82)" fill="none"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Chevron" transform="translate(0 -82)">
3
+ <g id="Tracé_1380" data-name="Tracé 1380" fill="none" stroke-miterlimit="10">
4
+ <path d="M16.585,87.293,10,93.878,3.415,87.293,2,88.707l6.585,6.585L10,96.707l1.415-1.415L18,88.707Z" stroke="none"/>
5
+ <path d="M 3.414670944213867 87.29266357421875 L 10 93.87799072265625 L 16.58533096313477 87.29266357421875 L 18 88.70733642578125 L 10 96.70733642578125 L 2 88.70733642578125 L 3.414670944213867 87.29266357421875 Z" stroke="none" fill="currentColor"/>
6
+ </g>
7
+ <rect id="Rectangle_6134" data-name="Rectangle 6134" width="20" height="20" transform="translate(0 82)" fill="none"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Clock" transform="translate(240 -41)">
3
+ <g id="Groupe_4139" data-name="Groupe 4139">
4
+ <g id="Tracé_1366" data-name="Tracé 1366" fill="none" stroke-miterlimit="10">
5
+ <path d="M-230,42a9,9,0,0,0-9,9,9,9,0,0,0,9,9,9,9,0,0,0,9-9A9,9,0,0,0-230,42Zm0,16a7,7,0,0,1-7-7,7,7,0,0,1,7-7,7,7,0,0,1,7,7A7,7,0,0,1-230,58Z" stroke="none"/>
6
+ <path d="M -230 42 C -225.0290069580078 42 -221 46.02899932861328 -221 51 C -221 55.97100067138672 -225.0290069580078 60 -230 60 C -234.9709930419922 60 -239 55.97100067138672 -239 51 C -239 46.02899932861328 -234.9709930419922 42 -230 42 Z M -230 58 C -226.1340026855469 58 -223 54.86600112915039 -223 51 C -223 47.13399887084961 -226.1340026855469 44 -230 44 C -233.8659973144531 44 -237 47.13399887084961 -237 51 C -237 54.86600112915039 -233.8659973144531 58 -230 58 Z" stroke="none" fill="currentColor"/>
7
+ </g>
8
+ <g id="Tracé_1367" data-name="Tracé 1367" fill="none" stroke-miterlimit="10">
9
+ <path d="M-229,50V46h-2v6h6V50Z" stroke="none"/>
10
+ <path d="M -225 52 L -231 52 L -231 46 L -229 46 L -229 50 L -225 50 L -225 52 Z" stroke="none" fill="currentColor"/>
11
+ </g>
12
+ </g>
13
+ <rect id="Rectangle_6105" data-name="Rectangle 6105" width="20" height="20" transform="translate(-240 41)" fill="none"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Close" transform="translate(160 -82)">
3
+ <g id="Tracé_1377" data-name="Tracé 1377" fill="none" stroke-miterlimit="10">
4
+ <path d="M-142,85.415-143.415,84-150,90.585-156.585,84-158,85.415-151.415,92-158,98.585l1.415,1.415L-150,93.415l6.585,6.585L-142,98.585-148.585,92Z" stroke="none"/>
5
+ <path d="M -156.5853271484375 84 L -150 90.5853271484375 L -143.4146728515625 84 L -142 85.4146728515625 L -148.5853271484375 92 L -142 98.5853271484375 L -143.4146728515625 100 L -150 93.4146728515625 L -156.5853271484375 100 L -158 98.5853271484375 L -151.4146728515625 92 L -158 85.4146728515625 L -156.5853271484375 84 Z" stroke="none" fill="currentColor"/>
6
+ </g>
7
+ <rect id="Rectangle_6129" data-name="Rectangle 6129" width="20" height="20" transform="translate(-160 82)" fill="none"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Confirm" transform="translate(-40)">
3
+ <path id="Tracé_1361" data-name="Tracé 1361" d="M50,1a9,9,0,1,0,9,9A9,9,0,0,0,50,1Zm0,16a7,7,0,1,1,7-7A7,7,0,0,1,50,17Z" fill="currentColor"/>
4
+ <path id="Tracé_1362" data-name="Tracé 1362" d="M53.382,6.529l-4.243,4.243L47.018,8.65,45.6,10.064l2.121,2.121h0L49.139,13.6,54.8,7.943Z" fill="currentColor"/>
5
+ <rect id="Rectangle_6101" data-name="Rectangle 6101" width="20" height="20" transform="translate(40)" fill="none"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,35 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20">
2
+ <defs>
3
+ <clipPath id="clip">
4
+ <use xlink:href="#fill"/>
5
+ </clipPath>
6
+ <clipPath id="clip-2">
7
+ <use xlink:href="#fill-2"/>
8
+ </clipPath>
9
+ <clipPath id="clip-3">
10
+ <use xlink:href="#fill-3"/>
11
+ </clipPath>
12
+ </defs>
13
+ <g id="Control" transform="translate(120 -41)">
14
+ <g id="Groupe_4144" data-name="Groupe 4144">
15
+ <g id="Rectangle_6111" data-name="Rectangle 6111" transform="translate(-104 58) rotate(90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
16
+ <rect width="2" height="12" stroke="none"/>
17
+ <rect x="1" y="1" height="10" fill="none"/>
18
+ </g>
19
+ <path id="Tracé_1369" data-name="Tracé 1369" d="M-107.694,47l1.333,8h-7.277l1.336-8Zm0-2h-4.6a2,2,0,0,0-1.977,1.675L-116,57h12l-1.721-10.325A2,2,0,0,0-107.7,45Z" fill="currentColor"/>
20
+ <g id="Rectangle_6112" data-name="Rectangle 6112" transform="translate(-110.75 41.75)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
21
+ <rect id="fill" width="1.5" height="2.25" stroke="none"/>
22
+ <path d="M0,1h1.5M1,0v2.25M1.5,1.25h-1.5M0.5,2.25v-2.25" fill="none" clip-path="url(#clip)"/>
23
+ </g>
24
+ <g id="Rectangle_6113" data-name="Rectangle 6113" transform="translate(-104.061 43) rotate(45)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
25
+ <rect id="fill-2" width="1.5" height="2.25" stroke="none"/>
26
+ <path d="M0,1h1.5M1,0v2.25M1.5,1.25h-1.5M0.5,2.25v-2.25" fill="none" clip-path="url(#clip-2)"/>
27
+ </g>
28
+ <g id="Rectangle_6114" data-name="Rectangle 6114" transform="translate(-117 44.061) rotate(-45)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
29
+ <rect id="fill-3" width="1.5" height="2.25" stroke="none"/>
30
+ <path d="M0,1h1.5M1,0v2.25M1.5,1.25h-1.5M0.5,2.25v-2.25" fill="none" clip-path="url(#clip-3)"/>
31
+ </g>
32
+ </g>
33
+ <rect id="Rectangle_6115" data-name="Rectangle 6115" width="20" height="20" transform="translate(-120 41)" fill="none"/>
34
+ </g>
35
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Delete" transform="translate(-23.798 -14.096)">
3
+ <g id="Groupe_4114" data-name="Groupe 4114">
4
+ <rect id="Rectangle_6078" data-name="Rectangle 6078" width="1.5" height="6" transform="translate(31.548 22.096)" fill="currentColor"/>
5
+ <rect id="Rectangle_6079" data-name="Rectangle 6079" width="1.5" height="6" transform="translate(34.548 22.096)" fill="currentColor"/>
6
+ <path id="Tracé_1340" data-name="Tracé 1340" d="M41.8,17.6h-4V16.1h-8v1.5h-4v2h1.5V31.1a1,1,0,0,0,1,1h11a1,1,0,0,0,1-1V19.6h1.5ZM38.3,30.1h-9V19.6h9Z" fill="currentColor"/>
7
+ </g>
8
+ <rect id="Rectangle_6080" data-name="Rectangle 6080" width="20" height="20" transform="translate(23.798 14.096)" fill="none"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Display" transform="translate(0 -40)">
3
+ <g id="Groupe_4124" data-name="Groupe 4124">
4
+ <path id="Tracé_1349" data-name="Tracé 1349" d="M10,44a9.674,9.674,0,0,0-9,6,9.674,9.674,0,0,0,9,6,9.674,9.674,0,0,0,9-6A9.674,9.674,0,0,0,10,44Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,10,54Z" fill="currentColor"/>
5
+ <circle id="Ellipse_752" data-name="Ellipse 752" cx="2.25" cy="2.25" r="2.25" transform="translate(7.75 47.75)" fill="currentColor"/>
6
+ </g>
7
+ <rect id="Rectangle_6093" data-name="Rectangle 6093" width="20" height="20" transform="translate(0 40)" fill="none"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="Double_chevron" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Groupe_4162" data-name="Groupe 4162">
3
+ <g id="Tracé_1381" data-name="Tracé 1381" fill="none" stroke-miterlimit="10">
4
+ <path d="M16.585,3.085,10,9.671,3.415,3.085,2,4.5l6.585,6.585L10,12.5l1.415-1.415L18,4.5Z" stroke="none"/>
5
+ <path d="M 3.414670944213867 3.085323333740234 L 10 9.670653343200684 L 16.58533096313477 3.085323333740234 L 18 4.500003814697266 L 10 12.50000381469727 L 2 4.500003814697266 L 3.414670944213867 3.085323333740234 Z" stroke="none" fill="currentColor"/>
6
+ </g>
7
+ <g id="Tracé_1382" data-name="Tracé 1382" fill="none" stroke-miterlimit="10">
8
+ <path d="M16.585,8.085,10,14.671,3.415,8.085,2,9.5l6.585,6.585L10,17.5l1.415-1.415L18,9.5Z" stroke="none"/>
9
+ <path d="M 3.414670944213867 8.085323333740234 L 10 14.67065334320068 L 16.58533096313477 8.085323333740234 L 18 9.500003814697266 L 10 17.50000381469727 L 2 9.500003814697266 L 3.414670944213867 8.085323333740234 Z" stroke="none" fill="currentColor"/>
10
+ </g>
11
+ </g>
12
+ <rect id="Rectangle_6135" data-name="Rectangle 6135" width="20" height="20" fill="none"/>
13
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Download" transform="translate(-80)">
3
+ <g id="Groupe_4130" data-name="Groupe 4130">
4
+ <rect id="Rectangle_6096" data-name="Rectangle 6096" width="12" height="2" transform="translate(84 16)" fill="currentColor"/>
5
+ <path id="Tracé_1356" data-name="Tracé 1356" d="M93,9V2H87V9H84l6,6,6-6Z" fill="currentColor"/>
6
+ </g>
7
+ <rect id="Rectangle_6097" data-name="Rectangle 6097" width="20" height="20" transform="translate(80)" fill="none"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg id="Duplicate" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <path id="Tracé_1373" data-name="Tracé 1373" d="M6,2V5H3V18H14V15h3V2Zm6,14H5V7h7Zm3-3H14V5H8V4h7Z" fill="currentColor"/>
3
+ <rect id="Rectangle_6119" data-name="Rectangle 6119" width="20" height="20" fill="none"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Edit" transform="translate(-80)">
3
+ <path id="Tracé_1341" data-name="Tracé 1341" d="M86,11.5V14h2.5l7.372-7.372-2.5-2.5ZM97.805,4.7a.664.664,0,0,0,0-.94l-1.56-1.56a.664.664,0,0,0-.94,0l-1.219,1.22,2.5,2.5Z" fill="currentColor"/>
4
+ <path id="Tracé_1342" data-name="Tracé 1342" d="M95,9v7H84V5h7V3H82V18H97V9Z" fill="currentColor"/>
5
+ <rect id="Rectangle_6081" data-name="Rectangle 6081" width="20" height="20" transform="translate(80)" fill="none"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Favorite" transform="translate(-300 -208)">
3
+ <path id="Tracé_1347" data-name="Tracé 1347" d="M370,5.015l1.763,3.568,3.936.571-2.848,2.773.673,3.919L370,13.995l-3.524,1.851.673-3.919L364.3,9.154l3.936-.571L370,5.015M370,.5l-3.09,6.254-6.91,1,5,4.869L363.82,19.5,370,16.254l6.18,3.246L375,12.626l5-4.869-6.91-1L370,.5Z" transform="translate(-60 208)" fill="currentColor"/>
4
+ <rect id="Rectangle_6092" data-name="Rectangle 6092" width="20" height="20" transform="translate(300 208)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Filled_arrow" transform="translate(320 -41)">
3
+ <path id="Tracé_1385" data-name="Tracé 1385" d="M-313,43V59l8-8Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6137" data-name="Rectangle 6137" width="20" height="20" transform="translate(-320 41)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Filter" transform="translate(-930 -294)">
3
+ <path id="Tracé_1450" data-name="Tracé 1450" d="M2,2V4l5,7.592V18h6V11.592L18,4h0V2Zm9,9v5H9V11H9L4.394,4H15.606Z" transform="translate(930 294)" fill="currentColor"/>
4
+ <rect id="Rectangle_6208" data-name="Rectangle 6208" width="20" height="20" transform="translate(930 294)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Fishery" transform="translate(80 -41)">
3
+ <g id="Groupe_597" data-name="Groupe 597">
4
+ <circle id="Ellipse_129" data-name="Ellipse 129" cx="1.5" cy="1.5" r="1.5" transform="translate(-67 49.5)" fill="currentColor"/>
5
+ </g>
6
+ <path id="Tracé_1370" data-name="Tracé 1370" d="M-70.092,59a1.713,1.713,0,0,1-.533-.07c-.865-.292-.854-1.258-.846-1.964,0-.141,0-.344,0-.494a18.923,18.923,0,0,1-3.218-2.157l-2.7,2.621a1.682,1.682,0,0,1-2.146-.378,2.072,2.072,0,0,1-.34-2.007l1.225-3.545-1.228-3.555a2.06,2.06,0,0,1,.338-1.99,1.68,1.68,0,0,1,2.152-.384l.174.134L-74.69,47.7a19,19,0,0,1,3.214-2.171c.008-.149.006-.352,0-.492-.008-.706-.019-1.673.844-1.965,1.093-.37,4.183.766,5.6,1.454l.091.045c2.717,1.3,4.323,3.052,4.771,5.193A4.455,4.455,0,0,1-60,51h0a4.7,4.7,0,0,1-.184,1.3c-.433,2.078-2.039,3.825-4.757,5.129l-.09.045A14.905,14.905,0,0,1-70.092,59Zm-4.626-6.671a1.261,1.261,0,0,1,.885.359,17.173,17.173,0,0,0,3.482,2.355c.714.425.7,1.231.7,1.941,0,.064,0,.141,0,.22a16.9,16.9,0,0,0,3.812-1.322l.1-.048c.815-.392,3.295-1.583,3.792-3.953a3.177,3.177,0,0,0,.131-.88,2.962,2.962,0,0,0-.115-.816c-.513-2.434-2.993-3.625-3.808-4.016l-.1-.049a16.147,16.147,0,0,0-3.814-1.305c0,.073,0,.144,0,.2.007.713.016,1.521-.649,1.914a17.441,17.441,0,0,0-3.559,2.416,1.19,1.19,0,0,1-.8.335,1.264,1.264,0,0,1-.9-.32l-2.616-2.577a.3.3,0,0,0,.018.084l1.429,4.136-1.425,4.126a.34.34,0,0,0-.021.092l2.573-2.537A1.271,1.271,0,0,1-74.718,52.329Zm-.339-4.316a.543.543,0,0,0-.081.072Z" fill="currentColor"/>
7
+ <rect id="Rectangle_6116" data-name="Rectangle 6116" width="20" height="20" transform="translate(-80 41)" fill="none"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Fishing_engine" transform="translate(0 -41)">
3
+ <path id="Tracé_1372" data-name="Tracé 1372" d="M11,53h2v1a3,3,0,0,1-6,0V47.789a2.5,2.5,0,1,0-2,0V54a5,5,0,0,0,10,0V48ZM6,46.5a1,1,0,1,1,1-1A1,1,0,0,1,6,46.5Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6118" data-name="Rectangle 6118" width="20" height="20" transform="translate(0 41)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Fleet_segment" transform="translate(280 -82)">
3
+ <path id="Tracé_1374" data-name="Tracé 1374" d="M-262,92l-2-.5V88a2,2,0,0,0-2-2h-2V84h-4v2h-2a2,2,0,0,0-2,2v3.5l-2,.5,1.5,6H-278v2h1.6a5.963,5.963,0,0,0,3.2-.99,5.776,5.776,0,0,0,6.4,0,5.879,5.879,0,0,0,3.2.99h1.6V98h-1.5Zm-12-4h8v3l-4-1-4,1Zm.8,8.68a5.751,5.751,0,0,1-1.35.875l-1.025-4.1L-270,92.062l5.575,1.393-1.025,4.1a5.751,5.751,0,0,1-1.35-.875A4.633,4.633,0,0,1-273.2,96.68Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6122" data-name="Rectangle 6122" width="20" height="20" transform="translate(-280 82)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Focus" transform="translate(320 -82)">
3
+ <g id="Groupe_4187" data-name="Groupe 4187">
4
+ <g id="Tracé_1413" data-name="Tracé 1413" fill="none" stroke-miterlimit="10">
5
+ <path d="M-319,83v7h2V85h5V83Z" stroke="none"/>
6
+ <path d="M -319 83 L -312 83 L -312 85 L -317 85 L -317 90 L -319 90 L -319 83 Z" stroke="none" fill="currentColor"/>
7
+ </g>
8
+ <g id="Tracé_1414" data-name="Tracé 1414" fill="none" stroke-miterlimit="10">
9
+ <path d="M-317,94h-2v7h7V99h-5Z" stroke="none"/>
10
+ <path d="M -319 94 L -317 94 L -317 99 L -312 99 L -312 101 L -319 101 L -319 94 Z" stroke="none" fill="currentColor"/>
11
+ </g>
12
+ <g id="Tracé_1415" data-name="Tracé 1415" fill="none" stroke-miterlimit="10">
13
+ <path d="M-308,83v2h5v5h2V83Z" stroke="none"/>
14
+ <path d="M -308 83 L -301 83 L -301 90 L -303 90 L -303 85 L -308 85 L -308 83 Z" stroke="none" fill="currentColor"/>
15
+ </g>
16
+ <g id="Tracé_1416" data-name="Tracé 1416" fill="none" stroke-miterlimit="10">
17
+ <path d="M-303,99h-5v2h7V94h-2Z" stroke="none"/>
18
+ <path d="M -301 101 L -308 101 L -308 99 L -303 99 L -303 94 L -301 94 L -301 101 Z" stroke="none" fill="currentColor"/>
19
+ </g>
20
+ </g>
21
+ <rect id="Rectangle_6162" data-name="Rectangle 6162" width="20" height="20" transform="translate(-320 82)" fill="none"/>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg id="Focus_vessel" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <path id="Union_12" data-name="Union 12" d="M8.666,14.994a.138.138,0,0,1-.054-.034.142.142,0,0,1-.04-.081l-.4-3.05-3.05-.4a.139.139,0,0,1-.114-.094.137.137,0,0,1,.033-.144L9.3,6.934A.139.139,0,0,1,9.351,6.9l5.463-1.893a.14.14,0,0,1,.178.178L13.1,10.649a.139.139,0,0,1-.033.053L8.809,14.959a.141.141,0,0,1-.1.041A.161.161,0,0,1,8.666,14.994Z" fill="currentColor"/>
3
+ <rect id="Rectangle_6176" data-name="Rectangle 6176" width="20" height="20" fill="none"/>
4
+ <g id="Groupe_4196" data-name="Groupe 4196">
5
+ <path id="Tracé_1438" data-name="Tracé 1438" d="M1,1V6H3V3H6V1Z" fill="currentColor"/>
6
+ <path id="Tracé_1439" data-name="Tracé 1439" d="M14,1V3h3V6h2V1Z" fill="currentColor"/>
7
+ <path id="Tracé_1440" data-name="Tracé 1440" d="M17,17H14v2h5V14H17Z" fill="currentColor"/>
8
+ <path id="Tracé_1441" data-name="Tracé 1441" d="M3,14H1v5H6V17H3Z" fill="currentColor"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="Focus_zones" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Groupe_4194" data-name="Groupe 4194">
3
+ <path id="Tracé_1433" data-name="Tracé 1433" d="M10,5.333A7.524,7.524,0,0,0,3,10a7.583,7.583,0,0,0,14,0A7.524,7.524,0,0,0,10,5.333Zm0,7.778A3.111,3.111,0,1,1,13.111,10,3.111,3.111,0,0,1,10,13.111Z" fill="currentColor"/>
4
+ <circle id="Ellipse_758" data-name="Ellipse 758" cx="1.75" cy="1.75" r="1.75" transform="translate(8.25 8.25)" fill="currentColor"/>
5
+ </g>
6
+ <rect id="Rectangle_6175" data-name="Rectangle 6175" width="20" height="20" fill="none"/>
7
+ <g id="Groupe_4195" data-name="Groupe 4195">
8
+ <path id="Tracé_1434" data-name="Tracé 1434" d="M1,1V6H3V3H6V1Z" fill="currentColor"/>
9
+ <path id="Tracé_1435" data-name="Tracé 1435" d="M14,1V3h3V6h2V1Z" fill="currentColor"/>
10
+ <path id="Tracé_1436" data-name="Tracé 1436" d="M17,17H14v2h5V14H17Z" fill="currentColor"/>
11
+ <path id="Tracé_1437" data-name="Tracé 1437" d="M3,14H1v5H6V17H3Z" fill="currentColor"/>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg id="Hide" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <path id="Tracé_1350" data-name="Tracé 1350" d="M15.635,5.779l2.143-2.143L16.364,2.222l-2.55,2.55A9.786,9.786,0,0,0,10,4a9.674,9.674,0,0,0-9,6,9.532,9.532,0,0,0,3.365,4.22L2.222,16.364l1.414,1.414,2.55-2.55A9.786,9.786,0,0,0,10,16a9.674,9.674,0,0,0,9-6A9.541,9.541,0,0,0,15.635,5.779ZM6,10a4,4,0,0,1,4-4,3.96,3.96,0,0,1,2.02.566L10.71,7.875A2.225,2.225,0,0,0,10,7.75,2.25,2.25,0,0,0,7.75,10a2.225,2.225,0,0,0,.125.71L6.566,12.02A3.96,3.96,0,0,1,6,10Zm4,4a3.96,3.96,0,0,1-2.02-.566l1.31-1.309a2.225,2.225,0,0,0,.71.125A2.25,2.25,0,0,0,12.25,10a2.225,2.225,0,0,0-.125-.71l1.309-1.31A3.96,3.96,0,0,1,14,10,4,4,0,0,1,10,14Z" fill="currentColor"/>
3
+ <rect id="Rectangle_6094" data-name="Rectangle 6094" width="20" height="20" fill="none"/>
4
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Info" transform="translate(240 -82)">
3
+ <g id="Groupe_4153" data-name="Groupe 4153">
4
+ <g id="Tracé_1375" data-name="Tracé 1375" fill="none" stroke-miterlimit="10">
5
+ <path d="M-230,83a9,9,0,0,0-9,9,9,9,0,0,0,9,9,9,9,0,0,0,9-9A9,9,0,0,0-230,83Zm0,16a7,7,0,0,1-7-7,7,7,0,0,1,7-7,7,7,0,0,1,7,7A7,7,0,0,1-230,99Z" stroke="none"/>
6
+ <path d="M -230 83 C -225.0290069580078 83 -221 87.02899932861328 -221 92 C -221 96.97100067138672 -225.0290069580078 101 -230 101 C -234.9709930419922 101 -239 96.97100067138672 -239 92 C -239 87.02899932861328 -234.9709930419922 83 -230 83 Z M -230 99 C -226.1340026855469 99 -223 95.86599731445313 -223 92 C -223 88.13400268554688 -226.1340026855469 85 -230 85 C -233.8659973144531 85 -237 88.13400268554688 -237 92 C -237 95.86599731445313 -233.8659973144531 99 -230 99 Z" stroke="none" fill="currentColor"/>
7
+ </g>
8
+ <g id="Rectangle_6123" data-name="Rectangle 6123" transform="translate(-231 91)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
9
+ <rect width="2" height="5" stroke="none"/>
10
+ <rect x="1" y="1" height="3" fill="none"/>
11
+ </g>
12
+ <g id="Rectangle_6124" data-name="Rectangle 6124" transform="translate(-231 88)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
13
+ <rect width="2" height="2" stroke="none"/>
14
+ <rect x="1" y="1" fill="none"/>
15
+ </g>
16
+ </g>
17
+ <rect id="Rectangle_6125" data-name="Rectangle 6125" width="20" height="20" transform="translate(-240 82)" fill="none"/>
18
+ </g>
19
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Infringement" transform="translate(40 -41)">
3
+ <path id="Tracé_1371" data-name="Tracé 1371" d="M-30,42a9,9,0,0,0-9,9,9,9,0,0,0,9,9,9,9,0,0,0,9-9A9,9,0,0,0-30,42Zm7,9a6.962,6.962,0,0,1-1.4,4.186L-34.186,45.4A6.962,6.962,0,0,1-30,44,7,7,0,0,1-23,51Zm-14,0a6.962,6.962,0,0,1,1.4-4.186l9.787,9.787A6.962,6.962,0,0,1-30,58,7,7,0,0,1-37,51Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6117" data-name="Rectangle 6117" width="20" height="20" transform="translate(-40 41)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Landmark" transform="translate(120 -82)">
3
+ <rect id="Rectangle_6167" data-name="Rectangle 6167" width="2" height="15" transform="translate(-114 99) rotate(180)" fill="currentColor"/>
4
+ <path id="Tracé_1422" data-name="Tracé 1422" d="M-113,84V94l12-5Z" fill="currentColor"/>
5
+ <rect id="Rectangle_6168" data-name="Rectangle 6168" width="20" height="20" transform="translate(-120 82)" fill="none"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="List" transform="translate(160 -41)">
3
+ <g id="Groupe_4142" data-name="Groupe 4142">
4
+ <g id="Rectangle_6107" data-name="Rectangle 6107" transform="translate(-142 45) rotate(90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
5
+ <rect width="2" height="12" stroke="none"/>
6
+ <rect x="1" y="1" height="10" fill="none"/>
7
+ </g>
8
+ <g id="Rectangle_6108" data-name="Rectangle 6108" transform="translate(-142 50) rotate(90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
9
+ <rect width="2" height="12" stroke="none"/>
10
+ <rect x="1" y="1" height="10" fill="none"/>
11
+ </g>
12
+ <g id="Rectangle_6109" data-name="Rectangle 6109" transform="translate(-142 55) rotate(90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
13
+ <rect width="2" height="12" stroke="none"/>
14
+ <rect x="1" y="1" height="10" fill="none"/>
15
+ </g>
16
+ <g id="Ellipse_754" data-name="Ellipse 754" transform="translate(-158 44.5)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
17
+ <circle cx="1.5" cy="1.5" r="1.5" stroke="none"/>
18
+ <circle cx="1.5" cy="1.5" r="0.5" fill="none"/>
19
+ </g>
20
+ <g id="Ellipse_755" data-name="Ellipse 755" transform="translate(-158 49.5)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
21
+ <circle cx="1.5" cy="1.5" r="1.5" stroke="none"/>
22
+ <circle cx="1.5" cy="1.5" r="0.5" fill="none"/>
23
+ </g>
24
+ <g id="Ellipse_756" data-name="Ellipse 756" transform="translate(-158 54.5)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
25
+ <circle cx="1.5" cy="1.5" r="1.5" stroke="none"/>
26
+ <circle cx="1.5" cy="1.5" r="0.5" fill="none"/>
27
+ </g>
28
+ </g>
29
+ <rect id="Rectangle_6110" data-name="Rectangle 6110" width="20" height="20" transform="translate(-160 41)" fill="none"/>
30
+ </g>
31
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Measure_angle" transform="translate(200 -82)">
3
+ <g id="Groupe_4191" data-name="Groupe 4191">
4
+ <path id="Tracé_1418" data-name="Tracé 1418" d="M-183.361,98a14.79,14.79,0,0,0-.559-2.434l-1.9.618A12.726,12.726,0,0,1-185.394,98H-196V87.514a12.554,12.554,0,0,1,2.139.507l.649-1.893A14.771,14.771,0,0,0-196,85.471V84h-2v16h16V98Z" fill="currentColor"/>
5
+ <path id="Tracé_1419" data-name="Tracé 1419" d="M-186.509,94.491l1.795-.883a14.792,14.792,0,0,0-2.029-3.081l-1.52,1.3A12.726,12.726,0,0,1-186.509,94.491Z" fill="currentColor"/>
6
+ <path id="Tracé_1420" data-name="Tracé 1420" d="M-188.223,89.024a14.915,14.915,0,0,0-3.048-2.073l-.911,1.781a12.857,12.857,0,0,1,2.638,1.794Z" fill="currentColor"/>
7
+ </g>
8
+ <rect id="Rectangle_6165" data-name="Rectangle 6165" width="20" height="20" transform="translate(-200 82)" fill="none"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Measure_broken_line" transform="translate(240 -82)">
3
+ <path id="Tracé_1417" data-name="Tracé 1417" d="M-222.5,87a2,2,0,0,0-2,2,1.978,1.978,0,0,0,.192.842L-227,93.071a1.974,1.974,0,0,0-.5-.071,1.974,1.974,0,0,0-.5.071l-2.691-3.229A1.978,1.978,0,0,0-230.5,89a2,2,0,0,0-2-2,2,2,0,0,0-2,2,1.978,1.978,0,0,0,.192.842L-237,93.071a1.974,1.974,0,0,0-.5-.071,2,2,0,0,0-2,2,2,2,0,0,0,2,2,2,2,0,0,0,2-2,1.978,1.978,0,0,0-.192-.842L-233,90.929a1.974,1.974,0,0,0,.5.071,1.974,1.974,0,0,0,.5-.071l2.691,3.229A1.978,1.978,0,0,0-229.5,95a2,2,0,0,0,2,2,2,2,0,0,0,2-2,1.978,1.978,0,0,0-.192-.842L-223,90.929a1.974,1.974,0,0,0,.5.071,2,2,0,0,0,2-2A2,2,0,0,0-222.5,87Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6164" data-name="Rectangle 6164" width="20" height="20" transform="translate(-240 82)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Measure_circle" transform="translate(160 -82)">
3
+ <path id="Tracé_1421" data-name="Tracé 1421" d="M-150,83a9,9,0,0,0-9,9,9,9,0,0,0,9,9,9,9,0,0,0,9-9A9,9,0,0,0-150,83Zm0,16a7.008,7.008,0,0,1-7-7,7.008,7.008,0,0,1,7-7,6.953,6.953,0,0,1,4.184,1.4l-1.43,1.43A4.964,4.964,0,0,0-150,87a5,5,0,0,0-5,5,5,5,0,0,0,5,5,5,5,0,0,0,5-5,4.964,4.964,0,0,0-.832-2.754l1.43-1.43A6.953,6.953,0,0,1-143,92,7.008,7.008,0,0,1-150,99Zm3-7a3,3,0,0,1-3,3,3,3,0,0,1-3-3,3,3,0,0,1,3-3,2.965,2.965,0,0,1,1.285.3l-1.992,1.992,1.414,1.414,1.992-1.992A2.965,2.965,0,0,1-147,92Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6166" data-name="Rectangle 6166" width="20" height="20" transform="translate(-160 82)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Measure_line" transform="translate(280 -82)">
3
+ <path id="Tracé_231" data-name="Tracé 231" d="M-260,87h-20V97h20Zm-1.818,8.333h-16.363V88.667h1.818V92h1.818V88.667h1.818V92h1.818V88.667h1.819V92h1.818V88.667h1.818V92h1.819V88.667h1.818Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6163" data-name="Rectangle 6163" width="20" height="20" transform="translate(-280 82)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Minus" transform="translate(80 -82)">
3
+ <g id="Rectangle_6131" data-name="Rectangle 6131" transform="translate(-77 93) rotate(-90)" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
4
+ <rect width="2" height="14" stroke="none"/>
5
+ <rect x="1" y="1" height="12" fill="none"/>
6
+ </g>
7
+ <rect id="Rectangle_6132" data-name="Rectangle 6132" width="20" height="20" transform="translate(-80 82)" fill="none"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="More" transform="translate(240 -41)">
3
+ <g id="Groupe_4169" data-name="Groupe 4169">
4
+ <circle id="Ellipse_215" data-name="Ellipse 215" cx="2" cy="2" r="2" transform="translate(-232 49)" fill="currentColor"/>
5
+ <circle id="Ellipse_743" data-name="Ellipse 743" cx="2" cy="2" r="2" transform="translate(-239 49)" fill="currentColor"/>
6
+ <circle id="Ellipse_744" data-name="Ellipse 744" cx="2" cy="2" r="2" transform="translate(-225 49)" fill="currentColor"/>
7
+ </g>
8
+ <rect id="Rectangle_6139" data-name="Rectangle 6139" width="20" height="20" transform="translate(-240 41)" fill="none"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg id="Observation" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <rect id="Rectangle_6173" data-name="Rectangle 6173" width="20" height="20" fill="none"/>
3
+ <g id="Tracé_1427" data-name="Tracé 1427" fill="currentColor" stroke-miterlimit="10">
4
+ <path d="M 15.5 17 C 13.57009029388428 17 12 15.42990970611572 12 13.5 L 12 12.11200046539307 L 12 11.31332969665527 L 11.22109985351563 11.13675022125244 C 10.82866764068604 11.0477819442749 10.42606067657471 11.0018138885498 10.02403163909912 11.0000524520874 C 10.30024242401123 11.00124073028564 10.57746124267578 11.0228853225708 10.8484001159668 11.06443977355957 L 12 11.24106979370117 L 12 10.07600021362305 L 12 9.093000411987305 L 12 8.244170188903809 L 11.16244983673096 8.106280326843262 C 10.85622978210449 8.055870056152344 10.44736003875732 7.998000144958496 10 7.998000144958496 C 9.552639961242676 7.998000144958496 9.143770217895508 8.055870056152344 8.837550163269043 8.106280326843262 L 8 8.244170188903809 L 8 9.093000411987305 L 8 10.07699966430664 L 8 11.2455997467041 L 9.154560089111328 11.06497955322266 C 9.42243480682373 11.02307319641113 9.698649406433105 11.00124740600586 9.975924491882324 11.0000524520874 C 9.573919296264648 11.0018196105957 9.171308517456055 11.0477876663208 8.778900146484375 11.13675022125244 L 8 11.31332969665527 L 8 12.11200046539307 L 8 13.5 C 8 15.42990970611572 6.429910182952881 17 4.5 17 C 2.570090055465698 17 1 15.42990970611572 1 13.5 C 1 13.03215980529785 1.091449975967407 12.57750988006592 1.27180004119873 12.1486701965332 L 1.28702437877655 12.11246967315674 L 5.101890087127686 3.952510118484497 L 5.178922653198242 3.78773832321167 C 5.439716339111328 3.304912328720093 5.943906784057617 3 6.5 3 C 7.327099800109863 3 8 3.672899961471558 8 4.5 L 8 5.061999797821045 L 8 6.183760166168213 L 9.114399909973145 6.055439949035645 C 9.454680442810059 6.016250133514404 9.736089706420898 5.998000144958496 10 5.998000144958496 C 10.26076984405518 5.998000144958496 10.54312038421631 6.016039848327637 10.88858032226563 6.054769992828369 L 12 6.179389953613281 L 12 5.060999870300293 L 12 4.5 C 12 3.672899961471558 12.67290019989014 3 13.5 3 C 14.06018733978271 3 14.56766128540039 3.309339284896851 14.82675552368164 3.798352241516113 L 14.89809036254883 3.952470064163208 L 18.64599990844727 11.97018814086914 L 18.64599990844727 11.98406982421875 L 18.72974967956543 12.15236186981201 C 18.90907287597656 12.58011913299561 19 13.03350162506104 19 13.5 C 19 15.42990970611572 17.42991065979004 17 15.5 17 Z M 15.5 10.25 C 13.70794010162354 10.25 12.25 11.70794010162354 12.25 13.5 C 12.25 15.29205989837646 13.70794010162354 16.75 15.5 16.75 C 17.29206085205078 16.75 18.75 15.29205989837646 18.75 13.5 C 18.75 11.70794010162354 17.29206085205078 10.25 15.5 10.25 Z M 4.5 10.25 C 2.707940101623535 10.25 1.25 11.70794010162354 1.25 13.5 C 1.25 15.29205989837646 2.707940101623535 16.75 4.5 16.75 C 6.292059898376465 16.75 7.75 15.29205989837646 7.75 13.5 C 7.75 11.70794010162354 6.292059898376465 10.25 4.5 10.25 Z" stroke="none"/>
5
+ <path d="M 13 10.06495571136475 C 13.70204067230225 9.552577972412109 14.56627750396729 9.25 15.5 9.25 C 15.77562522888184 9.25 16.04530715942383 9.276392936706543 16.30645370483398 9.326748847961426 L 13.9340877532959 4.251050472259521 C 13.86002540588379 4.125204086303711 13.71336269378662 4 13.5 4 C 13.22430038452148 4 13 4.224299907684326 13 4.5 L 13 7.297770023345947 L 11.10828113555908 7.085675716400146 C 11.18476295471191 7.096925735473633 11.25709533691406 7.108408451080322 11.32489013671875 7.119569778442383 L 13 7.395349979400635 L 13 10.06495571136475 M 7 10.06495571136475 L 7 7.395349979400635 L 8.67510986328125 7.119569778442383 C 8.725531578063965 7.111268520355225 8.778477668762207 7.102787971496582 8.833767890930176 7.094357490539551 L 7 7.305520057678223 L 7 4.5 C 7 4.224299907684326 6.775700092315674 4 6.5 4 C 6.287984848022461 4 6.141829490661621 4.123627662658691 6.067324161529541 4.248665809631348 L 3.69323992729187 9.326807975769043 C 3.954513072967529 9.276401519775391 4.224231719970703 9.25 4.5 9.25 C 5.433722496032715 9.25 6.297959804534912 9.552577972412109 7 10.06495571136475 M 15.5 18 C 13.01500034332275 18 11 15.98499965667725 11 13.5 L 11 12.11200046539307 C 10.67800045013428 12.03899955749512 10.3430004119873 12 10 12 C 9.656000137329102 12 9.321999549865723 12.03899955749512 9 12.11200046539307 L 9 13.5 C 9 15.98499965667725 6.985000133514404 18 4.5 18 C 2.015000104904175 18 0 15.98499965667725 0 13.5 C 0 12.88300037384033 0.125 12.29599952697754 0.3499999940395355 11.76099967956543 L 0.3479999899864197 11.76099967956543 L 0.3540000021457672 11.74699974060059 L 4.196000099182129 3.526999950408936 C 4.576000213623047 2.630000114440918 5.464000225067139 2 6.5 2 C 7.88100004196167 2 9 3.11899995803833 9 4.5 L 9 5.061999797821045 C 9.329999923706055 5.02400016784668 9.661999702453613 4.998000144958496 10 4.998000144958496 C 10.33800029754639 4.998000144958496 10.67000007629395 5.02400016784668 11 5.060999870300293 L 11 4.5 C 11 3.11899995803833 12.11900043487549 2 13.5 2 C 14.53600025177002 2 15.42399978637695 2.630000114440918 15.80399990081787 3.526999950408936 L 15.80399990081787 3.529000043869019 L 19.65200042724609 11.76099967956543 L 19.64999961853027 11.76099967956543 C 19.875 12.29599952697754 20 12.88300037384033 20 13.5 C 20 15.98499965667725 17.98500061035156 18 15.5 18 Z M 15.5 11.25 C 14.25899982452393 11.25 13.25 12.25899982452393 13.25 13.5 C 13.25 14.74100017547607 14.25899982452393 15.75 15.5 15.75 C 16.74099922180176 15.75 17.75 14.74100017547607 17.75 13.5 C 17.75 12.25899982452393 16.74099922180176 11.25 15.5 11.25 Z M 4.5 11.25 C 3.259000062942505 11.25 2.25 12.25899982452393 2.25 13.5 C 2.25 14.74100017547607 3.259000062942505 15.75 4.5 15.75 C 5.741000175476074 15.75 6.75 14.74100017547607 6.75 13.5 C 6.75 12.25899982452393 5.741000175476074 11.25 4.5 11.25 Z M 10 8.998000144958496 C 9.659999847412109 8.998000144958496 9.328000068664551 9.038999557495117 9 9.093000411987305 L 9 10.07699966430664 C 9.326000213623047 10.02600002288818 9.659999847412109 10 10 10 C 10.34000015258789 10 10.67399978637695 10.02600002288818 11 10.07600021362305 L 11 9.093000411987305 C 10.67199993133545 9.038999557495117 10.34000015258789 8.998000144958496 10 8.998000144958496 Z" stroke="none" fill="currentColor"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Pin" transform="translate(-240)">
3
+ <path id="Tracé_1346" data-name="Tracé 1346" d="M250.94,2l-1.412,1.412.706.707L246.7,7.65h-2.824l-1.412,1.413,3.518,3.52-3.985,4L243.413,18l3.985-4,3.54,3.542,1.413-1.412V13.3l3.531-3.531.706.706L258,9.064Zm0,9.888v2.825l-5.648-5.651h2.824l3.531-3.531,2.824,2.825Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6089" data-name="Rectangle 6089" width="20" height="20" transform="translate(240)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Pinpoint" transform="translate(-160)">
3
+ <path id="Tracé_1358" data-name="Tracé 1358" d="M164,8c0,5,6,10,6,10" fill="currentColor"/>
4
+ <path id="Tracé_1359" data-name="Tracé 1359" d="M170,2a5.961,5.961,0,0,0-5.944,6.777c.016.135.038.27.062.4l.011.055C164.964,13.792,170,18,170,18s5.036-4.208,5.871-8.763l.011-.055c.024-.135.046-.27.062-.4A5.961,5.961,0,0,0,170,2Zm0,9a3,3,0,1,1,3-3A3,3,0,0,1,170,11Z" fill="currentColor"/>
5
+ <rect id="Rectangle_6099" data-name="Rectangle 6099" width="20" height="20" transform="translate(160)" fill="none"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Pinpoint_hide" transform="translate(-8.128 -10.447)">
3
+ <rect id="Rectangle_6100" data-name="Rectangle 6100" width="20" height="20" transform="translate(8.128 10.447)" fill="none"/>
4
+ <path id="Tracé_1360" data-name="Tracé 1360" d="M24.88,13.109l-1.415-1.414L21.6,13.56a5.976,5.976,0,0,0-9.416,5.663c.016.136.038.27.061.405l.012.056a9.7,9.7,0,0,0,.811,2.408l-2.139,2.14,1.414,1.414L14.1,23.893a23.842,23.842,0,0,0,4.032,4.554S23.163,24.239,24,19.684l.011-.056c.024-.135.046-.269.062-.405a5.87,5.87,0,0,0-1.057-4.249Zm-9.752,5.338a2.982,2.982,0,0,1,4.286-2.7l-3.986,3.986A2.969,2.969,0,0,1,15.128,18.447Zm6,0a3,3,0,0,1-3,3,2.965,2.965,0,0,1-1.286-.3l3.986-3.986A2.983,2.983,0,0,1,21.128,18.447Z" fill="currentColor"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Plus" transform="translate(120 -82)">
3
+ <path id="Tracé_1378" data-name="Tracé 1378" d="M-102,91h-7V84h-2v7h-7v2h7v7h2V93h7Z" fill="currentColor"/>
4
+ <rect id="Rectangle_6130" data-name="Rectangle 6130" width="20" height="20" transform="translate(-120 82)" fill="none"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <g id="Reject" transform="translate(-80)">
3
+ <path id="Tracé_1363" data-name="Tracé 1363" d="M90,1a9,9,0,1,0,9,9A9,9,0,0,0,90,1Zm0,16a7,7,0,1,1,7-7A7,7,0,0,1,90,17Z" fill="currentColor"/>
4
+ <path id="Tracé_1364" data-name="Tracé 1364" d="M94,7.455,92.545,6,90,8.545,87.455,6,86,7.455,88.545,10,86,12.545,87.455,14,90,11.455,92.545,14,94,12.545,91.455,10Z" fill="currentColor"/>
5
+ <rect id="Rectangle_6102" data-name="Rectangle 6102" width="20" height="20" transform="translate(80)" fill="none"/>
6
+ </g>
7
+ </svg>