@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
@@ -19,11 +19,11 @@ function VennChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- 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",
22
+ 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",
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.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",
26
+ 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",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,41 +31,41 @@ function VennChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
34
+ d: "M71.76 53.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",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
38
+ d: "M65.449 18.818 11.065 30.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",
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.092-.227 2.216.464 2.518 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M25.37 21.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",
46
+ 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",
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.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.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",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
54
+ d: "M71.76 53.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",
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: "m67.07 51.28-38.9 10.47-8.37-29.52",
61
+ d: "M67.068 51.28 28.172 61.754 19.8 32.227",
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: "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",
68
+ 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",
69
69
  fill: "#6C6E79",
70
70
  stroke: "#6C6E79",
71
71
  strokeWidth: ".7",
@@ -73,7 +73,7 @@ function VennChart({
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
- 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",
76
+ 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",
77
77
  fill: "#fff",
78
78
  stroke: "#6C6E79",
79
79
  strokeWidth: ".7",
@@ -81,37 +81,20 @@ function VennChart({
81
81
  strokeLinejoin: "round",
82
82
  shapeRendering: "geometricPrecision"
83
83
  }), /*#__PURE__*/React.createElement("path", {
84
- 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",
84
+ 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",
85
85
  fill: "#E0E1E9",
86
86
  stroke: "#6C6E79",
87
87
  strokeWidth: ".7",
88
88
  strokeLinecap: "round",
89
89
  strokeLinejoin: "round",
90
90
  shapeRendering: "geometricPrecision"
91
- }), /*#__PURE__*/React.createElement("mask", {
92
- id: "a",
93
- maskUnits: "userSpaceOnUse",
94
- x: "40",
95
- y: "33",
96
- width: "12",
97
- height: "9"
98
- }, /*#__PURE__*/React.createElement("path", {
99
- 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",
100
- fill: "#45DFA7",
101
- stroke: "#000",
102
- strokeWidth: ".7",
103
- strokeLinecap: "round",
104
- strokeLinejoin: "round",
105
- shapeRendering: "geometricPrecision"
106
- })), /*#__PURE__*/React.createElement("g", {
107
- mask: "url(#a)",
91
+ }), /*#__PURE__*/React.createElement("path", {
92
+ d: "m42.813 38.031 2.205-3.147M48.605 37.397l-2.17 3.164",
108
93
  stroke: "#6C6E79",
109
94
  strokeWidth: ".7",
110
- strokeMiterlimit: "10"
111
- }, /*#__PURE__*/React.createElement("path", {
112
- 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",
95
+ strokeMiterlimit: "10",
113
96
  shapeRendering: "geometricPrecision"
114
- })));
97
+ }));
115
98
  }
116
99
 
117
100
  VennChart.displayName = 'VennChart';
