@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
@@ -37,11 +37,11 @@ function Collection(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M14.78 65.2a35.54 35.54 0 0 0 25.23 10.45v2.44c0 .5.4.9.89.89A39.01 39.01 0 0 0 79 40.88c.01-.5-.4-.9-.88-.9h-2.45A35.67 35.67 0 0 0 40.01 4.32V1.88c0-.49-.4-.9-.9-.88a38.88 38.88 0 0 0-26.04 10.78.88.88 0 0 0 0 1.27l1.72 1.73a35.42 35.42 0 0 0-10.46 25.2H1.88c-.49 0-.9.4-.88.9a38.93 38.93 0 0 0 10.78 26.04c.34.36.91.36 1.27 0l1.73-1.73v.02Z",
40
+ d: "M14.783 65.206c6.456 6.455 15.365 10.446 25.222 10.446v2.443c0 .49.404.894.895.883 20.827-.469 37.63-17.273 38.1-38.1a.882.882 0 0 0-.883-.894h-2.443c0-19.694-15.964-35.669-35.669-35.669V1.883A.882.882 0 0 0 39.111 1c-10.086.23-19.235 4.286-26.04 10.785a.876.876 0 0 0 0 1.265l1.723 1.733c-6.477 6.445-10.468 15.354-10.468 25.2H1.883a.882.882 0 0 0-.883.895c.23 10.086 4.297 19.235 10.785 26.04.338.36.905.36 1.265 0l1.733-1.723v.01Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "m65.4 59.98.12-.08 6.56-4.37-3.17-1.7-3.16.75-8.37-31.96a5.76 5.76 0 0 0-6.74-4.18L10.7 26.57 9.3 23.42l-3.45 5.93-.22.37v.02a5.69 5.69 0 0 0-.45 4.29L15.7 71.01a2.61 2.61 0 0 0 3.2 1.8L64.6 60.37c.27-.07.52-.2.75-.34l.05-.04v0Z",
44
+ d: "M65.402 59.983s.087-.055.12-.088l6.553-4.362-3.162-1.712-3.162.764-8.375-31.961a5.756 5.756 0 0 0-6.739-4.187L10.705 26.57 9.3 23.42l-3.446 5.932c-.077.12-.153.25-.218.37v.022a5.688 5.688 0 0 0-.458 4.286L15.71 71.007a2.61 2.61 0 0 0 3.206 1.81l45.679-12.453c.273-.076.523-.207.752-.349l.055-.032Z",
45
45
  fill: "#6C6E79",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,11 +49,11 @@ function Collection(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "M10.07 32.98s.33-3.18.61-6.44l-1.38-3.1-3.45 5.92-.22.37v.03a5.69 5.69 0 0 0-.45 4.28L6.58 39l3.5-6.02v.01Z",
52
+ d: "M10.073 32.983s.327-3.184.61-6.444L9.3 23.43l-3.446 5.932c-.077.12-.153.25-.218.37v.023a5.688 5.688 0 0 0-.458 4.285l1.406 4.95 3.49-6.019v.011Z",
53
53
  fill: "#6C6E79",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M71.29 55.88 23.19 69a2.76 2.76 0 0 1-3.38-1.9L8.72 28.14a6.08 6.08 0 0 1 4.63-7.62l43.26-8.82a6.07 6.07 0 0 1 7.1 4.41l9.52 36.4a2.75 2.75 0 0 1-1.94 3.36Z",
56
+ d: "M71.29 55.882 23.19 69a2.758 2.758 0 0 1-3.38-1.908L8.72 28.152c-.97-3.402 1.167-6.913 4.635-7.622l43.258-8.822c3.162-.643 6.281 1.298 7.088 4.417l9.53 36.399a2.754 2.754 0 0 1-1.94 3.358Z",
57
57
  fill: "#fff",
58
58
  stroke: "#6C6E79",
59
59
  strokeWidth: ".7",
@@ -61,31 +61,31 @@ function Collection(_ref, ref) {
61
61
  strokeLinejoin: "round",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "m63.1 16 1.14 4.3-53.92 11.8-1.25-4.37a5.68 5.68 0 0 1 4.34-7.12l43.05-8.73A5.7 5.7 0 0 1 63.11 16Z",
64
+ d: "m63.107 16 1.131 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.092-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.889 1.213 6.645 4.122V16Z",
65
65
  fill: "#E0E1E9",
66
66
  stroke: "#6C6E79",
67
67
  strokeWidth: ".7",
68
68
  shapeRendering: "geometricPrecision"
69
69
  }), /*#__PURE__*/_react["default"].createElement("path", {
70
- d: "M17.44 25.48a1.89 1.89 0 0 1-1.42 2.39 2.2 2.2 0 0 1-2.56-1.54 1.88 1.88 0 0 1 1.44-2.39c1.1-.23 2.24.47 2.54 1.55ZM24.49 24a1.86 1.86 0 0 1-1.4 2.35 2.16 2.16 0 0 1-2.5-1.53A1.87 1.87 0 0 1 22 22.45c1.1-.23 2.2.47 2.49 1.54Z",
70
+ d: "M17.444 25.48a1.89 1.89 0 0 1-1.428 2.389c-1.102.24-2.247-.458-2.552-1.538a1.885 1.885 0 0 1 1.44-2.388c1.1-.229 2.235.47 2.54 1.549v-.011ZM24.488 23.998c.295 1.068-.327 2.126-1.406 2.355-1.08.23-2.203-.458-2.497-1.537-.295-1.08.327-2.138 1.417-2.367 1.09-.229 2.192.47 2.486 1.538v.01Z",
71
71
  fill: "#6C6E79",
72
72
  shapeRendering: "geometricPrecision"
73
73
  }), /*#__PURE__*/_react["default"].createElement("path", {
74
- d: "M57.34 37.52 20.9 46.65l-1.89-6.66 36.65-8.85a.9.9 0 0 1 1.07.63L58 36.43a.89.89 0 0 1-.65 1.09ZM52.44 49.79l-28.5 7.53-1.88-6.6 28.62-7.32 1.76 6.39Z",
74
+ d: "M57.344 37.52 20.9 46.647l-1.887-6.652 36.65-8.855a.893.893 0 0 1 1.069.633l1.265 4.656c.13.48-.164.97-.643 1.09h-.011ZM52.437 49.787l-28.504 7.535-1.876-6.598 28.624-7.327 1.756 6.39Z",
75
75
  fill: "#E0E1E9",
76
76
  shapeRendering: "geometricPrecision"
77
77
  }), /*#__PURE__*/_react["default"].createElement("path", {
78
- d: "M77.17 29a21 21 0 0 1-21.05 21.03A21.04 21.04 0 1 1 77.17 29Z",
78
+ d: "M77.168 28.992c0 6.76-3.184 12.77-8.135 16.618a20.926 20.926 0 0 1-2.617 1.734 20.545 20.545 0 0 1-3.304 1.494 20.908 20.908 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.432-21.024 21.045-21.024 7.263 0 13.663 3.675 17.447 9.28a20.949 20.949 0 0 1 3.599 11.766v-.011Z",
79
79
  fill: "#fff",
80
80
  shapeRendering: "geometricPrecision"
81
81
  }), /*#__PURE__*/_react["default"].createElement("path", {
82
- d: "M63.12 48.85a21.04 21.04 0 1 1 6.65-35.86M73.57 17.23a21 21 0 0 1-4.54 28.38",
82
+ d: "M63.123 48.849a20.909 20.909 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.421-21.035 21.034-21.035 5.213 0 9.978 1.898 13.653 5.027M73.57 17.226a20.949 20.949 0 0 1 3.598 11.766c0 6.76-3.184 12.77-8.135 16.618",
83
83
  stroke: "#6C6E79",
84
84
  strokeLinecap: "round",
85
85
  strokeLinejoin: "round",
86
86
  shapeRendering: "geometricPrecision"
87
87
  }), /*#__PURE__*/_react["default"].createElement("path", {
88
- d: "M56.12 14.8V29l8.2-5.62M53.77 45.61l9.35 3.24-8.42 6.1",
88
+ d: "M56.122 14.794v14.198l8.2-5.616M53.767 45.61l9.356 3.239-8.418 6.107",
89
89
  stroke: "#6C6E79",
90
90
  strokeLinecap: "round",
91
91
  strokeLinejoin: "round",
@@ -19,11 +19,11 @@ function Collection({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M14.78 65.2a35.54 35.54 0 0 0 25.23 10.45v2.44c0 .5.4.9.89.89A39.01 39.01 0 0 0 79 40.88c.01-.5-.4-.9-.88-.9h-2.45A35.67 35.67 0 0 0 40.01 4.32V1.88c0-.49-.4-.9-.9-.88a38.88 38.88 0 0 0-26.04 10.78.88.88 0 0 0 0 1.27l1.72 1.73a35.42 35.42 0 0 0-10.46 25.2H1.88c-.49 0-.9.4-.88.9a38.93 38.93 0 0 0 10.78 26.04c.34.36.91.36 1.27 0l1.73-1.73v.02Z",
22
+ d: "M14.783 65.206c6.456 6.455 15.365 10.446 25.222 10.446v2.443c0 .49.404.894.895.883 20.827-.469 37.63-17.273 38.1-38.1a.882.882 0 0 0-.883-.894h-2.443c0-19.694-15.964-35.669-35.669-35.669V1.883A.882.882 0 0 0 39.111 1c-10.086.23-19.235 4.286-26.04 10.785a.876.876 0 0 0 0 1.265l1.723 1.733c-6.477 6.445-10.468 15.354-10.468 25.2H1.883a.882.882 0 0 0-.883.895c.23 10.086 4.297 19.235 10.785 26.04.338.36.905.36 1.265 0l1.733-1.723v.01Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "m65.4 59.98.12-.08 6.56-4.37-3.17-1.7-3.16.75-8.37-31.96a5.76 5.76 0 0 0-6.74-4.18L10.7 26.57 9.3 23.42l-3.45 5.93-.22.37v.02a5.69 5.69 0 0 0-.45 4.29L15.7 71.01a2.61 2.61 0 0 0 3.2 1.8L64.6 60.37c.27-.07.52-.2.75-.34l.05-.04v0Z",
26
+ d: "M65.402 59.983s.087-.055.12-.088l6.553-4.362-3.162-1.712-3.162.764-8.375-31.961a5.756 5.756 0 0 0-6.739-4.187L10.705 26.57 9.3 23.42l-3.446 5.932c-.077.12-.153.25-.218.37v.022a5.688 5.688 0 0 0-.458 4.286L15.71 71.007a2.61 2.61 0 0 0 3.206 1.81l45.679-12.453c.273-.076.523-.207.752-.349l.055-.032Z",
27
27
  fill: "#6C6E79",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,11 +31,11 @@ function Collection({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M10.07 32.98s.33-3.18.61-6.44l-1.38-3.1-3.45 5.92-.22.37v.03a5.69 5.69 0 0 0-.45 4.28L6.58 39l3.5-6.02v.01Z",
34
+ d: "M10.073 32.983s.327-3.184.61-6.444L9.3 23.43l-3.446 5.932c-.077.12-.153.25-.218.37v.023a5.688 5.688 0 0 0-.458 4.285l1.406 4.95 3.49-6.019v.011Z",
35
35
  fill: "#6C6E79",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M71.29 55.88 23.19 69a2.76 2.76 0 0 1-3.38-1.9L8.72 28.14a6.08 6.08 0 0 1 4.63-7.62l43.26-8.82a6.07 6.07 0 0 1 7.1 4.41l9.52 36.4a2.75 2.75 0 0 1-1.94 3.36Z",
38
+ d: "M71.29 55.882 23.19 69a2.758 2.758 0 0 1-3.38-1.908L8.72 28.152c-.97-3.402 1.167-6.913 4.635-7.622l43.258-8.822c3.162-.643 6.281 1.298 7.088 4.417l9.53 36.399a2.754 2.754 0 0 1-1.94 3.358Z",
39
39
  fill: "#fff",
40
40
  stroke: "#6C6E79",
41
41
  strokeWidth: ".7",
@@ -43,31 +43,31 @@ function Collection({
43
43
  strokeLinejoin: "round",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "m63.1 16 1.14 4.3-53.92 11.8-1.25-4.37a5.68 5.68 0 0 1 4.34-7.12l43.05-8.73A5.7 5.7 0 0 1 63.11 16Z",
46
+ d: "m63.107 16 1.131 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.092-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.889 1.213 6.645 4.122V16Z",
47
47
  fill: "#E0E1E9",
48
48
  stroke: "#6C6E79",
49
49
  strokeWidth: ".7",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/React.createElement("path", {
52
- d: "M17.44 25.48a1.89 1.89 0 0 1-1.42 2.39 2.2 2.2 0 0 1-2.56-1.54 1.88 1.88 0 0 1 1.44-2.39c1.1-.23 2.24.47 2.54 1.55ZM24.49 24a1.86 1.86 0 0 1-1.4 2.35 2.16 2.16 0 0 1-2.5-1.53A1.87 1.87 0 0 1 22 22.45c1.1-.23 2.2.47 2.49 1.54Z",
52
+ d: "M17.444 25.48a1.89 1.89 0 0 1-1.428 2.389c-1.102.24-2.247-.458-2.552-1.538a1.885 1.885 0 0 1 1.44-2.388c1.1-.229 2.235.47 2.54 1.549v-.011ZM24.488 23.998c.295 1.068-.327 2.126-1.406 2.355-1.08.23-2.203-.458-2.497-1.537-.295-1.08.327-2.138 1.417-2.367 1.09-.229 2.192.47 2.486 1.538v.01Z",
53
53
  fill: "#6C6E79",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/React.createElement("path", {
56
- d: "M57.34 37.52 20.9 46.65l-1.89-6.66 36.65-8.85a.9.9 0 0 1 1.07.63L58 36.43a.89.89 0 0 1-.65 1.09ZM52.44 49.79l-28.5 7.53-1.88-6.6 28.62-7.32 1.76 6.39Z",
56
+ d: "M57.344 37.52 20.9 46.647l-1.887-6.652 36.65-8.855a.893.893 0 0 1 1.069.633l1.265 4.656c.13.48-.164.97-.643 1.09h-.011ZM52.437 49.787l-28.504 7.535-1.876-6.598 28.624-7.327 1.756 6.39Z",
57
57
  fill: "#E0E1E9",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/React.createElement("path", {
60
- d: "M77.17 29a21 21 0 0 1-21.05 21.03A21.04 21.04 0 1 1 77.17 29Z",
60
+ d: "M77.168 28.992c0 6.76-3.184 12.77-8.135 16.618a20.926 20.926 0 0 1-2.617 1.734 20.545 20.545 0 0 1-3.304 1.494 20.908 20.908 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.432-21.024 21.045-21.024 7.263 0 13.663 3.675 17.447 9.28a20.949 20.949 0 0 1 3.599 11.766v-.011Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/React.createElement("path", {
64
- d: "M63.12 48.85a21.04 21.04 0 1 1 6.65-35.86M73.57 17.23a21 21 0 0 1-4.54 28.38",
64
+ d: "M63.123 48.849a20.909 20.909 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.421-21.035 21.034-21.035 5.213 0 9.978 1.898 13.653 5.027M73.57 17.226a20.949 20.949 0 0 1 3.598 11.766c0 6.76-3.184 12.77-8.135 16.618",
65
65
  stroke: "#6C6E79",
66
66
  strokeLinecap: "round",
67
67
  strokeLinejoin: "round",
68
68
  shapeRendering: "geometricPrecision"
69
69
  }), /*#__PURE__*/React.createElement("path", {
70
- d: "M56.12 14.8V29l8.2-5.62M53.77 45.61l9.35 3.24-8.42 6.1",
70
+ d: "M56.122 14.794v14.198l8.2-5.616M53.767 45.61l9.356 3.239-8.418 6.107",
71
71
  stroke: "#6C6E79",
72
72
  strokeLinecap: "round",
73
73
  strokeLinejoin: "round",
@@ -37,11 +37,11 @@ function CombinedChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M40.25 4.3V1.9c0-.49-.49-.9-.98-.9C19.97 3.23 5 19.82 5 39.96 5 59.69 20.8 75.7 40.25 75.7v2.4c0 .49.49.9.98.9 19.3-2.23 34.27-18.82 34.27-38.96 0-19.8-15.8-35.74-35.25-35.74Z",
40
+ d: "M40.25 4.302V1.908c0-.495-.489-.908-.977-.908C19.98 3.229 5 19.82 5 39.959c0 19.727 15.793 35.74 35.25 35.74v2.393c0 .495.489.908.977.908C60.52 76.771 75.5 60.181 75.5 40.041c0-19.81-15.793-35.74-35.25-35.74Z",
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.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",
44
+ d: "M65.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.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",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,41 +49,41 @@ function CombinedChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.77 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.87-8.75a6.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.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-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.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.135-.637 6.226 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: "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.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: "M25.38 21.94c.29 1.06-.33 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.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.07-.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: "M11.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: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 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: "m71.77 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.87-8.75a6.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.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-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: "M21.77 54.8c1.72-7.16 5.02-10.26 7.79-11.74 5.68-3.05 9.84 2.62 15.53 1.2 6.32-1.57 8.28-10.97 11.1-14.39 2.52-3.06 4.84-3 8.69-2.67",
79
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67",
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: "M34.52 48.52 27.4 50.3a.8.8 0 0 0-.58 1l2.7 9.63 8.6-2.29-2.64-9.57a.8.8 0 0 0-.96-.56h-.01Z",
86
+ d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z",
87
87
  fill: "#E0E1E9",
88
88
  stroke: "#6C6E79",
89
89
  strokeWidth: ".7",
@@ -91,53 +91,33 @@ function CombinedChart(_ref, ref) {
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
- d: "m44.4 28.28-6.89 1.6c-.43.09-.7.53-.58.96l7.18 26.21 8.28-2.2-7.05-26.02a.79.79 0 0 0-.94-.56v.01Z",
94
+ d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
95
95
  fill: "#6C6E79",
96
96
  shapeRendering: "geometricPrecision"
97
97
  }), /*#__PURE__*/_react["default"].createElement("path", {
98
- d: "m60.97 34.84-6.51 1.57a.8.8 0 0 0-.59.99l4.27 15.94 7.98-2.12-4.18-15.8a.8.8 0 0 0-.97-.57v-.01ZM23.94 62.42 69.59 50.3",
98
+ d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137",
99
99
  stroke: "#6C6E79",
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: "M58.8 29.26c.34 1.28-.55 2.6-1.99 2.94-1.43.33-2.9-.43-3.24-1.72-.35-1.29.55-2.62 2-2.95 1.45-.34 2.89.44 3.22 1.73ZM31.95 42.21c.36 1.33-.59 2.7-2.13 3.08-1.55.38-3.12-.39-3.48-1.73-.37-1.34.6-2.72 2.14-3.09 1.54-.36 3.1.41 3.47 1.73v.01ZM47.77 43.6c.36 1.3-.56 2.65-2.04 3.02-1.48.38-2.99-.37-3.34-1.68-.36-1.3.56-2.67 2.05-3.04 1.48-.37 2.97.4 3.32 1.7h0Z",
106
- fill: "#fff",
105
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67",
107
106
  stroke: "#6C6E79",
108
107
  strokeWidth: ".7",
109
108
  strokeLinecap: "round",
110
109
  strokeLinejoin: "round",
111
110
  shapeRendering: "geometricPrecision"
112
111
  }), /*#__PURE__*/_react["default"].createElement("path", {
113
- d: "m57.74 35.65-3.1 4.53M56.13 45.83l6.15-8.97M57.69 51.4l6.1-8.9M62.57 52.12l2.7-3.92",
112
+ d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z",
113
+ fill: "#fff",
114
114
  stroke: "#6C6E79",
115
115
  strokeWidth: ".7",
116
116
  strokeLinecap: "round",
117
117
  strokeLinejoin: "round",
118
118
  shapeRendering: "geometricPrecision"
119
- }), /*#__PURE__*/_react["default"].createElement("mask", {
120
- id: "a",
121
- maskUnits: "userSpaceOnUse",
122
- x: "36",
123
- y: "28",
124
- width: "17",
125
- height: "30"
126
- }, /*#__PURE__*/_react["default"].createElement("path", {
127
- d: "m44.4 28.28-6.89 1.6c-.43.09-.7.53-.58.96l7.18 26.21 8.28-2.2-7.05-26.02a.79.79 0 0 0-.94-.56v.01Z",
128
- fill: "#000",
129
- shapeRendering: "geometricPrecision"
130
- })), /*#__PURE__*/_react["default"].createElement("g", {
131
- mask: "url(#a)"
132
- }, /*#__PURE__*/_react["default"].createElement("path", {
133
- d: "M21.77 54.8c1.72-7.16 5.02-10.26 7.79-11.74 5.68-3.05 9.84 2.62 15.53 1.2 6.32-1.57 8.28-10.97 11.1-14.39 2.52-3.06 4.84-3 8.69-2.67",
134
- stroke: "#fff",
135
- strokeWidth: ".7",
136
- strokeLinecap: "round",
137
- strokeLinejoin: "round",
138
- shapeRendering: "geometricPrecision"
139
- })), /*#__PURE__*/_react["default"].createElement("path", {
140
- d: "m44.4 28.28-6.89 1.6c-.43.09-.7.53-.58.96l7.18 26.21 8.28-2.2-7.05-26.02a.79.79 0 0 0-.94-.56v.01Z",
119
+ }), /*#__PURE__*/_react["default"].createElement("path", {
120
+ d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
141
121
  stroke: "#6C6E79",
142
122
  strokeWidth: ".7",
143
123
  strokeLinecap: "round",
@@ -19,11 +19,11 @@ function CombinedChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M40.25 4.3V1.9c0-.49-.49-.9-.98-.9C19.97 3.23 5 19.82 5 39.96 5 59.69 20.8 75.7 40.25 75.7v2.4c0 .49.49.9.98.9 19.3-2.23 34.27-18.82 34.27-38.96 0-19.8-15.8-35.74-35.25-35.74Z",
22
+ d: "M40.25 4.302V1.908c0-.495-.489-.908-.977-.908C19.98 3.229 5 19.82 5 39.959c0 19.727 15.793 35.74 35.25 35.74v2.393c0 .495.489.908.977.908C60.52 76.771 75.5 60.181 75.5 40.041c0-19.81-15.793-35.74-35.25-35.74Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- 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.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.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.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,41 +31,41 @@ function CombinedChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.77 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.87-8.75a6.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.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-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: "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.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.135-.637 6.226 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: "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",
42
+ 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.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: "M25.38 21.94c.29 1.06-.33 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.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.07-.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: "M11.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: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 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: "m71.77 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.87-8.75a6.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.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-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",
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: "M21.77 54.8c1.72-7.16 5.02-10.26 7.79-11.74 5.68-3.05 9.84 2.62 15.53 1.2 6.32-1.57 8.28-10.97 11.1-14.39 2.52-3.06 4.84-3 8.69-2.67",
61
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67",
62
62
  stroke: "#6C6E79",
63
63
  strokeWidth: ".7",
64
64
  strokeLinecap: "round",
65
65
  strokeLinejoin: "round",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/React.createElement("path", {
68
- d: "M34.52 48.52 27.4 50.3a.8.8 0 0 0-.58 1l2.7 9.63 8.6-2.29-2.64-9.57a.8.8 0 0 0-.96-.56h-.01Z",
68
+ d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z",
69
69
  fill: "#E0E1E9",
70
70
  stroke: "#6C6E79",
71
71
  strokeWidth: ".7",
@@ -73,53 +73,33 @@ function CombinedChart({
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
- d: "m44.4 28.28-6.89 1.6c-.43.09-.7.53-.58.96l7.18 26.21 8.28-2.2-7.05-26.02a.79.79 0 0 0-.94-.56v.01Z",
76
+ d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
77
77
  fill: "#6C6E79",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/React.createElement("path", {
80
- d: "m60.97 34.84-6.51 1.57a.8.8 0 0 0-.59.99l4.27 15.94 7.98-2.12-4.18-15.8a.8.8 0 0 0-.97-.57v-.01ZM23.94 62.42 69.59 50.3",
80
+ d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
83
83
  strokeLinecap: "round",
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/React.createElement("path", {
87
- d: "M58.8 29.26c.34 1.28-.55 2.6-1.99 2.94-1.43.33-2.9-.43-3.24-1.72-.35-1.29.55-2.62 2-2.95 1.45-.34 2.89.44 3.22 1.73ZM31.95 42.21c.36 1.33-.59 2.7-2.13 3.08-1.55.38-3.12-.39-3.48-1.73-.37-1.34.6-2.72 2.14-3.09 1.54-.36 3.1.41 3.47 1.73v.01ZM47.77 43.6c.36 1.3-.56 2.65-2.04 3.02-1.48.38-2.99-.37-3.34-1.68-.36-1.3.56-2.67 2.05-3.04 1.48-.37 2.97.4 3.32 1.7h0Z",
88
- fill: "#fff",
87
+ d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67",
89
88
  stroke: "#6C6E79",
90
89
  strokeWidth: ".7",
91
90
  strokeLinecap: "round",
92
91
  strokeLinejoin: "round",
93
92
  shapeRendering: "geometricPrecision"
94
93
  }), /*#__PURE__*/React.createElement("path", {
95
- d: "m57.74 35.65-3.1 4.53M56.13 45.83l6.15-8.97M57.69 51.4l6.1-8.9M62.57 52.12l2.7-3.92",
94
+ d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z",
95
+ fill: "#fff",
96
96
  stroke: "#6C6E79",
97
97
  strokeWidth: ".7",
98
98
  strokeLinecap: "round",
99
99
  strokeLinejoin: "round",
100
100
  shapeRendering: "geometricPrecision"
101
- }), /*#__PURE__*/React.createElement("mask", {
102
- id: "a",
103
- maskUnits: "userSpaceOnUse",
104
- x: "36",
105
- y: "28",
106
- width: "17",
107
- height: "30"
108
- }, /*#__PURE__*/React.createElement("path", {
109
- d: "m44.4 28.28-6.89 1.6c-.43.09-.7.53-.58.96l7.18 26.21 8.28-2.2-7.05-26.02a.79.79 0 0 0-.94-.56v.01Z",
110
- fill: "#000",
111
- shapeRendering: "geometricPrecision"
112
- })), /*#__PURE__*/React.createElement("g", {
113
- mask: "url(#a)"
114
- }, /*#__PURE__*/React.createElement("path", {
115
- d: "M21.77 54.8c1.72-7.16 5.02-10.26 7.79-11.74 5.68-3.05 9.84 2.62 15.53 1.2 6.32-1.57 8.28-10.97 11.1-14.39 2.52-3.06 4.84-3 8.69-2.67",
116
- stroke: "#fff",
117
- strokeWidth: ".7",
118
- strokeLinecap: "round",
119
- strokeLinejoin: "round",
120
- shapeRendering: "geometricPrecision"
121
- })), /*#__PURE__*/React.createElement("path", {
122
- d: "m44.4 28.28-6.89 1.6c-.43.09-.7.53-.58.96l7.18 26.21 8.28-2.2-7.05-26.02a.79.79 0 0 0-.94-.56v.01Z",
101
+ }), /*#__PURE__*/React.createElement("path", {
102
+ d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
123
103
  stroke: "#6C6E79",
124
104
  strokeWidth: ".7",
125
105
  strokeLinecap: "round",
package/Congrats/index.js CHANGED
@@ -39,48 +39,48 @@ function Congrats(_ref, ref) {
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("g", {
40
40
  clipPath: "url(#a)"
41
41
  }, /*#__PURE__*/_react["default"].createElement("path", {
42
- d: "M63.24 32.7c.29-4.8-.24-9.6-1.56-14.22a.94.94 0 0 0-.65-.65 42.52 42.52 0 0 0-14.17-1.6l-3.68-3.7a11.32 11.32 0 0 0-16.01 0l-3.73 3.7c-4.8-.3-9.6.24-14.22 1.56a.96.96 0 0 0-.65.65A42.7 42.7 0 0 0 7 32.65L3.3 36.34a11.32 11.32 0 0 0 0 16L7 56.05c-.28 4.78.25 9.59 1.57 14.2a.94.94 0 0 0 .65.65 42.28 42.28 0 0 0 14.2 1.56l3.7 3.7a11.32 11.32 0 0 0 16 0l3.69-3.7c4.79.29 9.6-.24 14.2-1.56a.94.94 0 0 0 .65-.66 42.5 42.5 0 0 0 1.57-14.2l3.7-3.7a11.32 11.32 0 0 0 0-16l-3.69-3.64Z",
42
+ d: "M63.244 32.693a42.504 42.504 0 0 0-1.569-14.21.94.94 0 0 0-.642-.652 42.521 42.521 0 0 0-14.172-1.607l-3.686-3.694a11.324 11.324 0 0 0-16.006 0l-3.733 3.694a42.475 42.475 0 0 0-14.218 1.568.964.964 0 0 0-.651.65 42.71 42.71 0 0 0-1.569 14.211L3.312 36.34a11.324 11.324 0 0 0 0 16.007l3.686 3.686a42.71 42.71 0 0 0 1.569 14.21.941.941 0 0 0 .65.643 42.281 42.281 0 0 0 14.203 1.569l3.694 3.693a11.324 11.324 0 0 0 16.006 0l3.686-3.694a42.523 42.523 0 0 0 14.21-1.568.941.941 0 0 0 .644-.65 42.504 42.504 0 0 0 1.568-14.211l3.694-3.686a11.324 11.324 0 0 0 0-16.007l-3.678-3.639Z",
43
43
  fill: "#E0E1E9",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
- d: "M28.27 34.22a2.35 2.35 0 0 0-1.9 1.28L8.42 69.92a.72.72 0 0 0 .13.85l22.08-31.94c1.77-1.37 8.48 2.25 10.53 3.72-3.7-4.45-9.46-8.51-12.89-8.33Z",
46
+ d: "M28.272 34.217a2.352 2.352 0 0 0-1.898 1.286L8.423 69.915a.721.721 0 0 0 .125.855l22.084-31.942c1.765-1.373 8.478 2.25 10.533 3.725-3.71-4.454-9.466-8.517-12.893-8.336Z",
47
47
  fill: "#fff",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("path", {
50
- d: "m9.46 70.93 34-18.83a2.43 2.43 0 0 0 1.27-1.86c.54-5.66-10.98-16.32-16.47-16.03a2.35 2.35 0 0 0-1.89 1.3L8.42 69.9a.78.78 0 0 0 1.04 1.02Z",
50
+ d: "m9.458 70.927 34.004-18.822a2.432 2.432 0 0 0 1.27-1.867c.542-5.662-10.979-16.32-16.468-16.03a2.352 2.352 0 0 0-1.89 1.294L8.422 69.915a.784.784 0 0 0 1.036 1.011Z",
51
51
  stroke: "#6C6E79",
52
52
  strokeWidth: ".8",
53
53
  strokeLinecap: "round",
54
54
  strokeLinejoin: "round",
55
55
  shapeRendering: "geometricPrecision"
56
56
  }), /*#__PURE__*/_react["default"].createElement("path", {
57
- d: "M25.72 52.65a16.15 16.15 0 0 0-7.97-.56 604.5 604.5 0 0 1-2.14 4.08 18.93 18.93 0 0 1 11.92 4.76l5.63-3.13a16.27 16.27 0 0 0-7.44-5.15ZM16.18 63.74c-1.4-.44-2.86-.56-4.3-.38l-1.58 2.98c1.06.2 2.05.65 2.9 1.3.29.25.55.5.8.8l5.38-3a10.25 10.25 0 0 0-3.2-1.7ZM44.73 50.25v-.47a26.57 26.57 0 0 0-22.1-7.11L20.6 46.6a22.62 22.62 0 0 1 18.8 7.8l4.11-2.28a2.43 2.43 0 0 0 1.23-1.86Z",
57
+ d: "M25.723 52.646a16.154 16.154 0 0 0-7.976-.557 609.105 609.105 0 0 1-2.133 4.086c2.022.067 4.02.456 5.92 1.153a18.931 18.931 0 0 1 6 3.607l5.623-3.137a16.273 16.273 0 0 0-7.434-5.152ZM16.179 63.735a10.243 10.243 0 0 0-4.306-.376l-1.568 2.98a6.887 6.887 0 0 1 2.901 1.31c.284.238.546.5.785.784l5.387-2.988a10.249 10.249 0 0 0-3.2-1.71ZM44.732 50.246a4.52 4.52 0 0 0 0-.462 27.024 27.024 0 0 0-12.343-6.69 26.569 26.569 0 0 0-9.756-.423l-2.047 3.92a22.624 22.624 0 0 1 10.493 1.742 22.821 22.821 0 0 1 8.313 6.054l4.11-2.274a2.43 2.43 0 0 0 1.23-1.867Z",
58
58
  fill: "#6C6E79",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M24.42 26.63a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32Z",
61
+ d: "M24.42 26.633a1.663 1.663 0 1 0 0-3.325 1.663 1.663 0 0 0 0 3.325Z",
62
62
  stroke: "#6C6E79",
63
63
  strokeWidth: ".8",
64
64
  strokeLinecap: "round",
65
65
  strokeLinejoin: "round",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M56.16 4a1.57 1.57 0 1 0 0-3.13 1.57 1.57 0 0 0 0 3.14Z",
68
+ d: "M56.16 4.008a1.569 1.569 0 1 0 0-3.137 1.569 1.569 0 0 0 0 3.137Z",
69
69
  stroke: "#E0E1E9",
70
70
  strokeWidth: ".8",
71
71
  strokeLinecap: "round",
72
72
  strokeLinejoin: "round",
73
73
  shapeRendering: "geometricPrecision"
74
74
  }), /*#__PURE__*/_react["default"].createElement("path", {
75
- d: "M52.8 22.96a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3Z",
75
+ d: "M52.803 22.962a1.153 1.153 0 1 0 0-2.305 1.153 1.153 0 0 0 0 2.305Z",
76
76
  fill: "#6C6E79",
77
77
  shapeRendering: "geometricPrecision"
78
78
  }), /*#__PURE__*/_react["default"].createElement("path", {
79
- d: "M73.93 20.66a2.3 2.3 0 1 0 0-4.6 2.3 2.3 0 0 0 0 4.6Z",
79
+ d: "M73.93 20.657a2.298 2.298 0 1 0 0-4.596 2.298 2.298 0 0 0 0 4.596Z",
80
80
  fill: "#E0E1E9",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }), /*#__PURE__*/_react["default"].createElement("path", {
83
- d: "M46.1 3.06c3.65 6.27 2.62 20.07-4.91 22.92-3.36 1.1-8.05-1.35-9.23-4.6-1.9-7.92 7.37-9.4 9.71-2.18 2.18 5.79 0 13.19-6 15.68l-1.7-3.87c4.26-1.62 5.8-6.67 4.7-10.9a5.3 5.3 0 0 0-1.32-2.64c-1.89-1.66-3.77-.62-4.01 1.8-.25 2.4 2 4.01 4.03 4.83 3.68 1.57 6.48-1.96 7.37-5.2 1.36-4.45 1.1-10.16-1.57-13.94l2.97-1.9h-.04Z",
83
+ d: "M46.097 3.059c3.655 6.274 2.627 20.068-4.91 22.923-3.356 1.09-8.045-1.349-9.23-4.596-1.89-7.928 7.372-9.41 9.717-2.188 2.172 5.788 0 13.191-6.007 15.685l-1.694-3.874c4.258-1.623 5.795-6.666 4.705-10.901a5.309 5.309 0 0 0-1.325-2.643c-1.89-1.655-3.772-.612-4.015 1.796-.244 2.408 2.007 4.023 4.03 4.839 3.679 1.568 6.486-1.96 7.372-5.208 1.357-4.446 1.098-10.148-1.568-13.936l2.964-1.89-.039-.007Z",
84
84
  fill: "#6C6E79",
85
85
  stroke: "#6C6E79",
86
86
  strokeWidth: ".8",
@@ -88,14 +88,14 @@ function Congrats(_ref, ref) {
88
88
  strokeLinejoin: "round",
89
89
  shapeRendering: "geometricPrecision"
90
90
  }), /*#__PURE__*/_react["default"].createElement("path", {
91
- d: "M37.11 27.8a9.16 9.16 0 0 0 1.33-3.7 9.2 9.2 0 0 0-.32-3.95M42.15 19.09a14.55 14.55 0 0 1-.19 9.93",
91
+ d: "M37.11 27.809c.719-1.125 1.154-2.393 1.334-3.716.18-1.323.07-2.67-.322-3.946M42.145 19.088a14.548 14.548 0 0 1-.18 9.929",
92
92
  stroke: "#E0E1E9",
93
93
  strokeWidth: ".8",
94
94
  strokeLinecap: "round",
95
95
  strokeLinejoin: "round",
96
96
  shapeRendering: "geometricPrecision"
97
97
  }), /*#__PURE__*/_react["default"].createElement("path", {
98
- d: "M45.14 45.38a14.01 14.01 0 0 1 4.92-7.66c4.44-3.44 12.03-2.9 15.16 2.1 2.18 3.84.55 10.2-4.77 9.61-3.71-1.03-3.26-6.05-2.42-8.92 1.8-5.9 6.58-11.05 12.65-12.55 3.07-.73 6.29-.63 9.32.28l-.89 2.74a14.12 14.12 0 0 0-14.9 3.2c-2.84 2.79-5 6.8-4.84 10.83a3.2 3.2 0 0 0 1.11 2.5c1.07.4 2.35-.4 2.89-1.39 2.68-7.45-6.94-10.66-12.24-6.85a13.07 13.07 0 0 0-4.7 6.53l-1.34-.43h.05Z",
98
+ d: "M45.14 45.376a14.014 14.014 0 0 1 4.918-7.654c4.439-3.443 12.03-2.91 15.16 2.094 2.18 3.843.548 10.195-4.77 9.615-3.709-1.028-3.261-6.055-2.415-8.925 1.796-5.898 6.572-11.042 12.642-12.548a18.037 18.037 0 0 1 9.325.283l-.886 2.736a14.115 14.115 0 0 0-14.9 3.208c-2.84 2.784-5.004 6.8-4.847 10.822a3.193 3.193 0 0 0 1.113 2.502c1.075.408 2.353-.4 2.886-1.388 2.682-7.45-6.932-10.666-12.234-6.854a13.073 13.073 0 0 0-4.705 6.533l-1.341-.432.055.008Z",
99
99
  fill: "#6C6E79",
100
100
  stroke: "#6C6E79",
101
101
  strokeWidth: ".8",
@@ -103,28 +103,28 @@ function Congrats(_ref, ref) {
103
103
  strokeLinejoin: "round",
104
104
  shapeRendering: "geometricPrecision"
105
105
  }), /*#__PURE__*/_react["default"].createElement("path", {
106
- d: "M61.68 39.98a6.44 6.44 0 0 0-3.33-1.62",
106
+ d: "M61.678 39.978c-.842-.838-2.13-1.407-3.325-1.614",
107
107
  stroke: "#E0E1E9",
108
108
  strokeWidth: ".8",
109
109
  strokeLinecap: "round",
110
110
  strokeLinejoin: "round",
111
111
  shapeRendering: "geometricPrecision"
112
112
  }), /*#__PURE__*/_react["default"].createElement("path", {
113
- d: "M63.31 37.02a13.37 13.37 0 0 0-3.72-1.67",
113
+ d: "M63.312 37.023c-1.148-.733-2.401-1.317-3.717-1.67",
114
114
  stroke: "#fff",
115
115
  strokeWidth: ".8",
116
116
  strokeLinecap: "round",
117
117
  strokeLinejoin: "round",
118
118
  shapeRendering: "geometricPrecision"
119
119
  }), /*#__PURE__*/_react["default"].createElement("path", {
120
- d: "M57.97 48.25c1.3.64 4.52-.28 4.96-3.35",
120
+ d: "M57.97 48.254c1.302.636 4.517-.282 4.965-3.356",
121
121
  stroke: "#E0E1E9",
122
122
  strokeWidth: ".8",
123
123
  strokeLinecap: "round",
124
124
  strokeLinejoin: "round",
125
125
  shapeRendering: "geometricPrecision"
126
126
  }), /*#__PURE__*/_react["default"].createElement("path", {
127
- d: "m61.13 7.79-4.7 4.81c-1.82 3.68 3.67 11.92 2.25 17.55.78-2.5 2.63-3.03 3.4-5.53.02-5.59-6.29-12.93-.95-16.83Z",
127
+ d: "m61.131 7.788-4.705 4.815c-1.82 3.678 3.67 11.92 2.25 17.551.785-2.502 2.636-3.035 3.412-5.537.008-5.583-6.297-12.932-.957-16.83Z",
128
128
  fill: "#E0E1E9",
129
129
  stroke: "#6C6E79",
130
130
  strokeWidth: ".8",
@@ -132,7 +132,7 @@ function Congrats(_ref, ref) {
132
132
  strokeLinejoin: "round",
133
133
  shapeRendering: "geometricPrecision"
134
134
  }), /*#__PURE__*/_react["default"].createElement("path", {
135
- d: "M73.31 0c.14 1.26.51 5.18-2.03 8.49-3.46 4.49-11.85.58-14.9 4.11a11.2 11.2 0 0 1 4.31-4.63c1.41-.91 6.06.26 9.2-2.43A9.69 9.69 0 0 0 73.32 0Z",
135
+ d: "M73.31 0c.142 1.263.51 5.184-2.03 8.485-3.46 4.494-11.85.589-14.901 4.118a11.207 11.207 0 0 1 4.313-4.635c1.412-.91 6.054.259 9.207-2.431A9.686 9.686 0 0 0 73.31 0Z",
136
136
  fill: "#fff",
137
137
  stroke: "#6C6E79",
138
138
  strokeWidth: ".8",
@@ -140,7 +140,7 @@ function Congrats(_ref, ref) {
140
140
  strokeLinejoin: "round",
141
141
  shapeRendering: "geometricPrecision"
142
142
  }), /*#__PURE__*/_react["default"].createElement("path", {
143
- d: "m46.37 29.46-3.3 1.12-.28 1.57-.66 7.12c3.57-.8 3.79-8.04 4.24-9.8Z",
143
+ d: "m46.372 29.464-3.294 1.114-.29 1.568-.66 7.12c3.577-.791 3.789-8.038 4.244-9.802Z",
144
144
  fill: "#E0E1E9",
145
145
  stroke: "#6C6E79",
146
146
  strokeWidth: ".8",
@@ -148,7 +148,7 @@ function Congrats(_ref, ref) {
148
148
  strokeLinejoin: "round",
149
149
  shapeRendering: "geometricPrecision"
150
150
  }), /*#__PURE__*/_react["default"].createElement("path", {
151
- d: "M61.87 22.64c.24 1.71.74 4.6-1.42 6.87-3.08 3.25-15.31-.78-17.66 2.62a5.43 5.43 0 0 1 2.4-4.42c4.33-2.92 12.3 2 16.68-5.07Z",
151
+ d: "M61.868 22.64c.243 1.71.737 4.596-1.42 6.87-3.081 3.248-15.308-.783-17.66 2.62a5.427 5.427 0 0 1 2.407-4.423c4.321-2.917 12.297 2.008 16.673-5.066Z",
152
152
  fill: "#fff",
153
153
  stroke: "#6C6E79",
154
154
  strokeWidth: ".8",