@semcore/illustration 1.1.4 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/AreaChart/index.js +11 -11
  2. package/AreaChart/index.mjs +11 -11
  3. package/CHANGELOG.md +12 -24
  4. package/ChoroplethMapChart/index.js +13 -13
  5. package/ChoroplethMapChart/index.mjs +13 -13
  6. package/Coffee/index.js +15 -15
  7. package/Coffee/index.mjs +15 -15
  8. package/Collection/index.js +10 -10
  9. package/Collection/index.mjs +10 -10
  10. package/CombinedChart/index.js +17 -37
  11. package/CombinedChart/index.mjs +17 -37
  12. package/Congrats/index.js +18 -18
  13. package/Congrats/index.mjs +18 -18
  14. package/DonutChart/index.js +16 -16
  15. package/DonutChart/index.mjs +16 -16
  16. package/Duplicates/index.js +19 -23
  17. package/Duplicates/index.mjs +19 -23
  18. package/FunnelChart/index.js +18 -31
  19. package/FunnelChart/index.mjs +18 -31
  20. package/Good/index.js +26 -30
  21. package/Good/index.mjs +26 -30
  22. package/HeatMapChart/index.js +17 -49
  23. package/HeatMapChart/index.mjs +17 -49
  24. package/HorizontalBarChart/index.js +15 -32
  25. package/HorizontalBarChart/index.mjs +15 -32
  26. package/KagiChart/index.js +9 -9
  27. package/KagiChart/index.mjs +9 -9
  28. package/LICENSE +21 -0
  29. package/LineChart/index.js +10 -10
  30. package/LineChart/index.mjs +10 -10
  31. package/LollipopChart/index.js +12 -12
  32. package/LollipopChart/index.mjs +12 -12
  33. package/Nexttime/index.js +14 -14
  34. package/Nexttime/index.mjs +14 -14
  35. package/NothingFound/index.js +19 -35
  36. package/NothingFound/index.mjs +19 -35
  37. package/OtherData/index.js +22 -22
  38. package/OtherData/index.mjs +22 -22
  39. package/PieChart/index.js +14 -14
  40. package/PieChart/index.mjs +14 -14
  41. package/Processing/index.js +16 -16
  42. package/Processing/index.mjs +16 -16
  43. package/RadarChart/index.js +14 -27
  44. package/RadarChart/index.mjs +14 -27
  45. package/RadialTreeChart/index.js +20 -20
  46. package/RadialTreeChart/index.mjs +20 -20
  47. package/SankeyChart/index.js +15 -15
  48. package/SankeyChart/index.mjs +15 -15
  49. package/ScatterPlotChart/index.js +16 -33
  50. package/ScatterPlotChart/index.mjs +16 -33
  51. package/StackedAreaChart/index.js +15 -15
  52. package/StackedAreaChart/index.mjs +15 -15
  53. package/Suggestion/index.js +15 -15
  54. package/Suggestion/index.mjs +15 -15
  55. package/Suggestions/index.js +16 -16
  56. package/Suggestions/index.mjs +16 -16
  57. package/Table/index.js +11 -15
  58. package/Table/index.mjs +11 -15
  59. package/TagCloud/index.js +16 -56
  60. package/TagCloud/index.mjs +16 -56
  61. package/TextLinksEtc/index.js +12 -16
  62. package/TextLinksEtc/index.mjs +12 -16
  63. package/UnderConstruction/index.js +30 -30
  64. package/UnderConstruction/index.mjs +30 -30
  65. package/VennChart/index.js +16 -33
  66. package/VennChart/index.mjs +16 -33
  67. package/VerticalBarChart/index.js +12 -12
  68. package/VerticalBarChart/index.mjs +12 -12
  69. package/Waiting/index.js +12 -12
  70. package/Waiting/index.mjs +12 -12
  71. package/Warning/index.js +14 -18
  72. package/Warning/index.mjs +14 -18
  73. package/lib/cjs/index.js +1 -1
  74. package/lib/es6/index.js +1 -1
  75. package/package.json +8 -8
  76. package/svg/AreaChart.svg +1 -13
  77. package/svg/ChoroplethMapChart.svg +1 -15
  78. package/svg/Coffee.svg +1 -10
  79. package/svg/Collection.svg +1 -12
  80. package/svg/CombinedChart.svg +1 -23
  81. package/svg/Congrats.svg +1 -27
  82. package/svg/DonutChart.svg +1 -18
  83. package/svg/Duplicates.svg +1 -16
  84. package/svg/FunnelChart.svg +1 -18
  85. package/svg/Good.svg +1 -20
  86. package/svg/HeatMapChart.svg +1 -27
  87. package/svg/HorizontalBarChart.svg +1 -19
  88. package/svg/KagiChart.svg +1 -11
  89. package/svg/LineChart.svg +1 -12
  90. package/svg/LollipopChart.svg +1 -14
  91. package/svg/Nexttime.svg +1 -16
  92. package/svg/NothingFound.svg +1 -21
  93. package/svg/OtherData.svg +1 -16
  94. package/svg/PieChart.svg +1 -16
  95. package/svg/Processing.svg +1 -13
  96. package/svg/RadarChart.svg +1 -18
  97. package/svg/RadialTreeChart.svg +1 -19
  98. package/svg/SankeyChart.svg +1 -17
  99. package/svg/ScatterPlotChart.svg +1 -20
  100. package/svg/StackedAreaChart.svg +1 -17
  101. package/svg/Suggestion.svg +1 -13
  102. package/svg/Suggestions.svg +1 -13
  103. package/svg/Table.svg +1 -11
  104. package/svg/TagCloud.svg +1 -26
  105. package/svg/TextLinksEtc.svg +1 -12
  106. package/svg/UnderConstruction.svg +1 -21
  107. package/svg/VennChart.svg +1 -20
  108. package/svg/VerticalBarChart.svg +1 -14
  109. package/svg/Waiting.svg +1 -14
  110. package/svg/Warning.svg +1 -13
