@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
@@ -37,66 +37,66 @@ function Suggestions(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M4.348 58.16v9.773c0 .461.187.911.516 1.24l5.962 5.963c.33.33.769.516 1.241.516h9.772A39.918 39.918 0 0 0 40 80c6.533 0 12.715-1.57 18.16-4.348h9.773c.461 0 .911-.187 1.24-.516l5.963-5.962c.33-.33.516-.769.516-1.241v-9.772A39.885 39.885 0 0 0 80 40c0-6.533-1.57-12.715-4.348-18.16v-9.773c0-.461-.187-.911-.516-1.24l-5.962-5.963a1.744 1.744 0 0 0-1.241-.516h-9.772A39.885 39.885 0 0 0 40 0a39.884 39.884 0 0 0-18.16 4.348h-9.773c-.461 0-.911.187-1.24.516l-5.963 5.962c-.33.33-.516.769-.516 1.241v9.772A39.885 39.885 0 0 0 0 40c0 6.533 1.57 12.715 4.348 18.16Z",
40
41
  fill: "#E0E1E9",
41
- d: "M4.35 58.16v9.77c0 .46.19.91.51 1.24l5.97 5.97c.33.33.77.51 1.24.51h9.77A39.92 39.92 0 0 0 40 80c6.53 0 12.71-1.57 18.16-4.35h9.77c.46 0 .91-.19 1.24-.51l5.97-5.97c.33-.33.51-.77.51-1.24v-9.77A39.88 39.88 0 0 0 80 40c0-6.53-1.57-12.71-4.35-18.16v-9.77c0-.46-.19-.91-.51-1.24l-5.97-5.97a1.74 1.74 0 0 0-1.24-.51h-9.77A39.88 39.88 0 0 0 40 0a39.88 39.88 0 0 0-18.16 4.35h-9.77c-.46 0-.91.19-1.24.51l-5.97 5.97c-.33.33-.51.77-.51 1.24v9.77A39.88 39.88 0 0 0 0 40c0 6.53 1.57 12.71 4.35 18.16Z",
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.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.147-.638 6.25 1.286 7.053 4.377l1.227 4.67.01-.011Z",
60
61
  fill: "#6C6E79",
61
- d: "m65.68 18.57-54.6 11.94-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.05 4.38l1.23 4.67.01-.01Z",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
64
65
  fill: "#fff",
65
- d: "M18.43 23.17a1.87 1.87 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.54-1.52 1.87 1.87 0 0 1 1.44-2.37 2.2 2.2 0 0 1 2.52 1.53Z",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
68
69
  fill: "#E0E1E9",
69
- d: "M25.44 21.7c.3 1.05-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.34 2.15 2.15 0 0 1 2.48 1.52v.01Z",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
72
73
  fill: "#6C6E79",
73
- d: "M11.1 30.6s.32-3.16.6-6.39l-1.37-3.08-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.45 4.25l1.4 4.9 3.47-5.96Z",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ d: "M33.658 33.852a14.135 14.135 0 0 0-1.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
76
77
  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
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/_react["default"].createElement("path", {
80
+ d: "m65.266 51.033-16.328 4.326-7.521-27.593L58.074 24l7.192 27.033ZM45.677 56.215 28.472 60.77 20.5 32.487l17.579-3.975 7.598 27.703Z",
80
81
  fill: "#fff",
81
82
  stroke: "#E0E1E9",
83
+ strokeWidth: ".7",
82
84
  strokeLinecap: "round",
83
85
  strokeLinejoin: "round",
84
- strokeWidth: ".7",
85
- d: "m65.27 51.03-16.33 4.33-7.52-27.6L58.07 24l7.2 27.03Zm-19.6 5.18-17.2 4.56L20.5 32.5l17.58-3.98 7.6 27.7Z",
86
86
  shapeRendering: "geometricPrecision"
87
87
  }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "m49.597 41.82 8.466-2.086M50.234 44.159l8.444-2.108M50.87 46.498l8.422-2.142M51.497 48.826l8.421-2.163M56.449 31.993c.56 2.262-1.022 4.634-3.536 5.292-2.536.67-5.062-.647-5.633-2.931-.57-2.284 1.043-4.678 3.59-5.325 2.548-.648 5.019.691 5.579 2.964v0Z",
88
89
  stroke: "#6C6E79",
90
+ strokeWidth: ".7",
89
91
  strokeLinecap: "round",
90
92
  strokeLinejoin: "round",
91
- strokeWidth: ".7",
92
- d: "m49.6 41.82 8.46-2.09m-7.83 4.43 8.45-2.1m-7.81 4.44 8.42-2.14m-7.8 4.47 8.43-2.17M56.45 32c.56 2.27-1.02 4.64-3.54 5.3-2.53.67-5.06-.65-5.63-2.94-.57-2.28 1.04-4.67 3.59-5.32 2.55-.65 5.02.69 5.58 2.96v0Z",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
+ d: "m53.594 31.85-1.757 2.877-1.768-.758M29.152 46.871l8.927-2.207M29.823 49.265l8.904-2.23M30.492 51.658l8.894-2.25M31.162 54.04l8.872-2.272M36.377 36.78c.593 2.306-1.076 4.722-3.722 5.413-2.668.692-5.336-.614-5.94-2.953-.604-2.339 1.098-4.776 3.777-5.446 2.668-.67 5.292.67 5.885 2.975v.011ZM32.896 36.088 30.25 39.92M33.654 39.042l-4.172-2.086",
95
96
  stroke: "#6C6E79",
97
+ strokeWidth: ".7",
96
98
  strokeLinecap: "round",
97
99
  strokeLinejoin: "round",
98
- strokeWidth: ".7",
99
- d: "m53.6 31.85-1.76 2.88-1.77-.76m-20.92 12.9 8.93-2.2m-8.26 4.6 8.9-2.24m-8.23 4.63 8.9-2.25m-8.23 4.63 8.87-2.27m-3.65-14.99c.59 2.3-1.08 4.72-3.73 5.41-2.66.7-5.33-.61-5.93-2.95-.6-2.34 1.1-4.78 3.77-5.45 2.67-.67 5.3.67 5.89 2.98v.01Zm-3.48-.7-2.65 3.84m3.4-.88-4.17-2.08",
100
100
  shapeRendering: "geometricPrecision"
101
101
  }));
