@mtes-mct/monitor-ui 1.7.3 → 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 (120) hide show
  1. package/CHANGELOG.md +10 -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/fields/Checkbox.d.ts +1 -1
  59. package/icons/ActivityFeed.d.ts +2 -0
  60. package/icons/Alert.d.ts +2 -0
  61. package/icons/Archive.d.ts +2 -0
  62. package/icons/Attention.d.ts +2 -0
  63. package/icons/Calendar.d.ts +2 -0
  64. package/icons/Check.d.ts +2 -0
  65. package/icons/Chevron.d.ts +2 -0
  66. package/icons/Clock.d.ts +2 -0
  67. package/icons/Close.d.ts +2 -0
  68. package/icons/Confirm.d.ts +2 -0
  69. package/icons/Control.d.ts +2 -0
  70. package/icons/Delete.d.ts +2 -0
  71. package/icons/Display.d.ts +2 -0
  72. package/icons/DoubleChevron.d.ts +2 -0
  73. package/icons/Download.d.ts +2 -0
  74. package/icons/Duplicate.d.ts +2 -0
  75. package/icons/Edit.d.ts +2 -0
  76. package/icons/Favorite.d.ts +2 -0
  77. package/icons/FilledArrow.d.ts +2 -0
  78. package/icons/Filter.d.ts +2 -0
  79. package/icons/Fishery.d.ts +2 -0
  80. package/icons/FishingEngine.d.ts +2 -0
  81. package/icons/FleetSegment.d.ts +2 -0
  82. package/icons/Focus.d.ts +2 -0
  83. package/icons/FocusVessel.d.ts +2 -0
  84. package/icons/FocusZones.d.ts +2 -0
  85. package/icons/Hide.d.ts +2 -0
  86. package/icons/Info.d.ts +2 -0
  87. package/icons/Infringement.d.ts +2 -0
  88. package/icons/Landmark.d.ts +2 -0
  89. package/icons/List.d.ts +2 -0
  90. package/icons/MeasureAngle.d.ts +2 -0
  91. package/icons/MeasureBrokenLine.d.ts +2 -0
  92. package/icons/MeasureCircle.d.ts +2 -0
  93. package/icons/MeasureLine.d.ts +2 -0
  94. package/icons/Minus.d.ts +2 -0
  95. package/icons/More.d.ts +2 -0
  96. package/icons/Observation.d.ts +2 -0
  97. package/icons/Pin.d.ts +2 -0
  98. package/icons/Pinpoint.d.ts +2 -0
  99. package/icons/PinpointHide.d.ts +2 -0
  100. package/icons/Plus.d.ts +2 -0
  101. package/icons/Reject.d.ts +2 -0
  102. package/icons/Save.d.ts +2 -0
  103. package/icons/Search.d.ts +2 -0
  104. package/icons/SelectPolygon.d.ts +2 -0
  105. package/icons/SelectRectangle.d.ts +2 -0
  106. package/icons/SelectZone.d.ts +2 -0
  107. package/icons/ShowErsMessages.d.ts +2 -0
  108. package/icons/ShowXml.d.ts +2 -0
  109. package/icons/SortingArrows.d.ts +2 -0
  110. package/icons/Summary.d.ts +2 -0
  111. package/icons/Tag.d.ts +2 -0
  112. package/icons/Vessel.d.ts +2 -0
  113. package/icons/ViewOnMap.d.ts +2 -0
  114. package/icons/index.d.ts +56 -0
  115. package/index.d.ts +2 -1
  116. package/index.js +321 -23
  117. package/index.js.map +1 -1
  118. package/package.json +1 -1
  119. package/{types/index.d.ts → types.d.ts} +3 -0
  120. package/constants.d.ts +0 -1
package/index.js CHANGED
@@ -1,15 +1,9 @@
1
- import styled, { createGlobalStyle, css, ThemeProvider as ThemeProvider$1 } from 'styled-components';
2
1
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
+ import styled, { createGlobalStyle, css, ThemeProvider as ThemeProvider$1 } from 'styled-components';
3
3
  import { useMemo, useCallback, useReducer, forwardRef, useRef, useImperativeHandle, useState, useEffect } from 'react';
4
4
  import { Checkbox as Checkbox$1, DateRangePicker as DateRangePicker$1, DatePicker as DatePicker$1, TagPicker, Radio, SelectPicker, Input } from 'rsuite';
5
5
  import { useField, useFormikContext } from 'formik';
6
6
 
7
- /* eslint-disable sort-keys-fix/sort-keys-fix, typescript-sort-keys/string-enum */
8
-
9
- var constants = /*#__PURE__*/Object.freeze({
10
- __proto__: null
11
- });
12
-
13
7
  /* eslint-disable sort-keys-fix/sort-keys-fix, typescript-sort-keys/interface */
14
8
  const THEME = {
15
9
  // https://xd.adobe.com/view/b6d4c472-3fbe-4dec-9f14-38fe03872a3e-e387/screen/b9bdc1ba-5f07-4c4f-bd44-2d38b2c6f663/specs/
@@ -76,6 +70,294 @@ const THEME = {
76
70
  }
77
71
  };
78
72
 