@@ -19,83 +19,79 @@ function Duplicates({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M0 40.922A39.857 39.857 0 0 0 39.078 80a.911.911 0 0 0 .922-.911v-2.503c20.208 0 36.586-16.378 36.586-36.586C76.586 19.791 60.208 3.414 40 3.414V.911a.911.911 0 0 0-.922-.91C28.727.23 19.34 4.4 12.36 11.064a.908.908 0 0 0 0 1.295l1.778 1.778C7.52 20.758 3.425 29.901 3.425 40H.911a.911.911 0 0 0-.91.922Z",
22
23
  fill: "#E0E1E9",
23
- d: "M0 40.92A39.86 39.86 0 0 0 39.08 80a.91.91 0 0 0 .92-.91v-2.5A36.58 36.58 0 1 0 40 3.4V.91a.91.91 0 0 0-.92-.9 39.87 39.87 0 0 0-26.72 11.05.9.9 0 0 0 0 1.3l1.78 1.78A36.47 36.47 0 0 0 3.42 40H.92a.91.91 0 0 0-.92.92Z",
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: "M62.73 51.038 25.092 61.224l-6.037-21.372c-.253-.878.406-1.8 1.46-2.041l36.256-8.54 5.95 21.767h.01Z",
62
59
  fill: "#E0E1E9",
63
60
  stroke: "#6C6E79",
61
+ strokeWidth: ".7",
64
62
  strokeLinecap: "round",
65
63
  strokeLinejoin: "round",
66
- strokeWidth: ".7",
67
- d: "M62.73 51.04 25.09 61.22l-6.04-21.37c-.25-.88.41-1.8 1.46-2.04l36.26-8.54 5.95 21.77h.01Z",
68
64
  shapeRendering: "geometricPrecision"
69
65
  }), /*#__PURE__*/React.createElement("path", {
66
+ d: "M57.627 32.366 19.526 41.52l-.472-1.679c-.253-.878.406-1.8 1.46-2.042l36.256-8.54.846 3.107h.01Z",
70
67
  fill: "#6C6E79",
71
- d: "m57.63 32.37-38.1 9.15-.48-1.68c-.25-.88.41-1.8 1.46-2.04l36.26-8.54.85 3.1Z",
72
68
  shapeRendering: "geometricPrecision"
73
69
  }), /*#__PURE__*/React.createElement("path", {
70
+ d: "m65.047 42.443-4.5-16.564c-.231-.824-1.164-1.329-2.097-1.12l-29.78 6.718-3.524-1.065-1.669 2.569c-.318.428-.549.922-.406 1.438l5.95 21.207 36.992-9.649 1.8-2.711-2.755-.834-.011.01Z",
74
71
  fill: "#6C6E79",
75
72
  stroke: "#6C6E79",
73
+ strokeWidth: ".7",
76
74
  strokeLinecap: "round",
77
75
  strokeLinejoin: "round",
78
- strokeWidth: ".7",
79
- d: "m65.05 42.44-4.5-16.56c-.23-.83-1.17-1.33-2.1-1.12l-29.78 6.72-3.52-1.07-1.67 2.57c-.32.43-.55.92-.4 1.44l5.94 21.2 37-9.64 1.8-2.71-2.76-.84-.01.01Z",
80
76
  shapeRendering: "geometricPrecision"
81
77
  }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M67.802 43.277 30.81 52.926l-5.95-21.208c-.24-.878.396-1.778 1.439-2.008l33.951-7.662c.933-.209 1.877.285 2.097 1.12l5.466 20.109h-.01Z",
82
79
  fill: "#fff",
83
80
  stroke: "#6C6E79",
81
+ strokeWidth: ".7",
84
82
  strokeLinecap: "round",
85
83
  strokeLinejoin: "round",
86
- strokeWidth: ".7",
87
- d: "m67.8 43.28-36.99 9.65-5.95-21.21c-.24-.88.4-1.78 1.44-2.01l33.95-7.66c.93-.21 1.88.28 2.1 1.12l5.46 20.1h0Z",
88
84
  shapeRendering: "geometricPrecision"
89
85
  }), /*#__PURE__*/React.createElement("path", {
86
+ d: "M37.122 31.038c-3.81.878-6.18 4.259-5.27 7.519 1.34 4.797 9.54 7.826 9.54 7.826s5.422-6.41 4.127-11.12c-.89-3.204-4.621-5.103-8.397-4.236v.01Zm2.338 8.397c-1.636.395-3.282-.417-3.678-1.822-.395-1.405.626-2.865 2.262-3.25 1.635-.383 3.26.44 3.644 1.834.384 1.394-.615 2.843-2.24 3.238h.012Z",
90
87
  fill: "#6C6E79",
91
- d: "M37.12 31.04c-3.8.88-6.18 4.26-5.27 7.52 1.34 4.8 9.54 7.82 9.54 7.82s5.42-6.4 4.13-11.12c-.9-3.2-4.62-5.1-8.4-4.23Zm2.34 8.4c-1.64.39-3.28-.42-3.68-1.83-.4-1.4.63-2.86 2.26-3.25 1.64-.38 3.26.44 3.65 1.84.38 1.4-.62 2.84-2.24 3.23h.01Z",
92
88
  shapeRendering: "geometricPrecision"
93
89
  }), /*#__PURE__*/React.createElement("path", {
90
+ d: "m48.46 32.619 11.132-2.646M49.46 36.252l11.108-2.7M50.459 39.885l11.086-2.766",
94
91
  stroke: "#6C6E79",
92
+ strokeWidth: ".7",
95
93
  strokeLinecap: "round",
96
94
  strokeLinejoin: "round",
97
- strokeWidth: ".7",
98
- d: "m48.46 32.62 11.13-2.65m-10.13 6.28 11.1-2.7m-10.1 6.34 11.08-2.77",
99
95
  shapeRendering: "geometricPrecision"
100
96
  }));