@@ -37,11 +37,11 @@ function VerticalBarChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M40.58 79C62 78.73 79 60.87 79 39.4V2a1 1 0 0 0-.99-.99H53.99A1 1 0 0 0 53 2v2.7H27.99a1 1 0 0 0-.99.99v34.35H1.99a1 1 0 0 0-.99 1A39.17 39.17 0 0 0 40.58 79Z",
40
+ d: "M40.585 78.997C61.996 78.727 79 60.873 79 39.412V1.992A1 1 0 0 0 78.01 1H53.99a1 1 0 0 0-.99.992v2.705H27.99a1 1 0 0 0-.99.992v34.355H1.99a1 1 0 0 0-.99.991c.63 21.19 18.173 38.232 39.585 37.962Z",
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 VerticalBarChart(_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.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
52
+ d: "M71.762 53.554 24.09 66.555a2.734 2.734 0 0 1-3.35-1.891L9.749 26.07c-.962-3.372 1.156-6.852 4.593-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.07 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.02 4.38l1.22 4.67Z",
56
+ d: "M65.452 18.818 11.068 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.092.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-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.08-.227 2.172.464 2.464 1.523v.011Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "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.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
72
+ d: "M71.762 53.554 24.09 66.555a2.734 2.734 0 0 1-3.35-1.891L9.749 26.07c-.962-3.372 1.156-6.852 4.593-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: "m34 41.8-7.06 1.71a.8.8 0 0 0-.57.99l3.34 11.92 8.5-2.22-3.27-11.84a.8.8 0 0 0-.95-.56H34Z",
79
+ d: "m34 41.806-7.057 1.707a.795.795 0 0 0-.573.984l3.34 11.92 8.505-2.215-3.274-11.845a.794.794 0 0 0-.952-.562l.011.01Z",
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: "M44.22 28.76 37.4 30.3c-.45.1-.7.54-.59.99L42.8 53 51 50.87l-5.83-21.55a.78.78 0 0 0-.94-.56h-.01Z",
86
+ d: "m44.215 28.759-6.809 1.545a.784.784 0 0 0-.583.984l5.966 21.723 8.213-2.14-5.836-21.55a.782.782 0 0 0-.94-.562h-.01Z",
87
87
  fill: "#6C6E79",
88
88
  stroke: "#6C6E79",
89
89
  strokeWidth: ".7",
@@ -91,7 +91,7 @@ function VerticalBarChart(_ref, ref) {
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
- d: "m58.28 31.6-6.49 1.52c-.43.1-.7.54-.58.97l4.19 15.64 7.93-2.06-4.1-15.5a.79.79 0 0 0-.93-.56h-.02Z",
94
+ d: "m58.285 31.606-6.495 1.513a.786.786 0 0 0-.584.973l4.193 15.638 7.933-2.064-4.096-15.498a.787.787 0 0 0-.94-.562h-.011Z",
95
95
  fill: "#E0E1E9",
96
96
  stroke: "#6C6E79",
97
97
  strokeWidth: ".7",
@@ -99,7 +99,7 @@ function VerticalBarChart(_ref, ref) {
99
99
  strokeLinejoin: "round",
100
100
  shapeRendering: "geometricPrecision"
101
101
  }), /*#__PURE__*/_react["default"].createElement("path", {
102
- d: "M23.36 61.28 70.2 48.9M27.56 48.6l4.3-6.28M35.5 44.76l-6.42 9.36M33.5 55.42l3.6-5.25",
102
+ d: "m23.355 61.283 46.84-12.386M27.56 48.601l4.306-6.276M35.5 44.764l-6.423 9.36M33.5 55.417l3.593-5.244",
103
103
  stroke: "#6C6E79",
104
104
  strokeWidth: ".7",
105
105
  strokeLinecap: "round",
@@ -19,11 +19,11 @@ function VerticalBarChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M40.58 79C62 78.73 79 60.87 79 39.4V2a1 1 0 0 0-.99-.99H53.99A1 1 0 0 0 53 2v2.7H27.99a1 1 0 0 0-.99.99v34.35H1.99a1 1 0 0 0-.99 1A39.17 39.17 0 0 0 40.58 79Z",
22
+ d: "M40.585 78.997C61.996 78.727 79 60.873 79 39.412V1.992A1 1 0 0 0 78.01 1H53.99a1 1 0 0 0-.99.992v2.705H27.99a1 1 0 0 0-.99.992v34.355H1.99a1 1 0 0 0-.99.991c.63 21.19 18.173 38.232 39.585 37.962Z",
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 VerticalBarChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
34
+ d: "M71.762 53.554 24.09 66.555a2.734 2.734 0 0 1-3.35-1.891L9.749 26.07c-.962-3.372 1.156-6.852 4.593-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.07 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.02 4.38l1.22 4.67Z",
38
+ d: "M65.452 18.818 11.068 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",
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.092.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-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.08-.227 2.172.464 2.464 1.523v.011Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "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",
50
+ 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",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
54
+ d: "M71.762 53.554 24.09 66.555a2.734 2.734 0 0 1-3.35-1.891L9.749 26.07c-.962-3.372 1.156-6.852 4.593-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: "m34 41.8-7.06 1.71a.8.8 0 0 0-.57.99l3.34 11.92 8.5-2.22-3.27-11.84a.8.8 0 0 0-.95-.56H34Z",
61
+ d: "m34 41.806-7.057 1.707a.795.795 0 0 0-.573.984l3.34 11.92 8.505-2.215-3.274-11.845a.794.794 0 0 0-.952-.562l.011.01Z",
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: "M44.22 28.76 37.4 30.3c-.45.1-.7.54-.59.99L42.8 53 51 50.87l-5.83-21.55a.78.78 0 0 0-.94-.56h-.01Z",
68
+ d: "m44.215 28.759-6.809 1.545a.784.784 0 0 0-.583.984l5.966 21.723 8.213-2.14-5.836-21.55a.782.782 0 0 0-.94-.562h-.01Z",
69
69
  fill: "#6C6E79",
70
70
  stroke: "#6C6E79",
71
71
  strokeWidth: ".7",
@@ -73,7 +73,7 @@ function VerticalBarChart({
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
- d: "m58.28 31.6-6.49 1.52c-.43.1-.7.54-.58.97l4.19 15.64 7.93-2.06-4.1-15.5a.79.79 0 0 0-.93-.56h-.02Z",
76
+ d: "m58.285 31.606-6.495 1.513a.786.786 0 0 0-.584.973l4.193 15.638 7.933-2.064-4.096-15.498a.787.787 0 0 0-.94-.562h-.011Z",
77
77
  fill: "#E0E1E9",
78
78
  stroke: "#6C6E79",
79
79
  strokeWidth: ".7",
@@ -81,7 +81,7 @@ function VerticalBarChart({
81
81
  strokeLinejoin: "round",
82
82
  shapeRendering: "geometricPrecision"
83
83
  }), /*#__PURE__*/React.createElement("path", {
84
- d: "M23.36 61.28 70.2 48.9M27.56 48.6l4.3-6.28M35.5 44.76l-6.42 9.36M33.5 55.42l3.6-5.25",
84
+ d: "m23.355 61.283 46.84-12.386M27.56 48.601l4.306-6.276M35.5 44.764l-6.423 9.36M33.5 55.417l3.593-5.244",
85
85
  stroke: "#6C6E79",
86
86
  strokeWidth: ".7",
87
87
  strokeLinecap: "round",
package/Waiting/index.js CHANGED
@@ -37,11 +37,11 @@ function Waiting(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M40 4.24V1.88a.88.88 0 0 0-.98-.87A39.24 39.24 0 0 0 4.26 40H1.88a.88.88 0 0 0-.87.97A39.24 39.24 0 0 0 40 75.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 40 4.24",
40
+ d: "M39.996 4.245V1.884c0-.52-.455-.942-.975-.877C19.45 3.227 4.256 19.84 4.256 39.996H1.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: "m65.23 59.85.12-.09 6.5-4.33-3.13-1.7-3.14.76-8.32-31.75a5.72 5.72 0 0 0-6.7-4.16l-39.67 8.1-1.4-3.14-3.41 5.9-.22.36v.03a5.65 5.65 0 0 0-.46 4.25l10.47 36.73a2.6 2.6 0 0 0 3.18 1.8l45.37-12.37c.27-.08.52-.2.74-.35l.06-.03.01-.01Z",
44
+ d: "M65.23 59.847s.087-.054.12-.086l6.508-4.332-3.14-1.7-3.142.758-8.317-31.744a5.717 5.717 0 0 0-6.693-4.159l-39.671 8.09-1.398-3.13-3.422 5.892c-.076.12-.152.25-.216.368v.022a5.65 5.65 0 0 0-.455 4.256l10.462 36.726a2.592 2.592 0 0 0 3.184 1.797l45.368-12.368c.27-.075.52-.205.747-.346l.054-.033.011-.01Z",
45
45
  fill: "#6C6E79",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,50 +49,50 @@ function Waiting(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "M71.08 55.78 23.3 68.8a2.74 2.74 0 0 1-3.36-1.9L8.93 28.24a6.04 6.04 0 0 1 4.6-7.57L56.5 11.9a6.03 6.03 0 0 1 7.04 4.39l9.47 36.15a2.74 2.74 0 0 1-1.93 3.34Z",
52
+ d: "m71.078 55.775-47.772 13.03a2.74 2.74 0 0 1-3.358-1.896L8.934 28.234c-.964-3.38 1.159-6.866 4.603-7.57l42.964-8.762c3.14-.64 6.238 1.289 7.04 4.386l9.465 36.152a2.735 2.735 0 0 1-1.928 3.335Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- 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",
56
+ d: "m63.107 16 1.132 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.093-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.89 1.213 6.645 4.122V16Z",
57
57
  fill: "#E0E1E9",
58
58
  stroke: "#6C6E79",
59
59
  strokeWidth: ".7",
60
60
  shapeRendering: "geometricPrecision"
61
61
  }), /*#__PURE__*/_react["default"].createElement("path", {
62
- d: "M17.6 25.58a1.88 1.88 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.42-2.38 2.2 2.2 0 0 1 2.53 1.54ZM24.6 24.1a1.85 1.85 0 0 1-1.4 2.35 2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
62
+ d: "M17.599 25.58a1.877 1.877 0 0 1-1.42 2.372c-1.093.239-2.23-.455-2.534-1.527a1.872 1.872 0 0 1 1.43-2.372c1.094-.227 2.22.466 2.524 1.538v-.01ZM24.595 24.108c.292 1.06-.325 2.111-1.397 2.339-1.072.227-2.188-.455-2.48-1.527-.293-1.072.325-2.123 1.408-2.35 1.083-.228 2.176.465 2.469 1.527v.01Z",
63
63
  fill: "#6C6E79",
64
64
  shapeRendering: "geometricPrecision"
65
65
  }), /*#__PURE__*/_react["default"].createElement("path", {
66
- d: "M71.08 55.78 23.3 68.8a2.74 2.74 0 0 1-3.36-1.9L8.93 28.24a6.04 6.04 0 0 1 4.6-7.57L56.5 11.9a6.03 6.03 0 0 1 7.04 4.39l9.47 36.15a2.74 2.74 0 0 1-1.93 3.34Z",
66
+ d: "m71.078 55.775-47.772 13.03a2.74 2.74 0 0 1-3.358-1.896L8.934 28.234c-.964-3.38 1.159-6.866 4.603-7.57l42.964-8.762c3.14-.64 6.238 1.289 7.04 4.386l9.465 36.152a2.735 2.735 0 0 1-1.928 3.335Z",
67
67
  stroke: "#6C6E79",
68
68
  strokeLinecap: "round",
69
69
  strokeLinejoin: "round",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "m57.23 37.54-36.2 9.06-1.87-6.6 36.4-8.8c.46-.1.93.16 1.06.63l1.26 4.62a.88.88 0 0 1-.64 1.09h-.01ZM52.34 49.72l-28.3 7.49-1.86-6.56 28.43-7.27 1.73 6.34Z",
72
+ d: "m57.226 37.537-36.194 9.065-1.874-6.606 36.4-8.795a.887.887 0 0 1 1.062.629l1.256 4.624a.88.88 0 0 1-.639 1.083h-.01ZM52.342 49.721l-28.3 7.484-1.862-6.552 28.43-7.278 1.732 6.346Z",
73
73
  fill: "#E0E1E9",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
- d: "M56.01 50.05a20.98 20.98 0 1 0 0-41.96 20.98 20.98 0 0 0 0 41.96Z",
76
+ d: "M56.013 50.046c11.586 0 20.979-9.392 20.979-20.978 0-11.586-9.393-20.978-20.979-20.978-11.586 0-20.978 9.392-20.978 20.978 0 11.586 9.392 20.978 20.978 20.978Z",
77
77
  fill: "#fff",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/_react["default"].createElement("path", {
80
- d: "m52.44 32.51-8.12 3.9 12.43 6.45-1.5-8.89a1.99 1.99 0 0 0-2.82-1.46h.01ZM55.6 21.66l.58 3.38a2.15 2.15 0 0 0 3.04 1.58l3.09-1.48-6.7-3.48Z",
80
+ d: "m52.44 32.512-8.123 3.899 12.433 6.444-1.495-8.88a1.989 1.989 0 0 0-2.826-1.463h.01ZM55.602 21.66l.574 3.379a2.146 2.146 0 0 0 3.043 1.581l3.087-1.484-6.704-3.476Z",
81
81
  fill: "#E0E1E9",
82
82
  shapeRendering: "geometricPrecision"
83
83
  }), /*#__PURE__*/_react["default"].createElement("path", {
84
- d: "M69.9 21.41 54.26 13.3a1.2 1.2 0 0 0-1.62.51l-.08.17a1.2 1.2 0 0 0 .51 1.62l15.66 8.11c.59.3 1.31.07 1.62-.51l.08-.17a1.2 1.2 0 0 0-.51-1.62ZM42.12 36.73l15.65 8.11c.6.31 1.32.08 1.62-.51l.09-.16a1.2 1.2 0 0 0-.51-1.62L43.3 34.43a1.2 1.2 0 0 0-1.62.52l-.09.16a1.2 1.2 0 0 0 .52 1.62Z",
84
+ d: "M69.91 21.412 54.253 13.3a1.202 1.202 0 0 0-1.62.514l-.085.164a1.202 1.202 0 0 0 .515 1.62l15.655 8.112c.59.305 1.315.075 1.62-.515l.085-.163a1.202 1.202 0 0 0-.515-1.62ZM42.12 36.733l15.655 8.111c.59.306 1.315.076 1.62-.514l.085-.163a1.202 1.202 0 0 0-.515-1.62L43.31 34.434a1.202 1.202 0 0 0-1.62.514l-.085.164a1.202 1.202 0 0 0 .515 1.62Z",
85
85
  fill: "#6C6E79",
86
86
  shapeRendering: "geometricPrecision"
87
87
  }), /*#__PURE__*/_react["default"].createElement("path", {
88
- d: "M59.1 36.42a11.44 11.44 0 0 0-1.22-4.94 1.53 1.53 0 0 1 0-1.38l.04-.09c.23-.43.65-.73 1.14-.8a11.6 11.6 0 0 0 8.7-6.5h.03v-.02l-13.31-6.9v.02a11.47 11.47 0 0 0-.3 10.85c.22.44.23.96 0 1.39l-.04.09c-.23.43-.65.72-1.14.8a11.6 11.6 0 0 0-8.7 6.5h-.03v.02l13.31 6.9v-.02c.52-.9 1.57-3.03 1.52-5.92v0Z",
88
+ d: "M59.1 36.421a11.436 11.436 0 0 0-1.224-4.938 1.526 1.526 0 0 1 0-1.386l.044-.087c.227-.433.65-.726 1.137-.802a11.383 11.383 0 0 0 4.743-1.851 11.593 11.593 0 0 0 3.964-4.647h.022v-.021c-4.44-2.296-8.88-4.603-13.31-6.9v.023c-.52.898-1.57 3.021-1.517 5.913a11.436 11.436 0 0 0 1.224 4.938c.217.434.228.953 0 1.387l-.043.086c-.228.434-.65.726-1.137.802-1.18.173-2.946.628-4.744 1.852a11.593 11.593 0 0 0-3.964 4.646h-.022v.022c4.44 2.296 8.881 4.602 13.31 6.898v-.021c.52-.9 1.571-3.022 1.517-5.914v0Z",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
91
91
  strokeLinecap: "round",
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "M56.01 50.05a20.98 20.98 0 1 0 0-41.96 20.98 20.98 0 0 0 0 41.96Z",
95
+ d: "M56.013 50.046c11.586 0 20.979-9.392 20.979-20.978 0-11.586-9.393-20.978-20.979-20.978-11.586 0-20.978 9.392-20.978 20.978 0 11.586 9.392 20.978 20.978 20.978Z",
96
96
  stroke: "#6C6E79",
97
97
  strokeWidth: ".7",
98
98
  strokeLinecap: "round",
package/Waiting/index.mjs CHANGED
@@ -19,11 +19,11 @@ function Waiting({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M40 4.24V1.88a.88.88 0 0 0-.98-.87A39.24 39.24 0 0 0 4.26 40H1.88a.88.88 0 0 0-.87.97A39.24 39.24 0 0 0 40 75.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 40 4.24",
22
+ d: "M39.996 4.245V1.884c0-.52-.455-.942-.975-.877C19.45 3.227 4.256 19.84 4.256 39.996H1.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: "m65.23 59.85.12-.09 6.5-4.33-3.13-1.7-3.14.76-8.32-31.75a5.72 5.72 0 0 0-6.7-4.16l-39.67 8.1-1.4-3.14-3.41 5.9-.22.36v.03a5.65 5.65 0 0 0-.46 4.25l10.47 36.73a2.6 2.6 0 0 0 3.18 1.8l45.37-12.37c.27-.08.52-.2.74-.35l.06-.03.01-.01Z",
26
+ d: "M65.23 59.847s.087-.054.12-.086l6.508-4.332-3.14-1.7-3.142.758-8.317-31.744a5.717 5.717 0 0 0-6.693-4.159l-39.671 8.09-1.398-3.13-3.422 5.892c-.076.12-.152.25-.216.368v.022a5.65 5.65 0 0 0-.455 4.256l10.462 36.726a2.592 2.592 0 0 0 3.184 1.797l45.368-12.368c.27-.075.52-.205.747-.346l.054-.033.011-.01Z",
27
27
  fill: "#6C6E79",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,50 +31,50 @@ function Waiting({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M71.08 55.78 23.3 68.8a2.74 2.74 0 0 1-3.36-1.9L8.93 28.24a6.04 6.04 0 0 1 4.6-7.57L56.5 11.9a6.03 6.03 0 0 1 7.04 4.39l9.47 36.15a2.74 2.74 0 0 1-1.93 3.34Z",
34
+ d: "m71.078 55.775-47.772 13.03a2.74 2.74 0 0 1-3.358-1.896L8.934 28.234c-.964-3.38 1.159-6.866 4.603-7.57l42.964-8.762c3.14-.64 6.238 1.289 7.04 4.386l9.465 36.152a2.735 2.735 0 0 1-1.928 3.335Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- 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",
38
+ d: "m63.107 16 1.132 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.093-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.89 1.213 6.645 4.122V16Z",
39
39
  fill: "#E0E1E9",
40
40
  stroke: "#6C6E79",
41
41
  strokeWidth: ".7",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/React.createElement("path", {
44
- d: "M17.6 25.58a1.88 1.88 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.42-2.38 2.2 2.2 0 0 1 2.53 1.54ZM24.6 24.1a1.85 1.85 0 0 1-1.4 2.35 2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
44
+ d: "M17.599 25.58a1.877 1.877 0 0 1-1.42 2.372c-1.093.239-2.23-.455-2.534-1.527a1.872 1.872 0 0 1 1.43-2.372c1.094-.227 2.22.466 2.524 1.538v-.01ZM24.595 24.108c.292 1.06-.325 2.111-1.397 2.339-1.072.227-2.188-.455-2.48-1.527-.293-1.072.325-2.123 1.408-2.35 1.083-.228 2.176.465 2.469 1.527v.01Z",
45
45
  fill: "#6C6E79",
46
46
  shapeRendering: "geometricPrecision"
47
47
  }), /*#__PURE__*/React.createElement("path", {
48
- d: "M71.08 55.78 23.3 68.8a2.74 2.74 0 0 1-3.36-1.9L8.93 28.24a6.04 6.04 0 0 1 4.6-7.57L56.5 11.9a6.03 6.03 0 0 1 7.04 4.39l9.47 36.15a2.74 2.74 0 0 1-1.93 3.34Z",
48
+ d: "m71.078 55.775-47.772 13.03a2.74 2.74 0 0 1-3.358-1.896L8.934 28.234c-.964-3.38 1.159-6.866 4.603-7.57l42.964-8.762c3.14-.64 6.238 1.289 7.04 4.386l9.465 36.152a2.735 2.735 0 0 1-1.928 3.335Z",
49
49
  stroke: "#6C6E79",
50
50
  strokeLinecap: "round",
51
51
  strokeLinejoin: "round",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m57.23 37.54-36.2 9.06-1.87-6.6 36.4-8.8c.46-.1.93.16 1.06.63l1.26 4.62a.88.88 0 0 1-.64 1.09h-.01ZM52.34 49.72l-28.3 7.49-1.86-6.56 28.43-7.27 1.73 6.34Z",
54
+ d: "m57.226 37.537-36.194 9.065-1.874-6.606 36.4-8.795a.887.887 0 0 1 1.062.629l1.256 4.624a.88.88 0 0 1-.639 1.083h-.01ZM52.342 49.721l-28.3 7.484-1.862-6.552 28.43-7.278 1.732 6.346Z",
55
55
  fill: "#E0E1E9",
56
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
- d: "M56.01 50.05a20.98 20.98 0 1 0 0-41.96 20.98 20.98 0 0 0 0 41.96Z",
58
+ d: "M56.013 50.046c11.586 0 20.979-9.392 20.979-20.978 0-11.586-9.393-20.978-20.979-20.978-11.586 0-20.978 9.392-20.978 20.978 0 11.586 9.392 20.978 20.978 20.978Z",
59
59
  fill: "#fff",
60
60
  shapeRendering: "geometricPrecision"
61
61
  }), /*#__PURE__*/React.createElement("path", {
62
- d: "m52.44 32.51-8.12 3.9 12.43 6.45-1.5-8.89a1.99 1.99 0 0 0-2.82-1.46h.01ZM55.6 21.66l.58 3.38a2.15 2.15 0 0 0 3.04 1.58l3.09-1.48-6.7-3.48Z",
62
+ d: "m52.44 32.512-8.123 3.899 12.433 6.444-1.495-8.88a1.989 1.989 0 0 0-2.826-1.463h.01ZM55.602 21.66l.574 3.379a2.146 2.146 0 0 0 3.043 1.581l3.087-1.484-6.704-3.476Z",
63
63
  fill: "#E0E1E9",
64
64
  shapeRendering: "geometricPrecision"
65
65
  }), /*#__PURE__*/React.createElement("path", {
66
- d: "M69.9 21.41 54.26 13.3a1.2 1.2 0 0 0-1.62.51l-.08.17a1.2 1.2 0 0 0 .51 1.62l15.66 8.11c.59.3 1.31.07 1.62-.51l.08-.17a1.2 1.2 0 0 0-.51-1.62ZM42.12 36.73l15.65 8.11c.6.31 1.32.08 1.62-.51l.09-.16a1.2 1.2 0 0 0-.51-1.62L43.3 34.43a1.2 1.2 0 0 0-1.62.52l-.09.16a1.2 1.2 0 0 0 .52 1.62Z",
66
+ d: "M69.91 21.412 54.253 13.3a1.202 1.202 0 0 0-1.62.514l-.085.164a1.202 1.202 0 0 0 .515 1.62l15.655 8.112c.59.305 1.315.075 1.62-.515l.085-.163a1.202 1.202 0 0 0-.515-1.62ZM42.12 36.733l15.655 8.111c.59.306 1.315.076 1.62-.514l.085-.163a1.202 1.202 0 0 0-.515-1.62L43.31 34.434a1.202 1.202 0 0 0-1.62.514l-.085.164a1.202 1.202 0 0 0 .515 1.62Z",
67
67
  fill: "#6C6E79",
68
68
  shapeRendering: "geometricPrecision"
69
69
  }), /*#__PURE__*/React.createElement("path", {
70
- d: "M59.1 36.42a11.44 11.44 0 0 0-1.22-4.94 1.53 1.53 0 0 1 0-1.38l.04-.09c.23-.43.65-.73 1.14-.8a11.6 11.6 0 0 0 8.7-6.5h.03v-.02l-13.31-6.9v.02a11.47 11.47 0 0 0-.3 10.85c.22.44.23.96 0 1.39l-.04.09c-.23.43-.65.72-1.14.8a11.6 11.6 0 0 0-8.7 6.5h-.03v.02l13.31 6.9v-.02c.52-.9 1.57-3.03 1.52-5.92v0Z",
70
+ d: "M59.1 36.421a11.436 11.436 0 0 0-1.224-4.938 1.526 1.526 0 0 1 0-1.386l.044-.087c.227-.433.65-.726 1.137-.802a11.383 11.383 0 0 0 4.743-1.851 11.593 11.593 0 0 0 3.964-4.647h.022v-.021c-4.44-2.296-8.88-4.603-13.31-6.9v.023c-.52.898-1.57 3.021-1.517 5.913a11.436 11.436 0 0 0 1.224 4.938c.217.434.228.953 0 1.387l-.043.086c-.228.434-.65.726-1.137.802-1.18.173-2.946.628-4.744 1.852a11.593 11.593 0 0 0-3.964 4.646h-.022v.022c4.44 2.296 8.881 4.602 13.31 6.898v-.021c.52-.9 1.571-3.022 1.517-5.914v0Z",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
73
73
  strokeLinecap: "round",
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "M56.01 50.05a20.98 20.98 0 1 0 0-41.96 20.98 20.98 0 0 0 0 41.96Z",
77
+ d: "M56.013 50.046c11.586 0 20.979-9.392 20.979-20.978 0-11.586-9.393-20.978-20.979-20.978-11.586 0-20.978 9.392-20.978 20.978 0 11.586 9.392 20.978 20.978 20.978Z",
78
78
  stroke: "#6C6E79",
79
79
  strokeWidth: ".7",
80
80
  strokeLinecap: "round",
package/Warning/index.js CHANGED
@@ -37,63 +37,59 @@ function Warning(_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.33v0Z",
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.146-.638 6.25 1.286 7.053 4.378l1.226 4.669.011-.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.097.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.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",
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: "m40.481 27.976-7.447 28.427a.98.98 0 0 0 1.22 1.197l27.762-7.62c.73-.197.97-1.1.447-1.645L42.147 27.53c-.533-.545-1.47-.305-1.666.435v.01Z",
80
77
  fill: "#E0E1E9",
81
78
  stroke: "#6C6E79",
79
+ strokeWidth: ".7",
82
80
  strokeLinecap: "round",
83
81
  strokeLinejoin: "round",
84
- strokeWidth: ".7",
85
- d: "M40.48 27.98 33.03 56.4a.98.98 0 0 0 1.22 1.2l27.77-7.62c.73-.2.97-1.1.44-1.64L42.15 27.53a1 1 0 0 0-1.67.43v.01Z",
86
82
  shapeRendering: "geometricPrecision"
87
83
  }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ d: "m43.443 35.477 2.373 8.645",
88
85
  stroke: "#6C6E79",
86
+ strokeWidth: "2",
89
87
  strokeLinecap: "round",
90
88
  strokeLinejoin: "round",
91
- strokeWidth: "2",
92
- d: "m43.44 35.48 2.38 8.64",
93
89
  shapeRendering: "geometricPrecision"
94
90
  }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "M48.353 48.346c.185.675-.24 1.372-.947 1.557-.708.185-1.438-.196-1.623-.871-.185-.675.24-1.372.947-1.557.708-.185 1.427.207 1.612.871h.01Z",
95
92
  fill: "#6C6E79",
96
- d: "M48.35 48.35c.19.67-.24 1.37-.94 1.55-.71.19-1.44-.2-1.63-.87-.18-.67.24-1.37.95-1.56.7-.18 1.43.21 1.61.88h.01Z",
97
93
  shapeRendering: "geometricPrecision"
98
94
  }));
99
95
  }