102
102
  }
@@ -19,66 +19,66 @@ function Suggestions({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M4.348 58.16v9.773c0 .461.187.911.516 1.24l5.962 5.963c.33.33.769.516 1.241.516h9.772A39.918 39.918 0 0 0 40 80c6.533 0 12.715-1.57 18.16-4.348h9.773c.461 0 .911-.187 1.24-.516l5.963-5.962c.33-.33.516-.769.516-1.241v-9.772A39.885 39.885 0 0 0 80 40c0-6.533-1.57-12.715-4.348-18.16v-9.773c0-.461-.187-.911-.516-1.24l-5.962-5.963a1.744 1.744 0 0 0-1.241-.516h-9.772A39.885 39.885 0 0 0 40 0a39.884 39.884 0 0 0-18.16 4.348h-9.773c-.461 0-.911.187-1.24.516l-5.963 5.962c-.33.33-.516.769-.516 1.241v9.772A39.885 39.885 0 0 0 0 40c0 6.533 1.57 12.715 4.348 18.16Z",
22
23
  fill: "#E0E1E9",
23
- d: "M4.35 58.16v9.77c0 .46.19.91.51 1.24l5.97 5.97c.33.33.77.51 1.24.51h9.77A39.92 39.92 0 0 0 40 80c6.53 0 12.71-1.57 18.16-4.35h9.77c.46 0 .91-.19 1.24-.51l5.97-5.97c.33-.33.51-.77.51-1.24v-9.77A39.88 39.88 0 0 0 80 40c0-6.53-1.57-12.71-4.35-18.16v-9.77c0-.46-.19-.91-.51-1.24l-5.97-5.97a1.74 1.74 0 0 0-1.24-.51h-9.77A39.88 39.88 0 0 0 40 0a39.88 39.88 0 0 0-18.16 4.35h-9.77c-.46 0-.91.19-1.24.51l-5.97 5.97c-.33.33-.51.77-.51 1.24v9.77A39.88 39.88 0 0 0 0 40c0 6.53 1.57 12.71 4.35 18.16Z",
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.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.147-.638 6.25 1.286 7.053 4.377l1.227 4.67.01-.011Z",
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.464 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
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M33.658 33.852a14.135 14.135 0 0 0-1.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
58
59
  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
60
  shapeRendering: "geometricPrecision"
61
61
  }), /*#__PURE__*/React.createElement("path", {
62
+ d: "m65.266 51.033-16.328 4.326-7.521-27.593L58.074 24l7.192 27.033ZM45.677 56.215 28.472 60.77 20.5 32.487l17.579-3.975 7.598 27.703Z",
62
63
  fill: "#fff",
63
64
  stroke: "#E0E1E9",
65
+ strokeWidth: ".7",
64
66
  strokeLinecap: "round",
65
67
  strokeLinejoin: "round",
66
- strokeWidth: ".7",
67
- d: "m65.27 51.03-16.33 4.33-7.52-27.6L58.07 24l7.2 27.03Zm-19.6 5.18-17.2 4.56L20.5 32.5l17.58-3.98 7.6 27.7Z",
68
68
  shapeRendering: "geometricPrecision"
69
69
  }), /*#__PURE__*/React.createElement("path", {
70
+ d: "m49.597 41.82 8.466-2.086M50.234 44.159l8.444-2.108M50.87 46.498l8.422-2.142M51.497 48.826l8.421-2.163M56.449 31.993c.56 2.262-1.022 4.634-3.536 5.292-2.536.67-5.062-.647-5.633-2.931-.57-2.284 1.043-4.678 3.59-5.325 2.548-.648 5.019.691 5.579 2.964v0Z",
70
71
  stroke: "#6C6E79",
72
+ strokeWidth: ".7",
71
73
  strokeLinecap: "round",
72
74
  strokeLinejoin: "round",
73
- strokeWidth: ".7",
74
- d: "m49.6 41.82 8.46-2.09m-7.83 4.43 8.45-2.1m-7.81 4.44 8.42-2.14m-7.8 4.47 8.43-2.17M56.45 32c.56 2.27-1.02 4.64-3.54 5.3-2.53.67-5.06-.65-5.63-2.94-.57-2.28 1.04-4.67 3.59-5.32 2.55-.65 5.02.69 5.58 2.96v0Z",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
+ d: "m53.594 31.85-1.757 2.877-1.768-.758M29.152 46.871l8.927-2.207M29.823 49.265l8.904-2.23M30.492 51.658l8.894-2.25M31.162 54.04l8.872-2.272M36.377 36.78c.593 2.306-1.076 4.722-3.722 5.413-2.668.692-5.336-.614-5.94-2.953-.604-2.339 1.098-4.776 3.777-5.446 2.668-.67 5.292.67 5.885 2.975v.011ZM32.896 36.088 30.25 39.92M33.654 39.042l-4.172-2.086",
77
78
  stroke: "#6C6E79",
79
+ strokeWidth: ".7",
78
80
  strokeLinecap: "round",
79
81
  strokeLinejoin: "round",
80
- strokeWidth: ".7",
81
- d: "m53.6 31.85-1.76 2.88-1.77-.76m-20.92 12.9 8.93-2.2m-8.26 4.6 8.9-2.24m-8.23 4.63 8.9-2.25m-8.23 4.63 8.87-2.27m-3.65-14.99c.59 2.3-1.08 4.72-3.73 5.41-2.66.7-5.33-.61-5.93-2.95-.6-2.34 1.1-4.78 3.77-5.45 2.67-.67 5.3.67 5.89 2.98v.01Zm-3.48-.7-2.65 3.84m3.4-.88-4.17-2.08",
82
82
  shapeRendering: "geometricPrecision"
83
83
  }));
