@semcore/illustration 1.1.5 → 1.3.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 +10 -10
  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
@@ -37,55 +37,51 @@ function TextLinksEtc(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987",
40
41
  fill: "#E0E1E9",
41
- d: "M40.51 80c21.98-.29 39.47-18.61 39.47-40.6V.99a1 1 0 0 0-1-.99H54.32a1 1 0 0 0-1 .99v2.75H27.65a1 1 0 0 0-1 1V40H1A.98.98 0 0 0 0 41 40 40 0 0 0 40.52 80",
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
- shapeRendering: "geometricPrecision"
75
- }), /*#__PURE__*/_react["default"].createElement("path", {
76
- 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
74
  shapeRendering: "geometricPrecision"
79
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ d: "M26.119 35.855 55.748 29M28.73 45.19l23.34-5.69M31.33 54.472l35.244-9.031",
80
77
  stroke: "#6C6E79",
78
+ strokeWidth: ".7",
81
79
  strokeLinecap: "round",
82
80
  strokeLinejoin: "round",
83
- strokeWidth: ".7",
84
- d: "M26.12 35.85 55.75 29M28.73 45.19l23.34-5.69M31.33 54.47l35.24-9.03",
85
81
  shapeRendering: "geometricPrecision"
86
82
  }), /*#__PURE__*/_react["default"].createElement("path", {
83
+ d: "M22.322 36.736c.239.849-.294 1.709-1.197 1.926-.904.218-1.828-.315-2.068-1.164s.294-1.72 1.197-1.926c.903-.207 1.828.316 2.067 1.175v-.01ZM24.955 46.115c.24.85-.294 1.709-1.186 1.937-.892.229-1.817-.294-2.057-1.142-.24-.849.294-1.72 1.197-1.937.892-.218 1.817.294 2.057 1.142h-.011ZM27.577 55.43c.24.837-.294 1.708-1.175 1.936-.892.229-1.806-.272-2.046-1.11-.24-.837.294-1.719 1.186-1.947.892-.229 1.806.272 2.035 1.12Z",
87
84
  fill: "#6C6E79",
88
- d: "M22.32 36.74c.24.84-.3 1.7-1.2 1.92-.9.22-1.82-.31-2.06-1.16-.24-.85.3-1.72 1.2-1.93.9-.2 1.82.32 2.06 1.18v-.01Zm2.64 9.37c.24.85-.3 1.71-1.2 1.94a1.7 1.7 0 0 1-2.05-1.14c-.24-.85.3-1.72 1.2-1.94.9-.22 1.82.3 2.06 1.14h-.01Zm2.62 9.32c.24.84-.3 1.7-1.18 1.94-.89.22-1.8-.28-2.04-1.11-.24-.84.29-1.72 1.18-1.95.9-.23 1.8.27 2.04 1.12Z",
89
85
  shapeRendering: "geometricPrecision"
90
86
  }));
91
87
  }
@@ -19,55 +19,51 @@ function TextLinksEtc({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987",
22
23
  fill: "#E0E1E9",
23
- d: "M40.51 80c21.98-.29 39.47-18.61 39.47-40.6V.99a1 1 0 0 0-1-.99H54.32a1 1 0 0 0-1 .99v2.75H27.65a1 1 0 0 0-1 1V40H1A.98.98 0 0 0 0 41 40 40 0 0 0 40.52 80",
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
- shapeRendering: "geometricPrecision"
57
- }), /*#__PURE__*/React.createElement("path", {
58
- 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
56
  shapeRendering: "geometricPrecision"
61
57
  }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M26.119 35.855 55.748 29M28.73 45.19l23.34-5.69M31.33 54.472l35.244-9.031",
62
59
  stroke: "#6C6E79",
60
+ strokeWidth: ".7",
63
61
  strokeLinecap: "round",
64
62
  strokeLinejoin: "round",
65
- strokeWidth: ".7",
66
- d: "M26.12 35.85 55.75 29M28.73 45.19l23.34-5.69M31.33 54.47l35.24-9.03",
67
63
  shapeRendering: "geometricPrecision"
68
64
  }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M22.322 36.736c.239.849-.294 1.709-1.197 1.926-.904.218-1.828-.315-2.068-1.164s.294-1.72 1.197-1.926c.903-.207 1.828.316 2.067 1.175v-.01ZM24.955 46.115c.24.85-.294 1.709-1.186 1.937-.892.229-1.817-.294-2.057-1.142-.24-.849.294-1.72 1.197-1.937.892-.218 1.817.294 2.057 1.142h-.011ZM27.577 55.43c.24.837-.294 1.708-1.175 1.936-.892.229-1.806-.272-2.046-1.11-.24-.837.294-1.719 1.186-1.947.892-.229 1.806.272 2.035 1.12Z",
69
66
  fill: "#6C6E79",
70
- d: "M22.32 36.74c.24.84-.3 1.7-1.2 1.92-.9.22-1.82-.31-2.06-1.16-.24-.85.3-1.72 1.2-1.93.9-.2 1.82.32 2.06 1.18v-.01Zm2.64 9.37c.24.85-.3 1.71-1.2 1.94a1.7 1.7 0 0 1-2.05-1.14c-.24-.85.3-1.72 1.2-1.94.9-.22 1.82.3 2.06 1.14h-.01Zm2.62 9.32c.24.84-.3 1.7-1.18 1.94-.89.22-1.8-.28-2.04-1.11-.24-.84.29-1.72 1.18-1.95.9-.23 1.8.27 2.04 1.12Z",
71
67
  shapeRendering: "geometricPrecision"
