@semcore/illustration 1.1.4 → 1.2.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 (110) hide show
  1. package/AreaChart/index.js +11 -11
  2. package/AreaChart/index.mjs +11 -11
  3. package/CHANGELOG.md +12 -24
  4. package/ChoroplethMapChart/index.js +13 -13
  5. package/ChoroplethMapChart/index.mjs +13 -13
  6. package/Coffee/index.js +15 -15
  7. package/Coffee/index.mjs +15 -15
  8. package/Collection/index.js +10 -10
  9. package/Collection/index.mjs +10 -10
  10. package/CombinedChart/index.js +17 -37
  11. package/CombinedChart/index.mjs +17 -37
  12. package/Congrats/index.js +18 -18
  13. package/Congrats/index.mjs +18 -18
  14. package/DonutChart/index.js +16 -16
  15. package/DonutChart/index.mjs +16 -16
  16. package/Duplicates/index.js +19 -23
  17. package/Duplicates/index.mjs +19 -23
  18. package/FunnelChart/index.js +18 -31
  19. package/FunnelChart/index.mjs +18 -31
  20. package/Good/index.js +26 -30
  21. package/Good/index.mjs +26 -30
  22. package/HeatMapChart/index.js +17 -49
  23. package/HeatMapChart/index.mjs +17 -49
  24. package/HorizontalBarChart/index.js +15 -32
  25. package/HorizontalBarChart/index.mjs +15 -32
  26. package/KagiChart/index.js +9 -9
  27. package/KagiChart/index.mjs +9 -9
  28. package/LICENSE +21 -0
  29. package/LineChart/index.js +10 -10
  30. package/LineChart/index.mjs +10 -10
  31. package/LollipopChart/index.js +12 -12
  32. package/LollipopChart/index.mjs +12 -12
  33. package/Nexttime/index.js +14 -14
  34. package/Nexttime/index.mjs +14 -14
  35. package/NothingFound/index.js +19 -35
  36. package/NothingFound/index.mjs +19 -35
  37. package/OtherData/index.js +22 -22
  38. package/OtherData/index.mjs +22 -22
  39. package/PieChart/index.js +14 -14
  40. package/PieChart/index.mjs +14 -14
  41. package/Processing/index.js +16 -16
  42. package/Processing/index.mjs +16 -16
  43. package/RadarChart/index.js +14 -27
  44. package/RadarChart/index.mjs +14 -27
  45. package/RadialTreeChart/index.js +20 -20
  46. package/RadialTreeChart/index.mjs +20 -20
  47. package/SankeyChart/index.js +15 -15
  48. package/SankeyChart/index.mjs +15 -15
  49. package/ScatterPlotChart/index.js +16 -33
  50. package/ScatterPlotChart/index.mjs +16 -33
  51. package/StackedAreaChart/index.js +15 -15
  52. package/StackedAreaChart/index.mjs +15 -15
  53. package/Suggestion/index.js +15 -15
  54. package/Suggestion/index.mjs +15 -15
  55. package/Suggestions/index.js +16 -16
  56. package/Suggestions/index.mjs +16 -16
  57. package/Table/index.js +11 -15
  58. package/Table/index.mjs +11 -15
  59. package/TagCloud/index.js +16 -56
  60. package/TagCloud/index.mjs +16 -56
  61. package/TextLinksEtc/index.js +12 -16
  62. package/TextLinksEtc/index.mjs +12 -16
  63. package/UnderConstruction/index.js +30 -30
  64. package/UnderConstruction/index.mjs +30 -30
  65. package/VennChart/index.js +16 -33
  66. package/VennChart/index.mjs +16 -33
  67. package/VerticalBarChart/index.js +12 -12
  68. package/VerticalBarChart/index.mjs +12 -12
  69. package/Waiting/index.js +12 -12
  70. package/Waiting/index.mjs +12 -12
  71. package/Warning/index.js +14 -18
  72. package/Warning/index.mjs +14 -18
  73. package/lib/cjs/index.js +1 -1
  74. package/lib/es6/index.js +1 -1
  75. package/package.json +8 -8
  76. package/svg/AreaChart.svg +1 -13
  77. package/svg/ChoroplethMapChart.svg +1 -15
  78. package/svg/Coffee.svg +1 -10
  79. package/svg/Collection.svg +1 -12
  80. package/svg/CombinedChart.svg +1 -23
  81. package/svg/Congrats.svg +1 -27
  82. package/svg/DonutChart.svg +1 -18
  83. package/svg/Duplicates.svg +1 -16
  84. package/svg/FunnelChart.svg +1 -18
  85. package/svg/Good.svg +1 -20
  86. package/svg/HeatMapChart.svg +1 -27
  87. package/svg/HorizontalBarChart.svg +1 -19
  88. package/svg/KagiChart.svg +1 -11
  89. package/svg/LineChart.svg +1 -12
  90. package/svg/LollipopChart.svg +1 -14
  91. package/svg/Nexttime.svg +1 -16
  92. package/svg/NothingFound.svg +1 -21
  93. package/svg/OtherData.svg +1 -16
  94. package/svg/PieChart.svg +1 -16
  95. package/svg/Processing.svg +1 -13
  96. package/svg/RadarChart.svg +1 -18
  97. package/svg/RadialTreeChart.svg +1 -19
  98. package/svg/SankeyChart.svg +1 -17
  99. package/svg/ScatterPlotChart.svg +1 -20
  100. package/svg/StackedAreaChart.svg +1 -17
  101. package/svg/Suggestion.svg +1 -13
  102. package/svg/Suggestions.svg +1 -13
  103. package/svg/Table.svg +1 -11
  104. package/svg/TagCloud.svg +1 -26
  105. package/svg/TextLinksEtc.svg +1 -12
  106. package/svg/UnderConstruction.svg +1 -21
  107. package/svg/VennChart.svg +1 -20
  108. package/svg/VerticalBarChart.svg +1 -14
  109. package/svg/Waiting.svg +1 -14
  110. package/svg/Warning.svg +1 -13