101
97
  }
@@ -37,11 +37,11 @@ function FunnelChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M77.88 38.19C77.88 17.65 61.13 1 40.48 1S3 17.65 3 38.19a37.03 37.03 0 0 0 15.62 30.2l-3.47 9.4c-.26.6.26 1.21.87 1.21h48.84c.61 0 1.13-.6.87-1.2l-3.47-9.41a37.03 37.03 0 0 0 15.62-30.2Z",
40
+ d: "M77.88 38.188C77.88 17.653 61.134 1 40.483 1 19.833 1 3 17.653 3 38.188c0 12.425 6.16 23.47 15.618 30.2l-3.47 9.404c-.26.604.26 1.208.867 1.208h48.85c.607 0 1.128-.604.868-1.208l-3.471-9.405c9.457-6.73 15.618-17.774 15.618-30.199Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.02-.01Z",
44
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.011-.011Z",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,64 +49,51 @@ function FunnelChart(_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.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
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.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z",
60
+ d: "M18.39 23.427a1.873 1.873 0 0 1-1.415 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.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.96c.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.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.07-.227 2.173.465 2.464 1.524v.01Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.504 6.504 0 0 0-.217.367v.022a5.637 5.637 0 0 0-.454 4.247l1.395 4.907 3.458-5.966v.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.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
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: "M42.08 38.58c-4.2.95-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03l-16.43 3.96v0Z",
79
+ d: "M42.083 38.584c-4.204.951-8.765-5.588-18.643-3.307l6.02 21.474c9.716-2.55 10.332-10.288 14.482-11.39.01 0 16.33-4.108 16.33-4.108v-.032l-1.762-6.56v-.033s-16.405 3.956-16.427 3.967v-.011Z",
80
80
  stroke: "#6C6E79",
81
81
  strokeWidth: ".7",
82
82
  strokeLinecap: "round",
83
83
  strokeLinejoin: "round",
84
84
  shapeRendering: "geometricPrecision"