72
68
  }));
73
69
  }
@@ -37,120 +37,120 @@ function UnderConstruction(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M40.531 75.095C62.515 74.811 80 56.483 80 34.51V18.985a.99.99 0 0 0-.985-.997H53.34V3.996A1 1 0 0 0 52.344 3H27.667a1 1 0 0 0-.997.996v6.493H.996a.993.993 0 0 0-.996.996v23.616C0 57.37 18.196 75.39 40.531 75.095Z",
40
41
  fill: "#E0E1E9",
41
- d: "M40.53 75.1C62.51 74.8 80 56.47 80 34.5V18.99a.99.99 0 0 0-.98-1H53.34v-14a1 1 0 0 0-1-.99H27.67a1 1 0 0 0-1 1v6.49H1a1 1 0 0 0-1 1V35.1a40 40 0 0 0 40.53 40",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "M62.845 55.473s.085-.053.128-.085l6.515-4.34-3.145-1.706-3.146.757-8.317-31.754a5.74 5.74 0 0 0-6.697-4.17L8.496 22.268l-1.397-3.124-3.423 5.897c-.075.117-.15.245-.213.373v.021a5.699 5.699 0 0 0-.459 4.266l10.46 36.734a2.606 2.606 0 0 0 3.189 1.802l45.382-12.37c.277-.074.522-.202.746-.351l.053-.043h.011Z",
44
45
  fill: "#E0E1E9",
45
46
  stroke: "#6C6E79",
47
+ strokeWidth: ".7",
46
48
  strokeLinecap: "round",
47
49
  strokeLinejoin: "round",
48
- strokeWidth: ".7",
49
- d: "m62.84 55.47.13-.08 6.52-4.34-3.15-1.7-3.14.75-8.32-31.76a5.74 5.74 0 0 0-6.7-4.17L8.5 22.27l-1.4-3.13-3.42 5.9-.22.37v.02A5.7 5.7 0 0 0 3 29.7l10.46 36.73a2.6 2.6 0 0 0 3.2 1.8l45.38-12.36c.27-.08.52-.2.74-.35l.06-.05h0Z",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ d: "M68.71 51.41 20.918 64.44a2.742 2.742 0 0 1-3.359-1.897L6.544 23.858c-.96-3.38 1.152-6.867 4.596-7.571l42.983-8.765a6.041 6.041 0 0 1 7.048 4.382l9.469 36.17a2.738 2.738 0 0 1-1.93 3.337Z",
52
53
  fill: "#fff",
53
- d: "m68.71 51.41-47.8 13.03a2.74 2.74 0 0 1-3.35-1.9L6.54 23.86a6.04 6.04 0 0 1 4.6-7.57l42.98-8.77a6.04 6.04 0 0 1 7.05 4.38l9.47 36.17a2.74 2.74 0 0 1-1.93 3.34Z",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
+ d: "M62.376 16.586 7.856 28.56l-1.333-4.702c-.96-3.38 1.152-6.867 4.596-7.57l42.983-8.766a6.041 6.041 0 0 1 7.048 4.383l1.226 4.68Z",
56
57
  fill: "#6C6E79",
57
- d: "M62.38 16.59 7.86 28.56l-1.34-4.7a6.04 6.04 0 0 1 4.6-7.57L54.1 7.52a6.04 6.04 0 0 1 7.05 4.38l1.23 4.68Z",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ d: "M15.203 21.203c.299 1.077-.33 2.132-1.418 2.367-1.088.234-2.229-.448-2.527-1.536-.299-1.087.341-2.143 1.429-2.377 1.087-.235 2.218.458 2.527 1.535l-.01.01Z",
60
61
  fill: "#fff",
61
- d: "M15.2 21.2a1.87 1.87 0 0 1-1.41 2.37 2.18 2.18 0 0 1-2.53-1.54 1.88 1.88 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.52 1.53v.01Z",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ d: "M22.198 19.721c.299 1.067-.33 2.111-1.397 2.346-1.066.235-2.186-.448-2.484-1.525-.299-1.077.33-2.122 1.407-2.346 1.067-.224 2.176.459 2.474 1.525Z",
64
65
  fill: "#E0E1E9",
65
- d: "M22.2 19.72a1.85 1.85 0 0 1-1.4 2.35 2.15 2.15 0 0 1-2.48-1.53 1.84 1.84 0 0 1 1.4-2.34 2.16 2.16 0 0 1 2.48 1.52Z",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M7.877 28.645s.33-3.166.608-6.408L7.11 19.145 3.687 25.04c-.075.118-.15.246-.214.374v.021a5.698 5.698 0 0 0-.458 4.265l1.397 4.926 3.465-5.982Z",
68
69
  fill: "#6C6E79",
69
- d: "M7.88 28.65s.33-3.17.6-6.41l-1.37-3.1-3.42 5.9a4.1 4.1 0 0 0-.22.38v.02a5.7 5.7 0 0 0-.45 4.26l1.4 4.93 3.46-5.98Z",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "M68.71 51.41 20.918 64.44a2.742 2.742 0 0 1-3.359-1.897L6.544 23.858c-.96-3.38 1.152-6.867 4.596-7.571l42.983-8.765a6.041 6.041 0 0 1 7.048 4.382l9.469 36.17a2.738 2.738 0 0 1-1.93 3.337v0Z",
72
73
  stroke: "#6C6E79",
74
+ strokeWidth: ".7",
73
75
  strokeLinecap: "round",
74
76
  strokeLinejoin: "round",
75
- strokeWidth: ".7",
76
- d: "m68.71 51.41-47.8 13.03a2.74 2.74 0 0 1-3.35-1.9L6.54 23.86a6.04 6.04 0 0 1 4.6-7.57l42.98-8.77a6.04 6.04 0 0 1 7.05 4.38l9.47 36.17a2.74 2.74 0 0 1-1.93 3.34v0Z",
77
77
  shapeRendering: "geometricPrecision"
78
78
  }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ d: "M24.683 63.193V31.225h11.74v28.982M36.423 31.225l-11.74 10.652M24.683 41.877l11.74 10.663M24.683 41.877h11.74M24.683 52.54h11.74M36.423 52.54l-11.74 10.653",