@@ -19,11 +19,11 @@ function ScatterPlotChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M5.23 57.65v9.55c0 .45.18.9.54 1.17l5.86 5.86c.36.36.72.54 1.17.54h9.55a38.96 38.96 0 0 0 35.3 0h9.55c.45 0 .9-.18 1.17-.54l5.86-5.86c.36-.36.54-.72.54-1.17v-9.55a38.96 38.96 0 0 0 0-35.3V12.8c0-.45-.18-.9-.54-1.17l-5.86-5.86a1.59 1.59 0 0 0-1.17-.54h-9.55a38.96 38.96 0 0 0-35.3 0H12.8c-.45 0-.9.18-1.17.54l-5.86 5.86c-.36.36-.54.72-.54 1.17v9.55a38.96 38.96 0 0 0 0 35.3Z",
22
+ d: "M5.233 57.654V67.2c0 .45.18.9.54 1.17l5.855 5.855c.36.36.72.54 1.171.54h9.547A38.959 38.959 0 0 0 40 79c6.395 0 12.34-1.531 17.654-4.233H67.2c.45 0 .9-.18 1.17-.54l5.855-5.855c.36-.36.54-.72.54-1.171v-9.547A38.96 38.96 0 0 0 79 40a38.68 38.68 0 0 0-4.233-17.654V12.8c0-.45-.18-.9-.54-1.17l-5.855-5.855c-.36-.36-.72-.54-1.171-.54h-9.547A38.959 38.959 0 0 0 40 1a38.678 38.678 0 0 0-17.654 4.233H12.8c-.45 0-.9.18-1.17.54l-5.855 5.855c-.36.36-.54.72-.54 1.171v9.547A38.959 38.959 0 0 0 1 40c0 6.395 1.531 12.34 4.233 17.654Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
26
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,40 +31,40 @@ function ScatterPlotChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
34
+ d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
38
+ d: "M65.449 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
42
+ d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.092-.227 2.216.464 2.518 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M25.37 21.96c.3 1.06-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
46
+ d: "M25.372 21.958c.291 1.059-.325 2.107-1.395 2.334-1.07.227-2.183-.454-2.474-1.524-.292-1.07.324-2.118 1.404-2.345 1.081-.227 2.173.465 2.465 1.524v.01Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-5.966v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
54
+ d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
55
55
  stroke: "#6C6E79",
56
56
  strokeWidth: ".7",
57
57
  strokeLinecap: "round",