84
84
  }
package/Table/index.js CHANGED
@@ -37,51 +37,47 @@ function Table(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M76.426 41.408c0-15.563-9.761-28.837-23.493-34.053L49.06.64A1.274 1.274 0 0 0 47.952 0H32.048c-.457 0-.872.245-1.107.639l-3.874 6.716C13.335 12.571 3.574 25.845 3.574 41.408c0 1.98.16 3.928.468 5.822L.168 53.947a1.3 1.3 0 0 0 0 1.277L8.119 69c.224.394.65.638 1.107.638h7.76A36.269 36.269 0 0 0 40 77.834a36.269 36.269 0 0 0 23.014-8.197h7.76c.457 0 .873-.244 1.107-.638l7.951-13.774a1.3 1.3 0 0 0 0-1.278l-3.874-6.717c.308-1.894.468-3.842.468-5.822Z",
40
41
  fill: "#E0E1E9",
41
- d: "M76.43 41.4a36.43 36.43 0 0 0-23.5-34.04L49.06.64a1.27 1.27 0 0 0-1.1-.64H32.04a1.29 1.29 0 0 0-1.1.64l-3.88 6.71A36.43 36.43 0 0 0 4.04 47.23L.17 53.95a1.3 1.3 0 0 0 0 1.27L8.12 69c.22.4.65.64 1.1.64H17A36.27 36.27 0 0 0 40 77.84a36.27 36.27 0 0 0 23.01-8.2h7.76c.46 0 .88-.25 1.11-.64l7.95-13.78a1.3 1.3 0 0 0 0-1.27l-3.87-6.72c.3-1.9.47-3.84.47-5.82Z",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
44
45
  fill: "#E0E1E9",
45
46
  stroke: "#6C6E79",
47
+ strokeWidth: ".7",
46
48
  strokeLinecap: "round",
47
49
  strokeLinejoin: "round",
48
- strokeWidth: ".7",
49
- d: "m66.16 57.37.12-.08 6.52-4.33-3.15-1.7-3.14.76-8.34-31.68a5.73 5.73 0 0 0-6.7-4.15l-39.74 8.06-1.4-3.12-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.46 4.25L16.7 68.3a2.6 2.6 0 0 0 3.19 1.8l45.46-12.35c.27-.07.52-.2.74-.34l.06-.04h0Z",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
52
53
  fill: "#fff",
53
54
  stroke: "#6C6E79",
55
+ strokeWidth: ".7",
54
56
  strokeLinecap: "round",
55
57
  strokeLinejoin: "round",
56
- strokeWidth: ".7",
57
- d: "m72.02 53.31-47.87 13a2.75 2.75 0 0 1-3.36-1.89L9.75 25.82a6.03 6.03 0 0 1 4.61-7.55l43.05-8.75a6.04 6.04 0 0 1 7.06 4.38l9.48 36.08a2.73 2.73 0 0 1-1.93 3.33Z",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z",
60
61
  fill: "#6C6E79",
61
- d: "m65.68 18.57-54.6 11.94-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.05 4.38l1.23 4.67.01-.01Z",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 2.528 1.535v-.011Z",
64
65
  fill: "#fff",
65
- d: "M18.43 23.17a1.87 1.87 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.54-1.52 1.87 1.87 0 0 1 1.44-2.37 2.2 2.2 0 0 1 2.52 1.53Z",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
68
69
  fill: "#E0E1E9",
69
- d: "M25.44 21.7c.3 1.05-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.34 2.15 2.15 0 0 1 2.48 1.52v.01Z",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
72
73
  fill: "#6C6E79",
73
- d: "M11.1 30.6s.32-3.16.6-6.39l-1.37-3.08-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.45 4.25l1.4 4.9 3.47-5.96Z",
74
- shapeRendering: "geometricPrecision"
75
- }), /*#__PURE__*/_react["default"].createElement("path", {
76
- fill: "#fff",
77
- d: "M33.66 33.85a14.13 14.13 0 0 0-1.67 12.35 13.24 13.24 0 0 0 2.1 4.03 14.16 14.16 0 0 0 3.48 3.29 14.17 14.17 0 1 0 15.76-23.56A14.15 14.15 0 0 0 40.1 28.6a14.15 14.15 0 0 0-6.42 5.24h-.01Z",
78
74
  shapeRendering: "geometricPrecision"
79
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ d: "m30.814 30.13 7.6 27.303M48.623 26l7.302 26.728M21 47.247 64.888 36.26",
80
77
  stroke: "#6C6E79",
78
+ strokeWidth: ".7",
81
79
  strokeLinecap: "round",
82
80
  strokeLinejoin: "round",
83
- strokeWidth: ".7",
84
- d: "m30.81 30.13 7.6 27.3M48.62 26l7.3 26.73M21 47.25l43.89-10.99",
85
81
  shapeRendering: "geometricPrecision"
86
82
  }));