79
80
  stroke: "#6C6E79",
81
+ strokeWidth: ".7",
80
82
  strokeLinecap: "round",
81
83
  strokeLinejoin: "round",
82
- strokeWidth: ".7",
83
- d: "M24.68 63.2V31.21h11.74v28.99m0-28.98L24.68 41.88m0 0 11.74 10.66M24.68 41.88h11.74M24.68 52.54h11.74m0 0L24.68 63.19",
84
84
  shapeRendering: "geometricPrecision"
85
85
  }), /*#__PURE__*/_react["default"].createElement("path", {
86
+ d: "M20.545 31.225h-5.15v4.212h5.15v-4.212Z",
86
87
  fill: "#E0E1E9",
87
88
  stroke: "#6C6E79",
89
+ strokeWidth: ".7",
88
90
  strokeLinecap: "round",
89
91
  strokeLinejoin: "round",
90
- strokeWidth: ".7",
91
- d: "M20.55 31.23H15.4v4.2h5.15v-4.2Z",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ d: "m30.547 11.242 33.12 14.065M20.545 25.307l10.002-14.065",
94
95
  stroke: "#E0E1E9",
96
+ strokeWidth: ".7",
95
97
  strokeLinecap: "round",
96
98
  strokeLinejoin: "round",
97
- strokeWidth: ".7",
98
- d: "m30.55 11.24 33.12 14.07m-43.13 0 10-14.07",
99
99
  shapeRendering: "geometricPrecision"
100
100
  }), /*#__PURE__*/_react["default"].createElement("path", {
101
+ d: "M30.547 7.681A2.453 2.453 0 0 1 33 10.134v15.173h-4.916V10.134a2.453 2.453 0 0 1 2.453-2.453h.01Z",
101
102
  fill: "#E0E1E9",
102
103
  stroke: "#6C6E79",
104
+ strokeWidth: ".7",
103
105
  strokeLinecap: "round",
104
106
  strokeLinejoin: "round",
105
- strokeWidth: ".7",
106
- d: "M30.55 7.68A2.45 2.45 0 0 1 33 10.13v15.18h-4.92V10.13a2.45 2.45 0 0 1 2.46-2.45h0Z",
107
107
  shapeRendering: "geometricPrecision"
108
108
  }), /*#__PURE__*/_react["default"].createElement("path", {
109
+ d: "M73.956 25.307H13.572a2.964 2.964 0 0 0 0 5.928h60.384a2.964 2.964 0 1 0 0-5.928Z",
109
110
  fill: "#E0E1E9",
110
111
  stroke: "#6C6E79",
112
+ strokeWidth: ".7",
111
113
  strokeLinecap: "round",
112
114
  strokeLinejoin: "round",
113
- strokeWidth: ".7",
114
- d: "M73.96 25.3H13.57a2.96 2.96 0 0 0 0 5.93h60.39a2.96 2.96 0 1 0 0-5.92Z",
115
115
  shapeRendering: "geometricPrecision"
116
116
  }), /*#__PURE__*/_react["default"].createElement("path", {
117
+ d: "m56.938 59.471-1.546.81a14.9 14.9 0 0 0-2.538 2.101 15.413 15.413 0 0 0-1.471 1.792 3.137 3.137 0 0 0-.544 1.791v9.66c0 .46.554.694.885.363l5.737-5.769-.523-10.748ZM70.406 59.471l1.546.81a14.9 14.9 0 0 1 2.538 2.101 15.423 15.423 0 0 1 1.471 1.792c.362.522.544 1.151.544 1.791v9.66a.517.517 0 0 1-.885.363l-5.737-5.769.523-10.748Z",
117
118
  fill: "#6C6E79",
118
- d: "m56.94 59.47-1.55.81a14.9 14.9 0 0 0-2.54 2.1 15.43 15.43 0 0 0-1.47 1.8 3.14 3.14 0 0 0-.54 1.78v9.67c0 .45.55.69.88.36l5.74-5.77-.52-10.75Zm13.47 0 1.54.81a14.9 14.9 0 0 1 2.54 2.1 15.43 15.43 0 0 1 1.47 1.8c.36.52.55 1.14.55 1.78v9.67a.52.52 0 0 1-.89.36l-5.74-5.77.53-10.75Z",
119
119
  shapeRendering: "geometricPrecision"
120
120
  }), /*#__PURE__*/_react["default"].createElement("path", {
121
+ d: "M67.9 74.933c2.25-3.189 3.753-8.84 3.753-15.291 0-9.97-3.572-19.119-7.976-19.119s-7.976 9.15-7.976 19.119c0 6.451 1.504 12.102 3.754 15.29h8.456-.011Z",
121
122
  fill: "#fff",
122
123
  stroke: "#6C6E79",
124
+ strokeWidth: ".7",
123
125
  strokeLinecap: "round",
124
126
  strokeLinejoin: "round",
125
- strokeWidth: ".7",
126
- d: "M67.9 74.93c2.25-3.19 3.75-8.84 3.75-15.29 0-9.97-3.57-19.12-7.97-19.12s-7.98 9.15-7.98 19.12c0 6.45 1.5 12.1 3.76 15.3h8.45-.01Z",
127
127
  shapeRendering: "geometricPrecision"
128
128
  }), /*#__PURE__*/_react["default"].createElement("path", {
129
+ d: "M63.666 56.251a4.436 4.436 0 1 0 0-8.871 4.436 4.436 0 0 0 0 8.871Z",
129
130
  fill: "#6C6E79",
130
- d: "M63.67 56.25a4.44 4.44 0 1 0 0-8.87 4.44 4.44 0 0 0 0 8.87Z",
131
131
  shapeRendering: "geometricPrecision"
132
132
  }), /*#__PURE__*/_react["default"].createElement("path", {
133
+ d: "M56.576 67.81c.66 2.92 1.642 5.395 2.868 7.122H67.9c1.226-1.738 2.207-4.212 2.868-7.123H56.576Z",
133
134
  fill: "#E0E1E9",
134
135
  stroke: "#6C6E79",
136
+ strokeWidth: ".7",
135
137
  strokeLinecap: "round",
136
138
  strokeLinejoin: "round",
137
- strokeWidth: ".7",
138
- d: "M56.58 67.8c.66 2.93 1.64 5.4 2.86 7.13h8.46c1.23-1.74 2.2-4.21 2.87-7.12h-14.2Z",
139
139
  shapeRendering: "geometricPrecision"
140
140
  }), /*#__PURE__*/_react["default"].createElement("path", {
141
+ d: "M61.491 38.401a2.636 2.636 0 0 0 2.88 1.066c.884-.223 1.61-.96 1.844-1.844a2.647 2.647 0 0 0-1.663-3.188 1.348 1.348 0 0 1-.886-1.27v-1.95",
141
142
  stroke: "#6C6E79",
143
+ strokeWidth: ".7",
142
144
  strokeLinecap: "round",
143
145
  strokeLinejoin: "round",
144
- strokeWidth: ".7",
145
- d: "M61.5 38.4a2.64 2.64 0 0 0 2.87 1.07 2.62 2.62 0 0 0 1.84-1.85 2.65 2.65 0 0 0-1.66-3.18 1.35 1.35 0 0 1-.88-1.27V31.2",
146
146
  shapeRendering: "geometricPrecision"
147
147
  }), /*#__PURE__*/_react["default"].createElement("path", {
148
+ d: "m43.759 55.91.469 1.706a4.395 4.395 0 0 0 3.07 3.071l1.707.47-1.706.469a4.395 4.395 0 0 0-3.071 3.07l-.47 1.707-.469-1.707a4.395 4.395 0 0 0-3.07-3.07l-1.706-.47 1.706-.469a4.395 4.395 0 0 0 3.07-3.07l.47-1.707ZM74.863 5.868l.373 1.344a3.464 3.464 0 0 0 2.42 2.42l1.344.374-1.344.373a3.464 3.464 0 0 0-2.42 2.42l-.373 1.344-.374-1.344a3.464 3.464 0 0 0-2.42-2.42l-1.344-.373 1.344-.374a3.464 3.464 0 0 0 2.42-2.42l.374-1.344Z",
148
149
  fill: "#fff",
149
150
  stroke: "#6C6E79",
151
+ strokeWidth: ".7",
150
152
  strokeLinecap: "round",
151
153
  strokeLinejoin: "round",
152
- strokeWidth: ".7",
153
- d: "m43.76 55.91.47 1.7a4.4 4.4 0 0 0 3.07 3.08l1.7.47-1.7.47a4.4 4.4 0 0 0-3.07 3.07l-.47 1.7-.47-1.7a4.4 4.4 0 0 0-3.07-3.07l-1.7-.47 1.7-.47a4.4 4.4 0 0 0 3.07-3.07l.47-1.71Zm31.1-50.04.38 1.34a3.46 3.46 0 0 0 2.42 2.42l1.34.38-1.34.37a3.46 3.46 0 0 0-2.42 2.42l-.38 1.34-.37-1.34a3.46 3.46 0 0 0-2.42-2.42l-1.34-.37 1.34-.38a3.46 3.46 0 0 0 2.42-2.42l.37-1.34Z",
154
154
  shapeRendering: "geometricPrecision"
155
155
  }));