85
- }), /*#__PURE__*/_react["default"].createElement("mask", {
86
- id: "a",
87
- maskUnits: "userSpaceOnUse",
88
- x: "23",
89
- y: "34",
90
- width: "38",
91
- height: "24"
92
- }, /*#__PURE__*/_react["default"].createElement("path", {
93
- d: "M42.08 38.58c-4.2.96-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03s-16.4 3.95-16.43 3.97v-.02Z",
94
- fill: "#D9D9D9",
95
- stroke: "#000",
96
- strokeWidth: ".7",
97
- strokeLinecap: "round",
98
- strokeLinejoin: "round",
99
- shapeRendering: "geometricPrecision"
100
- })), /*#__PURE__*/_react["default"].createElement("g", {
101
- mask: "url(#a)",
85
+ }), /*#__PURE__*/_react["default"].createElement("path", {
86
+ d: "m31 49.5-2.5 4M44.459 37.962 32.5 55.5M49.236 38.74 45 45M55.494 37.362 51.5 43.5",
102
87
  stroke: "#6C6E79",
103
88
  strokeWidth: ".7",
104
- strokeMiterlimit: "10"
105
- }, /*#__PURE__*/_react["default"].createElement("path", {
106
- d: "M40.71 35.7 27.5 54.96M44.46 37.96 29.93 59.13M49.24 38.74 33.88 61.12M55.5 37.36 40.16 59.71M60.53 37.76 42.61 63.89",
89
+ strokeMiterlimit: "10",
107
90
  shapeRendering: "geometricPrecision"
108
- })), /*#__PURE__*/_react["default"].createElement("path", {
109
- d: "m23.44 35.27 4.28 15.26c9.76-2.48 9.86-6.33 15.52-7.73l16.36-4.05v-.04l-1.09-4.06v-.03l-16.43 3.96c-4.2.96-8.76-5.58-18.64-3.3v-.01Z",
91
+ }), /*#__PURE__*/_react["default"].createElement("path", {
92
+ d: "m57.7 41.32-.18.3.6.36.18-.3-.6-.36Zm1.5-2.5-1.5 2.5.6.36 1.5-2.5-.6-.36Z",
93
+ fill: "#6C6E79",
94
+ shapeRendering: "geometricPrecision"
95
+ }), /*#__PURE__*/_react["default"].createElement("path", {
96
+ d: "m23.44 35.267 4.28 15.26c9.759-2.475 9.856-6.322 15.52-7.727l16.362-4.053v-.033l-1.091-4.063v-.033s-16.406 3.956-16.428 3.966c-4.204.952-8.765-5.587-18.643-3.307v-.01Z",
110
97
  fill: "#E0E1E9",
111
98
  stroke: "#6C6E79",
112
99
  strokeWidth: ".7",
@@ -19,11 +19,11 @@ function FunnelChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M77.88 38.19C77.88 17.65 61.13 1 40.48 1S3 17.65 3 38.19a37.03 37.03 0 0 0 15.62 30.2l-3.47 9.4c-.26.6.26 1.21.87 1.21h48.84c.61 0 1.13-.6.87-1.2l-3.47-9.41a37.03 37.03 0 0 0 15.62-30.2Z",
22
+ d: "M77.88 38.188C77.88 17.653 61.134 1 40.483 1 19.833 1 3 17.653 3 38.188c0 12.425 6.16 23.47 15.618 30.2l-3.47 9.404c-.26.604.26 1.208.867 1.208h48.85c.607 0 1.128-.604.868-1.208l-3.471-9.405c9.457-6.73 15.618-17.774 15.618-30.199Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.02-.01Z",
26
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.011-.011Z",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,64 +31,51 @@ function FunnelChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
34
+ d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
38
+ d: "M65.449 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z",
42
+ d: "M18.39 23.427a1.873 1.873 0 0 1-1.415 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.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.96c.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.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.07-.227 2.173.465 2.464 1.524v.01Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.504 6.504 0 0 0-.217.367v.022a5.637 5.637 0 0 0-.454 4.247l1.395 4.907 3.458-5.966v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
54
+ d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
55
55
  stroke: "#6C6E79",
56
56
  strokeWidth: ".7",
57
57
  strokeLinecap: "round",
58
58
  strokeLinejoin: "round",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/React.createElement("path", {
61
- d: "M42.08 38.58c-4.2.95-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03l-16.43 3.96v0Z",
61
+ d: "M42.083 38.584c-4.204.951-8.765-5.588-18.643-3.307l6.02 21.474c9.716-2.55 10.332-10.288 14.482-11.39.01 0 16.33-4.108 16.33-4.108v-.032l-1.762-6.56v-.033s-16.405 3.956-16.427 3.967v-.011Z",
62
62
  stroke: "#6C6E79",
63
63
  strokeWidth: ".7",
64
64
  strokeLinecap: "round",
65
65
  strokeLinejoin: "round",
66
66
  shapeRendering: "geometricPrecision"
67
- }), /*#__PURE__*/React.createElement("mask", {
68
- id: "a",
69
- maskUnits: "userSpaceOnUse",
70
- x: "23",
71
- y: "34",
72
- width: "38",
73
- height: "24"
74
- }, /*#__PURE__*/React.createElement("path", {
75
- d: "M42.08 38.58c-4.2.96-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03s-16.4 3.95-16.43 3.97v-.02Z",
76
- fill: "#D9D9D9",
77
- stroke: "#000",
78
- strokeWidth: ".7",
79
- strokeLinecap: "round",
80
- strokeLinejoin: "round",
81
- shapeRendering: "geometricPrecision"
82
- })), /*#__PURE__*/React.createElement("g", {
83
- mask: "url(#a)",
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ d: "m31 49.5-2.5 4M44.459 37.962 32.5 55.5M49.236 38.74 45 45M55.494 37.362 51.5 43.5",
84
69
  stroke: "#6C6E79",
85
70
  strokeWidth: ".7",
86
- strokeMiterlimit: "10"
87
- }, /*#__PURE__*/React.createElement("path", {
88
- d: "M40.71 35.7 27.5 54.96M44.46 37.96 29.93 59.13M49.24 38.74 33.88 61.12M55.5 37.36 40.16 59.71M60.53 37.76 42.61 63.89",
71
+ strokeMiterlimit: "10",
89
72
  shapeRendering: "geometricPrecision"
90
- })), /*#__PURE__*/React.createElement("path", {
91
- d: "m23.44 35.27 4.28 15.26c9.76-2.48 9.86-6.33 15.52-7.73l16.36-4.05v-.04l-1.09-4.06v-.03l-16.43 3.96c-4.2.96-8.76-5.58-18.64-3.3v-.01Z",
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ d: "m57.7 41.32-.18.3.6.36.18-.3-.6-.36Zm1.5-2.5-1.5 2.5.6.36 1.5-2.5-.6-.36Z",
75
+ fill: "#6C6E79",
76
+ shapeRendering: "geometricPrecision"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "m23.44 35.267 4.28 15.26c9.759-2.475 9.856-6.322 15.52-7.727l16.362-4.053v-.033l-1.091-4.063v-.033s-16.406 3.956-16.428 3.966c-4.204.952-8.765-5.587-18.643-3.307v-.01Z",
92
79
  fill: "#E0E1E9",
93
80
  stroke: "#6C6E79",
94
81
  strokeWidth: ".7",
package/Good/index.js CHANGED
@@ -37,110 +37,106 @@ function Good(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M14.121 65.868c6.624 6.624 15.769 10.716 25.863 10.716v2.51c0 .502.414.917.916.906 21.367-.48 38.598-17.711 39.089-39.089a.906.906 0 0 0-.906-.916h-2.51c0-20.21-16.38-36.59-36.59-36.59v-2.5A.906.906 0 0 0 39.068 0c-10.356.23-19.74 4.398-26.714 11.066a.884.884 0 0 0 0 1.287l1.768 1.779C7.497 20.756 3.405 29.9 3.405 39.995H.906A.906.906 0 0 0 0 40.91c.23 10.345 4.398 19.73 11.066 26.714a.884.884 0 0 0 1.287 0l1.779-1.768-.011.011Z",
40
41
  fill: "#E0E1E9",
41
- d: "M14.12 65.87a36.46 36.46 0 0 0 25.86 10.71v2.51c0 .5.42.92.92.91a40.02 40.02 0 0 0 39.09-39.09.9.9 0 0 0-.9-.91h-2.52A36.59 36.59 0 0 0 39.98 3.4V.9a.9.9 0 0 0-.91-.9 39.83 39.83 0 0 0-26.72 11.07.88.88 0 0 0 0 1.28l1.77 1.78A36.46 36.46 0 0 0 3.41 40H.9a.9.9 0 0 0-.91.92 39.87 39.87 0 0 0 11.07 26.71.88.88 0 0 0 1.28 0l1.78-1.76Z",
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: "m41.09 56.868-14.122 3.754-3.884-13.531a2.196 2.196 0 0 1 1.582-2.728l10.05-2.445a2.191 2.191 0 0 1 2.62 1.528l3.753 13.412v.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: "m41.09 56.87-14.12 3.75-3.89-13.53a2.2 2.2 0 0 1 1.59-2.73l10.05-2.44a2.2 2.2 0 0 1 2.62 1.53l3.75 13.4v.02Z",
86
82
  shapeRendering: "geometricPrecision"
87
83
  }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ d: "M54.686 53.256 41.1 56.868l-6.984-24.924a2.183 2.183 0 0 1 1.615-2.717l9.625-2.172a2.179 2.179 0 0 1 2.586 1.55l6.733 24.651h.011Z",
88
85
  fill: "#fff",
89
86
  stroke: "#6C6E79",
87
+ strokeWidth: ".7",
90
88
  strokeLinecap: "round",
91
89
  strokeLinejoin: "round",
92
- strokeWidth: ".7",
93
- d: "m54.69 53.26-13.59 3.6-6.98-24.92a2.18 2.18 0 0 1 1.61-2.71l9.63-2.17a2.18 2.18 0 0 1 2.58 1.55l6.74 24.65h0Z",
94
90
  shapeRendering: "geometricPrecision"
95
91
  }), /*#__PURE__*/_react["default"].createElement("path", {
92
+ d: "m67.77 49.775-13.084 3.481-4.528-16.565a2.18 2.18 0 0 1 1.604-2.695l9.035-2.15a2.188 2.188 0 0 1 2.62 1.56l4.364 16.37h-.01Z",
96
93
  fill: "#fff",
97
94
  stroke: "#6C6E79",
95
+ strokeWidth: ".7",
98
96
  strokeLinecap: "round",
99
97
  strokeLinejoin: "round",
100
- strokeWidth: ".7",
101
- d: "m67.77 49.77-13.08 3.49-4.53-16.57a2.18 2.18 0 0 1 1.6-2.7l9.04-2.14a2.19 2.19 0 0 1 2.62 1.56l4.36 16.37h0Z",
102
98
  shapeRendering: "geometricPrecision"
103
99
  }), /*#__PURE__*/_react["default"].createElement("path", {
100
+ d: "M24.11 61.386 70.312 49.1",
104
101
  stroke: "#6C6E79",
102
+ strokeWidth: ".7",
105
103
  strokeLinecap: "round",
106
104
  strokeLinejoin: "round",
107
- strokeWidth: ".7",
108
- d: "m24.11 61.39 46.2-12.29",
109
105
  shapeRendering: "geometricPrecision"
110
106
  }), /*#__PURE__*/_react["default"].createElement("path", {
107
+ d: "m41.504 30.427 1.637 1.714a.42.42 0 0 0 .338.12l2.433-.24a.405.405 0 0 1 .371.633l-1.222 1.767a.386.386 0 0 0-.032.404l.927 1.899a.405.405 0 0 1-.447.578l-2.423-.49a.387.387 0 0 0-.338.087l-1.91 1.538a.4.4 0 0 1-.655-.283l-.174-2.15a.412.412 0 0 0-.218-.328l-2.052-1.036c-.316-.164-.295-.622.044-.742l2.248-.84a.411.411 0 0 0 .25-.284l.546-2.172a.41.41 0 0 1 .688-.185l-.011.01Z",
111
108
  fill: "#6C6E79",
112
- d: "m41.5 30.43 1.64 1.71a.42.42 0 0 0 .34.12l2.43-.24a.4.4 0 0 1 .37.63l-1.22 1.77a.39.39 0 0 0-.03.4l.93 1.9a.4.4 0 0 1-.45.58l-2.42-.49a.39.39 0 0 0-.34.09l-1.91 1.54a.4.4 0 0 1-.66-.29L40.01 36a.41.41 0 0 0-.22-.32l-2.05-1.04c-.32-.16-.3-.62.04-.74l2.25-.84a.41.41 0 0 0 .25-.29l.55-2.17a.41.41 0 0 1 .68-.18Z",
113
109
  shapeRendering: "geometricPrecision"
114
110
  }), /*#__PURE__*/_react["default"].createElement("path", {
111
+ d: "M76.238 48.782c-1.778-6.394-8.413-10.497-14.83-9.155-1.091.229-2.106.61-3.033 1.102l-.371-.36-2.336 2.357h.011c-2.695 2.75-3.852 6.831-2.695 10.978 1.8 6.427 8.468 10.509 14.884 9.134a11.108 11.108 0 0 0 5.424-2.87l2.455-2.467-.36-.338c1.277-2.444 1.659-5.39.83-8.37l.021-.01Z",
115
112
  fill: "#6C6E79",
116
113
  stroke: "#6C6E79",
114
+ strokeWidth: ".7",
117
115
  strokeLinecap: "round",
118
116
  strokeLinejoin: "round",
119
- strokeWidth: ".7",
120
- d: "M76.24 48.78c-1.78-6.4-8.41-10.5-14.83-9.15-1.1.23-2.1.6-3.03 1.1l-.38-.36-2.33 2.36h0a11.21 11.21 0 0 0-2.69 10.97c1.8 6.43 8.47 10.51 14.89 9.14a11.1 11.1 0 0 0 5.42-2.87l2.46-2.47-.36-.34a11.37 11.37 0 0 0 .83-8.37h.02Z",
121
117
  shapeRendering: "geometricPrecision"
122
118
  }), /*#__PURE__*/_react["default"].createElement("path", {
119
+ d: "M78.442 46.545c1.78 6.395-1.953 12.68-8.358 14.055-6.417 1.375-13.095-2.706-14.885-9.133-1.8-6.428 1.975-12.735 8.413-14.088 6.417-1.343 13.052 2.76 14.83 9.155v.011Z",
123
120
  fill: "#fff",
124
121
  stroke: "#6C6E79",
122
+ strokeWidth: ".7",
125
123
  strokeLinecap: "round",
126
124
  strokeLinejoin: "round",
127
- strokeWidth: ".7",
128
- d: "M78.44 46.55c1.78 6.39-1.95 12.68-8.36 14.05-6.41 1.38-13.1-2.7-14.88-9.13a11.09 11.09 0 0 1 8.41-14.1c6.42-1.33 13.05 2.77 14.83 9.16v.01Z",
129
125
  shapeRendering: "geometricPrecision"
130
126
  }), /*#__PURE__*/_react["default"].createElement("path", {
127
+ d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
131
128
  fill: "#fff",
132
- d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
133
129
  shapeRendering: "geometricPrecision"
134
130
  }), /*#__PURE__*/_react["default"].createElement("path", {
131
+ d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
135
132
  stroke: "#6C6E79",
133
+ strokeWidth: ".7",
136
134
  strokeLinecap: "round",
137
135
  strokeLinejoin: "round",
138
- strokeWidth: ".7",
139
- d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
140
136
  shapeRendering: "geometricPrecision"
141
137
  }), /*#__PURE__*/_react["default"].createElement("path", {
138
+ d: "M63.045 46.862c.186.676-.207 1.353-.895 1.495a1.367 1.367 0 0 1-1.582-.971c-.185-.688.207-1.354.895-1.495.687-.142 1.386.294 1.582.97ZM71.371 44.559c.186.677-.207 1.353-.894 1.495a1.367 1.367 0 0 1-1.583-.971c-.185-.688.208-1.353.895-1.495.688-.142 1.386.294 1.582.971Z",
142
139
  fill: "#6C6E79",
143
- d: "M63.05 46.86c.18.68-.21 1.36-.9 1.5a1.37 1.37 0 0 1-1.58-.97c-.19-.7.2-1.36.9-1.5.68-.14 1.38.3 1.58.97Zm8.32-2.3c.19.68-.2 1.35-.9 1.5a1.37 1.37 0 0 1-1.58-.98c-.18-.68.21-1.35.9-1.5.69-.13 1.38.3 1.58.98Z",
144
140
  shapeRendering: "geometricPrecision"
145
141
  }));
146
142
  }