73
+ const IconBox = styled.div `
74
+ color: ${p => p.color ?? 'inherit'};
75
+
76
+ > svg {
77
+ height: ${p => p.size ?? 1}rem;
78
+ width: ${p => p.size ?? 1}rem;
79
+ }
80
+ `;
81
+
82
+ function ActivityFeed({ color, size, ...nativeProps }) {
83
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Activity_feed", transform: "translate(40 -41)", children: [jsxs("g", { "data-name": "Groupe 4181", id: "Groupe_4181", children: [jsxs("g", { "data-name": "Rectangle 6156", fill: "none", id: "Rectangle_6156", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-22 44) rotate(90)", children: [jsx("rect", { height: "11", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "9", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6157", fill: "none", id: "Rectangle_6157", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-25 50) rotate(90)", children: [jsx("rect", { height: "8", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "6", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6158", fill: "none", id: "Rectangle_6158", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-23 56) rotate(90)", children: [jsx("rect", { height: "10", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "8", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Trac\u00E9 1406", fill: "none", id: "Trac\u00E9_1406", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] })] }), jsx("rect", { "data-name": "Rectangle 6159", fill: "none", height: "20", id: "Rectangle_6159", transform: "translate(-40 41)", width: "20" })] }) }) }));
84
+ }
85
+
86
+ function Alert({ color, size, ...nativeProps }) {
87
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Alert", transform: "translate(-220 -208)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1348", fill: "currentColor", id: "Trac\u00E9_1348", transform: "translate(-60 208)" }), jsx("rect", { "data-name": "Rectangle 6090", fill: "none", height: "20", id: "Rectangle_6090", transform: "translate(220 208)", width: "20" })] }) }) }));
88
+ }
89
+
90
+ function Archive({ color, size, ...nativeProps }) {
91
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Archive", transform: "translate(-120)", children: [jsx("path", { d: "M138,2H122V8h1V18h14V8h1ZM124,4h12V6H124Zm11,12H125V8h10Z", "data-name": "Trac\u00E9 1343", fill: "currentColor", id: "Trac\u00E9_1343" }), jsxs("g", { "data-name": "Rectangle 6082", fill: "none", id: "Rectangle_6082", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(128 10)", children: [jsx("rect", { height: "2", stroke: "none", width: "4" }), jsx("rect", { fill: "none", width: "2", x: "1", y: "1" })] }), jsx("rect", { "data-name": "Rectangle 6083", fill: "none", height: "20", id: "Rectangle_6083", transform: "translate(120)", width: "20" })] }) }) }));
92
+ }
93
+
94
+ function Attention({ color, size, ...nativeProps }) {
95
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Attention", transform: "translate(200 -82)", children: [jsxs("g", { "data-name": "Groupe 4155", id: "Groupe_4155", children: [jsxs("g", { "data-name": "Trac\u00E9 1376", fill: "none", id: "Trac\u00E9_1376", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Rectangle 6126", fill: "none", id: "Rectangle_6126", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-189 93) rotate(180)", children: [jsx("rect", { height: "5", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "3", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6127", fill: "none", id: "Rectangle_6127", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-189 96) rotate(180)", children: [jsx("rect", { height: "2", stroke: "none", width: "2" }), jsx("rect", { fill: "none", x: "1", y: "1" })] })] }), jsx("rect", { "data-name": "Rectangle 6128", fill: "none", height: "20", id: "Rectangle_6128", transform: "translate(-200 82)", width: "20" })] }) }) }));
96
+ }
97
+
98
+ function Calendar({ color, size, ...nativeProps }) {
99
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Calendar", transform: "translate(280 -41)", children: [jsxs("g", { "data-name": "Groupe 4137", id: "Groupe_4137", children: [jsxs("g", { "data-name": "Trac\u00E9 1365", fill: "none", id: "Trac\u00E9_1365", strokeMiterlimit: "10", children: [jsx("path", { d: "M-266,44V42h-2v2h-4V42h-2v2h-4V59h16V44Zm2,13h-12V50h12Zm0-9h-12V46h12Z", stroke: "none" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Rectangle 6103", fill: "none", id: "Rectangle_6103", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-274 52)", children: [jsx("rect", { height: "3", stroke: "none", width: "4" }), jsx("rect", { fill: "none", height: "1", width: "2", x: "1", y: "1" })] })] }), jsx("rect", { "data-name": "Rectangle 6104", fill: "none", height: "20", id: "Rectangle_6104", transform: "translate(-280 41)", width: "20" })] }) }) }));
100
+ }
101
+
102
+ function Check({ color, size, ...nativeProps }) {
103
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Check", transform: "translate(40 -82)", children: [jsxs("g", { "data-name": "Trac\u00E9 1379", fill: "none", id: "Trac\u00E9_1379", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsx("rect", { "data-name": "Rectangle 6133", fill: "none", height: "20", id: "Rectangle_6133", transform: "translate(-40 82)", width: "20" })] }) }) }));
104
+ }
105
+
106
+ function Chevron({ color, size, ...nativeProps }) {
107
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Chevron", transform: "translate(0 -82)", children: [jsxs("g", { "data-name": "Trac\u00E9 1380", fill: "none", id: "Trac\u00E9_1380", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsx("rect", { "data-name": "Rectangle 6134", fill: "none", height: "20", id: "Rectangle_6134", transform: "translate(0 82)", width: "20" })] }) }) }));
108
+ }
109
+
110
+ function Clock({ color, size, ...nativeProps }) {
111
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Clock", transform: "translate(240 -41)", children: [jsxs("g", { "data-name": "Groupe 4139", id: "Groupe_4139", children: [jsxs("g", { "data-name": "Trac\u00E9 1366", fill: "none", id: "Trac\u00E9_1366", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1367", fill: "none", id: "Trac\u00E9_1367", strokeMiterlimit: "10", children: [jsx("path", { d: "M-229,50V46h-2v6h6V50Z", stroke: "none" }), jsx("path", { d: "M -225 52 L -231 52 L -231 46 L -229 46 L -229 50 L -225 50 L -225 52 Z", fill: "currentColor", stroke: "none" })] })] }), jsx("rect", { "data-name": "Rectangle 6105", fill: "none", height: "20", id: "Rectangle_6105", transform: "translate(-240 41)", width: "20" })] }) }) }));
112
+ }
113
+
114
+ function Close({ color, size, ...nativeProps }) {
115
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Close", transform: "translate(160 -82)", children: [jsxs("g", { "data-name": "Trac\u00E9 1377", fill: "none", id: "Trac\u00E9_1377", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsx("rect", { "data-name": "Rectangle 6129", fill: "none", height: "20", id: "Rectangle_6129", transform: "translate(-160 82)", width: "20" })] }) }) }));
116
+ }
117
+
118
+ function Confirm({ color, size, ...nativeProps }) {
119
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Confirm", transform: "translate(-40)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1361", fill: "currentColor", id: "Trac\u00E9_1361" }), jsx("path", { 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", "data-name": "Trac\u00E9 1362", fill: "currentColor", id: "Trac\u00E9_1362" }), jsx("rect", { "data-name": "Rectangle 6101", fill: "none", height: "20", id: "Rectangle_6101", transform: "translate(40)", width: "20" })] }) }) }));
120
+ }
121
+
122
+ function Control({ color, size, ...nativeProps }) {
123
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsxs("defs", { children: [jsx("clipPath", { id: "clip", children: jsx("use", {}) }), jsx("clipPath", { id: "clip-2", children: jsx("use", {}) }), jsx("clipPath", { id: "clip-3", children: jsx("use", {}) })] }), jsxs("g", { id: "Control", transform: "translate(120 -41)", children: [jsxs("g", { "data-name": "Groupe 4144", id: "Groupe_4144", children: [jsxs("g", { "data-name": "Rectangle 6111", fill: "none", id: "Rectangle_6111", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-104 58) rotate(90)", children: [jsx("rect", { height: "12", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "10", x: "1", y: "1" })] }), jsx("path", { 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", "data-name": "Trac\u00E9 1369", fill: "currentColor", id: "Trac\u00E9_1369" }), jsxs("g", { "data-name": "Rectangle 6112", fill: "none", id: "Rectangle_6112", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-110.75 41.75)", children: [jsx("rect", { height: "2.25", id: "fill", stroke: "none", width: "1.5" }), jsx("path", { clipPath: "url(#clip)", d: "M0,1h1.5M1,0v2.25M1.5,1.25h-1.5M0.5,2.25v-2.25", fill: "none" })] }), jsxs("g", { "data-name": "Rectangle 6113", fill: "none", id: "Rectangle_6113", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-104.061 43) rotate(45)", children: [jsx("rect", { height: "2.25", id: "fill-2", stroke: "none", width: "1.5" }), jsx("path", { clipPath: "url(#clip-2)", d: "M0,1h1.5M1,0v2.25M1.5,1.25h-1.5M0.5,2.25v-2.25", fill: "none" })] }), jsxs("g", { "data-name": "Rectangle 6114", fill: "none", id: "Rectangle_6114", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-117 44.061) rotate(-45)", children: [jsx("rect", { height: "2.25", id: "fill-3", stroke: "none", width: "1.5" }), jsx("path", { clipPath: "url(#clip-3)", d: "M0,1h1.5M1,0v2.25M1.5,1.25h-1.5M0.5,2.25v-2.25", fill: "none" })] })] }), jsx("rect", { "data-name": "Rectangle 6115", fill: "none", height: "20", id: "Rectangle_6115", transform: "translate(-120 41)", width: "20" })] })] }) }));
124
+ }
125
+
126
+ function Delete({ color, size, ...nativeProps }) {
127
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Delete", transform: "translate(-23.798 -14.096)", children: [jsxs("g", { "data-name": "Groupe 4114", id: "Groupe_4114", children: [jsx("rect", { "data-name": "Rectangle 6078", fill: "currentColor", height: "6", id: "Rectangle_6078", transform: "translate(31.548 22.096)", width: "1.5" }), jsx("rect", { "data-name": "Rectangle 6079", fill: "currentColor", height: "6", id: "Rectangle_6079", transform: "translate(34.548 22.096)", width: "1.5" }), jsx("path", { 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", "data-name": "Trac\u00E9 1340", fill: "currentColor", id: "Trac\u00E9_1340" })] }), jsx("rect", { "data-name": "Rectangle 6080", fill: "none", height: "20", id: "Rectangle_6080", transform: "translate(23.798 14.096)", width: "20" })] }) }) }));
128
+ }
129
+
130
+ function Display({ color, size, ...nativeProps }) {
131
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Display", transform: "translate(0 -40)", children: [jsxs("g", { "data-name": "Groupe 4124", id: "Groupe_4124", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1349", fill: "currentColor", id: "Trac\u00E9_1349" }), jsx("circle", { cx: "2.25", cy: "2.25", "data-name": "Ellipse 752", fill: "currentColor", id: "Ellipse_752", r: "2.25", transform: "translate(7.75 47.75)" })] }), jsx("rect", { "data-name": "Rectangle 6093", fill: "none", height: "20", id: "Rectangle_6093", transform: "translate(0 40)", width: "20" })] }) }) }));
132
+ }
133
+
134
+ function DoubleChevron({ color, size, ...nativeProps }) {
135
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "Double_chevron", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsxs("g", { "data-name": "Groupe 4162", id: "Groupe_4162", children: [jsxs("g", { "data-name": "Trac\u00E9 1381", fill: "none", id: "Trac\u00E9_1381", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1382", fill: "none", id: "Trac\u00E9_1382", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] })] }), jsx("rect", { "data-name": "Rectangle 6135", fill: "none", height: "20", id: "Rectangle_6135", width: "20" })] }) }));
136
+ }
137
+
138
+ function Download({ color, size, ...nativeProps }) {
139
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Download", transform: "translate(-80)", children: [jsxs("g", { "data-name": "Groupe 4130", id: "Groupe_4130", children: [jsx("rect", { "data-name": "Rectangle 6096", fill: "currentColor", height: "2", id: "Rectangle_6096", transform: "translate(84 16)", width: "12" }), jsx("path", { d: "M93,9V2H87V9H84l6,6,6-6Z", "data-name": "Trac\u00E9 1356", fill: "currentColor", id: "Trac\u00E9_1356" })] }), jsx("rect", { "data-name": "Rectangle 6097", fill: "none", height: "20", id: "Rectangle_6097", transform: "translate(80)", width: "20" })] }) }) }));
140
+ }
141
+
142
+ function Duplicate({ color, size, ...nativeProps }) {
143
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "Duplicate", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsx("path", { d: "M6,2V5H3V18H14V15h3V2Zm6,14H5V7h7Zm3-3H14V5H8V4h7Z", "data-name": "Trac\u00E9 1373", fill: "currentColor", id: "Trac\u00E9_1373" }), jsx("rect", { "data-name": "Rectangle 6119", fill: "none", height: "20", id: "Rectangle_6119", width: "20" })] }) }));
144
+ }
145
+
146
+ function Edit({ color, size, ...nativeProps }) {
147
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Edit", transform: "translate(-80)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1341", fill: "currentColor", id: "Trac\u00E9_1341" }), jsx("path", { d: "M95,9v7H84V5h7V3H82V18H97V9Z", "data-name": "Trac\u00E9 1342", fill: "currentColor", id: "Trac\u00E9_1342" }), jsx("rect", { "data-name": "Rectangle 6081", fill: "none", height: "20", id: "Rectangle_6081", transform: "translate(80)", width: "20" })] }) }) }));
148
+ }
149
+
150
+ function Favorite({ color, size, ...nativeProps }) {
151
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Favorite", transform: "translate(-300 -208)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1347", fill: "currentColor", id: "Trac\u00E9_1347", transform: "translate(-60 208)" }), jsx("rect", { "data-name": "Rectangle 6092", fill: "none", height: "20", id: "Rectangle_6092", transform: "translate(300 208)", width: "20" })] }) }) }));
152
+ }
153
+
154
+ function FilledArrow({ color, size, ...nativeProps }) {
155
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Filled_arrow", transform: "translate(320 -41)", children: [jsx("path", { d: "M-313,43V59l8-8Z", "data-name": "Trac\u00E9 1385", fill: "currentColor", id: "Trac\u00E9_1385" }), jsx("rect", { "data-name": "Rectangle 6137", fill: "none", height: "20", id: "Rectangle_6137", transform: "translate(-320 41)", width: "20" })] }) }) }));
156
+ }
157
+
158
+ function Filter({ color, size, ...nativeProps }) {
159
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Filter", transform: "translate(-930 -294)", children: [jsx("path", { d: "M2,2V4l5,7.592V18h6V11.592L18,4h0V2Zm9,9v5H9V11H9L4.394,4H15.606Z", "data-name": "Trac\u00E9 1450", fill: "currentColor", id: "Trac\u00E9_1450", transform: "translate(930 294)" }), jsx("rect", { "data-name": "Rectangle 6208", fill: "none", height: "20", id: "Rectangle_6208", transform: "translate(930 294)", width: "20" })] }) }) }));
160
+ }
161
+
162
+ function Fishery({ color, size, ...nativeProps }) {
163
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Fishery", transform: "translate(80 -41)", children: [jsx("g", { "data-name": "Groupe 597", id: "Groupe_597", children: jsx("circle", { cx: "1.5", cy: "1.5", "data-name": "Ellipse 129", fill: "currentColor", id: "Ellipse_129", r: "1.5", transform: "translate(-67 49.5)" }) }), jsx("path", { 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", "data-name": "Trac\u00E9 1370", fill: "currentColor", id: "Trac\u00E9_1370" }), jsx("rect", { "data-name": "Rectangle 6116", fill: "none", height: "20", id: "Rectangle_6116", transform: "translate(-80 41)", width: "20" })] }) }) }));
164
+ }
165
+
166
+ function FishingEngine({ color, size, ...nativeProps }) {
167
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Fishing_engine", transform: "translate(0 -41)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1372", fill: "currentColor", id: "Trac\u00E9_1372" }), jsx("rect", { "data-name": "Rectangle 6118", fill: "none", height: "20", id: "Rectangle_6118", transform: "translate(0 41)", width: "20" })] }) }) }));
168
+ }
169
+
170
+ function FleetSegment({ color, size, ...nativeProps }) {
171
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Fleet_segment", transform: "translate(280 -82)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1374", fill: "currentColor", id: "Trac\u00E9_1374" }), jsx("rect", { "data-name": "Rectangle 6122", fill: "none", height: "20", id: "Rectangle_6122", transform: "translate(-280 82)", width: "20" })] }) }) }));
172
+ }
173
+
174
+ function Focus({ color, size, ...nativeProps }) {
175
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Focus", transform: "translate(320 -82)", children: [jsxs("g", { "data-name": "Groupe 4187", id: "Groupe_4187", children: [jsxs("g", { "data-name": "Trac\u00E9 1413", fill: "none", id: "Trac\u00E9_1413", strokeMiterlimit: "10", children: [jsx("path", { d: "M-319,83v7h2V85h5V83Z", stroke: "none" }), jsx("path", { d: "M -319 83 L -312 83 L -312 85 L -317 85 L -317 90 L -319 90 L -319 83 Z", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1414", fill: "none", id: "Trac\u00E9_1414", strokeMiterlimit: "10", children: [jsx("path", { d: "M-317,94h-2v7h7V99h-5Z", stroke: "none" }), jsx("path", { d: "M -319 94 L -317 94 L -317 99 L -312 99 L -312 101 L -319 101 L -319 94 Z", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1415", fill: "none", id: "Trac\u00E9_1415", strokeMiterlimit: "10", children: [jsx("path", { d: "M-308,83v2h5v5h2V83Z", stroke: "none" }), jsx("path", { d: "M -308 83 L -301 83 L -301 90 L -303 90 L -303 85 L -308 85 L -308 83 Z", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1416", fill: "none", id: "Trac\u00E9_1416", strokeMiterlimit: "10", children: [jsx("path", { d: "M-303,99h-5v2h7V94h-2Z", stroke: "none" }), jsx("path", { d: "M -301 101 L -308 101 L -308 99 L -303 99 L -303 94 L -301 94 L -301 101 Z", fill: "currentColor", stroke: "none" })] })] }), jsx("rect", { "data-name": "Rectangle 6162", fill: "none", height: "20", id: "Rectangle_6162", transform: "translate(-320 82)", width: "20" })] }) }) }));
176
+ }
177
+
178
+ function FocusVessel({ color, size, ...nativeProps }) {
179
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "Focus_vessel", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsx("path", { 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", "data-name": "Union 12", fill: "currentColor", id: "Union_12" }), jsx("rect", { "data-name": "Rectangle 6176", fill: "none", height: "20", id: "Rectangle_6176", width: "20" }), jsxs("g", { "data-name": "Groupe 4196", id: "Groupe_4196", children: [jsx("path", { d: "M1,1V6H3V3H6V1Z", "data-name": "Trac\u00E9 1438", fill: "currentColor", id: "Trac\u00E9_1438" }), jsx("path", { d: "M14,1V3h3V6h2V1Z", "data-name": "Trac\u00E9 1439", fill: "currentColor", id: "Trac\u00E9_1439" }), jsx("path", { d: "M17,17H14v2h5V14H17Z", "data-name": "Trac\u00E9 1440", fill: "currentColor", id: "Trac\u00E9_1440" }), jsx("path", { d: "M3,14H1v5H6V17H3Z", "data-name": "Trac\u00E9 1441", fill: "currentColor", id: "Trac\u00E9_1441" })] })] }) }));
180
+ }
181
+
182
+ function FocusZones({ color, size, ...nativeProps }) {
183
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "Focus_zones", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsxs("g", { "data-name": "Groupe 4194", id: "Groupe_4194", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1433", fill: "currentColor", id: "Trac\u00E9_1433" }), jsx("circle", { cx: "1.75", cy: "1.75", "data-name": "Ellipse 758", fill: "currentColor", id: "Ellipse_758", r: "1.75", transform: "translate(8.25 8.25)" })] }), jsx("rect", { "data-name": "Rectangle 6175", fill: "none", height: "20", id: "Rectangle_6175", width: "20" }), jsxs("g", { "data-name": "Groupe 4195", id: "Groupe_4195", children: [jsx("path", { d: "M1,1V6H3V3H6V1Z", "data-name": "Trac\u00E9 1434", fill: "currentColor", id: "Trac\u00E9_1434" }), jsx("path", { d: "M14,1V3h3V6h2V1Z", "data-name": "Trac\u00E9 1435", fill: "currentColor", id: "Trac\u00E9_1435" }), jsx("path", { d: "M17,17H14v2h5V14H17Z", "data-name": "Trac\u00E9 1436", fill: "currentColor", id: "Trac\u00E9_1436" }), jsx("path", { d: "M3,14H1v5H6V17H3Z", "data-name": "Trac\u00E9 1437", fill: "currentColor", id: "Trac\u00E9_1437" })] })] }) }));
184
+ }
185
+
186
+ function Hide({ color, size, ...nativeProps }) {
187
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "Hide", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsx("path", { 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", "data-name": "Trac\u00E9 1350", fill: "currentColor", id: "Trac\u00E9_1350" }), jsx("rect", { "data-name": "Rectangle 6094", fill: "none", height: "20", id: "Rectangle_6094", width: "20" })] }) }));
188
+ }
189
+
190
+ function Info({ color, size, ...nativeProps }) {
191
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Info", transform: "translate(240 -82)", children: [jsxs("g", { "data-name": "Groupe 4153", id: "Groupe_4153", children: [jsxs("g", { "data-name": "Trac\u00E9 1375", fill: "none", id: "Trac\u00E9_1375", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Rectangle 6123", fill: "none", id: "Rectangle_6123", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-231 91)", children: [jsx("rect", { height: "5", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "3", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6124", fill: "none", id: "Rectangle_6124", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-231 88)", children: [jsx("rect", { height: "2", stroke: "none", width: "2" }), jsx("rect", { fill: "none", x: "1", y: "1" })] })] }), jsx("rect", { "data-name": "Rectangle 6125", fill: "none", height: "20", id: "Rectangle_6125", transform: "translate(-240 82)", width: "20" })] }) }) }));
192
+ }
193
+
194
+ function Infringement({ color, size, ...nativeProps }) {
195
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Infringement", transform: "translate(40 -41)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1371", fill: "currentColor", id: "Trac\u00E9_1371" }), jsx("rect", { "data-name": "Rectangle 6117", fill: "none", height: "20", id: "Rectangle_6117", transform: "translate(-40 41)", width: "20" })] }) }) }));
196
+ }
197
+
198
+ function Landmark({ color, size, ...nativeProps }) {
199
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Landmark", transform: "translate(120 -82)", children: [jsx("rect", { "data-name": "Rectangle 6167", fill: "currentColor", height: "15", id: "Rectangle_6167", transform: "translate(-114 99) rotate(180)", width: "2" }), jsx("path", { d: "M-113,84V94l12-5Z", "data-name": "Trac\u00E9 1422", fill: "currentColor", id: "Trac\u00E9_1422" }), jsx("rect", { "data-name": "Rectangle 6168", fill: "none", height: "20", id: "Rectangle_6168", transform: "translate(-120 82)", width: "20" })] }) }) }));
200
+ }
201
+
202
+ function List({ color, size, ...nativeProps }) {
203
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "List", transform: "translate(160 -41)", children: [jsxs("g", { "data-name": "Groupe 4142", id: "Groupe_4142", children: [jsxs("g", { "data-name": "Rectangle 6107", fill: "none", id: "Rectangle_6107", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-142 45) rotate(90)", children: [jsx("rect", { height: "12", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "10", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6108", fill: "none", id: "Rectangle_6108", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-142 50) rotate(90)", children: [jsx("rect", { height: "12", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "10", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6109", fill: "none", id: "Rectangle_6109", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-142 55) rotate(90)", children: [jsx("rect", { height: "12", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "10", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Ellipse 754", fill: "none", id: "Ellipse_754", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-158 44.5)", children: [jsx("circle", { cx: "1.5", cy: "1.5", r: "1.5", stroke: "none" }), jsx("circle", { cx: "1.5", cy: "1.5", fill: "none", r: "0.5" })] }), jsxs("g", { "data-name": "Ellipse 755", fill: "none", id: "Ellipse_755", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-158 49.5)", children: [jsx("circle", { cx: "1.5", cy: "1.5", r: "1.5", stroke: "none" }), jsx("circle", { cx: "1.5", cy: "1.5", fill: "none", r: "0.5" })] }), jsxs("g", { "data-name": "Ellipse 756", fill: "none", id: "Ellipse_756", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-158 54.5)", children: [jsx("circle", { cx: "1.5", cy: "1.5", r: "1.5", stroke: "none" }), jsx("circle", { cx: "1.5", cy: "1.5", fill: "none", r: "0.5" })] })] }), jsx("rect", { "data-name": "Rectangle 6110", fill: "none", height: "20", id: "Rectangle_6110", transform: "translate(-160 41)", width: "20" })] }) }) }));
204
+ }
205
+
206
+ function MeasureAngle({ color, size, ...nativeProps }) {
207
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Measure_angle", transform: "translate(200 -82)", children: [jsxs("g", { "data-name": "Groupe 4191", id: "Groupe_4191", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1418", fill: "currentColor", id: "Trac\u00E9_1418" }), jsx("path", { 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", "data-name": "Trac\u00E9 1419", fill: "currentColor", id: "Trac\u00E9_1419" }), jsx("path", { 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", "data-name": "Trac\u00E9 1420", fill: "currentColor", id: "Trac\u00E9_1420" })] }), jsx("rect", { "data-name": "Rectangle 6165", fill: "none", height: "20", id: "Rectangle_6165", transform: "translate(-200 82)", width: "20" })] }) }) }));
208
+ }
209
+
210
+ function MeasureBrokenLine({ color, size, ...nativeProps }) {
211
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Measure_broken_line", transform: "translate(240 -82)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1417", fill: "currentColor", id: "Trac\u00E9_1417" }), jsx("rect", { "data-name": "Rectangle 6164", fill: "none", height: "20", id: "Rectangle_6164", transform: "translate(-240 82)", width: "20" })] }) }) }));
212
+ }
213
+
214
+ function MeasureCircle({ color, size, ...nativeProps }) {
215
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Measure_circle", transform: "translate(160 -82)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1421", fill: "currentColor", id: "Trac\u00E9_1421" }), jsx("rect", { "data-name": "Rectangle 6166", fill: "none", height: "20", id: "Rectangle_6166", transform: "translate(-160 82)", width: "20" })] }) }) }));
216
+ }
217
+
218
+ function MeasureLine({ color, size, ...nativeProps }) {
219
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Measure_line", transform: "translate(280 -82)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 231", fill: "currentColor", id: "Trac\u00E9_231" }), jsx("rect", { "data-name": "Rectangle 6163", fill: "none", height: "20", id: "Rectangle_6163", transform: "translate(-280 82)", width: "20" })] }) }) }));
220
+ }
221
+
222
+ function Minus({ color, size, ...nativeProps }) {
223
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Minus", transform: "translate(80 -82)", children: [jsxs("g", { "data-name": "Rectangle 6131", fill: "none", id: "Rectangle_6131", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-77 93) rotate(-90)", children: [jsx("rect", { height: "14", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "12", x: "1", y: "1" })] }), jsx("rect", { "data-name": "Rectangle 6132", fill: "none", height: "20", id: "Rectangle_6132", transform: "translate(-80 82)", width: "20" })] }) }) }));
224
+ }
225
+
226
+ function More({ color, size, ...nativeProps }) {
227
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "More", transform: "translate(240 -41)", children: [jsxs("g", { "data-name": "Groupe 4169", id: "Groupe_4169", children: [jsx("circle", { cx: "2", cy: "2", "data-name": "Ellipse 215", fill: "currentColor", id: "Ellipse_215", r: "2", transform: "translate(-232 49)" }), jsx("circle", { cx: "2", cy: "2", "data-name": "Ellipse 743", fill: "currentColor", id: "Ellipse_743", r: "2", transform: "translate(-239 49)" }), jsx("circle", { cx: "2", cy: "2", "data-name": "Ellipse 744", fill: "currentColor", id: "Ellipse_744", r: "2", transform: "translate(-225 49)" })] }), jsx("rect", { "data-name": "Rectangle 6139", fill: "none", height: "20", id: "Rectangle_6139", transform: "translate(-240 41)", width: "20" })] }) }) }));
228
+ }
229
+
230
+ function Observation({ color, size, ...nativeProps }) {
231
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "Observation", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsx("rect", { "data-name": "Rectangle 6173", fill: "none", height: "20", id: "Rectangle_6173", width: "20" }), jsxs("g", { "data-name": "Trac\u00E9 1427", fill: "currentColor", id: "Trac\u00E9_1427", strokeMiterlimit: "10", children: [jsx("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" }), jsx("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", fill: "currentColor", stroke: "none" })] })] }) }));
232
+ }
233
+
234
+ function Pin({ color, size, ...nativeProps }) {
235
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Pin", transform: "translate(-240)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1346", fill: "currentColor", id: "Trac\u00E9_1346" }), jsx("rect", { "data-name": "Rectangle 6089", fill: "none", height: "20", id: "Rectangle_6089", transform: "translate(240)", width: "20" })] }) }) }));
236
+ }
237
+
238
+ function Pinpoint({ color, size, ...nativeProps }) {
239
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Pinpoint", transform: "translate(-160)", children: [jsx("path", { d: "M164,8c0,5,6,10,6,10", "data-name": "Trac\u00E9 1358", fill: "currentColor", id: "Trac\u00E9_1358" }), jsx("path", { 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", "data-name": "Trac\u00E9 1359", fill: "currentColor", id: "Trac\u00E9_1359" }), jsx("rect", { "data-name": "Rectangle 6099", fill: "none", height: "20", id: "Rectangle_6099", transform: "translate(160)", width: "20" })] }) }) }));
240
+ }
241
+
242
+ function PinpointHide({ color, size, ...nativeProps }) {
243
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Pinpoint_hide", transform: "translate(-8.128 -10.447)", children: [jsx("rect", { "data-name": "Rectangle 6100", fill: "none", height: "20", id: "Rectangle_6100", transform: "translate(8.128 10.447)", width: "20" }), jsx("path", { 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", "data-name": "Trac\u00E9 1360", fill: "currentColor", id: "Trac\u00E9_1360" })] }) }) }));
244
+ }
245
+
246
+ function Plus({ color, size, ...nativeProps }) {
247
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Plus", transform: "translate(120 -82)", children: [jsx("path", { d: "M-102,91h-7V84h-2v7h-7v2h7v7h2V93h7Z", "data-name": "Trac\u00E9 1378", fill: "currentColor", id: "Trac\u00E9_1378" }), jsx("rect", { "data-name": "Rectangle 6130", fill: "none", height: "20", id: "Rectangle_6130", transform: "translate(-120 82)", width: "20" })] }) }) }));
248
+ }
249
+
250
+ function Reject({ color, size, ...nativeProps }) {
251
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Reject", transform: "translate(-80)", children: [jsx("path", { 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", "data-name": "Trac\u00E9 1363", fill: "currentColor", id: "Trac\u00E9_1363" }), jsx("path", { 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", "data-name": "Trac\u00E9 1364", fill: "currentColor", id: "Trac\u00E9_1364" }), jsx("rect", { "data-name": "Rectangle 6102", fill: "none", height: "20", id: "Rectangle_6102", transform: "translate(80)", width: "20" })] }) }) }));
252
+ }
253
+
254
+ function Save({ color, size, ...nativeProps }) {
255
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "Save", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsx("path", { d: "M14.444,2H2V18H18V5.556ZM10,16.222a2.667,2.667,0,1,1,2.667-2.667h0a2.663,2.663,0,0,1-2.659,2.667Zm2.667-8.889H3.778V3.778h8.889Z", "data-name": "Trac\u00E9 1302", fill: "currentColor", id: "Trac\u00E9_1302" }), jsx("rect", { "data-name": "Rectangle 6121", fill: "none", height: "20", id: "Rectangle_6121", width: "20" })] }) }));
256
+ }
257
+
258
+ function Search({ color, size, ...nativeProps }) {
259
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Search", transform: "translate(200 -41)", children: [jsxs("g", { "data-name": "Trac\u00E9 1368", fill: "none", id: "Trac\u00E9_1368", strokeMiterlimit: "10", children: [jsx("path", { d: "M-181.262,58.262l-5.111-5.111A6.958,6.958,0,0,0-185,49a7,7,0,0,0-7-7,7,7,0,0,0-7,7,7,7,0,0,0,7,7,6.958,6.958,0,0,0,4.151-1.373l5.111,5.111ZM-197,49a5.006,5.006,0,0,1,5-5,5.006,5.006,0,0,1,5,5,5.006,5.006,0,0,1-5,5A5.006,5.006,0,0,1-197,49Z", stroke: "none" }), jsx("path", { d: "M -182.7380065917969 59.73799896240234 L -187.8489990234375 54.62699890136719 C -189.0110015869141 55.48600006103516 -190.4440002441406 56 -192 56 C -195.8659973144531 56 -199 52.86600112915039 -199 49 C -199 45.13399887084961 -195.8659973144531 42 -192 42 C -188.1340026855469 42 -185 45.13399887084961 -185 49 C -185 50.55599975585938 -185.5140075683594 51.98899841308594 -186.3730010986328 53.1510009765625 L -181.2619934082031 58.26200103759766 L -182.7380065917969 59.73799896240234 Z M -192 44 C -194.7570037841797 44 -197 46.24300003051758 -197 49 C -197 51.75699996948242 -194.7570037841797 54 -192 54 C -189.2429962158203 54 -187 51.75699996948242 -187 49 C -187 46.24300003051758 -189.2429962158203 44 -192 44 Z", fill: "currentColor", stroke: "none" })] }), jsx("rect", { "data-name": "Rectangle 6106", fill: "none", height: "20", id: "Rectangle_6106", transform: "translate(-200 41)", width: "20" })] }) }) }));
260
+ }
261
+
262
+ function SelectPolygon({ color, size, ...nativeProps }) {
263
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Select_polygon", transform: "translate(120 -41)", children: [jsxs("g", { "data-name": "Groupe 4176", id: "Groupe_4176", children: [jsx("path", { d: "M-114.675,45.646l-1.875-.7,1.113-2.994h3.2v2h-1.8Z", "data-name": "Trac\u00E9 1395", fill: "currentColor", id: "Trac\u00E9_1395" }), jsx("rect", { "data-name": "Rectangle 6148", fill: "currentColor", height: "2", id: "Rectangle_6148", transform: "translate(-117.788 48.28) rotate(-69.601)", width: "2.539" }), jsx("path", { d: "M-116.974,54.383l-2.266-2.192,1.1-2.956,1.875.7-.643,1.731,1.326,1.284Z", "data-name": "Trac\u00E9 1396", fill: "currentColor", id: "Trac\u00E9_1396" }), jsx("rect", { "data-name": "Rectangle 6149", fill: "currentColor", height: "2.664", id: "Rectangle_6149", transform: "matrix(0.695, -0.719, 0.719, 0.695, -116.207, 55.124)", width: "2" }), jsx("path", { d: "M-111.067,60.1l-2.459-2.379,1.391-1.437,1.135,1.1,1.185-1.041,1.32,1.5Z", "data-name": "Trac\u00E9 1397", fill: "currentColor", id: "Trac\u00E9_1397" }), jsx("path", { d: "M-107.521,56.983l-1.318-1.5,1.4-1.174,1.559-.7.822,1.822-1.423.643Z", "data-name": "Trac\u00E9 1398", fill: "currentColor", id: "Trac\u00E9_1398" }), jsx("path", { d: "M-103.869,54.893l-.82-1.824,1.57-.707-.3-1.7,1.971-.346.565,3.229Z", "data-name": "Trac\u00E9 1399", fill: "currentColor", id: "Trac\u00E9_1399" }), jsx("rect", { "data-name": "Rectangle 6150", fill: "currentColor", height: "2.862", id: "Rectangle_6150", transform: "translate(-104.11 46.717) rotate(-9.96)", width: "2.001" }), jsx("path", { d: "M-104.308,45.589l-.287-1.635h-1.66v-2h3.34l.578,3.289Z", "data-name": "Trac\u00E9 1400", fill: "currentColor", id: "Trac\u00E9_1400" }), jsx("rect", { "data-name": "Rectangle 6151", fill: "currentColor", height: "2", id: "Rectangle_6151", transform: "translate(-110.911 41.954)", width: "3.326" })] }), jsx("rect", { "data-name": "Rectangle 6152", fill: "none", height: "20", id: "Rectangle_6152", transform: "translate(-120 41)", width: "20" })] }) }) }));
264
+ }
265
+
266
+ function SelectRectangle({ color, size, ...nativeProps }) {
267
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Select_rectangle", transform: "translate(160 -41)", children: [jsxs("g", { "data-name": "Groupe 4174", id: "Groupe_4174", children: [jsxs("g", { "data-name": "Rectangle 6143", fill: "none", id: "Rectangle_6143", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-152 44) rotate(-90)", children: [jsx("rect", { height: "4", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "2", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6144", fill: "none", id: "Rectangle_6144", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-152 60) rotate(-90)", children: [jsx("rect", { height: "4", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "2", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6145", fill: "none", id: "Rectangle_6145", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-159 49)", children: [jsx("rect", { height: "4", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "2", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Rectangle 6146", fill: "none", id: "Rectangle_6146", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(-143 49)", children: [jsx("rect", { height: "4", stroke: "none", width: "2" }), jsx("rect", { fill: "none", height: "2", x: "1", y: "1" })] }), jsxs("g", { "data-name": "Groupe 4172", id: "Groupe_4172", children: [jsxs("g", { "data-name": "Trac\u00E9 1391", fill: "none", id: "Trac\u00E9_1391", strokeMiterlimit: "10", children: [jsx("path", { d: "M-159,42v5h2V44h3V42Z", stroke: "none" }), jsx("path", { d: "M -159 42 L -154 42 L -154 44 L -157 44 L -157 47 L -159 47 L -159 42 Z", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1392", fill: "none", id: "Trac\u00E9_1392", strokeMiterlimit: "10", children: [jsx("path", { d: "M-146,42v2h3v3h2V42Z", stroke: "none" }), jsx("path", { d: "M -146 42 L -141 42 L -141 47 L -143 47 L -143 44 L -146 44 L -146 42 Z", fill: "currentColor", stroke: "none" })] })] }), jsxs("g", { "data-name": "Groupe 4173", id: "Groupe_4173", children: [jsxs("g", { "data-name": "Trac\u00E9 1393", fill: "none", id: "Trac\u00E9_1393", strokeMiterlimit: "10", children: [jsx("path", { d: "M-157,55h-2v5h5V58h-3Z", stroke: "none" }), jsx("path", { d: "M -159 55 L -157 55 L -157 58 L -154 58 L -154 60 L -159 60 L -159 55 Z", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1394", fill: "none", id: "Trac\u00E9_1394", strokeMiterlimit: "10", children: [jsx("path", { d: "M-143,55v3h-3v2h5V55Z", stroke: "none" }), jsx("path", { d: "M -143 55 L -141 55 L -141 60 L -146 60 L -146 58 L -143 58 L -143 55 Z", fill: "currentColor", stroke: "none" })] })] })] }), jsx("rect", { "data-name": "Rectangle 6147", fill: "none", height: "20", id: "Rectangle_6147", transform: "translate(-160 41)", width: "20" })] }) }) }));
268
+ }
269
+
270
+ function SelectZone({ color, size, ...nativeProps }) {
271
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Select_zone", transform: "translate(80 -41)", children: [jsxs("g", { "data-name": "Groupe 4179", id: "Groupe_4179", children: [jsxs("g", { "data-name": "Groupe 4178", id: "Groupe_4178", children: [jsx("path", { d: "M-74.675,45.646l-1.875-.7,1.113-2.994h3.2v2h-1.8Z", "data-name": "Trac\u00E9 1401", fill: "currentColor", id: "Trac\u00E9_1401" }), jsx("rect", { "data-name": "Rectangle 6153", fill: "currentColor", height: "2", id: "Rectangle_6153", transform: "translate(-77.788 48.28) rotate(-69.601)", width: "2.539" }), jsx("path", { d: "M-77.377,54.526-79.2,52.089l1.06-2.854,1.875.7-.681,1.833,1.172,1.564Z", "data-name": "Trac\u00E9 1402", fill: "currentColor", id: "Trac\u00E9_1402" }), jsx("path", { d: "M-74.679,58.132l-1.9-2.534,1.6-1.2,1.1,1.47,1.779-.445.486,1.939Z", "data-name": "Trac\u00E9 1403", fill: "currentColor", id: "Trac\u00E9_1403" }), jsx("path", { d: "M-62.532,51.889l-1.66-1.115,1.122-1.67-.63-1.91,1.9-.625.935,2.838Z", "data-name": "Trac\u00E9 1404", fill: "currentColor", id: "Trac\u00E9_1404" }), jsx("path", { d: "M-64.211,45.641l-.556-1.687h-1.776v-2h3.224l1.009,3.062Z", "data-name": "Trac\u00E9 1405", fill: "currentColor", id: "Trac\u00E9_1405" }), jsx("rect", { "data-name": "Rectangle 6154", fill: "currentColor", height: "2", id: "Rectangle_6154", transform: "translate(-70.975 41.954)", width: "3.166" })] }), jsx("path", { d: "M-67.806,56.455l2.689,3.869,2.328-1.612-2.687-3.877,2.71-1.872L-72.02,47.9-70.5,58.35Z", "data-name": "Trac\u00E9 224", fill: "currentColor", id: "Trac\u00E9_224" })] }), jsx("rect", { "data-name": "Rectangle 6155", fill: "none", height: "20", id: "Rectangle_6155", transform: "translate(-80 41)", width: "20" })] }) }) }));
272
+ }
273
+
274
+ function ShowErsMessages({ color, size, ...nativeProps }) {
275
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Show_ERS_messages", transform: "translate(-40 -41)", children: [jsxs("g", { "data-name": "Groupe 4186", id: "Groupe_4186", children: [jsx("path", { d: "M50,42.667a5,5,0,0,0-5,5,4.926,4.926,0,0,0,.047.647c.013.113.031.225.051.337l.01.047C45.8,52.493,50,56,50,56s4.2-3.507,4.892-7.3l.01-.047c.02-.112.038-.224.051-.337A4.926,4.926,0,0,0,55,47.667,5,5,0,0,0,50,42.667Zm0,7.5a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,50,50.167Z", "data-name": "Trac\u00E9 1411", fill: "currentColor", id: "Trac\u00E9_1411" }), jsxs("g", { "data-name": "Trac\u00E9 1412", fill: "#fff", id: "Trac\u00E9_1412", strokeMiterlimit: "10", children: [jsx("path", { d: "M 50 57.97749710083008 C 49.69147872924805 57.97749710083008 49.38210678100586 57.94551086425781 49.07577133178711 57.88271331787109 C 49.38035202026367 57.93568420410156 49.6889762878418 57.96249771118164 50 57.96249771118164 C 50.3110237121582 57.96249771118164 50.61964797973633 57.93568420410156 50.92422866821289 57.88271331787109 C 50.61789321899414 57.94551086425781 50.30852127075195 57.97749710083008 50 57.97749710083008 Z", stroke: "none" }), jsx("path", { d: "M 46.79999923706055 55.67999649047852 C 48.75200271606445 57.38999557495117 51.24799728393555 57.38999557495117 53.20000076293945 55.67999649047852 C 54.17599868774414 56.52999877929688 55.28799819946289 56.99999618530273 56.40000152587891 56.99999618530273 L 58 56.99999618530273 L 58 58.99999618530273 L 56.40000152587891 58.99999618530273 C 55.29600143432617 58.99999618530273 54.20800018310547 58.65999603271484 53.20000076293945 58.0099983215332 C 51.18400192260742 59.29999923706055 48.81599807739258 59.29999923706055 46.79999923706055 58.0099983215332 C 45.79199981689453 58.64999771118164 44.70399856567383 58.99999618530273 43.59999847412109 58.99999618530273 L 42 58.99999618530273 L 42 56.99999618530273 L 43.59999847412109 56.99999618530273 C 44.71200180053711 56.99999618530273 45.82400131225586 56.52999877929688 46.79999923706055 55.67999649047852 Z", fill: "currentColor", stroke: "none" })] })] }), jsx("rect", { "data-name": "Rectangle 6161", fill: "none", height: "20", id: "Rectangle_6161", transform: "translate(40 41)", width: "20" })] }) }) }));
276
+ }
277
+
278
+ function ShowXml({ color, size, ...nativeProps }) {
279
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Show_XML", transform: "translate(-120)", children: [jsx("path", { d: "M136.646,2H123.354A3.354,3.354,0,0,0,120,5.354v9.292A3.354,3.354,0,0,0,123.354,18h13.292A3.354,3.354,0,0,0,140,14.646V5.354A3.354,3.354,0,0,0,136.646,2ZM125.607,12.863l-1.269-1.98-1.274,1.98h-1.386l1.957-2.988-1.774-2.738h1.352l1.148,1.84,1.125-1.84h1.34l-1.781,2.781L127,12.863Zm7.5,0h-1.074V8.355L130.9,12.863h-1.113l-1.133-4.508v4.508H127.58V7.137h1.731l1.039,3.906,1.027-3.906h1.734Zm5.211,0h-4.031V7.184h1.156V11.9h2.875Z", "data-name": "Trac\u00E9 1357", fill: "currentColor", id: "Trac\u00E9_1357" }), jsx("rect", { "data-name": "Rectangle 6098", fill: "none", height: "20", id: "Rectangle_6098", transform: "translate(120)", width: "20" })] }) }) }));
280
+ }
281
+
282
+ function SortingArrows({ color, size, ...nativeProps }) {
283
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Sorting_arrows", transform: "translate(-40)", children: [jsxs("g", { "data-name": "Groupe 4164", id: "Groupe_4164", children: [jsxs("g", { "data-name": "Trac\u00E9 1383", fill: "none", id: "Trac\u00E9_1383", strokeMiterlimit: "10", children: [jsx("path", { d: "M57.536,11.636,55,14.172V2H53V14.172l-2.536-2.536L49.05,13.05,54,18l4.95-4.95Z", stroke: "none" }), jsx("path", { d: "M 54 18 L 49.05022811889648 13.05023002624512 L 50.46448135375977 11.6360502243042 L 53 14.17156982421875 L 53 2 L 55 2 L 55 14.17156982421875 L 57.53551864624023 11.6360502243042 L 58.94977188110352 13.05023002624512 L 54 18 Z", fill: "currentColor", stroke: "none" })] }), jsxs("g", { "data-name": "Trac\u00E9 1384", fill: "none", id: "Trac\u00E9_1384", strokeMiterlimit: "10", children: [jsx("path", { d: "M50.95,6.95,46,2,41.05,6.95l1.414,1.414L45,5.828V18h2V5.828l2.536,2.536Z", stroke: "none" }), jsx("path", { d: "M 46 2 L 50.94977188110352 6.949709892272949 L 49.53551864624023 8.363949775695801 L 47 5.828370094299316 L 47 18 L 45 18 L 45 5.828370094299316 L 42.46448135375977 8.363949775695801 L 41.05022811889648 6.949709892272949 L 46 2 Z", fill: "currentColor", stroke: "none" })] })] }), jsx("rect", { "data-name": "Rectangle 6136", fill: "none", height: "20", id: "Rectangle_6136", transform: "translate(40)", width: "20" })] }) }) }));
284
+ }
285
+
286
+ function Summary({ color, size, ...nativeProps }) {
287
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsxs("defs", { children: [jsx("clipPath", { id: "clip", children: jsx("use", {}) }), jsx("clipPath", { id: "clip-2", children: jsx("use", {}) }), jsx("clipPath", { id: "clip-3", children: jsx("use", {}) })] }), jsxs("g", { id: "Summary", transform: "translate(-200)", children: [jsx("path", { d: "M216,4V16H204V4h12M202,2V18h16V2Z", "data-name": "Trac\u00E9 1345", fill: "currentColor", id: "Trac\u00E9_1345" }), jsxs("g", { "data-name": "Rectangle 6085", fill: "none", id: "Rectangle_6085", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(206 6)", children: [jsx("rect", { height: "1.5", id: "fill", stroke: "none", width: "8" }), jsx("path", { clipPath: "url(#clip)", d: "M0,0.5h8M7,0v1.5M8,1h-8M1,1.5v-1.5", fill: "none" })] }), jsxs("g", { "data-name": "Rectangle 6086", fill: "none", id: "Rectangle_6086", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(206 9.25)", children: [jsx("rect", { height: "1.5", id: "fill-2", stroke: "none", width: "8" }), jsx("path", { clipPath: "url(#clip-2)", d: "M0,0.5h8M7,0v1.5M8,1h-8M1,1.5v-1.5", fill: "none" })] }), jsxs("g", { "data-name": "Rectangle 6087", fill: "none", id: "Rectangle_6087", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(206 12.5)", children: [jsx("rect", { height: "1.5", id: "fill-3", stroke: "none", width: "8" }), jsx("path", { clipPath: "url(#clip-3)", d: "M0,0.5h8M7,0v1.5M8,1h-8M1,1.5v-1.5", fill: "none" })] }), jsx("rect", { "data-name": "Rectangle 6088", fill: "none", height: "20", id: "Rectangle_6088", transform: "translate(200)", width: "20" })] })] }) }));
288
+ }
289
+
290
+ function Tag({ color, size, ...nativeProps }) {
291
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Tag", transform: "translate(-160)", children: [jsx("path", { d: "M173.063,6l3.334,4-3.334,4H164V6h9.063M174,4H162V16h12l5-6-5-6Z", "data-name": "Trac\u00E9 1344", fill: "currentColor", id: "Trac\u00E9_1344" }), jsxs("g", { "data-name": "Ellipse 751", fill: "none", id: "Ellipse_751", stroke: "currentColor", strokeMiterlimit: "10", strokeWidth: "2", transform: "translate(170.5 8.5)", children: [jsx("circle", { cx: "1.5", cy: "1.5", r: "1.5", stroke: "none" }), jsx("circle", { cx: "1.5", cy: "1.5", fill: "none", r: "0.5" })] }), jsx("rect", { "data-name": "Rectangle 6084", fill: "none", height: "20", id: "Rectangle_6084", transform: "translate(160)", width: "20" })] }) }) }));
292
+ }
293
+
294
+ function Vessel({ color, size, ...nativeProps }) {
295
+ return (jsx(IconBox, { color: color, size: size, children: jsx("svg", { height: "20", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: jsxs("g", { id: "Vessel", transform: "translate(-260 -208)", children: [jsx("path", { d: "M327.865,17.99a.226.226,0,0,1-.15-.184l-.64-4.879-4.88-.64a.225.225,0,0,1-.129-.382l6.81-6.811a.222.222,0,0,1,.085-.053L337.7,2.013a.224.224,0,0,1,.285.285l-3.028,8.741a.222.222,0,0,1-.053.085l-6.811,6.81a.225.225,0,0,1-.159.066A.244.244,0,0,1,327.865,17.99Z", "data-name": "Union 12", fill: "currentColor", id: "Union_12", transform: "translate(-60 208)" }), jsx("rect", { "data-name": "Rectangle 6091", fill: "none", height: "20", id: "Rectangle_6091", transform: "translate(260 208)", width: "20" })] }) }) }));
296
+ }
297
+
298
+ function ViewOnMap({ color, size, ...nativeProps }) {
299
+ return (jsx(IconBox, { color: color, size: size, children: jsxs("svg", { height: "20", id: "View_on_map", viewBox: "0 0 20 20", width: "20", ...nativeProps, children: [jsx("path", { d: "M18.5,1.523l-6,2.4-5-2-6,2.4V18.477l6-2.4,5,2,6-2.4ZM3.5,5.677l3-1.2v9.846l-3,1.2Zm5,8.646V4.477l3,1.2v9.846Zm8,0-3,1.2V5.677l3-1.2Z", "data-name": "Trac\u00E9 1423", fill: "currentColor", id: "Trac\u00E9_1423" }), jsx("rect", { "data-name": "Rectangle 6169", fill: "none", height: "20", id: "Rectangle_6169", transform: "translate(0)", width: "20" })] }) }));
300
+ }
301
+
302
+ var index = /*#__PURE__*/Object.freeze({
303
+ __proto__: null,
304
+ ActivityFeed: ActivityFeed,
305
+ Alert: Alert,
306
+ Archive: Archive,
307
+ Attention: Attention,
308
+ Calendar: Calendar,
309
+ Check: Check,
310
+ Chevron: Chevron,
311
+ Clock: Clock,
312
+ Close: Close,
313
+ Confirm: Confirm,
314
+ Control: Control,
315
+ Delete: Delete,
316
+ Display: Display,
317
+ DoubleChevron: DoubleChevron,
318
+ Download: Download,
319
+ Duplicate: Duplicate,
320
+ Edit: Edit,
321
+ Favorite: Favorite,
322
+ FilledArrow: FilledArrow,
323
+ Filter: Filter,
324
+ Fishery: Fishery,
325
+ FishingEngine: FishingEngine,
326
+ FleetSegment: FleetSegment,
327
+ Focus: Focus,
328
+ FocusVessel: FocusVessel,
329
+ FocusZones: FocusZones,
330
+ Hide: Hide,
331
+ Info: Info,
332
+ Infringement: Infringement,
333
+ Landmark: Landmark,
334
+ List: List,
335
+ MeasureAngle: MeasureAngle,
336
+ MeasureBrokenLine: MeasureBrokenLine,
337
+ MeasureCircle: MeasureCircle,
338
+ MeasureLine: MeasureLine,
339
+ Minus: Minus,
340
+ More: More,
341
+ Observation: Observation,
342
+ Pin: Pin,
343
+ Pinpoint: Pinpoint,
344
+ PinpointHide: PinpointHide,
345
+ Plus: Plus,
346
+ Reject: Reject,
347
+ Save: Save,
348
+ Search: Search,
349
+ SelectPolygon: SelectPolygon,
350
+ SelectRectangle: SelectRectangle,
351
+ SelectZone: SelectZone,
352
+ ShowErsMessages: ShowErsMessages,
353
+ ShowXml: ShowXml,
354
+ SortingArrows: SortingArrows,
355
+ Summary: Summary,
356
+ Tag: Tag,
357
+ Vessel: Vessel,
358
+ ViewOnMap: ViewOnMap
359
+ });
360
+
79
361
  const Field$2 = styled.div `
80
362
  display: flex;
81
363
  flex-direction: column;
@@ -99,8 +381,11 @@ const Label = styled.label `
99
381
  `;
100
382
 
101
383
  function Legend({ isHidden = false, ...nativeProps }) {
102
- return jsx(Label, { as: "legend", isHidden: isHidden, ...nativeProps });
384
+ return jsx(StyledLabel, { as: "legend", isHidden: isHidden, ...nativeProps });
103
385
  }
386
+ const StyledLabel = styled(Label) `
387
+ padding: 0;
388
+ `;
104
389
 
105
390
  function Checkbox({ label, onChange, ...originalProps }) {
106
391
  const key = useMemo(() => `${originalProps.name}-${String(originalProps.defaultChecked)}`, [originalProps.defaultChecked, originalProps.name]);
@@ -110,8 +395,20 @@ function Checkbox({ label, onChange, ...originalProps }) {
110
395
  }
111
396
  onChange(isChecked);
112
397
  }, [onChange]);
113
- return (jsx(Checkbox$1, { id: originalProps.name, onChange: handleChange, ...originalProps, children: label }, key));
398
+ return (jsx(StyledCheckbox, { id: originalProps.name, onChange: handleChange, ...originalProps, children: label }, key));
114
399
  }
400
+ const StyledCheckbox = styled(Checkbox$1) `
401
+ > .rs-checkbox-checker {
402
+ min-height: 0;
403
+ padding-left: 28px;
404
+ padding-top: 2px;
405
+
406
+ .rs-checkbox-wrapper {
407
+ left: 2px;
408
+ top: 0 !important;
409
+ }
410
+ }
411
+ `;
115
412
 
116
413
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
117
414
 
@@ -3141,19 +3438,13 @@ const ChecboxesBox$1 = styled.div `
3141
3438
  color: ${p => p.theme.color.gunMetal};
3142
3439
  display: flex;
3143
3440
  flex-direction: ${p => (p.isInline ? 'row' : 'column')};
3144
- font-weight: 500;
3145
3441
 
3146
- > .rs-checkbox {
3147
- > .rs-checkbox-checker {
3148
- padding-left: 28px;
3149
- padding-top: 2px;
3150
-
3151
- .rs-checkbox-wrapper {
3152
- left: 2px;
3153
- top: 0 !important;
3442
+ ${p => !p.isInline &&
3443
+ css `
3444
+ > .rs-checkbox:not(:first-child) {
3445
+ margin-top: 0.5rem;
3154
3446
  }
3155
- }
3156
- }
3447
+ `}
3157
3448
 
3158
3449
  ${p => p.isInline &&
3159
3450
  css `
@@ -3216,8 +3507,8 @@ const ChecboxesBox = styled.div `
3216
3507
 
3217
3508
  > .rs-radio {
3218
3509
  > .rs-radio-checker {
3219
- padding-left: 28px;
3220
- padding-top: 2px;
3510
+ min-height: 0;
3511
+ padding: 2px 0 0 28px;
3221
3512
 
3222
3513
  .rs-radio-wrapper {
3223
3514
  left: 2px;
@@ -3226,6 +3517,13 @@ const ChecboxesBox = styled.div `
3226
3517
  }
3227
3518
  }
3228
3519
 
3520
+ ${p => !p.isInline &&
3521
+ css `
3522
+ > .rs-radio:not(:first-child) {
3523
+ margin-top: 6px;
3524
+ }
3525
+ `}
3526
+
3229
3527
  ${p => p.isInline &&
3230
3528
  css `
3231
3529
  > .rs-radio:not(:first-child) {
@@ -3420,5 +3718,5 @@ function ThemeProvider({ children, theme = {} }) {
3420
3718
  return jsx(UntypedStyledComponentsThemeProvider, { theme: finalTheme, children: children });
3421
3719
  }
3422
3720
 
3423
- export { Checkbox, DatePicker, DateRangePicker, Field$2 as Field, Fieldset, FormikCheckbox, FormikDatePicker, FormikDateRangePicker, FormikEffect, FormikMultiCheckbox, FormikMultiRadio, FormikMultiSelect, FormikSelect, FormikTextInput, FormikTextarea, Label, Legend, constants as MUI, MultiCheckbox, MultiRadio, MultiSelect, Select, THEME, TextInput, Textarea, ThemeProvider };
3721
+ export { Checkbox, DatePicker, DateRangePicker, Field$2 as Field, Fieldset, FormikCheckbox, FormikDatePicker, FormikDateRangePicker, FormikEffect, FormikMultiCheckbox, FormikMultiRadio, FormikMultiSelect, FormikSelect, FormikTextInput, FormikTextarea, index as Icon, Label, Legend, MultiCheckbox, MultiRadio, MultiSelect, Select, THEME, TextInput, Textarea, ThemeProvider };
3424
3722
  //# sourceMappingURL=index.js.map