87
83
  }
package/Table/index.mjs CHANGED
@@ -19,51 +19,47 @@ function Table({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M76.426 41.408c0-15.563-9.761-28.837-23.493-34.053L49.06.64A1.274 1.274 0 0 0 47.952 0H32.048c-.457 0-.872.245-1.107.639l-3.874 6.716C13.335 12.571 3.574 25.845 3.574 41.408c0 1.98.16 3.928.468 5.822L.168 53.947a1.3 1.3 0 0 0 0 1.277L8.119 69c.224.394.65.638 1.107.638h7.76A36.269 36.269 0 0 0 40 77.834a36.269 36.269 0 0 0 23.014-8.197h7.76c.457 0 .873-.244 1.107-.638l7.951-13.774a1.3 1.3 0 0 0 0-1.278l-3.874-6.717c.308-1.894.468-3.842.468-5.822Z",
22
23
  fill: "#E0E1E9",
23
- d: "M76.43 41.4a36.43 36.43 0 0 0-23.5-34.04L49.06.64a1.27 1.27 0 0 0-1.1-.64H32.04a1.29 1.29 0 0 0-1.1.64l-3.88 6.71A36.43 36.43 0 0 0 4.04 47.23L.17 53.95a1.3 1.3 0 0 0 0 1.27L8.12 69c.22.4.65.64 1.1.64H17A36.27 36.27 0 0 0 40 77.84a36.27 36.27 0 0 0 23.01-8.2h7.76c.46 0 .88-.25 1.11-.64l7.95-13.78a1.3 1.3 0 0 0 0-1.27l-3.87-6.72c.3-1.9.47-3.84.47-5.82Z",
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: "m30.814 30.13 7.6 27.303M48.623 26l7.302 26.728M21 47.247 64.888 36.26",
62
59
  stroke: "#6C6E79",
60
+ strokeWidth: ".7",
63
61
  strokeLinecap: "round",
64
62
  strokeLinejoin: "round",
65
- strokeWidth: ".7",
66
- d: "m30.81 30.13 7.6 27.3M48.62 26l7.3 26.73M21 47.25l43.89-10.99",
67
63
  shapeRendering: "geometricPrecision"
68
64
  }));