58
58
  strokeLinejoin: "round",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/React.createElement("path", {
61
- d: "M66.66 50.63 27.87 61l-7.8-27.7",
61
+ d: "M66.66 50.627 27.87 61.013l-7.792-27.7",
62
62
  stroke: "#6C6E79",
63
63
  strokeWidth: ".7",
64
64
  strokeMiterlimit: "10",
65
65
  shapeRendering: "geometricPrecision"
66
66
  }), /*#__PURE__*/React.createElement("path", {
67
- d: "M31.57 38.9c.39 1.42-.63 2.9-2.3 3.31-1.66.41-3.34-.41-3.74-1.85-.4-1.43.64-2.92 2.31-3.32 1.67-.4 3.33.44 3.72 1.86h.01ZM61.48 35.13c.65-1.4.84-3 .42-4.55-1.04-3.91-5.43-6.27-9.87-5.25-.67.15-1.3.39-1.88.67l-.4-.3-2.14 2.16a6.94 6.94 0 0 0-1.76 6.59c1.08 3.98 5.6 6.29 10.02 5.18a8.75 8.75 0 0 0 3.77-2l2.22-2.19-.37-.3h0ZM49.26 49.96l-.52-.37c.28-.88.33-1.82.08-2.75-.79-2.89-4.1-4.57-7.44-3.73-.4.1-.8.23-1.18.4l-.35-.24-1.7 1.7a5.2 5.2 0 0 0-1.41 4.98c.8 2.92 4.18 4.57 7.52 3.7a6.74 6.74 0 0 0 2.93-1.62l2.07-2.06v-.01Z",
67
+ d: "M31.57 38.904c.389 1.415-.627 2.896-2.291 3.307-1.665.41-3.35-.411-3.75-1.849-.4-1.437.637-2.918 2.312-3.317 1.665-.4 3.329.432 3.718 1.858h.01ZM61.48 35.131c.65-1.405.844-2.993.422-4.55-1.037-3.912-5.436-6.268-9.867-5.252a8.82 8.82 0 0 0-1.88.67l-.4-.303-2.14 2.162c-1.665 1.783-2.41 4.204-1.762 6.592 1.08 3.978 5.588 6.29 10.019 5.177a8.746 8.746 0 0 0 3.772-2l2.215-2.182-.367-.303-.011-.01ZM49.262 49.959l-.52-.367a4.875 4.875 0 0 0 .077-2.756c-.79-2.886-4.107-4.561-7.436-3.729a6.89 6.89 0 0 0-1.178.41l-.357-.248-1.707 1.697c-1.297 1.35-1.892 3.188-1.405 4.982.81 2.918 4.182 4.572 7.522 3.696a6.737 6.737 0 0 0 2.929-1.61l2.075-2.064v-.011Z",
68
68
  fill: "#6C6E79",
69
69
  stroke: "#6C6E79",
70
70
  strokeWidth: ".7",
@@ -72,7 +72,7 @@ function ScatterPlotChart({
72
72
  strokeLinejoin: "round",
73
73
  shapeRendering: "geometricPrecision"
74
74
  }), /*#__PURE__*/React.createElement("path", {
75
- d: "M63.79 28.7c1.03 3.9-1.66 7.94-6.05 9.03-4.44 1.12-8.94-1.2-10.01-5.17-1.07-3.98 1.7-8.08 6.19-9.12 4.43-1.02 8.83 1.34 9.87 5.26Z",
75
+ d: "M63.785 28.697c1.038 3.902-1.653 7.944-6.041 9.035-4.442 1.114-8.949-1.2-10.019-5.176-1.07-3.977 1.708-8.074 6.193-9.111 4.431-1.027 8.83 1.34 9.867 5.252Z",
76
76
  fill: "#E0E1E9",
77
77
  stroke: "#6C6E79",
78
78
  strokeWidth: ".7",
@@ -80,37 +80,20 @@ function ScatterPlotChart({
80
80
  strokeLinejoin: "round",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }), /*#__PURE__*/React.createElement("path", {
83
- d: "M50.72 44.93c.79 2.89-1.25 5.92-4.56 6.79-3.34.87-6.73-.77-7.53-3.7-.8-2.93 1.29-5.99 4.65-6.83 3.34-.83 6.66.84 7.44 3.73v.01Z",
83
+ d: "M50.716 44.93c.79 2.886-1.243 5.923-4.56 6.788-3.34.875-6.723-.767-7.523-3.696-.8-2.929 1.286-5.987 4.648-6.83 3.34-.833 6.657.843 7.435 3.728v.01Z",
84
84
  fill: "#fff",
85
85
  stroke: "#6C6E79",
86
86
  strokeWidth: ".7",
87
87
  strokeLinecap: "round",
88
88
  strokeLinejoin: "round",
89
89
  shapeRendering: "geometricPrecision"
90
- }), /*#__PURE__*/React.createElement("mask", {
91
- id: "a",
92
- maskUnits: "userSpaceOnUse",
93
- x: "38",
94
- y: "40",
95
- width: "14",
96
- height: "13"
97
- }, /*#__PURE__*/React.createElement("path", {
98
- d: "M50.72 44.93c.79 2.89-1.25 5.92-4.56 6.79-3.34.87-6.73-.77-7.53-3.7-.8-2.93 1.29-5.99 4.65-6.83 3.34-.83 6.66.84 7.44 3.73v.01Z",
99
- fill: "#fff",
100
- stroke: "#000",
101
- strokeWidth: ".7",
102
- strokeLinecap: "round",
103
- strokeLinejoin: "round",
104
- shapeRendering: "geometricPrecision"
105
- })), /*#__PURE__*/React.createElement("g", {
106
- mask: "url(#a)",
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ d: "m43.006 41.254-4.35 6.309M47.986 41.73l-6.474 9.446M50.768 45.41l-4.181 6.095",
107
92
  stroke: "#6C6E79",
108
93
  strokeWidth: ".7",
109
- strokeMiterlimit: "10"
110
- }, /*#__PURE__*/React.createElement("path", {
111
- d: "m42.49 34.28-8.42 12.28M46.1 36.75l-8.43 12.29M49.7 39.23 40.12 53.2M53.31 41.7 44.06 55.2",
94
+ strokeMiterlimit: "10",
112
95
  shapeRendering: "geometricPrecision"
113
- })));
96
+ }));
114
97
  }
115
98
 
116
99
  ScatterPlotChart.displayName = 'ScatterPlotChart';