package/Good/index.mjs CHANGED
@@ -19,110 +19,106 @@ function Good({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M14.121 65.868c6.624 6.624 15.769 10.716 25.863 10.716v2.51c0 .502.414.917.916.906 21.367-.48 38.598-17.711 39.089-39.089a.906.906 0 0 0-.906-.916h-2.51c0-20.21-16.38-36.59-36.59-36.59v-2.5A.906.906 0 0 0 39.068 0c-10.356.23-19.74 4.398-26.714 11.066a.884.884 0 0 0 0 1.287l1.768 1.779C7.497 20.756 3.405 29.9 3.405 39.995H.906A.906.906 0 0 0 0 40.91c.23 10.345 4.398 19.73 11.066 26.714a.884.884 0 0 0 1.287 0l1.779-1.768-.011.011Z",
22
23
  fill: "#E0E1E9",
23
- d: "M14.12 65.87a36.46 36.46 0 0 0 25.86 10.71v2.51c0 .5.42.92.92.91a40.02 40.02 0 0 0 39.09-39.09.9.9 0 0 0-.9-.91h-2.52A36.59 36.59 0 0 0 39.98 3.4V.9a.9.9 0 0 0-.91-.9 39.83 39.83 0 0 0-26.72 11.07.88.88 0 0 0 0 1.28l1.77 1.78A36.46 36.46 0 0 0 3.41 40H.9a.9.9 0 0 0-.91.92 39.87 39.87 0 0 0 11.07 26.71.88.88 0 0 0 1.28 0l1.78-1.76Z",
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.33v0Z",
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.146-.638 6.25 1.286 7.053 4.378l1.226 4.669.011-.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.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",
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.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",
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: "m41.09 56.868-14.122 3.754-3.884-13.531a2.196 2.196 0 0 1 1.582-2.728l10.05-2.445a2.191 2.191 0 0 1 2.62 1.528l3.753 13.412v.01Z",
62
59
  fill: "#E0E1E9",
63
60
  stroke: "#6C6E79",
61
+ strokeWidth: ".7",
64
62
  strokeLinecap: "round",
65
63
  strokeLinejoin: "round",
66
- strokeWidth: ".7",
67
- d: "m41.09 56.87-14.12 3.75-3.89-13.53a2.2 2.2 0 0 1 1.59-2.73l10.05-2.44a2.2 2.2 0 0 1 2.62 1.53l3.75 13.4v.02Z",
68
64
  shapeRendering: "geometricPrecision"
69
65
  }), /*#__PURE__*/React.createElement("path", {
66
+ d: "M54.686 53.256 41.1 56.868l-6.984-24.924a2.183 2.183 0 0 1 1.615-2.717l9.625-2.172a2.179 2.179 0 0 1 2.586 1.55l6.733 24.651h.011Z",
70
67
  fill: "#fff",
71
68
  stroke: "#6C6E79",
69
+ strokeWidth: ".7",
72
70
  strokeLinecap: "round",
73
71
  strokeLinejoin: "round",
74
- strokeWidth: ".7",
75
- d: "m54.69 53.26-13.59 3.6-6.98-24.92a2.18 2.18 0 0 1 1.61-2.71l9.63-2.17a2.18 2.18 0 0 1 2.58 1.55l6.74 24.65h0Z",
76
72
  shapeRendering: "geometricPrecision"
77
73
  }), /*#__PURE__*/React.createElement("path", {
74
+ d: "m67.77 49.775-13.084 3.481-4.528-16.565a2.18 2.18 0 0 1 1.604-2.695l9.035-2.15a2.188 2.188 0 0 1 2.62 1.56l4.364 16.37h-.01Z",
78
75
  fill: "#fff",
79
76
  stroke: "#6C6E79",
77
+ strokeWidth: ".7",
80
78
  strokeLinecap: "round",
81
79
  strokeLinejoin: "round",
82
- strokeWidth: ".7",
83
- d: "m67.77 49.77-13.08 3.49-4.53-16.57a2.18 2.18 0 0 1 1.6-2.7l9.04-2.14a2.19 2.19 0 0 1 2.62 1.56l4.36 16.37h0Z",
84
80
  shapeRendering: "geometricPrecision"
85
81
  }), /*#__PURE__*/React.createElement("path", {
82
+ d: "M24.11 61.386 70.312 49.1",
86
83
  stroke: "#6C6E79",
84
+ strokeWidth: ".7",
87
85
  strokeLinecap: "round",
88
86
  strokeLinejoin: "round",
89
- strokeWidth: ".7",
90
- d: "m24.11 61.39 46.2-12.29",
91
87
  shapeRendering: "geometricPrecision"
92
88
  }), /*#__PURE__*/React.createElement("path", {
89
+ d: "m41.504 30.427 1.637 1.714a.42.42 0 0 0 .338.12l2.433-.24a.405.405 0 0 1 .371.633l-1.222 1.767a.386.386 0 0 0-.032.404l.927 1.899a.405.405 0 0 1-.447.578l-2.423-.49a.387.387 0 0 0-.338.087l-1.91 1.538a.4.4 0 0 1-.655-.283l-.174-2.15a.412.412 0 0 0-.218-.328l-2.052-1.036c-.316-.164-.295-.622.044-.742l2.248-.84a.411.411 0 0 0 .25-.284l.546-2.172a.41.41 0 0 1 .688-.185l-.011.01Z",
93
90
  fill: "#6C6E79",
94
- d: "m41.5 30.43 1.64 1.71a.42.42 0 0 0 .34.12l2.43-.24a.4.4 0 0 1 .37.63l-1.22 1.77a.39.39 0 0 0-.03.4l.93 1.9a.4.4 0 0 1-.45.58l-2.42-.49a.39.39 0 0 0-.34.09l-1.91 1.54a.4.4 0 0 1-.66-.29L40.01 36a.41.41 0 0 0-.22-.32l-2.05-1.04c-.32-.16-.3-.62.04-.74l2.25-.84a.41.41 0 0 0 .25-.29l.55-2.17a.41.41 0 0 1 .68-.18Z",
95
91
  shapeRendering: "geometricPrecision"
96
92
  }), /*#__PURE__*/React.createElement("path", {
93
+ d: "M76.238 48.782c-1.778-6.394-8.413-10.497-14.83-9.155-1.091.229-2.106.61-3.033 1.102l-.371-.36-2.336 2.357h.011c-2.695 2.75-3.852 6.831-2.695 10.978 1.8 6.427 8.468 10.509 14.884 9.134a11.108 11.108 0 0 0 5.424-2.87l2.455-2.467-.36-.338c1.277-2.444 1.659-5.39.83-8.37l.021-.01Z",
97
94
  fill: "#6C6E79",
98
95
  stroke: "#6C6E79",
96
+ strokeWidth: ".7",
99
97
  strokeLinecap: "round",
100
98
  strokeLinejoin: "round",
101
- strokeWidth: ".7",
102
- d: "M76.24 48.78c-1.78-6.4-8.41-10.5-14.83-9.15-1.1.23-2.1.6-3.03 1.1l-.38-.36-2.33 2.36h0a11.21 11.21 0 0 0-2.69 10.97c1.8 6.43 8.47 10.51 14.89 9.14a11.1 11.1 0 0 0 5.42-2.87l2.46-2.47-.36-.34a11.37 11.37 0 0 0 .83-8.37h.02Z",
103
99
  shapeRendering: "geometricPrecision"
104
100
  }), /*#__PURE__*/React.createElement("path", {
101
+ d: "M78.442 46.545c1.78 6.395-1.953 12.68-8.358 14.055-6.417 1.375-13.095-2.706-14.885-9.133-1.8-6.428 1.975-12.735 8.413-14.088 6.417-1.343 13.052 2.76 14.83 9.155v.011Z",
105
102
  fill: "#fff",
106
103
  stroke: "#6C6E79",
104
+ strokeWidth: ".7",
107
105
  strokeLinecap: "round",
108
106
  strokeLinejoin: "round",
109
- strokeWidth: ".7",
110
- d: "M78.44 46.55c1.78 6.39-1.95 12.68-8.36 14.05-6.41 1.38-13.1-2.7-14.88-9.13a11.09 11.09 0 0 1 8.41-14.1c6.42-1.33 13.05 2.77 14.83 9.16v.01Z",
111
107
  shapeRendering: "geometricPrecision"
112
108
  }), /*#__PURE__*/React.createElement("path", {
109
+ d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
113
110
  fill: "#fff",
114
- d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
115
111
  shapeRendering: "geometricPrecision"
116
112
  }), /*#__PURE__*/React.createElement("path", {
113
+ d: "M63.514 53.278c1.648 1.179 3.743 1.517 5.479.862 2.215-.83 2.782-2.87 2.848-3.153",
117
114
  stroke: "#6C6E79",
115
+ strokeWidth: ".7",
118
116
  strokeLinecap: "round",
119
117
  strokeLinejoin: "round",
120
- strokeWidth: ".7",
121
- d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
122
118
  shapeRendering: "geometricPrecision"
123
119
  }), /*#__PURE__*/React.createElement("path", {
120
+ d: "M63.045 46.862c.186.676-.207 1.353-.895 1.495a1.367 1.367 0 0 1-1.582-.971c-.185-.688.207-1.354.895-1.495.687-.142 1.386.294 1.582.97ZM71.371 44.559c.186.677-.207 1.353-.894 1.495a1.367 1.367 0 0 1-1.583-.971c-.185-.688.208-1.353.895-1.495.688-.142 1.386.294 1.582.971Z",
124
121
  fill: "#6C6E79",
125
- d: "M63.05 46.86c.18.68-.21 1.36-.9 1.5a1.37 1.37 0 0 1-1.58-.97c-.19-.7.2-1.36.9-1.5.68-.14 1.38.3 1.58.97Zm8.32-2.3c.19.68-.2 1.35-.9 1.5a1.37 1.37 0 0 1-1.58-.98c-.18-.68.21-1.35.9-1.5.69-.13 1.38.3 1.58.98Z",
126
122
  shapeRendering: "geometricPrecision"
127
123
  }));
128
124
  }