@semcore/illustration 1.1.5 → 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 +6 -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
package/Nexttime/index.js CHANGED
@@ -37,11 +37,11 @@ function Nexttime(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M39 3.24V.88a.88.88 0 0 0-.98-.87A39.24 39.24 0 0 0 3.26 39H.88a.88.88 0 0 0-.87.97A39.24 39.24 0 0 0 39 74.74v2.36c0 .52.45.94.97.87a39.24 39.24 0 0 0 34.77-38.99h2.37a.9.9 0 0 0 .89-.97A39.24 39.24 0 0 0 39 3.24",
40
+ d: "M38.996 3.245V.884c0-.52-.455-.942-.975-.877C18.45 2.227 3.256 18.84 3.256 38.996H.884c-.52 0-.942.454-.877.974 2.22 19.57 18.833 34.765 38.989 34.765v2.361c0 .52.454.943.974.878 19.57-2.22 34.765-18.834 34.765-38.99h2.372c.52 0 .942-.454.888-.974-2.22-19.57-18.834-34.765-38.989-34.765",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- 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-.04h.01Z",
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",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,7 +49,7 @@ function Nexttime(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- 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.33v0Z",
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",
53
53
  fill: "#fff",
54
54
  stroke: "#6C6E79",
55
55
  strokeWidth: ".7",
@@ -57,34 +57,34 @@ function Nexttime(_ref, ref) {
57
57
  strokeLinejoin: "round",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M65.68 18.57 11.08 30.5l-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.06 4.38l1.22 4.67.01-.01Z",
60
+ d: "M65.682 18.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.146-.638 6.25 1.286 7.053 4.377l1.226 4.67.011-.011Z",
61
61
  fill: "#6C6E79",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- 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.43-2.37 2.2 2.2 0 0 1 2.53 1.53Z",
64
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
65
65
  fill: "#fff",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- 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",
68
+ d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
69
69
  fill: "#E0E1E9",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- 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-.46 4.25l1.4 4.9 3.48-5.96v.01Z",
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",
73
73
  fill: "#6C6E79",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
- d: "M63.5 34.5c-5-1.17-5.64-2.17-9.74-1.17C47.72 34.82 47 44.4 41.81 44.16c-4.35-.2-8.34-9.4-17.02-10.5a9.31 9.31 0 0 0-7.26 1.88",
76
+ d: "M63.5 34.5c-5-1.166-5.636-2.175-9.739-1.166-6.044 1.482-6.775 11.07-11.953 10.828-4.351-.202-8.337-9.395-17.021-10.5-3.506-.44-5.577.654-7.26 1.874",
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: "M22.63 34.33c.38 1.65 1.91 2.59 3.45 2.1 1.54-.47 2.5-2.22 2.13-3.88-.37-1.65-1.93-2.61-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02ZM51.57 33.93c.38 1.65 1.92 2.6 3.45 2.11 1.54-.48 2.5-2.23 2.13-3.89-.37-1.65-1.93-2.6-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02ZM39.62 44.77c.38 1.65 1.92 2.58 3.45 2.1 1.54-.48 2.5-2.23 2.13-3.88-.37-1.66-1.93-2.62-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02Z",
83
+ d: "M22.63 34.332c.375 1.65 1.913 2.587 3.45 2.107 1.535-.48 2.491-2.23 2.126-3.887-.366-1.656-1.929-2.614-3.475-2.104-1.536.504-2.472 2.243-2.106 3.899l.005-.015ZM51.574 33.935c.376 1.65 1.913 2.586 3.45 2.106 1.535-.48 2.491-2.23 2.126-3.886-.365-1.656-1.929-2.614-3.475-2.105-1.536.504-2.472 2.244-2.106 3.9l.005-.015ZM39.624 44.767c.375 1.65 1.913 2.587 3.45 2.107 1.535-.48 2.491-2.23 2.126-3.887-.366-1.656-1.929-2.614-3.475-2.104-1.547.51-2.472 2.243-2.107 3.899l.006-.015Z",
84
84
  fill: "#6C6E79",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "M76.24 48.78c-1.78-6.4-8.42-10.5-14.83-9.15-1.1.23-2.1.6-3.04 1.1l-.37-.36-2.33 2.36h0c-2.69 2.75-3.84 6.83-2.69 10.97 1.8 6.43 8.47 10.51 14.89 9.14a11.1 11.1 0 0 0 5.42-2.87l2.46-2.47-.36-.34c1.27-2.44 1.66-5.39.83-8.37h.02Z",
87
+ d: "M76.238 48.782c-1.778-6.394-8.413-10.497-14.83-9.155-1.091.23-2.106.611-3.033 1.102l-.371-.36-2.336 2.357h.011c-2.695 2.75-3.852 6.831-2.695 10.978 1.8 6.428 8.468 10.509 14.884 9.134a11.11 11.11 0 0 0 5.424-2.87l2.455-2.466-.36-.339c1.277-2.444 1.659-5.39.83-8.37l.021-.01Z",
88
88
  fill: "#6C6E79",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
@@ -92,7 +92,7 @@ function Nexttime(_ref, ref) {
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "M78.44 46.55c1.78 6.39-1.95 12.68-8.36 14.05-6.41 1.38-13.1-2.7-14.88-9.13a11.09 11.09 0 0 1 8.41-14.1c6.42-1.33 13.05 2.77 14.83 9.16v.02Z",
95
+ d: "M78.442 46.545c1.78 6.395-1.953 12.68-8.358 14.056-6.417 1.375-13.095-2.707-14.885-9.134-1.8-6.428 1.975-12.735 8.413-14.088 6.417-1.342 13.052 2.76 14.83 9.156v.01Z",
96
96
  fill: "#fff",
97
97
  stroke: "#6C6E79",
98
98
  strokeWidth: ".7",
@@ -100,18 +100,18 @@ function Nexttime(_ref, ref) {
100
100
  strokeLinejoin: "round",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/_react["default"].createElement("path", {
103
- d: "M72.84 52.18a5.96 5.96 0 0 0-5.48-.86 4.66 4.66 0 0 0-2.85 3.15",
103
+ d: "M72.84 52.179c-1.647-1.179-3.742-1.517-5.478-.863-2.215.83-2.782 2.87-2.848 3.154",
104
104
  fill: "#fff",
105
105
  shapeRendering: "geometricPrecision"
106
106
  }), /*#__PURE__*/_react["default"].createElement("path", {
107
- d: "M72.84 52.18a5.96 5.96 0 0 0-5.48-.86 4.66 4.66 0 0 0-2.85 3.15",
107
+ d: "M72.84 52.179c-1.647-1.179-3.742-1.517-5.478-.863-2.215.83-2.782 2.87-2.848 3.154",
108
108
  stroke: "#6C6E79",
109
109
  strokeWidth: ".7",
110
110
  strokeLinecap: "round",
111
111
  strokeLinejoin: "round",
112
112
  shapeRendering: "geometricPrecision"
113
113
  }), /*#__PURE__*/_react["default"].createElement("path", {
114
- d: "M63.05 46.86c.18.68-.21 1.35-.9 1.5-.69.14-1.4-.29-1.58-.97-.19-.7.2-1.36.9-1.5.68-.14 1.38.3 1.58.97ZM71.37 44.56c.19.68-.2 1.35-.9 1.5-.68.14-1.39-.29-1.58-.98-.18-.68.21-1.35.9-1.5.69-.13 1.39.3 1.58.98Z",
114
+ d: "M63.045 46.862c.186.676-.207 1.353-.895 1.495a1.367 1.367 0 0 1-1.582-.971c-.185-.688.207-1.354.895-1.495.687-.142 1.386.294 1.582.97ZM71.371 44.559c.186.677-.207 1.353-.894 1.495a1.367 1.367 0 0 1-1.583-.971c-.185-.688.208-1.353.895-1.495.688-.142 1.386.294 1.582.971Z",
115
115
  fill: "#6C6E79",
116
116
  shapeRendering: "geometricPrecision"
117
117
  }));
@@ -19,11 +19,11 @@ function Nexttime({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M39 3.24V.88a.88.88 0 0 0-.98-.87A39.24 39.24 0 0 0 3.26 39H.88a.88.88 0 0 0-.87.97A39.24 39.24 0 0 0 39 74.74v2.36c0 .52.45.94.97.87a39.24 39.24 0 0 0 34.77-38.99h2.37a.9.9 0 0 0 .89-.97A39.24 39.24 0 0 0 39 3.24",
22
+ d: "M38.996 3.245V.884c0-.52-.455-.942-.975-.877C18.45 2.227 3.256 18.84 3.256 38.996H.884c-.52 0-.942.454-.877.974 2.22 19.57 18.833 34.765 38.989 34.765v2.361c0 .52.454.943.974.878 19.57-2.22 34.765-18.834 34.765-38.99h2.372c.52 0 .942-.454.888-.974-2.22-19.57-18.834-34.765-38.989-34.765",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- 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-.04h.01Z",
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",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,7 +31,7 @@ function Nexttime({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- 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.33v0Z",
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",
35
35
  fill: "#fff",
36
36
  stroke: "#6C6E79",
37
37
  strokeWidth: ".7",
@@ -39,34 +39,34 @@ function Nexttime({
39
39
  strokeLinejoin: "round",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M65.68 18.57 11.08 30.5l-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.06 4.38l1.22 4.67.01-.01Z",
42
+ d: "M65.682 18.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.146-.638 6.25 1.286 7.053 4.377l1.226 4.67.011-.011Z",
43
43
  fill: "#6C6E79",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- 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.43-2.37 2.2 2.2 0 0 1 2.53 1.53Z",
46
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
47
47
  fill: "#fff",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- 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",
50
+ d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
51
51
  fill: "#E0E1E9",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- 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-.46 4.25l1.4 4.9 3.48-5.96v.01Z",
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",
55
55
  fill: "#6C6E79",
56
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
- d: "M63.5 34.5c-5-1.17-5.64-2.17-9.74-1.17C47.72 34.82 47 44.4 41.81 44.16c-4.35-.2-8.34-9.4-17.02-10.5a9.31 9.31 0 0 0-7.26 1.88",
58
+ d: "M63.5 34.5c-5-1.166-5.636-2.175-9.739-1.166-6.044 1.482-6.775 11.07-11.953 10.828-4.351-.202-8.337-9.395-17.021-10.5-3.506-.44-5.577.654-7.26 1.874",
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: "M22.63 34.33c.38 1.65 1.91 2.59 3.45 2.1 1.54-.47 2.5-2.22 2.13-3.88-.37-1.65-1.93-2.61-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02ZM51.57 33.93c.38 1.65 1.92 2.6 3.45 2.11 1.54-.48 2.5-2.23 2.13-3.89-.37-1.65-1.93-2.6-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02ZM39.62 44.77c.38 1.65 1.92 2.58 3.45 2.1 1.54-.48 2.5-2.23 2.13-3.88-.37-1.66-1.93-2.62-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02Z",
65
+ d: "M22.63 34.332c.375 1.65 1.913 2.587 3.45 2.107 1.535-.48 2.491-2.23 2.126-3.887-.366-1.656-1.929-2.614-3.475-2.104-1.536.504-2.472 2.243-2.106 3.899l.005-.015ZM51.574 33.935c.376 1.65 1.913 2.586 3.45 2.106 1.535-.48 2.491-2.23 2.126-3.886-.365-1.656-1.929-2.614-3.475-2.105-1.536.504-2.472 2.244-2.106 3.9l.005-.015ZM39.624 44.767c.375 1.65 1.913 2.587 3.45 2.107 1.535-.48 2.491-2.23 2.126-3.887-.366-1.656-1.929-2.614-3.475-2.104-1.547.51-2.472 2.243-2.107 3.899l.006-.015Z",
66
66
  fill: "#6C6E79",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "M76.24 48.78c-1.78-6.4-8.42-10.5-14.83-9.15-1.1.23-2.1.6-3.04 1.1l-.37-.36-2.33 2.36h0c-2.69 2.75-3.84 6.83-2.69 10.97 1.8 6.43 8.47 10.51 14.89 9.14a11.1 11.1 0 0 0 5.42-2.87l2.46-2.47-.36-.34c1.27-2.44 1.66-5.39.83-8.37h.02Z",
69
+ d: "M76.238 48.782c-1.778-6.394-8.413-10.497-14.83-9.155-1.091.23-2.106.611-3.033 1.102l-.371-.36-2.336 2.357h.011c-2.695 2.75-3.852 6.831-2.695 10.978 1.8 6.428 8.468 10.509 14.884 9.134a11.11 11.11 0 0 0 5.424-2.87l2.455-2.466-.36-.339c1.277-2.444 1.659-5.39.83-8.37l.021-.01Z",
70
70
  fill: "#6C6E79",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
@@ -74,7 +74,7 @@ function Nexttime({
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "M78.44 46.55c1.78 6.39-1.95 12.68-8.36 14.05-6.41 1.38-13.1-2.7-14.88-9.13a11.09 11.09 0 0 1 8.41-14.1c6.42-1.33 13.05 2.77 14.83 9.16v.02Z",
77
+ d: "M78.442 46.545c1.78 6.395-1.953 12.68-8.358 14.056-6.417 1.375-13.095-2.707-14.885-9.134-1.8-6.428 1.975-12.735 8.413-14.088 6.417-1.342 13.052 2.76 14.83 9.156v.01Z",
78
78
  fill: "#fff",
79
79
  stroke: "#6C6E79",
80
80
  strokeWidth: ".7",
@@ -82,18 +82,18 @@ function Nexttime({
82
82
  strokeLinejoin: "round",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/React.createElement("path", {
85
- d: "M72.84 52.18a5.96 5.96 0 0 0-5.48-.86 4.66 4.66 0 0 0-2.85 3.15",
85
+ d: "M72.84 52.179c-1.647-1.179-3.742-1.517-5.478-.863-2.215.83-2.782 2.87-2.848 3.154",
86
86
  fill: "#fff",
87
87
  shapeRendering: "geometricPrecision"
88
88
  }), /*#__PURE__*/React.createElement("path", {
89
- d: "M72.84 52.18a5.96 5.96 0 0 0-5.48-.86 4.66 4.66 0 0 0-2.85 3.15",
89
+ d: "M72.84 52.179c-1.647-1.179-3.742-1.517-5.478-.863-2.215.83-2.782 2.87-2.848 3.154",
90
90
  stroke: "#6C6E79",
91
91
  strokeWidth: ".7",
92
92
  strokeLinecap: "round",
93
93
  strokeLinejoin: "round",
94
94
  shapeRendering: "geometricPrecision"
95
95
  }), /*#__PURE__*/React.createElement("path", {
96
- d: "M63.05 46.86c.18.68-.21 1.35-.9 1.5-.69.14-1.4-.29-1.58-.97-.19-.7.2-1.36.9-1.5.68-.14 1.38.3 1.58.97ZM71.37 44.56c.19.68-.2 1.35-.9 1.5-.68.14-1.39-.29-1.58-.98-.18-.68.21-1.35.9-1.5.69-.13 1.39.3 1.58.98Z",
96
+ d: "M63.045 46.862c.186.676-.207 1.353-.895 1.495a1.367 1.367 0 0 1-1.582-.971c-.185-.688.207-1.354.895-1.495.687-.142 1.386.294 1.582.97ZM71.371 44.559c.186.677-.207 1.353-.894 1.495a1.367 1.367 0 0 1-1.583-.971c-.185-.688.208-1.353.895-1.495.688-.142 1.386.294 1.582.971Z",
97
97
  fill: "#6C6E79",
98
98
  shapeRendering: "geometricPrecision"
99
99
  }));
@@ -37,11 +37,11 @@ function NothingFound(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M68.0481 23.5761C65.5434 15.4416 60.6538 7.59132 53.9997 2.18581C53.7754 1.96152 53.3717 1.96152 53.0876 2.07366L42.3364 6.91096C32.7216 5.1465 23.1667 4.75025 13.8958 8.15953C13.5519 8.27168 13.3276 8.55578 13.3276 8.8997C13.2155 11.5165 12.6472 22.4396 12.6472 22.4396C6.2698 29.2059 1.26803 37.6842 0.0119753 46.8952C-0.0478366 47.2392 0.124123 47.5233 0.355894 47.6952L11.9594 55.7698C14.464 63.9043 19.3537 71.7546 26.0077 77.1601C26.232 77.3844 26.6358 77.3844 26.9199 77.2722L37.6711 72.4349C47.2858 74.1994 56.8408 74.5957 66.1116 71.1864C66.4556 71.0742 66.6799 70.7901 66.6799 70.4462L67.3602 56.9063C73.7302 50.14 78.7394 41.6617 79.988 32.4507C80.0478 32.1067 79.8759 31.8226 79.6441 31.6507L68.0481 23.5761Z",
40
+ d: "M68.048 23.576C65.543 15.442 60.654 7.591 54 2.186c-.225-.224-.628-.224-.912-.112L42.336 6.91c-9.614-1.764-19.17-2.16-28.44 1.249-.344.112-.568.396-.568.74-.112 2.617-.68 13.54-.68 13.54C6.27 29.206 1.267 37.684.011 46.895c-.06.344.112.628.344.8l11.603 8.075c2.505 8.134 7.395 15.985 14.049 21.39.224.224.628.224.912.112l10.751-4.837c9.615 1.764 19.17 2.16 28.44-1.249.345-.112.569-.396.569-.74l.68-13.54c6.37-6.766 11.38-15.244 12.628-24.455.06-.344-.112-.628-.344-.8l-11.596-8.075Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M78.0735 52.9089C78.1034 52.8342 78.1333 52.7519 78.1558 52.6772L79.7707 48.2885L76.653 47.4735L60.6533 21.5825C59.2926 19.3769 56.6609 18.2928 54.1338 18.8984L8.95336 29.8066L6.00015 29.0365L4.60952 33.0738C4.55719 33.2009 4.51233 33.3355 4.47495 33.4701C4.12355 34.6514 4.20579 35.9747 4.83382 37.1859L20.1681 66.5835C22.0372 70.1647 26.2315 71.8544 30.052 70.5684L75.6063 55.264C76.7876 54.8603 77.6474 53.9706 78.0735 52.9089Z",
44
+ d: "M78.073 52.909c.03-.075.06-.157.083-.232l1.614-4.389-3.117-.814-16-25.891a6.015 6.015 0 0 0-6.52-2.685L8.954 29.807 6 29.037l-1.39 4.037a3.525 3.525 0 0 0-.135.396 4.959 4.959 0 0 0 .359 3.716l15.334 29.398a8.203 8.203 0 0 0 9.884 3.984l45.554-15.304a4.074 4.074 0 0 0 2.467-2.355Z",
45
45
  fill: "#6C6E79",
46
46
  stroke: "#6C6E79",
47
47
  strokeMiterlimit: "10",
@@ -49,15 +49,15 @@ function NothingFound(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "M77.0933 51.3145L31.5391 66.245C27.7111 67.531 23.5168 65.8413 21.6551 62.2601L6.32086 32.87C4.81809 29.9915 6.41806 26.4626 9.58062 25.7L55.6358 14.5899C58.1554 13.9843 60.7871 15.061 62.1553 17.274L79.2541 45.3258C80.6297 47.5538 79.5755 50.4846 77.0933 51.3145Z",
53
- fill: "white",
52
+ d: "M77.093 51.315 31.54 66.245a8.196 8.196 0 0 1-9.884-3.985L6.321 32.87c-1.503-2.878.097-6.407 3.26-7.17l46.055-11.11a6.013 6.013 0 0 1 6.52 2.684l17.098 28.052c1.376 2.228.321 5.159-2.16 5.989Z",
53
+ fill: "#fff",
54
54
  stroke: "#6C6E79",
55
55
  strokeMiterlimit: "10",
56
56
  strokeLinecap: "round",
57
57
  strokeLinejoin: "round",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M64.1367 20.5256L62.1554 17.2734C60.7947 15.0678 58.163 13.9837 55.6359 14.5893L9.58072 25.6994C6.42564 26.462 4.8182 29.9834 6.32097 32.8693L7.86113 35.83L64.1367 20.5256Z",
60
+ d: "m64.137 20.526-1.982-3.253a6.015 6.015 0 0 0-6.52-2.684L9.582 25.7c-3.155.763-4.763 4.284-3.26 7.17l1.54 2.961 56.276-15.304Z",
61
61
  fill: "#E0E1E9",
62
62
  stroke: "#6C6E79",
63
63
  strokeMiterlimit: "10",
@@ -65,7 +65,7 @@ function NothingFound(_ref, ref) {
65
65
  strokeLinejoin: "round",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M14.0254 31.7407C14.8231 31.2974 14.9364 29.9784 14.2786 28.7946C13.6208 27.6108 12.4409 27.0104 11.6433 27.4536C10.8456 27.8968 10.7322 29.2158 11.3901 30.3996C12.0479 31.5835 13.2278 32.1839 14.0254 31.7407Z",
68
+ d: "M14.025 31.74c.798-.443.911-1.762.253-2.945-.657-1.184-1.837-1.785-2.635-1.341-.798.443-.911 1.762-.253 2.946.658 1.184 1.837 1.784 2.635 1.34ZM21.359 29.922c.797-.444.91-1.763.253-2.947-.658-1.183-1.838-1.784-2.635-1.34-.798.443-.912 1.762-.254 2.946.658 1.183 1.838 1.784 2.636 1.34Z",
69
69
  fill: "#6C6E79",
70
70
  stroke: "#6C6E79",
71
71
  strokeMiterlimit: "10",
@@ -73,30 +73,18 @@ function NothingFound(_ref, ref) {
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
- d: "M21.3589 29.9216C22.1566 29.4784 22.2699 28.1594 21.6121 26.9755C20.9543 25.7917 19.7744 25.1913 18.9768 25.6345C18.1791 26.0777 18.0657 27.3967 18.7235 28.5806C19.3814 29.7644 20.5613 30.3648 21.3589 29.9216Z",
77
- fill: "#6C6E79",
78
- stroke: "#6C6E79",
79
- strokeMiterlimit: "10",
80
- strokeLinecap: "round",
81
- strokeLinejoin: "round",
82
- shapeRendering: "geometricPrecision"
83
- }), /*#__PURE__*/_react["default"].createElement("path", {
84
- d: "M22.0371 42.1619L60.9373 31.2761",
76
+ d: "m22.037 42.162 38.9-10.886",
85
77
  stroke: "#E0E1E9",
86
78
  strokeMiterlimit: "10",
87
79
  strokeLinecap: "round",
88
80
  strokeLinejoin: "round",
89
81
  shapeRendering: "geometricPrecision"
90
82
  }), /*#__PURE__*/_react["default"].createElement("path", {
91
- d: "M70.0125 40.9727L68.734 38.9017C68.5546 38.6176 68.2106 38.483 67.8891 38.5802L24.219 51.4173C23.7704 51.5519 23.5461 52.0603 23.7704 52.479L24.9442 54.7294C25.1087 55.0434 25.475 55.2004 25.8189 55.1033L69.5938 42.0792C70.0573 41.9371 70.2667 41.3914 70.0125 40.9727Z",
92
- fill: "#E0E1E9",
93
- shapeRendering: "geometricPrecision"
94
- }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "M63.2077 47.0372L27.7467 58.2146C27.2981 58.3567 27.0888 58.8651 27.3056 59.2763C27.657 59.9342 28.143 60.8613 28.457 61.4444C28.6289 61.7585 28.9953 61.908 29.3392 61.8033L65.0095 50.5587C65.4805 50.4091 65.6824 49.8559 65.4133 49.4372L64.06 47.3513C63.8731 47.0597 63.5292 46.9326 63.2077 47.0372Z",
83
+ d: "m70.012 40.973-1.278-2.071a.746.746 0 0 0-.845-.322l-43.67 12.837a.743.743 0 0 0-.449 1.062l1.174 2.25c.164.314.53.471.875.374L69.594 42.08a.75.75 0 0 0 .418-1.106ZM63.208 47.037 27.747 58.215a.748.748 0 0 0-.442 1.061c.352.658.838 1.585 1.152 2.168a.753.753 0 0 0 .882.36l35.67-11.245a.749.749 0 0 0 .404-1.122l-1.353-2.086a.736.736 0 0 0-.852-.314Z",
96
84
  fill: "#E0E1E9",
97
85
  shapeRendering: "geometricPrecision"
98
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
99
- d: "M48.8562 24.5101C53.2225 32.3679 52.0337 41.3621 46.1946 44.6069C40.3554 47.8517 32.0939 44.106 27.7276 36.2556C24.2884 30.0726 24.2959 23.1793 27.3015 18.9401C28.1164 17.7962 29.1482 16.8467 30.3893 16.1588C36.2209 12.914 44.4899 16.6523 48.8562 24.5101Z",
87
+ d: "M48.856 24.51c4.366 7.858 3.177 16.852-2.662 20.097-5.839 3.245-14.1-.501-18.467-8.351-3.439-6.183-3.431-13.077-.426-17.316a9.343 9.343 0 0 1 3.088-2.781c5.832-3.245 14.1.493 18.467 8.351Z",
100
88
  fill: "#6C6E79",
101
89
  stroke: "#6C6E79",
102
90
  strokeMiterlimit: "10",
@@ -104,14 +92,14 @@ function NothingFound(_ref, ref) {
104
92
  strokeLinejoin: "round",
105
93
  shapeRendering: "geometricPrecision"
106
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
107
- d: "M28.0498 19.3157C28.0498 19.3157 31.9301 13.6036 35.5936 14.0148C39.257 14.426 36.9094 41.8349 36.9094 41.8349C36.9094 41.8349 26.7563 21.4913 28.0498 19.3157Z",
95
+ d: "M28.05 19.316s3.88-5.712 7.543-5.301c3.664.411 1.316 27.82 1.316 27.82s-10.153-20.344-8.86-22.52Z",
108
96
  stroke: "#6C6E79",
109
97
  strokeMiterlimit: "10",
110
98
  strokeLinecap: "round",
111
99
  strokeLinejoin: "round",
112
100
  shapeRendering: "geometricPrecision"
113
101
  }), /*#__PURE__*/_react["default"].createElement("path", {
114
- d: "M56.8495 62.2209C55.1748 63.148 53.0515 62.5424 52.1244 60.8677L40.8947 40.6737C39.9676 38.9989 40.5732 36.8756 42.2479 35.9485C43.9227 35.0214 46.046 35.627 46.9731 37.3018L58.1953 57.5033C59.1224 59.163 58.5168 61.2938 56.8495 62.2209Z",
102
+ d: "M56.85 62.22a3.482 3.482 0 0 1-4.726-1.352l-11.23-20.194a3.482 3.482 0 0 1 1.354-4.725 3.482 3.482 0 0 1 4.725 1.353l11.222 20.201c.927 1.66.321 3.79-1.346 4.718Z",
115
103
  fill: "#E0E1E9",
116
104
  stroke: "#6C6E79",
117
105
  strokeMiterlimit: "10",
@@ -119,7 +107,7 @@ function NothingFound(_ref, ref) {
119
107
  strokeLinejoin: "round",
120
108
  shapeRendering: "geometricPrecision"
121
109
  }), /*#__PURE__*/_react["default"].createElement("path", {
122
- d: "M46.9731 37.2962C46.046 35.6214 43.9152 35.0158 42.2479 35.9429C40.5732 36.87 39.9676 39.0008 40.8947 40.6681L45.8965 49.6698C45.8965 49.6698 46.5918 41.5054 50.9655 44.4811L46.9731 37.2962Z",
110
+ d: "M46.973 37.296a3.484 3.484 0 0 0-4.725-1.353 3.484 3.484 0 0 0-1.354 4.725l5.002 9.002s.695-8.165 5.07-5.189l-3.993-7.185Z",
123
111
  fill: "#6C6E79",
124
112
  stroke: "#6C6E79",
125
113
  strokeMiterlimit: "10",
@@ -127,34 +115,30 @@ function NothingFound(_ref, ref) {
127
115
  strokeLinejoin: "round",
128
116
  shapeRendering: "geometricPrecision"
129
117
  }), /*#__PURE__*/_react["default"].createElement("path", {
130
- d: "M48.403 42.401C54.2393 39.1581 55.4311 30.1594 51.065 22.302C46.699 14.4446 38.4284 10.7038 32.5922 13.9467C26.756 17.1897 25.5642 26.1883 29.9302 34.0457C34.2962 41.9032 42.5668 45.644 48.403 42.401Z",
118
+ d: "M48.403 42.401c5.836-3.243 7.028-12.242 2.662-20.099-4.366-7.857-12.637-11.598-18.473-8.355-5.836 3.243-7.028 12.241-2.662 20.099 4.366 7.857 12.636 11.598 18.473 8.355Z",
131
119
  fill: "#E0E1E9",
132
120
  shapeRendering: "geometricPrecision"
133
121
  }), /*#__PURE__*/_react["default"].createElement("path", {
134
- d: "M31.9059 34.0435C27.5396 26.1857 28.7284 17.1915 34.5675 13.9467C35.689 13.3261 36.9002 12.9673 38.1562 12.8327C36.1974 12.6607 34.2909 12.9972 32.5937 13.9467C26.762 17.1915 25.5658 26.1857 29.9321 34.0435C33.461 40.391 39.5319 44.047 44.8178 43.5087C40.0552 43.0975 35.0011 39.6135 31.9059 34.0435Z",
135
- fill: "white",
122
+ d: "M31.906 34.044c-4.366-7.858-3.178-16.852 2.661-20.097a9.431 9.431 0 0 1 3.59-1.114c-1.96-.172-3.866.164-5.563 1.114-5.832 3.245-7.028 12.239-2.662 20.097 3.529 6.347 9.6 10.003 14.886 9.465-4.763-.412-9.817-3.895-12.912-9.465Z",
123
+ fill: "#fff",
136
124
  shapeRendering: "geometricPrecision"
137
125
  }), /*#__PURE__*/_react["default"].createElement("path", {
138
- d: "M48.403 42.401C54.2393 39.1581 55.4311 30.1594 51.065 22.302C46.699 14.4446 38.4284 10.7038 32.5922 13.9467C26.756 17.1897 25.5642 26.1883 29.9302 34.0457C34.2962 41.9032 42.5668 45.644 48.403 42.401Z",
126
+ d: "M48.403 42.401c5.836-3.243 7.028-12.242 2.662-20.099-4.366-7.857-12.637-11.598-18.473-8.355-5.836 3.243-7.028 12.241-2.662 20.099 4.366 7.857 12.636 11.598 18.473 8.355Z",
139
127
  stroke: "#6C6E79",
140
128
  strokeMiterlimit: "10",
141
129
  strokeLinecap: "round",
142
130
  strokeLinejoin: "round",
143
131
  shapeRendering: "geometricPrecision"
144
132
  }), /*#__PURE__*/_react["default"].createElement("path", {
145
- d: "M49.5444 37.0344C48.9912 37.8419 48.2809 38.4998 47.4286 38.9783C43.2193 41.3184 37.0138 38.2007 33.5746 32.0177C30.1355 25.8346 30.7635 18.9189 34.9802 16.5787C39.197 14.2386 45.395 17.3563 48.8342 23.5393C50.2024 26.0066 50.9276 28.586 51.0397 30.9485",
133
+ d: "M49.544 37.034a6.273 6.273 0 0 1-2.116 1.944c-4.209 2.34-10.414-.777-13.854-6.96-3.439-6.183-2.81-13.1 1.406-15.44 4.217-2.34 10.415.778 13.854 6.961 1.368 2.468 2.093 5.047 2.205 7.41",
146
134
  stroke: "#6C6E79",
147
135
  strokeMiterlimit: "10",
148
136
  strokeLinecap: "round",
149
137
  strokeLinejoin: "round",
150
138
  shapeRendering: "geometricPrecision"
151
139
  }), /*#__PURE__*/_react["default"].createElement("path", {
152
- d: "M37.3422 17.5355C39.3684 17.0196 42.5309 17.5056 44.3402 20.384C46.1495 23.2625 44.9159 23.5914 43.4356 22.2756C41.9552 20.9597 38.9945 20.1896 37.3422 21.6027C35.6974 23.0157 34.3815 20.6307 35.0395 19.3971C35.6974 18.1635 36.6768 17.7074 37.3422 17.5355Z",
153
- fill: "white",
154
- shapeRendering: "geometricPrecision"
155
- }), /*#__PURE__*/_react["default"].createElement("path", {
156
- d: "M45.8218 24.6675C45.8218 24.6675 45.8666 23.5236 46.5844 23.9274C47.3021 24.3386 48.1245 25.4077 47.3844 25.9012C46.6442 26.3946 45.8218 24.6675 45.8218 24.6675Z",
157
- fill: "white",
140
+ d: "M37.342 17.535c2.026-.515 5.189-.03 6.998 2.849 1.81 2.878.576 3.207-.905 1.892-1.48-1.316-4.44-2.086-6.093-.673-1.645 1.413-2.96-.972-2.303-2.206.658-1.233 1.638-1.69 2.303-1.861ZM45.822 24.668s.044-1.144.762-.74c.718.41 1.54 1.48.8 1.973-.74.494-1.563-1.233-1.563-1.233Z",
141
+ fill: "#fff",
158
142
  shapeRendering: "geometricPrecision"
159
143
  }));
160
144
  }
@@ -19,11 +19,11 @@ function NothingFound({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M68.0481 23.5761C65.5434 15.4416 60.6538 7.59132 53.9997 2.18581C53.7754 1.96152 53.3717 1.96152 53.0876 2.07366L42.3364 6.91096C32.7216 5.1465 23.1667 4.75025 13.8958 8.15953C13.5519 8.27168 13.3276 8.55578 13.3276 8.8997C13.2155 11.5165 12.6472 22.4396 12.6472 22.4396C6.2698 29.2059 1.26803 37.6842 0.0119753 46.8952C-0.0478366 47.2392 0.124123 47.5233 0.355894 47.6952L11.9594 55.7698C14.464 63.9043 19.3537 71.7546 26.0077 77.1601C26.232 77.3844 26.6358 77.3844 26.9199 77.2722L37.6711 72.4349C47.2858 74.1994 56.8408 74.5957 66.1116 71.1864C66.4556 71.0742 66.6799 70.7901 66.6799 70.4462L67.3602 56.9063C73.7302 50.14 78.7394 41.6617 79.988 32.4507C80.0478 32.1067 79.8759 31.8226 79.6441 31.6507L68.0481 23.5761Z",
22
+ d: "M68.048 23.576C65.543 15.442 60.654 7.591 54 2.186c-.225-.224-.628-.224-.912-.112L42.336 6.91c-9.614-1.764-19.17-2.16-28.44 1.249-.344.112-.568.396-.568.74-.112 2.617-.68 13.54-.68 13.54C6.27 29.206 1.267 37.684.011 46.895c-.06.344.112.628.344.8l11.603 8.075c2.505 8.134 7.395 15.985 14.049 21.39.224.224.628.224.912.112l10.751-4.837c9.615 1.764 19.17 2.16 28.44-1.249.345-.112.569-.396.569-.74l.68-13.54c6.37-6.766 11.38-15.244 12.628-24.455.06-.344-.112-.628-.344-.8l-11.596-8.075Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M78.0735 52.9089C78.1034 52.8342 78.1333 52.7519 78.1558 52.6772L79.7707 48.2885L76.653 47.4735L60.6533 21.5825C59.2926 19.3769 56.6609 18.2928 54.1338 18.8984L8.95336 29.8066L6.00015 29.0365L4.60952 33.0738C4.55719 33.2009 4.51233 33.3355 4.47495 33.4701C4.12355 34.6514 4.20579 35.9747 4.83382 37.1859L20.1681 66.5835C22.0372 70.1647 26.2315 71.8544 30.052 70.5684L75.6063 55.264C76.7876 54.8603 77.6474 53.9706 78.0735 52.9089Z",
26
+ d: "M78.073 52.909c.03-.075.06-.157.083-.232l1.614-4.389-3.117-.814-16-25.891a6.015 6.015 0 0 0-6.52-2.685L8.954 29.807 6 29.037l-1.39 4.037a3.525 3.525 0 0 0-.135.396 4.959 4.959 0 0 0 .359 3.716l15.334 29.398a8.203 8.203 0 0 0 9.884 3.984l45.554-15.304a4.074 4.074 0 0 0 2.467-2.355Z",
27
27
  fill: "#6C6E79",
28
28
  stroke: "#6C6E79",
29
29
  strokeMiterlimit: "10",
@@ -31,15 +31,15 @@ function NothingFound({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M77.0933 51.3145L31.5391 66.245C27.7111 67.531 23.5168 65.8413 21.6551 62.2601L6.32086 32.87C4.81809 29.9915 6.41806 26.4626 9.58062 25.7L55.6358 14.5899C58.1554 13.9843 60.7871 15.061 62.1553 17.274L79.2541 45.3258C80.6297 47.5538 79.5755 50.4846 77.0933 51.3145Z",
35
- fill: "white",
34
+ d: "M77.093 51.315 31.54 66.245a8.196 8.196 0 0 1-9.884-3.985L6.321 32.87c-1.503-2.878.097-6.407 3.26-7.17l46.055-11.11a6.013 6.013 0 0 1 6.52 2.684l17.098 28.052c1.376 2.228.321 5.159-2.16 5.989Z",
35
+ fill: "#fff",
36
36
  stroke: "#6C6E79",
37
37
  strokeMiterlimit: "10",
38
38
  strokeLinecap: "round",
39
39
  strokeLinejoin: "round",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M64.1367 20.5256L62.1554 17.2734C60.7947 15.0678 58.163 13.9837 55.6359 14.5893L9.58072 25.6994C6.42564 26.462 4.8182 29.9834 6.32097 32.8693L7.86113 35.83L64.1367 20.5256Z",
42
+ d: "m64.137 20.526-1.982-3.253a6.015 6.015 0 0 0-6.52-2.684L9.582 25.7c-3.155.763-4.763 4.284-3.26 7.17l1.54 2.961 56.276-15.304Z",
43
43
  fill: "#E0E1E9",
44
44
  stroke: "#6C6E79",
45
45
  strokeMiterlimit: "10",
@@ -47,7 +47,7 @@ function NothingFound({
47
47
  strokeLinejoin: "round",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M14.0254 31.7407C14.8231 31.2974 14.9364 29.9784 14.2786 28.7946C13.6208 27.6108 12.4409 27.0104 11.6433 27.4536C10.8456 27.8968 10.7322 29.2158 11.3901 30.3996C12.0479 31.5835 13.2278 32.1839 14.0254 31.7407Z",
50
+ d: "M14.025 31.74c.798-.443.911-1.762.253-2.945-.657-1.184-1.837-1.785-2.635-1.341-.798.443-.911 1.762-.253 2.946.658 1.184 1.837 1.784 2.635 1.34ZM21.359 29.922c.797-.444.91-1.763.253-2.947-.658-1.183-1.838-1.784-2.635-1.34-.798.443-.912 1.762-.254 2.946.658 1.183 1.838 1.784 2.636 1.34Z",
51
51
  fill: "#6C6E79",
52
52
  stroke: "#6C6E79",
53
53
  strokeMiterlimit: "10",
@@ -55,30 +55,18 @@ function NothingFound({
55
55
  strokeLinejoin: "round",
56
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
- d: "M21.3589 29.9216C22.1566 29.4784 22.2699 28.1594 21.6121 26.9755C20.9543 25.7917 19.7744 25.1913 18.9768 25.6345C18.1791 26.0777 18.0657 27.3967 18.7235 28.5806C19.3814 29.7644 20.5613 30.3648 21.3589 29.9216Z",
59
- fill: "#6C6E79",
60
- stroke: "#6C6E79",
61
- strokeMiterlimit: "10",
62
- strokeLinecap: "round",
63
- strokeLinejoin: "round",
64
- shapeRendering: "geometricPrecision"
65
- }), /*#__PURE__*/React.createElement("path", {
66
- d: "M22.0371 42.1619L60.9373 31.2761",
58
+ d: "m22.037 42.162 38.9-10.886",
67
59
  stroke: "#E0E1E9",
68
60
  strokeMiterlimit: "10",
69
61
  strokeLinecap: "round",
70
62
  strokeLinejoin: "round",
71
63
  shapeRendering: "geometricPrecision"
72
64
  }), /*#__PURE__*/React.createElement("path", {
73
- d: "M70.0125 40.9727L68.734 38.9017C68.5546 38.6176 68.2106 38.483 67.8891 38.5802L24.219 51.4173C23.7704 51.5519 23.5461 52.0603 23.7704 52.479L24.9442 54.7294C25.1087 55.0434 25.475 55.2004 25.8189 55.1033L69.5938 42.0792C70.0573 41.9371 70.2667 41.3914 70.0125 40.9727Z",
74
- fill: "#E0E1E9",
75
- shapeRendering: "geometricPrecision"
76
- }), /*#__PURE__*/React.createElement("path", {
77
- d: "M63.2077 47.0372L27.7467 58.2146C27.2981 58.3567 27.0888 58.8651 27.3056 59.2763C27.657 59.9342 28.143 60.8613 28.457 61.4444C28.6289 61.7585 28.9953 61.908 29.3392 61.8033L65.0095 50.5587C65.4805 50.4091 65.6824 49.8559 65.4133 49.4372L64.06 47.3513C63.8731 47.0597 63.5292 46.9326 63.2077 47.0372Z",
65
+ d: "m70.012 40.973-1.278-2.071a.746.746 0 0 0-.845-.322l-43.67 12.837a.743.743 0 0 0-.449 1.062l1.174 2.25c.164.314.53.471.875.374L69.594 42.08a.75.75 0 0 0 .418-1.106ZM63.208 47.037 27.747 58.215a.748.748 0 0 0-.442 1.061c.352.658.838 1.585 1.152 2.168a.753.753 0 0 0 .882.36l35.67-11.245a.749.749 0 0 0 .404-1.122l-1.353-2.086a.736.736 0 0 0-.852-.314Z",
78
66
  fill: "#E0E1E9",
79
67
  shapeRendering: "geometricPrecision"
80
68
  }), /*#__PURE__*/React.createElement("path", {
81
- d: "M48.8562 24.5101C53.2225 32.3679 52.0337 41.3621 46.1946 44.6069C40.3554 47.8517 32.0939 44.106 27.7276 36.2556C24.2884 30.0726 24.2959 23.1793 27.3015 18.9401C28.1164 17.7962 29.1482 16.8467 30.3893 16.1588C36.2209 12.914 44.4899 16.6523 48.8562 24.5101Z",
69
+ d: "M48.856 24.51c4.366 7.858 3.177 16.852-2.662 20.097-5.839 3.245-14.1-.501-18.467-8.351-3.439-6.183-3.431-13.077-.426-17.316a9.343 9.343 0 0 1 3.088-2.781c5.832-3.245 14.1.493 18.467 8.351Z",
82
70
  fill: "#6C6E79",
83
71
  stroke: "#6C6E79",
84
72
  strokeMiterlimit: "10",
@@ -86,14 +74,14 @@ function NothingFound({
86
74
  strokeLinejoin: "round",
87
75
  shapeRendering: "geometricPrecision"
88
76
  }), /*#__PURE__*/React.createElement("path", {
89
- d: "M28.0498 19.3157C28.0498 19.3157 31.9301 13.6036 35.5936 14.0148C39.257 14.426 36.9094 41.8349 36.9094 41.8349C36.9094 41.8349 26.7563 21.4913 28.0498 19.3157Z",
77
+ d: "M28.05 19.316s3.88-5.712 7.543-5.301c3.664.411 1.316 27.82 1.316 27.82s-10.153-20.344-8.86-22.52Z",
90
78
  stroke: "#6C6E79",
91
79
  strokeMiterlimit: "10",
92
80
  strokeLinecap: "round",
93
81
  strokeLinejoin: "round",
94
82
  shapeRendering: "geometricPrecision"
95
83
  }), /*#__PURE__*/React.createElement("path", {
96
- d: "M56.8495 62.2209C55.1748 63.148 53.0515 62.5424 52.1244 60.8677L40.8947 40.6737C39.9676 38.9989 40.5732 36.8756 42.2479 35.9485C43.9227 35.0214 46.046 35.627 46.9731 37.3018L58.1953 57.5033C59.1224 59.163 58.5168 61.2938 56.8495 62.2209Z",
84
+ d: "M56.85 62.22a3.482 3.482 0 0 1-4.726-1.352l-11.23-20.194a3.482 3.482 0 0 1 1.354-4.725 3.482 3.482 0 0 1 4.725 1.353l11.222 20.201c.927 1.66.321 3.79-1.346 4.718Z",
97
85
  fill: "#E0E1E9",
98
86
  stroke: "#6C6E79",
99
87
  strokeMiterlimit: "10",
@@ -101,7 +89,7 @@ function NothingFound({
101
89
  strokeLinejoin: "round",
102
90
  shapeRendering: "geometricPrecision"
103
91
  }), /*#__PURE__*/React.createElement("path", {
104
- d: "M46.9731 37.2962C46.046 35.6214 43.9152 35.0158 42.2479 35.9429C40.5732 36.87 39.9676 39.0008 40.8947 40.6681L45.8965 49.6698C45.8965 49.6698 46.5918 41.5054 50.9655 44.4811L46.9731 37.2962Z",
92
+ d: "M46.973 37.296a3.484 3.484 0 0 0-4.725-1.353 3.484 3.484 0 0 0-1.354 4.725l5.002 9.002s.695-8.165 5.07-5.189l-3.993-7.185Z",
105
93
  fill: "#6C6E79",
106
94
  stroke: "#6C6E79",
107
95
  strokeMiterlimit: "10",
@@ -109,34 +97,30 @@ function NothingFound({
109
97
  strokeLinejoin: "round",
110
98
  shapeRendering: "geometricPrecision"
111
99
  }), /*#__PURE__*/React.createElement("path", {
112
- d: "M48.403 42.401C54.2393 39.1581 55.4311 30.1594 51.065 22.302C46.699 14.4446 38.4284 10.7038 32.5922 13.9467C26.756 17.1897 25.5642 26.1883 29.9302 34.0457C34.2962 41.9032 42.5668 45.644 48.403 42.401Z",
100
+ d: "M48.403 42.401c5.836-3.243 7.028-12.242 2.662-20.099-4.366-7.857-12.637-11.598-18.473-8.355-5.836 3.243-7.028 12.241-2.662 20.099 4.366 7.857 12.636 11.598 18.473 8.355Z",
113
101
  fill: "#E0E1E9",
114
102
  shapeRendering: "geometricPrecision"
115
103
  }), /*#__PURE__*/React.createElement("path", {
116
- d: "M31.9059 34.0435C27.5396 26.1857 28.7284 17.1915 34.5675 13.9467C35.689 13.3261 36.9002 12.9673 38.1562 12.8327C36.1974 12.6607 34.2909 12.9972 32.5937 13.9467C26.762 17.1915 25.5658 26.1857 29.9321 34.0435C33.461 40.391 39.5319 44.047 44.8178 43.5087C40.0552 43.0975 35.0011 39.6135 31.9059 34.0435Z",
117
- fill: "white",
104
+ d: "M31.906 34.044c-4.366-7.858-3.178-16.852 2.661-20.097a9.431 9.431 0 0 1 3.59-1.114c-1.96-.172-3.866.164-5.563 1.114-5.832 3.245-7.028 12.239-2.662 20.097 3.529 6.347 9.6 10.003 14.886 9.465-4.763-.412-9.817-3.895-12.912-9.465Z",
105
+ fill: "#fff",
118
106
  shapeRendering: "geometricPrecision"
119
107
  }), /*#__PURE__*/React.createElement("path", {
120
- d: "M48.403 42.401C54.2393 39.1581 55.4311 30.1594 51.065 22.302C46.699 14.4446 38.4284 10.7038 32.5922 13.9467C26.756 17.1897 25.5642 26.1883 29.9302 34.0457C34.2962 41.9032 42.5668 45.644 48.403 42.401Z",
108
+ d: "M48.403 42.401c5.836-3.243 7.028-12.242 2.662-20.099-4.366-7.857-12.637-11.598-18.473-8.355-5.836 3.243-7.028 12.241-2.662 20.099 4.366 7.857 12.636 11.598 18.473 8.355Z",
121
109
  stroke: "#6C6E79",
122
110
  strokeMiterlimit: "10",
123
111
  strokeLinecap: "round",
124
112
  strokeLinejoin: "round",
125
113
  shapeRendering: "geometricPrecision"
126
114
  }), /*#__PURE__*/React.createElement("path", {
127
- d: "M49.5444 37.0344C48.9912 37.8419 48.2809 38.4998 47.4286 38.9783C43.2193 41.3184 37.0138 38.2007 33.5746 32.0177C30.1355 25.8346 30.7635 18.9189 34.9802 16.5787C39.197 14.2386 45.395 17.3563 48.8342 23.5393C50.2024 26.0066 50.9276 28.586 51.0397 30.9485",
115
+ d: "M49.544 37.034a6.273 6.273 0 0 1-2.116 1.944c-4.209 2.34-10.414-.777-13.854-6.96-3.439-6.183-2.81-13.1 1.406-15.44 4.217-2.34 10.415.778 13.854 6.961 1.368 2.468 2.093 5.047 2.205 7.41",
128
116
  stroke: "#6C6E79",
129
117
  strokeMiterlimit: "10",
130
118
  strokeLinecap: "round",
131
119
  strokeLinejoin: "round",
132
120
  shapeRendering: "geometricPrecision"
133
121
  }), /*#__PURE__*/React.createElement("path", {
134
- d: "M37.3422 17.5355C39.3684 17.0196 42.5309 17.5056 44.3402 20.384C46.1495 23.2625 44.9159 23.5914 43.4356 22.2756C41.9552 20.9597 38.9945 20.1896 37.3422 21.6027C35.6974 23.0157 34.3815 20.6307 35.0395 19.3971C35.6974 18.1635 36.6768 17.7074 37.3422 17.5355Z",
135
- fill: "white",
136
- shapeRendering: "geometricPrecision"
137
- }), /*#__PURE__*/React.createElement("path", {
138
- d: "M45.8218 24.6675C45.8218 24.6675 45.8666 23.5236 46.5844 23.9274C47.3021 24.3386 48.1245 25.4077 47.3844 25.9012C46.6442 26.3946 45.8218 24.6675 45.8218 24.6675Z",
139
- fill: "white",
122
+ d: "M37.342 17.535c2.026-.515 5.189-.03 6.998 2.849 1.81 2.878.576 3.207-.905 1.892-1.48-1.316-4.44-2.086-6.093-.673-1.645 1.413-2.96-.972-2.303-2.206.658-1.233 1.638-1.69 2.303-1.861ZM45.822 24.668s.044-1.144.762-.74c.718.41 1.54 1.48.8 1.973-.74.494-1.563-1.233-1.563-1.233Z",
123
+ fill: "#fff",
140
124
  shapeRendering: "geometricPrecision"
141
125
  }));
142
126
  }