@@ -37,11 +37,11 @@ function StackedAreaChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M40.58 74.87C62 74.6 79 56.87 79 35.55V20.5a1 1 0 0 0-.99-.99H53V6a1 1 0 0 0-.99-.99H27.99a1 1 0 0 0-.99.99v6.27H1.99a1 1 0 0 0-.99.98v22.84a39.14 39.14 0 0 0 39.58 38.8Z",
40
+ d: "M40.585 74.872C61.996 74.603 79 56.867 79 35.547v-15.05a.996.996 0 0 0-.99-.985H53V5.985A.996.996 0 0 0 52.01 5H27.99c-.54 0-.99.448-.99.985v6.27H1.99c-.54 0-.99.449-.99.986v22.843c.18 21.589 17.903 39.057 39.585 38.788Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M62.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L8.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L62.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
44
+ d: "M62.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L8.703 24.503 7.31 21.38l-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,67 +49,67 @@ function StackedAreaChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m68.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
52
+ d: "M68.763 53.554 21.091 66.555a2.734 2.734 0 0 1-3.35-1.891L6.749 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M62.45 18.82 8.07 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L54.2 9.77a6.02 6.02 0 0 1 7.02 4.38l1.22 4.67Z",
56
+ d: "M62.452 18.818 8.07 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.134-.637 6.225 1.286 7.025 4.377l1.221 4.67Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M15.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
60
+ d: "M15.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M22.37 21.94c.3 1.06-.32 2.1-1.39 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.46 1.53Z",
64
+ d: "M22.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.464 2.464 1.523v.011Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M8.09 30.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M8.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.453 4.248l1.394 4.906 3.458-5.965v.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "M70.68 50.22 65.7 31.2c-3.75.59-6.7 1.53-8.5 2.88-8.47 6.28-7.22 18.26-11.65 21.04-5.29 3.3-11.7-6.31-18.92-4.3-4.6 1.28-6.47 7.53-7.92 15.25.66.5 1.52.71 2.39.47l47.67-13a2.73 2.73 0 0 0 1.93-3.33l-.02.01Z",
72
+ d: "m70.684 50.223-4.982-19.021c-3.75.583-6.7 1.523-8.505 2.875-8.463 6.279-7.22 18.264-11.65 21.042-5.286 3.307-11.705-6.312-18.914-4.302-4.604 1.286-6.474 7.533-7.922 15.25.66.508 1.524.713 2.388.475l47.672-13.001a2.73 2.73 0 0 0 1.924-3.329l-.01.01Z",
73
73
  fill: "#E0E1E9",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
- d: "M18.69 66.1c1.5-8.37 3.05-13.92 7.93-15.29 7.21-2 13.63 7.61 18.92 4.3 4.44-2.77 3.2-14.76 11.65-21.04 3.41-2.52 10.8-3.66 20.14-3.55",
76
+ d: "M18.69 66.108c1.502-8.376 3.047-13.931 7.932-15.293 7.209-2.01 13.629 7.608 18.913 4.301 4.442-2.777 3.2-14.763 11.651-21.042 3.415-2.529 10.808-3.664 20.145-3.556",
77
77
  stroke: "#6C6E79",
78
78
  strokeWidth: ".7",
79
79
  strokeLinecap: "round",