69
65
  }
package/TagCloud/index.js CHANGED
@@ -37,11 +37,11 @@ function TagCloud(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M65.25 14.84a35.54 35.54 0 0 0-25.2-10.46V1.9c0-.5-.42-.91-.91-.91A39.04 39.04 0 0 0 13.1 11.79a.9.9 0 0 0 0 1.24l1.73 1.73a35.54 35.54 0 0 0-10.46 25.2H1.9c-.5 0-.91.41-.91.9A39.04 39.04 0 0 0 11.79 66.9a.9.9 0 0 0 1.24 0l1.73-1.73a35.54 35.54 0 0 0 25.2 10.46v2.47c0 .5.41.91.9.91A39.04 39.04 0 0 0 66.9 68.21a.9.9 0 0 0 0-1.24l-1.73-1.72a35.54 35.54 0 0 0 10.46-25.2h2.47c.5 0 .91-.42.91-.91A39.04 39.04 0 0 0 68.21 13.1a.9.9 0 0 0-1.24 0l-1.72 1.73Z",
40
+ d: "M65.245 14.837c-6.425-6.424-15.32-10.46-25.204-10.46V1.906A.914.914 0 0 0 39.135 1c-10.048.247-19.191 4.283-26.027 10.79a.896.896 0 0 0 0 1.235l1.73 1.73C8.412 21.18 4.376 30.075 4.376 39.959H1.906a.914.914 0 0 0-.906.906c.247 10.048 4.283 19.191 10.79 26.027.33.33.906.33 1.235 0l1.73-1.73c6.425 6.425 15.32 10.461 25.204 10.461v2.471c0 .494.412.906.906.906 10.048-.247 19.191-4.283 26.027-10.79a.896.896 0 0 0 0-1.235l-1.73-1.73c6.425-6.425 10.461-15.32 10.461-25.204h2.47a.914.914 0 0 0 .907-.906c-.247-10.048-4.283-19.191-10.79-26.027a.896.896 0 0 0-1.235 0l-1.73 1.73Z",
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.01-.01Z",
44
+ d: "M65.925 57.617s.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.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.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 TagCloud(_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.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 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.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.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.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
60
+ d: "M18.394 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-2.367c1.091-.227 2.215.465 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-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.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.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-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.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.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 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: "M26 43.23a2.25 2.25 0 0 1-2.7-1.58l-1.24-4.4a2.25 2.25 0 0 1 4.33-1.2l1.22 4.4a2.26 2.26 0 0 1-1.63 2.78H26Z",
79
+ d: "M25.993 43.23a2.247 2.247 0 0 1-2.701-1.578l-1.233-4.398a2.255 2.255 0 0 1 1.654-2.8 2.258 2.258 0 0 1 2.68 1.59l1.221 4.398a2.256 2.256 0 0 1-1.631 2.788h.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.9 35.92-13.4 3.24a1.8 1.8 0 0 1-2.16-1.28l-.02-.07c-.27-.99.33-2 1.33-2.24l13.41-3.17a1.8 1.8 0 0 1 .85 3.52Z",
86
+ d: "m44.907 35.917-13.401 3.242a1.802 1.802 0 0 1-2.162-1.276l-.022-.075c-.27-.984.325-2 1.33-2.237l13.412-3.167a1.809 1.809 0 0 1 2.161 1.286 1.803 1.803 0 0 1-1.318 2.227Z",
87
87
  fill: "#E0E1E9",
88
88
  stroke: "#6C6E79",
89
89
  strokeWidth: ".7",
@@ -91,67 +91,27 @@ function TagCloud(_ref, ref) {
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
- d: "M63.65 42.3c.26.98-.33 1.97-1.3 2.23l-18.1 4.76a1.87 1.87 0 1 1-.94-3.62L61.43 41c.97-.25 1.96.32 2.22 1.3v0Z",
94
+ d: "M63.646 42.306a1.821 1.821 0 0 1-1.297 2.226l-18.103 4.756a1.87 1.87 0 1 1-.94-3.62l18.124-4.66a1.819 1.819 0 0 1 2.216 1.298v0Z",
95
95
  stroke: "#6C6E79",
96
96
  strokeWidth: ".7",
97
97
  strokeLinecap: "round",
98
98
  strokeLinejoin: "round",
99
99
  shapeRendering: "geometricPrecision"
100
100
  }), /*#__PURE__*/_react["default"].createElement("path", {
101
- d: "m39.1 46.4 1.16 4.2a2.1 2.1 0 1 1-4.04 1.12l-1.16-4.2a2.1 2.1 0 1 1 4.05-1.12h0Z",
101
+ d: "m39.102 46.404 1.156 4.204a2.096 2.096 0 1 1-4.042 1.113l-1.156-4.204a2.103 2.103 0 0 1 4.053-1.113h-.011Z",
102
102
  fill: "#E0E1E9",
103
103
  stroke: "#6C6E79",
104
104
  strokeWidth: ".7",
105
105
  strokeLinecap: "round",
106
106
  strokeLinejoin: "round",
107
107
  shapeRendering: "geometricPrecision"
108
- }), /*#__PURE__*/_react["default"].createElement("mask", {
109
- id: "a",
110
- maskUnits: "userSpaceOnUse",
111
- x: "41",
112
- y: "40",
113
- width: "24",
114
- height: "10"
115
- }, /*#__PURE__*/_react["default"].createElement("path", {
116
- d: "M63.65 42.3c.26.98-.33 1.97-1.3 2.23l-18.1 4.76a1.87 1.87 0 1 1-.94-3.62L61.43 41c.97-.25 1.96.32 2.22 1.3Z",
117
- fill: "#D9D9D9",
118
- stroke: "#000",
119
- strokeWidth: ".7",
120
- strokeLinecap: "round",
121
- strokeLinejoin: "round",
122
- shapeRendering: "geometricPrecision"
123
- })), /*#__PURE__*/_react["default"].createElement("g", {
124
- mask: "url(#a)",
125
- stroke: "#6C6E79",
126
- strokeWidth: ".7",
127
- strokeMiterlimit: "10"
128
- }, /*#__PURE__*/_react["default"].createElement("path", {
129
- d: "M50.12 29.2 36.91 48.48M53.87 31.47 39.35 52.64M58.65 32.26 43.3 54.64M62.8 33.95 49.58 53.23M66.55 36.23 52.03 57.4",
130
- shapeRendering: "geometricPrecision"
131
- })), /*#__PURE__*/_react["default"].createElement("mask", {
132
- id: "b",
133
- maskUnits: "userSpaceOnUse",
134
- x: "21",
135
- y: "34",
136
- width: "8",
137
- height: "10"
138
- }, /*#__PURE__*/_react["default"].createElement("path", {
139
- d: "M26 43.23a2.25 2.25 0 0 1-2.7-1.58l-1.24-4.4a2.25 2.25 0 0 1 4.33-1.2l1.22 4.4a2.26 2.26 0 0 1-1.63 2.78H26Z",
140
- fill: "#D9D9D9",
141
- stroke: "#000",
142
- strokeWidth: ".7",
143
- strokeLinecap: "round",
144
- strokeLinejoin: "round",
145
- shapeRendering: "geometricPrecision"
146
- })), /*#__PURE__*/_react["default"].createElement("g", {
147
- mask: "url(#b)",
108
+ }), /*#__PURE__*/_react["default"].createElement("path", {
109
+ d: "M44.23 45.53 42.26 48.4M50.742 43.785l-3.164 4.61M57.241 42.058l-3.175 4.632M63.036 41.36l-2.48 3.614M25.073 34.774l-2.639 3.849M27.238 39.37l-2.573 3.754",
148
110
  stroke: "#6C6E79",
149
111
  strokeWidth: ".7",
150
- strokeMiterlimit: "10"
151
- }, /*#__PURE__*/_react["default"].createElement("path", {
152
- d: "M22.63 22.85 9.41 42.14M26.38 25.12 11.86 46.3M31.16 25.9 15.8 48.28M35.31 27.6 22.09 46.88M39.06 29.88 24.53 51.05",
112
+ strokeMiterlimit: "10",
153
113
  shapeRendering: "geometricPrecision"
154
- })));
114
+ }));
155
115
  }