156
156
  }
@@ -19,120 +19,120 @@ function UnderConstruction({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M40.531 75.095C62.515 74.811 80 56.483 80 34.51V18.985a.99.99 0 0 0-.985-.997H53.34V3.996A1 1 0 0 0 52.344 3H27.667a1 1 0 0 0-.997.996v6.493H.996a.993.993 0 0 0-.996.996v23.616C0 57.37 18.196 75.39 40.531 75.095Z",
22
23
  fill: "#E0E1E9",
23
- d: "M40.53 75.1C62.51 74.8 80 56.47 80 34.5V18.99a.99.99 0 0 0-.98-1H53.34v-14a1 1 0 0 0-1-.99H27.67a1 1 0 0 0-1 1v6.49H1a1 1 0 0 0-1 1V35.1a40 40 0 0 0 40.53 40",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M62.845 55.473s.085-.053.128-.085l6.515-4.34-3.145-1.706-3.146.757-8.317-31.754a5.74 5.74 0 0 0-6.697-4.17L8.496 22.268l-1.397-3.124-3.423 5.897c-.075.117-.15.245-.213.373v.021a5.699 5.699 0 0 0-.459 4.266l10.46 36.734a2.606 2.606 0 0 0 3.189 1.802l45.382-12.37c.277-.074.522-.202.746-.351l.053-.043h.011Z",
26
27
  fill: "#E0E1E9",
27
28
  stroke: "#6C6E79",
29
+ strokeWidth: ".7",
28
30
  strokeLinecap: "round",
29
31
  strokeLinejoin: "round",
30
- strokeWidth: ".7",
31
- d: "m62.84 55.47.13-.08 6.52-4.34-3.15-1.7-3.14.75-8.32-31.76a5.74 5.74 0 0 0-6.7-4.17L8.5 22.27l-1.4-3.13-3.42 5.9-.22.37v.02A5.7 5.7 0 0 0 3 29.7l10.46 36.73a2.6 2.6 0 0 0 3.2 1.8l45.38-12.36c.27-.08.52-.2.74-.35l.06-.05h0Z",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M68.71 51.41 20.918 64.44a2.742 2.742 0 0 1-3.359-1.897L6.544 23.858c-.96-3.38 1.152-6.867 4.596-7.571l42.983-8.765a6.041 6.041 0 0 1 7.048 4.382l9.469 36.17a2.738 2.738 0 0 1-1.93 3.337Z",
34
35
  fill: "#fff",
35
- d: "m68.71 51.41-47.8 13.03a2.74 2.74 0 0 1-3.35-1.9L6.54 23.86a6.04 6.04 0 0 1 4.6-7.57l42.98-8.77a6.04 6.04 0 0 1 7.05 4.38l9.47 36.17a2.74 2.74 0 0 1-1.93 3.34Z",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M62.376 16.586 7.856 28.56l-1.333-4.702c-.96-3.38 1.152-6.867 4.596-7.57l42.983-8.766a6.041 6.041 0 0 1 7.048 4.383l1.226 4.68Z",
38
39
  fill: "#6C6E79",
39
- d: "M62.38 16.59 7.86 28.56l-1.34-4.7a6.04 6.04 0 0 1 4.6-7.57L54.1 7.52a6.04 6.04 0 0 1 7.05 4.38l1.23 4.68Z",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M15.203 21.203c.299 1.077-.33 2.132-1.418 2.367-1.088.234-2.229-.448-2.527-1.536-.299-1.087.341-2.143 1.429-2.377 1.087-.235 2.218.458 2.527 1.535l-.01.01Z",
42
43
  fill: "#fff",
43
- d: "M15.2 21.2a1.87 1.87 0 0 1-1.41 2.37 2.18 2.18 0 0 1-2.53-1.54 1.88 1.88 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.52 1.53v.01Z",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M22.198 19.721c.299 1.067-.33 2.111-1.397 2.346-1.066.235-2.186-.448-2.484-1.525-.299-1.077.33-2.122 1.407-2.346 1.067-.224 2.176.459 2.474 1.525Z",
46
47
  fill: "#E0E1E9",
47
- d: "M22.2 19.72a1.85 1.85 0 0 1-1.4 2.35 2.15 2.15 0 0 1-2.48-1.53 1.84 1.84 0 0 1 1.4-2.34 2.16 2.16 0 0 1 2.48 1.52Z",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M7.877 28.645s.33-3.166.608-6.408L7.11 19.145 3.687 25.04c-.075.118-.15.246-.214.374v.021a5.698 5.698 0 0 0-.458 4.265l1.397 4.926 3.465-5.982Z",
50
51
  fill: "#6C6E79",
51
- d: "M7.88 28.65s.33-3.17.6-6.41l-1.37-3.1-3.42 5.9a4.1 4.1 0 0 0-.22.38v.02a5.7 5.7 0 0 0-.45 4.26l1.4 4.93 3.46-5.98Z",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M68.71 51.41 20.918 64.44a2.742 2.742 0 0 1-3.359-1.897L6.544 23.858c-.96-3.38 1.152-6.867 4.596-7.571l42.983-8.765a6.041 6.041 0 0 1 7.048 4.382l9.469 36.17a2.738 2.738 0 0 1-1.93 3.337v0Z",
54
55
  stroke: "#6C6E79",
56
+ strokeWidth: ".7",
55
57
  strokeLinecap: "round",
56
58
  strokeLinejoin: "round",
57
- strokeWidth: ".7",
58
- d: "m68.71 51.41-47.8 13.03a2.74 2.74 0 0 1-3.35-1.9L6.54 23.86a6.04 6.04 0 0 1 4.6-7.57l42.98-8.77a6.04 6.04 0 0 1 7.05 4.38l9.47 36.17a2.74 2.74 0 0 1-1.93 3.34v0Z",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M24.683 63.193V31.225h11.74v28.982M36.423 31.225l-11.74 10.652M24.683 41.877l11.74 10.663M24.683 41.877h11.74M24.683 52.54h11.74M36.423 52.54l-11.74 10.653",
61
62
  stroke: "#6C6E79",
63
+ strokeWidth: ".7",
62
64
  strokeLinecap: "round",
63
65
  strokeLinejoin: "round",
64
- strokeWidth: ".7",
65
- d: "M24.68 63.2V31.21h11.74v28.99m0-28.98L24.68 41.88m0 0 11.74 10.66M24.68 41.88h11.74M24.68 52.54h11.74m0 0L24.68 63.19",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/React.createElement("path", {
68
+ d: "M20.545 31.225h-5.15v4.212h5.15v-4.212Z",
68
69
  fill: "#E0E1E9",
69
70
  stroke: "#6C6E79",
71
+ strokeWidth: ".7",
70
72
  strokeLinecap: "round",
71
73
  strokeLinejoin: "round",
72
- strokeWidth: ".7",
73
- d: "M20.55 31.23H15.4v4.2h5.15v-4.2Z",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
+ d: "m30.547 11.242 33.12 14.065M20.545 25.307l10.002-14.065",
76
77
  stroke: "#E0E1E9",
78
+ strokeWidth: ".7",
77
79
  strokeLinecap: "round",
78
80
  strokeLinejoin: "round",
79
- strokeWidth: ".7",
80
- d: "m30.55 11.24 33.12 14.07m-43.13 0 10-14.07",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }), /*#__PURE__*/React.createElement("path", {
83
+ d: "M30.547 7.681A2.453 2.453 0 0 1 33 10.134v15.173h-4.916V10.134a2.453 2.453 0 0 1 2.453-2.453h.01Z",
83
84
  fill: "#E0E1E9",
84
85
  stroke: "#6C6E79",
86
+ strokeWidth: ".7",
85
87
  strokeLinecap: "round",
86
88
  strokeLinejoin: "round",
87
- strokeWidth: ".7",
88
- d: "M30.55 7.68A2.45 2.45 0 0 1 33 10.13v15.18h-4.92V10.13a2.45 2.45 0 0 1 2.46-2.45h0Z",
89
89
  shapeRendering: "geometricPrecision"
90
90
  }), /*#__PURE__*/React.createElement("path", {
91
+ d: "M73.956 25.307H13.572a2.964 2.964 0 0 0 0 5.928h60.384a2.964 2.964 0 1 0 0-5.928Z",
91
92
  fill: "#E0E1E9",
92
93
  stroke: "#6C6E79",
94
+ strokeWidth: ".7",
93
95
  strokeLinecap: "round",
94
96
  strokeLinejoin: "round",
95
- strokeWidth: ".7",
96
- d: "M73.96 25.3H13.57a2.96 2.96 0 0 0 0 5.93h60.39a2.96 2.96 0 1 0 0-5.92Z",
97
97
  shapeRendering: "geometricPrecision"
98
98
  }), /*#__PURE__*/React.createElement("path", {
99
+ d: "m56.938 59.471-1.546.81a14.9 14.9 0 0 0-2.538 2.101 15.413 15.413 0 0 0-1.471 1.792 3.137 3.137 0 0 0-.544 1.791v9.66c0 .46.554.694.885.363l5.737-5.769-.523-10.748ZM70.406 59.471l1.546.81a14.9 14.9 0 0 1 2.538 2.101 15.423 15.423 0 0 1 1.471 1.792c.362.522.544 1.151.544 1.791v9.66a.517.517 0 0 1-.885.363l-5.737-5.769.523-10.748Z",
99
100
  fill: "#6C6E79",
100
- d: "m56.94 59.47-1.55.81a14.9 14.9 0 0 0-2.54 2.1 15.43 15.43 0 0 0-1.47 1.8 3.14 3.14 0 0 0-.54 1.78v9.67c0 .45.55.69.88.36l5.74-5.77-.52-10.75Zm13.47 0 1.54.81a14.9 14.9 0 0 1 2.54 2.1 15.43 15.43 0 0 1 1.47 1.8c.36.52.55 1.14.55 1.78v9.67a.52.52 0 0 1-.89.36l-5.74-5.77.53-10.75Z",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/React.createElement("path", {
103
+ d: "M67.9 74.933c2.25-3.189 3.753-8.84 3.753-15.291 0-9.97-3.572-19.119-7.976-19.119s-7.976 9.15-7.976 19.119c0 6.451 1.504 12.102 3.754 15.29h8.456-.011Z",
103
104
  fill: "#fff",
104
105
  stroke: "#6C6E79",
106
+ strokeWidth: ".7",
105
107
  strokeLinecap: "round",
106
108
  strokeLinejoin: "round",
107
- strokeWidth: ".7",
108
- d: "M67.9 74.93c2.25-3.19 3.75-8.84 3.75-15.29 0-9.97-3.57-19.12-7.97-19.12s-7.98 9.15-7.98 19.12c0 6.45 1.5 12.1 3.76 15.3h8.45-.01Z",
109
109
  shapeRendering: "geometricPrecision"
110
110
  }), /*#__PURE__*/React.createElement("path", {
111
+ d: "M63.666 56.251a4.436 4.436 0 1 0 0-8.871 4.436 4.436 0 0 0 0 8.871Z",
111
112
  fill: "#6C6E79",
112
- d: "M63.67 56.25a4.44 4.44 0 1 0 0-8.87 4.44 4.44 0 0 0 0 8.87Z",
113
113
  shapeRendering: "geometricPrecision"
114
114
  }), /*#__PURE__*/React.createElement("path", {
115
+ d: "M56.576 67.81c.66 2.92 1.642 5.395 2.868 7.122H67.9c1.226-1.738 2.207-4.212 2.868-7.123H56.576Z",
115
116
  fill: "#E0E1E9",
116
117
  stroke: "#6C6E79",
118
+ strokeWidth: ".7",
117
119
  strokeLinecap: "round",
118
120
  strokeLinejoin: "round",
119
- strokeWidth: ".7",
120
- d: "M56.58 67.8c.66 2.93 1.64 5.4 2.86 7.13h8.46c1.23-1.74 2.2-4.21 2.87-7.12h-14.2Z",
121
121
  shapeRendering: "geometricPrecision"
122
122
  }), /*#__PURE__*/React.createElement("path", {
123
+ d: "M61.491 38.401a2.636 2.636 0 0 0 2.88 1.066c.884-.223 1.61-.96 1.844-1.844a2.647 2.647 0 0 0-1.663-3.188 1.348 1.348 0 0 1-.886-1.27v-1.95",
123
124
  stroke: "#6C6E79",
125
+ strokeWidth: ".7",
124
126
  strokeLinecap: "round",
125
127
  strokeLinejoin: "round",
126
- strokeWidth: ".7",
127
- d: "M61.5 38.4a2.64 2.64 0 0 0 2.87 1.07 2.62 2.62 0 0 0 1.84-1.85 2.65 2.65 0 0 0-1.66-3.18 1.35 1.35 0 0 1-.88-1.27V31.2",
128
128
  shapeRendering: "geometricPrecision"
129
129
  }), /*#__PURE__*/React.createElement("path", {
130
+ d: "m43.759 55.91.469 1.706a4.395 4.395 0 0 0 3.07 3.071l1.707.47-1.706.469a4.395 4.395 0 0 0-3.071 3.07l-.47 1.707-.469-1.707a4.395 4.395 0 0 0-3.07-3.07l-1.706-.47 1.706-.469a4.395 4.395 0 0 0 3.07-3.07l.47-1.707ZM74.863 5.868l.373 1.344a3.464 3.464 0 0 0 2.42 2.42l1.344.374-1.344.373a3.464 3.464 0 0 0-2.42 2.42l-.373 1.344-.374-1.344a3.464 3.464 0 0 0-2.42-2.42l-1.344-.373 1.344-.374a3.464 3.464 0 0 0 2.42-2.42l.374-1.344Z",
130
131
  fill: "#fff",
131
132
  stroke: "#6C6E79",
133
+ strokeWidth: ".7",
132
134
  strokeLinecap: "round",
133
135
  strokeLinejoin: "round",
134
- strokeWidth: ".7",
135
- d: "m43.76 55.91.47 1.7a4.4 4.4 0 0 0 3.07 3.08l1.7.47-1.7.47a4.4 4.4 0 0 0-3.07 3.07l-.47 1.7-.47-1.7a4.4 4.4 0 0 0-3.07-3.07l-1.7-.47 1.7-.47a4.4 4.4 0 0 0 3.07-3.07l.47-1.71Zm31.1-50.04.38 1.34a3.46 3.46 0 0 0 2.42 2.42l1.34.38-1.34.37a3.46 3.46 0 0 0-2.42 2.42l-.38 1.34-.37-1.34a3.46 3.46 0 0 0-2.42-2.42l-1.34-.37 1.34-.38a3.46 3.46 0 0 0 2.42-2.42l.37-1.34Z",
136
136
  shapeRendering: "geometricPrecision"
137
137
  }));
138
138
  }
@@ -37,11 +37,11 @@ function VennChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M3 40.99A38.86 38.86 0 0 0 41.24 79c.5 0 .92-.41.92-.9v-2.47C61.94 75.63 78 59.66 78 40 78 20.34 61.94 4.37 42.16 4.37V1.91c0-.5-.42-.91-.91-.91a39.36 39.36 0 0 0-26.16 10.78.9.9 0 0 0 0 1.23l1.73 1.73a35.4 35.4 0 0 0-10.5 25.18h-2.5c-.4.16-.82.57-.82 1.07Z",
40
+ d: "M3 40.987C3.497 61.968 20.301 78.59 41.245 79c.497 0 .91-.411.91-.905v-2.468C61.94 75.627 78 59.665 78 40 78 20.335 61.94 4.373 42.156 4.373V1.905A.916.916 0 0 0 41.245 1a39.36 39.36 0 0 0-26.159 10.778.89.89 0 0 0 0 1.235l1.739 1.728C10.367 21.157 6.31 30.044 6.31 39.918H3.828c-.414.164-.828.576-.828 1.07Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M65.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.15L11.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.8L65.11 58c.27-.08.52-.21.75-.35l.05-.03.01-.01Z",
44
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-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.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342c.27-.076.519-.206.746-.346l.054-.032.01-.011Z",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,41 +49,41 @@ function VennChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- 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",
52
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.745 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: "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",
56
+ d: "M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M18.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: "M18.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.092-.227 2.216.464 2.518 1.534v-.01Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M25.37 21.94c.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",
64
+ d: "M25.372 21.938c.291 1.06-.325 2.108-1.395 2.335-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.464 2.465 1.523v.011Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.84s.32-3.15.6-6.38l-1.37-3.09-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",
68
+ d: "M11.087 30.842s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.509 6.509 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- 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",
72
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.745 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",
73
73
  stroke: "#6C6E79",
74
74
  strokeWidth: ".7",
75
75
  strokeLinecap: "round",
76
76
  strokeLinejoin: "round",
77
77
  shapeRendering: "geometricPrecision"
78
78
  }), /*#__PURE__*/_react["default"].createElement("path", {
79
- d: "m67.07 51.28-38.9 10.47-8.37-29.52",
79
+ d: "M67.068 51.28 28.172 61.754 19.8 32.227",
80
80
  stroke: "#6C6E79",
81
81
  strokeWidth: ".7",
82
82
  strokeLinecap: "round",
83
83
  strokeLinejoin: "round",
84
84
  shapeRendering: "geometricPrecision"
85
85
  }), /*#__PURE__*/_react["default"].createElement("path", {
86
- d: "M50.83 41.06c1.36 5-2.14 10.26-7.9 11.77-5.85 1.53-11.8-1.35-13.22-6.48-1.43-5.13 2.26-10.47 8.17-11.87 5.82-1.39 11.59 1.58 12.95 6.58Z",
86
+ d: "M50.829 41.06c1.362 5.003-2.14 10.256-7.9 11.769-5.847 1.534-11.791-1.351-13.218-6.474-1.427-5.134 2.259-10.472 8.17-11.877 5.815-1.384 11.586 1.577 12.948 6.581Z",
87
87
  fill: "#6C6E79",
88
88
  stroke: "#6C6E79",
89
89
  strokeWidth: ".7",
@@ -91,7 +91,7 @@ function VennChart(_ref, ref) {
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
- d: "M57.36 31.9c1.03 3.82-1.61 7.77-5.96 8.86-4.39 1.1-8.85-1.15-9.9-5.04-1.08-3.9 1.68-7.91 6.1-8.94 4.37-1.02 8.73 1.28 9.76 5.11Z",
94
+ d: "M57.357 31.892c1.037 3.826-1.61 7.781-5.955 8.873-4.388 1.102-8.852-1.157-9.91-5.047-1.07-3.902 1.685-7.911 6.105-8.938 4.378-1.016 8.733 1.275 9.76 5.112Z",
95
95
  fill: "#fff",
96
96
  stroke: "#6C6E79",
97
97
  strokeWidth: ".7",
@@ -99,37 +99,20 @@ function VennChart(_ref, ref) {
99
99
  strokeLinejoin: "round",
100
100
  shapeRendering: "geometricPrecision"
101
101
  }), /*#__PURE__*/_react["default"].createElement("path", {
102
- d: "M41.26 34.15c.01.52.08 1.04.23 1.57 1.02 3.7 5.11 5.92 9.28 5.18-1.16-3.94-5.04-6.56-9.5-6.74v0Z",
102
+ d: "M41.264 34.153c.01.519.076 1.037.227 1.567 1.016 3.707 5.112 5.922 9.284 5.177-1.167-3.934-5.047-6.56-9.511-6.733v-.011Z",
103
103
  fill: "#E0E1E9",
104
104
  stroke: "#6C6E79",
105
105
  strokeWidth: ".7",
106
106
  strokeLinecap: "round",
107
107
  strokeLinejoin: "round",
108
108
  shapeRendering: "geometricPrecision"
109
- }), /*#__PURE__*/_react["default"].createElement("mask", {
110
- id: "a",
111
- maskUnits: "userSpaceOnUse",
112
- x: "40",
113
- y: "33",
114
- width: "12",
115
- height: "9"
116
- }, /*#__PURE__*/_react["default"].createElement("path", {
117
- d: "M41.26 34.15c.01.52.08 1.04.23 1.57 1.02 3.7 5.11 5.92 9.28 5.18-1.16-3.94-5.04-6.56-9.5-6.74v0Z",
118
- fill: "#45DFA7",
119
- stroke: "#000",
120
- strokeWidth: ".7",
121
- strokeLinecap: "round",
122
- strokeLinejoin: "round",
123
- shapeRendering: "geometricPrecision"
124
- })), /*#__PURE__*/_react["default"].createElement("g", {
125
- mask: "url(#a)",
109
+ }), /*#__PURE__*/_react["default"].createElement("path", {
110
+ d: "m42.813 38.031 2.205-3.147M48.605 37.397l-2.17 3.164",
126
111
  stroke: "#6C6E79",
127
112
  strokeWidth: ".7",
128
- strokeMiterlimit: "10"
129
- }, /*#__PURE__*/_react["default"].createElement("path", {
130
- d: "m46.18 25.45-8.43 12.3M49.79 27.93l-8.43 12.29M53.4 30.4 43.8 44.4M57 32.88l-9.24 13.49",
113
+ strokeMiterlimit: "10",
131
114
  shapeRendering: "geometricPrecision"
132
- })));
115
+ }));
133
116
  }
134
117
 
135
118
  VennChart.displayName = 'VennChart';