80
80
  strokeLinejoin: "round",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }), /*#__PURE__*/_react["default"].createElement("path", {
83
- d: "M59.84 33.56c.44 1.68-.37 3.3-1.82 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.32 1.84-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM29.27 50.21c.44 1.68-.37 3.3-1.82 3.65-1.44.34-3-.75-3.45-2.43-.46-1.67.36-3.32 1.83-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM48.18 54.51c.45 1.68-.36 3.3-1.81 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.47-.33 2.99.77 3.44 2.44v-.01Z",
83
+ d: "M59.837 33.563c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.421-.454-1.675.367-3.329 1.837-3.653 1.459-.324 2.994.767 3.447 2.443l-.01-.011ZM29.27 50.213c.443 1.675-.367 3.297-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.653 1.459-.325 2.993.767 3.447 2.442l-.01-.01ZM48.183 54.51c.444 1.676-.367 3.297-1.815 3.643-1.449.345-3.005-.746-3.459-2.421-.454-1.675.368-3.329 1.837-3.653 1.47-.325 2.994.767 3.448 2.442l-.01-.01Z",
84
84
  fill: "#6C6E79",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "M56.34 24.23c.45 1.68-.36 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.43-.45-1.67.37-3.32 1.84-3.65 1.46-.32 2.99.77 3.44 2.44ZM25.77 40.9c.44 1.67-.37 3.3-1.82 3.64-1.44.34-3-.75-3.45-2.42-.46-1.68.36-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45l-.01-.02ZM44.7 45.2c.44 1.67-.37 3.29-1.82 3.63-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.46-.32 2.99.77 3.44 2.44Z",
87
+ d: "M56.343 24.233c.443 1.675-.367 3.296-1.816 3.642-1.448.346-3.004-.745-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.46-.324 2.994.768 3.448 2.443l-.011-.01ZM25.77 40.894c.443 1.675-.367 3.297-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.654 1.47-.324 2.993.768 3.447 2.443l-.01-.01ZM44.693 45.191c.444 1.675-.367 3.296-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.654 1.459-.324 2.993.768 3.447 2.443l-.01-.01Z",
88
88
  fill: "#E0E1E9",
89
89
  shapeRendering: "geometricPrecision"
90
90
  }), /*#__PURE__*/_react["default"].createElement("path", {
91
- d: "m68.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33v0Z",
91
+ d: "M68.763 53.554 21.091 66.555a2.734 2.734 0 0 1-3.35-1.891L6.749 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329v0Z",
92
92
  stroke: "#6C6E79",
93
93
  strokeWidth: ".7",
94
94
  strokeLinecap: "round",
95
95
  strokeLinejoin: "round",
96
96
  shapeRendering: "geometricPrecision"
97
97
  }), /*#__PURE__*/_react["default"].createElement("path", {
98
- d: "M63.23 21.73c3.1-.41 6.68-.59 10.61-.53",
98
+ d: "M63.23 21.728c3.09-.41 6.679-.583 10.613-.53",
99
99
  stroke: "#fff",
100
100
  strokeWidth: ".7",
101
101
  strokeLinecap: "round",
102
102
  strokeLinejoin: "round",
103
103
  shapeRendering: "geometricPrecision"
104
104
  }), /*#__PURE__*/_react["default"].createElement("path", {
105
- d: "M15.47 56.7c1.5-8.38 2.77-13.83 7.66-15.2 7.21-2 13.63 7.61 18.91 4.3 4.45-2.77 3.2-14.76 11.66-21.04 1.97-1.47 5.28-2.46 9.52-3.02",
105
+ d: "M15.469 56.7c1.502-8.376 2.767-13.834 7.662-15.196 7.21-2.01 13.629 7.609 18.914 4.302 4.442-2.778 3.199-14.764 11.65-21.043 1.978-1.47 5.285-2.464 9.522-3.026",
106
106
  stroke: "#E0E1E9",
107
107
  strokeWidth: ".7",
108
108
  strokeLinecap: "round",
109
109
  strokeLinejoin: "round",
110
110
  shapeRendering: "geometricPrecision"
111
111
  }), /*#__PURE__*/_react["default"].createElement("path", {
112
- d: "m14.14 52.01 2.14 7.5",
112
+ d: "m14.14 52.014 2.14 7.5",
113
113
  stroke: "#6C6E79",
114
114
  strokeWidth: ".7",
115
115
  strokeLinecap: "round",
@@ -19,11 +19,11 @@ function StackedAreaChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M40.58 74.87C62 74.6 79 56.87 79 35.55V20.5a1 1 0 0 0-.99-.99H53V6a1 1 0 0 0-.99-.99H27.99a1 1 0 0 0-.99.99v6.27H1.99a1 1 0 0 0-.99.98v22.84a39.14 39.14 0 0 0 39.58 38.8Z",
22
+ d: "M40.585 74.872C61.996 74.603 79 56.867 79 35.547v-15.05a.996.996 0 0 0-.99-.985H53V5.985A.996.996 0 0 0 52.01 5H27.99c-.54 0-.99.448-.99.985v6.27H1.99c-.54 0-.99.449-.99.986v22.843c.18 21.589 17.903 39.057 39.585 38.788Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M62.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L8.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L62.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
26
+ d: "M62.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L8.703 24.503 7.31 21.38l-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,67 +31,67 @@ function StackedAreaChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m68.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
34
+ d: "M68.763 53.554 21.091 66.555a2.734 2.734 0 0 1-3.35-1.891L6.749 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M62.45 18.82 8.07 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L54.2 9.77a6.02 6.02 0 0 1 7.02 4.38l1.22 4.67Z",
38
+ d: "M62.452 18.818 8.07 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.134-.637 6.225 1.286 7.025 4.377l1.221 4.67Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M15.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
42
+ d: "M15.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M22.37 21.94c.3 1.06-.32 2.1-1.39 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.46 1.53Z",
46
+ d: "M22.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.464 2.464 1.523v.011Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M8.09 30.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M8.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.453 4.248l1.394 4.906 3.458-5.965v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "M70.68 50.22 65.7 31.2c-3.75.59-6.7 1.53-8.5 2.88-8.47 6.28-7.22 18.26-11.65 21.04-5.29 3.3-11.7-6.31-18.92-4.3-4.6 1.28-6.47 7.53-7.92 15.25.66.5 1.52.71 2.39.47l47.67-13a2.73 2.73 0 0 0 1.93-3.33l-.02.01Z",
54
+ d: "m70.684 50.223-4.982-19.021c-3.75.583-6.7 1.523-8.505 2.875-8.463 6.279-7.22 18.264-11.65 21.042-5.286 3.307-11.705-6.312-18.914-4.302-4.604 1.286-6.474 7.533-7.922 15.25.66.508 1.524.713 2.388.475l47.672-13.001a2.73 2.73 0 0 0 1.924-3.329l-.01.01Z",
55
55
  fill: "#E0E1E9",
56
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
- d: "M18.69 66.1c1.5-8.37 3.05-13.92 7.93-15.29 7.21-2 13.63 7.61 18.92 4.3 4.44-2.77 3.2-14.76 11.65-21.04 3.41-2.52 10.8-3.66 20.14-3.55",
58
+ d: "M18.69 66.108c1.502-8.376 3.047-13.931 7.932-15.293 7.209-2.01 13.629 7.608 18.913 4.301 4.442-2.777 3.2-14.763 11.651-21.042 3.415-2.529 10.808-3.664 20.145-3.556",
59
59
  stroke: "#6C6E79",
60
60
  strokeWidth: ".7",
61
61
  strokeLinecap: "round",
62
62
  strokeLinejoin: "round",
63
63
  shapeRendering: "geometricPrecision"
64
64
  }), /*#__PURE__*/React.createElement("path", {
65
- d: "M59.84 33.56c.44 1.68-.37 3.3-1.82 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.32 1.84-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM29.27 50.21c.44 1.68-.37 3.3-1.82 3.65-1.44.34-3-.75-3.45-2.43-.46-1.67.36-3.32 1.83-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM48.18 54.51c.45 1.68-.36 3.3-1.81 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.47-.33 2.99.77 3.44 2.44v-.01Z",
65
+ d: "M59.837 33.563c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.421-.454-1.675.367-3.329 1.837-3.653 1.459-.324 2.994.767 3.447 2.443l-.01-.011ZM29.27 50.213c.443 1.675-.367 3.297-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.653 1.459-.325 2.993.767 3.447 2.442l-.01-.01ZM48.183 54.51c.444 1.676-.367 3.297-1.815 3.643-1.449.345-3.005-.746-3.459-2.421-.454-1.675.368-3.329 1.837-3.653 1.47-.325 2.994.767 3.448 2.442l-.01-.01Z",
66
66
  fill: "#6C6E79",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "M56.34 24.23c.45 1.68-.36 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.43-.45-1.67.37-3.32 1.84-3.65 1.46-.32 2.99.77 3.44 2.44ZM25.77 40.9c.44 1.67-.37 3.3-1.82 3.64-1.44.34-3-.75-3.45-2.42-.46-1.68.36-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45l-.01-.02ZM44.7 45.2c.44 1.67-.37 3.29-1.82 3.63-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.46-.32 2.99.77 3.44 2.44Z",
69
+ d: "M56.343 24.233c.443 1.675-.367 3.296-1.816 3.642-1.448.346-3.004-.745-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.46-.324 2.994.768 3.448 2.443l-.011-.01ZM25.77 40.894c.443 1.675-.367 3.297-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.654 1.47-.324 2.993.768 3.447 2.443l-.01-.01ZM44.693 45.191c.444 1.675-.367 3.296-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.654 1.459-.324 2.993.768 3.447 2.443l-.01-.01Z",
70
70
  fill: "#E0E1E9",
71
71
  shapeRendering: "geometricPrecision"
72
72
  }), /*#__PURE__*/React.createElement("path", {
73
- d: "m68.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33v0Z",
73
+ d: "M68.763 53.554 21.091 66.555a2.734 2.734 0 0 1-3.35-1.891L6.749 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329v0Z",
74
74
  stroke: "#6C6E79",
75
75
  strokeWidth: ".7",
76
76
  strokeLinecap: "round",
77
77
  strokeLinejoin: "round",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/React.createElement("path", {
80
- d: "M63.23 21.73c3.1-.41 6.68-.59 10.61-.53",
80
+ d: "M63.23 21.728c3.09-.41 6.679-.583 10.613-.53",
81
81
  stroke: "#fff",
82
82
  strokeWidth: ".7",
83
83
  strokeLinecap: "round",
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/React.createElement("path", {
87
- d: "M15.47 56.7c1.5-8.38 2.77-13.83 7.66-15.2 7.21-2 13.63 7.61 18.91 4.3 4.45-2.77 3.2-14.76 11.66-21.04 1.97-1.47 5.28-2.46 9.52-3.02",
87
+ d: "M15.469 56.7c1.502-8.376 2.767-13.834 7.662-15.196 7.21-2.01 13.629 7.609 18.914 4.302 4.442-2.778 3.199-14.764 11.65-21.043 1.978-1.47 5.285-2.464 9.522-3.026",
88
88
  stroke: "#E0E1E9",
89
89
  strokeWidth: ".7",
90
90
  strokeLinecap: "round",
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/React.createElement("path", {
94
- d: "m14.14 52.01 2.14 7.5",
94
+ d: "m14.14 52.014 2.14 7.5",
95
95
  stroke: "#6C6E79",
96
96
  strokeWidth: ".7",
97
97
  strokeLinecap: "round",
@@ -37,63 +37,63 @@ function Suggestion(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M26.69 0c-.46 0-.91.187-1.24.516l-14.26 14.26c-14.92 14.92-14.92 39.115 0 54.035 14.919 14.919 39.114 14.919 54.034 0l14.26-14.26c.33-.33.516-.77.516-1.242V.989A.984.984 0 0 0 79.012 0H26.69Z",
40
41
  fill: "#E0E1E9",
41
- d: "M26.69 0c-.46 0-.91.19-1.24.52L11.19 14.78A38.21 38.21 0 0 0 65.22 68.8l14.26-14.26c.33-.33.52-.77.52-1.24V.99a.98.98 0 0 0-.99-.99H26.7Z",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
44
45
  fill: "#E0E1E9",
45
46
  stroke: "#6C6E79",
47
+ strokeWidth: ".7",
46
48
  strokeLinecap: "round",
47
49
  strokeLinejoin: "round",
48
- strokeWidth: ".7",
49
- d: "m66.16 57.37.12-.08 6.52-4.33-3.15-1.7-3.14.76-8.34-31.68a5.73 5.73 0 0 0-6.7-4.15l-39.74 8.06-1.4-3.12-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.46 4.25L16.7 68.3a2.6 2.6 0 0 0 3.19 1.8l45.46-12.35c.27-.07.52-.2.74-.34l.06-.04h0Z",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
52
53
  fill: "#fff",
53
54
  stroke: "#6C6E79",
55
+ strokeWidth: ".7",
54
56
  strokeLinecap: "round",
55
57
  strokeLinejoin: "round",
56
- strokeWidth: ".7",
57
- d: "m72.02 53.31-47.87 13a2.75 2.75 0 0 1-3.36-1.89L9.75 25.82a6.03 6.03 0 0 1 4.61-7.55l43.05-8.75a6.04 6.04 0 0 1 7.06 4.38l9.48 36.08a2.73 2.73 0 0 1-1.93 3.33Z",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z",
60
61
  fill: "#6C6E79",
61
- d: "m65.68 18.57-54.6 11.94-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.05 4.38l1.23 4.67.01-.01Z",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
64
65
  fill: "#fff",
65
- d: "M18.43 23.17a1.87 1.87 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.54-1.52 1.87 1.87 0 0 1 1.44-2.37 2.2 2.2 0 0 1 2.52 1.53Z",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
68
69
  fill: "#E0E1E9",
69
- d: "M25.44 21.7c.3 1.05-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.34 2.15 2.15 0 0 1 2.48 1.52v.01Z",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
72
73
  fill: "#6C6E79",
73
- d: "M11.1 30.6s.32-3.16.6-6.39l-1.37-3.08-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.45 4.25l1.4 4.9 3.47-5.96Z",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ d: "M33.658 33.852a14.135 14.135 0 0 0-1.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
76
77
  fill: "#fff",
77
- d: "M33.66 33.85a14.13 14.13 0 0 0-1.67 12.35 13.24 13.24 0 0 0 2.1 4.03 14.16 14.16 0 0 0 3.48 3.29 14.17 14.17 0 1 0 15.76-23.56A14.15 14.15 0 0 0 40.1 28.6a14.15 14.15 0 0 0-6.42 5.24h-.01Z",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/_react["default"].createElement("path", {
80
+ d: "M51.69 40.054c-1.141-4.216-6.06-6.642-10.714-5.028-3.49 1.208-5.741 4.523-5.346 7.904.296 2.547 1.899 4.556 4.073 5.654 1.899.955 3.38 2.448 4.083 4.314l.023.066 5.653-1.493v-.066c-.34-1.866 0-3.831 1.131-5.445 1.197-1.701 1.658-3.82 1.087-5.906h.01Z",
80
81
  fill: "#fff",
81
82
  stroke: "#6C6E79",
83
+ strokeWidth: ".7",
82
84
  strokeLinecap: "round",
83
85
  strokeLinejoin: "round",
84
- strokeWidth: ".7",
85
- d: "M51.69 40.05c-1.14-4.21-6.06-6.64-10.71-5.02-3.5 1.2-5.74 4.52-5.35 7.9a7.27 7.27 0 0 0 4.07 5.65 8.14 8.14 0 0 1 4.09 4.32l.02.06 5.65-1.49v-.06a7.2 7.2 0 0 1 1.13-5.45 6.99 6.99 0 0 0 1.09-5.9h.01Z",
86
86
  shapeRendering: "geometricPrecision"
87
87
  }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "m50.9 54.545-6.751 1.823c-.527.142-1.065-.132-1.197-.615l-.746-2.734c-.132-.483.186-.988.724-1.12l6.774-1.778c.516-.132 1.042.143 1.174.615l.736 2.7c.132.473-.187.967-.703 1.11h-.01Z",
88
89
  fill: "#6C6E79",
89
- d: "m50.9 54.55-6.75 1.82c-.53.14-1.07-.13-1.2-.62l-.74-2.73c-.14-.48.18-.99.72-1.12l6.77-1.78c.52-.13 1.05.14 1.18.62l.73 2.7c.14.47-.18.96-.7 1.1Z",
90
90
  shapeRendering: "geometricPrecision"
91
91
  }), /*#__PURE__*/_react["default"].createElement("path", {
92
+ d: "m43.216 39.66 1.394 5.093M46.696 41.514l-5.588 1.395M29.91 34.795l2.613 1.384M50.57 31.92l1.472-2.284M40.734 30.613 40.021 28l.713 2.613ZM56.356 39.11l2.745-.68M57.388 49.352l-2.437-1.295M30.986 45.422 28 46.17l2.986-.747ZM37.1 52.723l-1.547 2.404",
92
93
  stroke: "#6C6E79",
94
+ strokeWidth: ".7",
93
95
  strokeLinecap: "round",
94
96
  strokeLinejoin: "round",
95
- strokeWidth: ".7",
96
- d: "m43.22 39.66 1.39 5.1m2.09-3.25-5.6 1.4M29.92 34.8l2.61 1.38m18.05-4.26 1.47-2.28m-11.3.97L40.01 28l.71 2.61Zm15.62 8.5 2.74-.68M57.4 49.35l-2.44-1.3M31 45.43l-2.99.75 2.99-.75Zm6.11 7.3-1.55 2.4",
97
97
  shapeRendering: "geometricPrecision"
98
98
  }));
99
99
  }
@@ -19,63 +19,63 @@ function Suggestion({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M26.69 0c-.46 0-.91.187-1.24.516l-14.26 14.26c-14.92 14.92-14.92 39.115 0 54.035 14.919 14.919 39.114 14.919 54.034 0l14.26-14.26c.33-.33.516-.77.516-1.242V.989A.984.984 0 0 0 79.012 0H26.69Z",
22
23
  fill: "#E0E1E9",
23
- d: "M26.69 0c-.46 0-.91.19-1.24.52L11.19 14.78A38.21 38.21 0 0 0 65.22 68.8l14.26-14.26c.33-.33.52-.77.52-1.24V.99a.98.98 0 0 0-.99-.99H26.7Z",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
26
27
  fill: "#E0E1E9",
27
28
  stroke: "#6C6E79",
29
+ strokeWidth: ".7",
28
30
  strokeLinecap: "round",
29
31
  strokeLinejoin: "round",
30
- strokeWidth: ".7",
31
- d: "m66.16 57.37.12-.08 6.52-4.33-3.15-1.7-3.14.76-8.34-31.68a5.73 5.73 0 0 0-6.7-4.15l-39.74 8.06-1.4-3.12-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.46 4.25L16.7 68.3a2.6 2.6 0 0 0 3.19 1.8l45.46-12.35c.27-.07.52-.2.74-.34l.06-.04h0Z",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
34
35
  fill: "#fff",
35
36
  stroke: "#6C6E79",
37
+ strokeWidth: ".7",
36
38
  strokeLinecap: "round",
37
39
  strokeLinejoin: "round",
38
- strokeWidth: ".7",
39
- d: "m72.02 53.31-47.87 13a2.75 2.75 0 0 1-3.36-1.89L9.75 25.82a6.03 6.03 0 0 1 4.61-7.55l43.05-8.75a6.04 6.04 0 0 1 7.06 4.38l9.48 36.08a2.73 2.73 0 0 1-1.93 3.33Z",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z",
42
43
  fill: "#6C6E79",
43
- d: "m65.68 18.57-54.6 11.94-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.05 4.38l1.23 4.67.01-.01Z",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
46
47
  fill: "#fff",
47
- d: "M18.43 23.17a1.87 1.87 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.54-1.52 1.87 1.87 0 0 1 1.44-2.37 2.2 2.2 0 0 1 2.52 1.53Z",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
50
51
  fill: "#E0E1E9",
51
- d: "M25.44 21.7c.3 1.05-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.34 2.15 2.15 0 0 1 2.48 1.52v.01Z",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
54
55
  fill: "#6C6E79",
55
- d: "M11.1 30.6s.32-3.16.6-6.39l-1.37-3.08-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.45 4.25l1.4 4.9 3.47-5.96Z",
56
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M33.658 33.852a14.135 14.135 0 0 0-1.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
58
59
  fill: "#fff",
59
- d: "M33.66 33.85a14.13 14.13 0 0 0-1.67 12.35 13.24 13.24 0 0 0 2.1 4.03 14.16 14.16 0 0 0 3.48 3.29 14.17 14.17 0 1 0 15.76-23.56A14.15 14.15 0 0 0 40.1 28.6a14.15 14.15 0 0 0-6.42 5.24h-.01Z",
60
60
  shapeRendering: "geometricPrecision"
61
61
  }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M51.69 40.054c-1.141-4.216-6.06-6.642-10.714-5.028-3.49 1.208-5.741 4.523-5.346 7.904.296 2.547 1.899 4.556 4.073 5.654 1.899.955 3.38 2.448 4.083 4.314l.023.066 5.653-1.493v-.066c-.34-1.866 0-3.831 1.131-5.445 1.197-1.701 1.658-3.82 1.087-5.906h.01Z",
62
63
  fill: "#fff",
63
64
  stroke: "#6C6E79",
65
+ strokeWidth: ".7",
64
66
  strokeLinecap: "round",
65
67
  strokeLinejoin: "round",
66
- strokeWidth: ".7",
67
- d: "M51.69 40.05c-1.14-4.21-6.06-6.64-10.71-5.02-3.5 1.2-5.74 4.52-5.35 7.9a7.27 7.27 0 0 0 4.07 5.65 8.14 8.14 0 0 1 4.09 4.32l.02.06 5.65-1.49v-.06a7.2 7.2 0 0 1 1.13-5.45 6.99 6.99 0 0 0 1.09-5.9h.01Z",
68
68
  shapeRendering: "geometricPrecision"
69
69
  }), /*#__PURE__*/React.createElement("path", {
70
+ d: "m50.9 54.545-6.751 1.823c-.527.142-1.065-.132-1.197-.615l-.746-2.734c-.132-.483.186-.988.724-1.12l6.774-1.778c.516-.132 1.042.143 1.174.615l.736 2.7c.132.473-.187.967-.703 1.11h-.01Z",
70
71
  fill: "#6C6E79",
71
- d: "m50.9 54.55-6.75 1.82c-.53.14-1.07-.13-1.2-.62l-.74-2.73c-.14-.48.18-.99.72-1.12l6.77-1.78c.52-.13 1.05.14 1.18.62l.73 2.7c.14.47-.18.96-.7 1.1Z",
72
72
  shapeRendering: "geometricPrecision"
73
73
  }), /*#__PURE__*/React.createElement("path", {
74
+ d: "m43.216 39.66 1.394 5.093M46.696 41.514l-5.588 1.395M29.91 34.795l2.613 1.384M50.57 31.92l1.472-2.284M40.734 30.613 40.021 28l.713 2.613ZM56.356 39.11l2.745-.68M57.388 49.352l-2.437-1.295M30.986 45.422 28 46.17l2.986-.747ZM37.1 52.723l-1.547 2.404",
74
75
  stroke: "#6C6E79",
76
+ strokeWidth: ".7",
75
77
  strokeLinecap: "round",
76
78
  strokeLinejoin: "round",
77
- strokeWidth: ".7",
78
- d: "m43.22 39.66 1.39 5.1m2.09-3.25-5.6 1.4M29.92 34.8l2.61 1.38m18.05-4.26 1.47-2.28m-11.3.97L40.01 28l.71 2.61Zm15.62 8.5 2.74-.68M57.4 49.35l-2.44-1.3M31 45.43l-2.99.75 2.99-.75Zm6.11 7.3-1.55 2.4",
79
79
  shapeRendering: "geometricPrecision"
80
80
  }));
81
81
  }