156
116
 
157
117
  TagCloud.displayName = 'TagCloud';
@@ -19,11 +19,11 @@ function TagCloud({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M65.25 14.84a35.54 35.54 0 0 0-25.2-10.46V1.9c0-.5-.42-.91-.91-.91A39.04 39.04 0 0 0 13.1 11.79a.9.9 0 0 0 0 1.24l1.73 1.73a35.54 35.54 0 0 0-10.46 25.2H1.9c-.5 0-.91.41-.91.9A39.04 39.04 0 0 0 11.79 66.9a.9.9 0 0 0 1.24 0l1.73-1.73a35.54 35.54 0 0 0 25.2 10.46v2.47c0 .5.41.91.9.91A39.04 39.04 0 0 0 66.9 68.21a.9.9 0 0 0 0-1.24l-1.73-1.72a35.54 35.54 0 0 0 10.46-25.2h2.47c.5 0 .91-.42.91-.91A39.04 39.04 0 0 0 68.21 13.1a.9.9 0 0 0-1.24 0l-1.72 1.73Z",
22
+ d: "M65.245 14.837c-6.425-6.424-15.32-10.46-25.204-10.46V1.906A.914.914 0 0 0 39.135 1c-10.048.247-19.191 4.283-26.027 10.79a.896.896 0 0 0 0 1.235l1.73 1.73C8.412 21.18 4.376 30.075 4.376 39.959H1.906a.914.914 0 0 0-.906.906c.247 10.048 4.283 19.191 10.79 26.027.33.33.906.33 1.235 0l1.73-1.73c6.425 6.425 15.32 10.461 25.204 10.461v2.471c0 .494.412.906.906.906 10.048-.247 19.191-4.283 26.027-10.79a.896.896 0 0 0 0-1.235l-1.73-1.73c6.425-6.425 10.461-15.32 10.461-25.204h2.47a.914.914 0 0 0 .907-.906c-.247-10.048-4.283-19.191-10.79-26.027a.896.896 0 0 0-1.235 0l-1.73 1.73Z",
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.01-.01Z",
26
+ d: "M65.925 57.617s.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.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.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 TagCloud({
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.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 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.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.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.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
42
+ d: "M18.394 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-2.367c1.091-.227 2.215.465 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-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.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.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-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.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.553 24.09 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 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: "M26 43.23a2.25 2.25 0 0 1-2.7-1.58l-1.24-4.4a2.25 2.25 0 0 1 4.33-1.2l1.22 4.4a2.26 2.26 0 0 1-1.63 2.78H26Z",
61
+ d: "M25.993 43.23a2.247 2.247 0 0 1-2.701-1.578l-1.233-4.398a2.255 2.255 0 0 1 1.654-2.8 2.258 2.258 0 0 1 2.68 1.59l1.221 4.398a2.256 2.256 0 0 1-1.631 2.788h.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.9 35.92-13.4 3.24a1.8 1.8 0 0 1-2.16-1.28l-.02-.07c-.27-.99.33-2 1.33-2.24l13.41-3.17a1.8 1.8 0 0 1 .85 3.52Z",
68
+ d: "m44.907 35.917-13.401 3.242a1.802 1.802 0 0 1-2.162-1.276l-.022-.075c-.27-.984.325-2 1.33-2.237l13.412-3.167a1.809 1.809 0 0 1 2.161 1.286 1.803 1.803 0 0 1-1.318 2.227Z",
69
69
  fill: "#E0E1E9",
70
70
  stroke: "#6C6E79",
71
71
  strokeWidth: ".7",
@@ -73,67 +73,27 @@ function TagCloud({
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
- d: "M63.65 42.3c.26.98-.33 1.97-1.3 2.23l-18.1 4.76a1.87 1.87 0 1 1-.94-3.62L61.43 41c.97-.25 1.96.32 2.22 1.3v0Z",
76
+ d: "M63.646 42.306a1.821 1.821 0 0 1-1.297 2.226l-18.103 4.756a1.87 1.87 0 1 1-.94-3.62l18.124-4.66a1.819 1.819 0 0 1 2.216 1.298v0Z",
77
77
  stroke: "#6C6E79",
78
78
  strokeWidth: ".7",
79
79
  strokeLinecap: "round",
80
80
  strokeLinejoin: "round",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }), /*#__PURE__*/React.createElement("path", {
83
- d: "m39.1 46.4 1.16 4.2a2.1 2.1 0 1 1-4.04 1.12l-1.16-4.2a2.1 2.1 0 1 1 4.05-1.12h0Z",
83
+ d: "m39.102 46.404 1.156 4.204a2.096 2.096 0 1 1-4.042 1.113l-1.156-4.204a2.103 2.103 0 0 1 4.053-1.113h-.011Z",
84
84
  fill: "#E0E1E9",
85
85
  stroke: "#6C6E79",
86
86
  strokeWidth: ".7",
87
87
  strokeLinecap: "round",
88
88
  strokeLinejoin: "round",
89
89
  shapeRendering: "geometricPrecision"
90
- }), /*#__PURE__*/React.createElement("mask", {
91
- id: "a",
92
- maskUnits: "userSpaceOnUse",
93
- x: "41",
94
- y: "40",
95
- width: "24",
96
- height: "10"
97
- }, /*#__PURE__*/React.createElement("path", {
98
- d: "M63.65 42.3c.26.98-.33 1.97-1.3 2.23l-18.1 4.76a1.87 1.87 0 1 1-.94-3.62L61.43 41c.97-.25 1.96.32 2.22 1.3Z",
99
- fill: "#D9D9D9",
100
- stroke: "#000",
101
- strokeWidth: ".7",
102
- strokeLinecap: "round",
103
- strokeLinejoin: "round",
104
- shapeRendering: "geometricPrecision"
105
- })), /*#__PURE__*/React.createElement("g", {
106
- mask: "url(#a)",
107
- stroke: "#6C6E79",
108
- strokeWidth: ".7",
109
- strokeMiterlimit: "10"
110
- }, /*#__PURE__*/React.createElement("path", {
111
- d: "M50.12 29.2 36.91 48.48M53.87 31.47 39.35 52.64M58.65 32.26 43.3 54.64M62.8 33.95 49.58 53.23M66.55 36.23 52.03 57.4",
112
- shapeRendering: "geometricPrecision"
113
- })), /*#__PURE__*/React.createElement("mask", {
114
- id: "b",
115
- maskUnits: "userSpaceOnUse",
116
- x: "21",
117
- y: "34",
118
- width: "8",
119
- height: "10"
120
- }, /*#__PURE__*/React.createElement("path", {
121
- d: "M26 43.23a2.25 2.25 0 0 1-2.7-1.58l-1.24-4.4a2.25 2.25 0 0 1 4.33-1.2l1.22 4.4a2.26 2.26 0 0 1-1.63 2.78H26Z",
122
- fill: "#D9D9D9",
123
- stroke: "#000",
124
- strokeWidth: ".7",
125
- strokeLinecap: "round",
126
- strokeLinejoin: "round",
127
- shapeRendering: "geometricPrecision"
128
- })), /*#__PURE__*/React.createElement("g", {
129
- mask: "url(#b)",
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ d: "M44.23 45.53 42.26 48.4M50.742 43.785l-3.164 4.61M57.241 42.058l-3.175 4.632M63.036 41.36l-2.48 3.614M25.073 34.774l-2.639 3.849M27.238 39.37l-2.573 3.754",
130
92
  stroke: "#6C6E79",
131
93
  strokeWidth: ".7",
132
- strokeMiterlimit: "10"
133
- }, /*#__PURE__*/React.createElement("path", {
134
- d: "M22.63 22.85 9.41 42.14M26.38 25.12 11.86 46.3M31.16 25.9 15.8 48.28M35.31 27.6 22.09 46.88M39.06 29.88 24.53 51.05",
94
+ strokeMiterlimit: "10",
135
95
  shapeRendering: "geometricPrecision"
136
- })));
96
+ }));
137
97
  }
138
98
 
139
99
  TagCloud.displayName = 'TagCloud';