@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
package/svg/LineChart.svg CHANGED
@@ -1,12 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M71.18 27a46.19 46.19 0 0 0-1.72-15.72 1.11 1.11 0 0 0-.74-.74A46.19 46.19 0 0 0 53 8.82L48.89 4.7a12.51 12.51 0 0 0-17.78 0L27 8.82a46.19 46.19 0 0 0-15.72 1.72c-.32.09-.65.42-.74.74A46.19 46.19 0 0 0 8.82 27L4.7 31.11a12.51 12.51 0 0 0 0 17.78L8.82 53a46.19 46.19 0 0 0 1.72 15.72c.09.32.42.65.74.74A46.19 46.19 0 0 0 27 71.18l4.11 4.12a12.51 12.51 0 0 0 17.78 0L53 71.18c5.27.33 10.61-.24 15.72-1.72.32-.09.65-.42.74-.74A46.19 46.19 0 0 0 71.18 53l4.12-4.11a12.51 12.51 0 0 0 0-17.78L71.18 27Z" fill="#E0E1E9"/>
3
- <path 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-.21.75-.35l.05-.03.01-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path 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" fill="#fff"/>
5
- <path 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" fill="#6C6E79"/>
6
- <path d="M18.39 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.52-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" fill="#fff"/>
7
- <path 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" fill="#E0E1E9"/>
8
- <path 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" fill="#6C6E79"/>
9
- <path 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.38l3.06 11.68 6.38 24.4a2.73 2.73 0 0 1-1.92 3.32Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M19.94 61.83c1.5-8.38 3.3-15.36 8.2-16.72 7.2-2 13.63 7.61 18.91 4.3 4.44-2.77 3.2-14.76 11.65-21.04 1.68-1.24 4.3-2.15 7.64-2.73.3-.06.6-.1.91-.15" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M61.34 27.86c.44 1.67-.37 3.3-1.81 3.64-1.45.34-3-.75-3.46-2.42-.46-1.68.37-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45v-.01ZM30.77 44.52c.44 1.67-.37 3.3-1.82 3.64-1.46.35-3-.75-3.46-2.42-.45-1.68.37-3.33 1.84-3.65 1.47-.33 3 .76 3.45 2.44l-.01-.01ZM49.68 48.81c.45 1.68-.37 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.42-.46-1.68.37-3.33 1.84-3.66 1.45-.32 2.99.77 3.44 2.45v-.02Z" fill="#6C6E79"/>
12
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M71.183 27a46.187 46.187 0 0 0-1.727-15.715c-.083-.33-.412-.658-.74-.74A46.189 46.189 0 0 0 53 8.815l-4.114-4.113a12.515 12.515 0 0 0-17.772 0L27 8.816a46.189 46.189 0 0 0-15.715 1.728c-.33.083-.658.412-.74.74A46.188 46.188 0 0 0 8.815 27l-4.113 4.114a12.515 12.515 0 0 0 0 17.772L8.816 53a46.188 46.188 0 0 0 1.728 15.715c.083.33.412.658.74.74A46.187 46.187 0 0 0 27 71.184l4.114 4.114a12.515 12.515 0 0 0 17.772 0L53 71.183a46.187 46.187 0 0 0 15.715-1.727c.33-.083.658-.412.74-.74A46.187 46.187 0 0 0 71.184 53l4.114-4.114a12.515 12.515 0 0 0 0-17.772L71.183 27Z" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M71.76 53.553 24.087 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.135-.638 6.226 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z" fill="#fff"/><path d="M65.448 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z" fill="#6C6E79"/><path d="M18.39 23.428a1.873 1.873 0 0 1-1.415 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.465 2.518 1.534v-.01Z" fill="#fff"/><path 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.081-.227 2.172.465 2.464 1.524v.01Z" fill="#E0E1E9"/><path d="M11.087 30.862s.325-3.156.606-6.387l-1.373-3.08-3.415 5.879a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l1.394 4.907 3.458-5.966v.01Z" fill="#6C6E79"/><path d="M71.76 53.553 24.087 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.135-.638 6.226 1.286 7.025 4.377l3.059 11.683 6.387 24.392a2.73 2.73 0 0 1-1.924 3.33Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.936 61.83c1.502-8.375 3.307-15.357 8.203-16.718 7.209-2.01 13.628 7.608 18.913 4.301 4.442-2.777 3.2-14.763 11.65-21.042 1.676-1.243 4.302-2.151 7.642-2.735.291-.054.594-.097.907-.15" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M61.342 27.857c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.421-.454-1.675.367-3.329 1.837-3.653 1.47-.324 2.994.767 3.447 2.442l-.01-.01ZM30.765 44.517c.444 1.676-.367 3.297-1.815 3.643-1.46.346-3.005-.746-3.459-2.421-.454-1.675.368-3.329 1.838-3.653 1.47-.324 2.993.767 3.447 2.442l-.01-.01ZM49.682 48.814c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.004-.745-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.46-.324 2.994.768 3.448 2.443l-.011-.01Z" fill="#6C6E79"/></svg>
@@ -1,14 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M57.32 4a21.7 21.7 0 0 0-17.4 8.73A21.74 21.74 0 0 0 22.46 4c-11.54.08-21.02 9.05-21.43 20.47-.9 23.73 33.8 48.28 38.5 51.46.32.24.74.24.98 0C45.04 72.67 79 47.79 79 25.37A21.58 21.58 0 0 0 57.32 4Z" fill="#E0E1E9"/>
3
- <path d="M65.92 56.97s.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 23.86l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37V27a5.64 5.64 0 0 0-.46 4.25L16.66 67.9a2.59 2.59 0 0 0 3.18 1.8l45.27-12.34c.27-.08.52-.2.75-.35l.05-.03.01-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m71.76 52.9-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" fill="#fff"/>
5
- <path d="M65.45 18.17 11.07 30.1l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.12a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z" fill="#6C6E79"/>
6
- <path d="M18.4 22.78a1.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" fill="#fff"/>
7
- <path d="M25.37 21.3c.3 1.07-.32 2.12-1.39 2.34a2.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.46 1.53Z" fill="#E0E1E9"/>
8
- <path d="M11.09 30.21s.32-3.15.6-6.39l-1.37-3.08-3.41 5.88-.22.37v.02a5.64 5.64 0 0 0-.45 4.25l1.4 4.9 3.45-5.96v.01Z" fill="#6C6E79"/>
9
- <path d="m71.76 52.9-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.33ZM29.96 46.03l2.92 10.47M45.42 47l1.6 5.8" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M60.52 27.64c.7 2.64-1.1 5.33-4.05 6.03-2.97.71-5.97-.86-6.69-3.53-.71-2.67 1.14-5.4 4.13-6.08 2.96-.67 5.91.94 6.61 3.58Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M49.48 40.98c.69 2.58-1.12 5.26-4.06 6.01-2.97.76-5.97-.75-6.69-3.36-.72-2.63 1.14-5.34 4.13-6.05 2.96-.72 5.92.82 6.62 3.4Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M34 40.15c.7 2.53-1.1 5.16-4.05 5.89-2.97.73-5.98-.73-6.7-3.3-.73-2.58 1.13-5.24 4.13-5.93 2.96-.7 5.9.81 6.61 3.34H34Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="m56.37 33.28 4.26 15.98M38.66 43.16l3.67-5.34M41.22 46.5 47 38.07M45.83 46.84l3.72-5.43M70.6 48.97 23.13 61.54" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M57.32 4a21.696 21.696 0 0 0-17.394 8.726A21.736 21.736 0 0 0 22.45 4c-11.54.082-21.02 9.052-21.433 20.47-.906 23.732 33.798 48.28 38.497 51.46.33.244.742.244.99 0C45.036 72.668 79 47.794 79 25.367 78.918 13.542 69.273 4 57.32 4Z" fill="#E0E1E9"/><path d="M65.925 56.967s.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.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M71.762 52.903 24.09 65.905a2.734 2.734 0 0 1-3.35-1.892L9.747 25.42c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.328Z" fill="#fff"/><path d="M65.451 18.168 11.068 30.11l-1.34-4.69c-.963-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z" fill="#6C6E79"/><path d="M18.393 22.778a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.465 2.518 1.535v-.011Z" fill="#fff"/><path d="M25.375 21.308c.291 1.06-.325 2.108-1.395 2.334-1.07.227-2.183-.453-2.475-1.523-.291-1.07.325-2.119 1.405-2.346 1.07-.227 2.173.465 2.465 1.524v.011Z" fill="#E0E1E9"/><path d="M11.09 30.212s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.53 6.53 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.966v.011Z" fill="#6C6E79"/><path d="M71.762 52.903 24.09 65.905a2.734 2.734 0 0 1-3.35-1.892L9.747 25.42c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.328ZM29.958 46.03l2.918 10.472M45.425 46.992l1.588 5.815" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M60.525 27.64c.691 2.637-1.114 5.328-4.053 6.03-2.972.714-5.977-.864-6.69-3.533-.713-2.67 1.135-5.404 4.128-6.074 2.962-.67 5.912.94 6.615 3.577Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M49.478 40.981c.691 2.583-1.114 5.264-4.053 6.01-2.972.756-5.977-.746-6.69-3.362-.724-2.626 1.135-5.339 4.128-6.052 2.962-.713 5.912.821 6.615 3.404Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M34.002 40.15c.692 2.529-1.102 5.155-4.053 5.89-2.972.735-5.976-.735-6.7-3.307-.724-2.572 1.134-5.231 4.128-5.923 2.961-.691 5.912.81 6.614 3.34h.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m56.373 33.282 4.259 15.974M38.658 43.162l3.667-5.344M41.22 46.5 47 38.068M45.828 46.844l3.726-5.436M70.595 48.97 23.128 61.54" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/svg/Nexttime.svg CHANGED
@@ -1,16 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M39 3.24V.88a.88.88 0 0 0-.98-.87A39.24 39.24 0 0 0 3.26 39H.88a.88.88 0 0 0-.87.97A39.24 39.24 0 0 0 39 74.74v2.36c0 .52.45.94.97.87a39.24 39.24 0 0 0 34.77-38.99h2.37a.9.9 0 0 0 .89-.97A39.24 39.24 0 0 0 39 3.24" fill="#E0E1E9"/>
3
- <path 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-.04h.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M65.68 18.57 11.08 30.5l-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.06 4.38l1.22 4.67.01-.01Z" fill="#6C6E79"/>
6
- <path 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.43-2.37 2.2 2.2 0 0 1 2.53 1.53Z" fill="#fff"/>
7
- <path 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" fill="#E0E1E9"/>
8
- <path 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-.46 4.25l1.4 4.9 3.48-5.96v.01Z" fill="#6C6E79"/>
9
- <path d="M63.5 34.5c-5-1.17-5.64-2.17-9.74-1.17C47.72 34.82 47 44.4 41.81 44.16c-4.35-.2-8.34-9.4-17.02-10.5a9.31 9.31 0 0 0-7.26 1.88" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M22.63 34.33c.38 1.65 1.91 2.59 3.45 2.1 1.54-.47 2.5-2.22 2.13-3.88-.37-1.65-1.93-2.61-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02ZM51.57 33.93c.38 1.65 1.92 2.6 3.45 2.11 1.54-.48 2.5-2.23 2.13-3.89-.37-1.65-1.93-2.6-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02ZM39.62 44.77c.38 1.65 1.92 2.58 3.45 2.1 1.54-.48 2.5-2.23 2.13-3.88-.37-1.66-1.93-2.62-3.48-2.1a3.36 3.36 0 0 0-2.1 3.9v-.02Z" fill="#6C6E79"/>
11
- <path d="M76.24 48.78c-1.78-6.4-8.42-10.5-14.83-9.15-1.1.23-2.1.6-3.04 1.1l-.37-.36-2.33 2.36h0c-2.69 2.75-3.84 6.83-2.69 10.97 1.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-.34c1.27-2.44 1.66-5.39.83-8.37h.02Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path 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.02Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M72.84 52.18a5.96 5.96 0 0 0-5.48-.86 4.66 4.66 0 0 0-2.85 3.15" fill="#fff"/>
14
- <path d="M72.84 52.18a5.96 5.96 0 0 0-5.48-.86 4.66 4.66 0 0 0-2.85 3.15" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M63.05 46.86c.18.68-.21 1.35-.9 1.5-.69.14-1.4-.29-1.58-.97-.19-.7.2-1.36.9-1.5.68-.14 1.38.3 1.58.97ZM71.37 44.56c.19.68-.2 1.35-.9 1.5-.68.14-1.39-.29-1.58-.98-.18-.68.21-1.35.9-1.5.69-.13 1.39.3 1.58.98Z" fill="#6C6E79"/>
16
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.996 3.245V.884c0-.52-.455-.942-.975-.877C18.45 2.227 3.256 18.84 3.256 38.996H.884c-.52 0-.942.454-.877.974 2.22 19.57 18.833 34.765 38.989 34.765v2.361c0 .52.454.943.974.878 19.57-2.22 34.765-18.834 34.765-38.99h2.372c.52 0 .942-.454.888-.974-2.22-19.57-18.834-34.765-38.989-34.765" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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.146-.638 6.25 1.286 7.053 4.377l1.226 4.67.011-.011Z" fill="#6C6E79"/><path 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.464 2.528 1.535v-.011Z" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path d="M63.5 34.5c-5-1.166-5.636-2.175-9.739-1.166-6.044 1.482-6.775 11.07-11.953 10.828-4.351-.202-8.337-9.395-17.021-10.5-3.506-.44-5.577.654-7.26 1.874" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.63 34.332c.375 1.65 1.913 2.587 3.45 2.107 1.535-.48 2.491-2.23 2.126-3.887-.366-1.656-1.929-2.614-3.475-2.104-1.536.504-2.472 2.243-2.106 3.899l.005-.015ZM51.574 33.935c.376 1.65 1.913 2.586 3.45 2.106 1.535-.48 2.491-2.23 2.126-3.886-.365-1.656-1.929-2.614-3.475-2.105-1.536.504-2.472 2.244-2.106 3.9l.005-.015ZM39.624 44.767c.375 1.65 1.913 2.587 3.45 2.107 1.535-.48 2.491-2.23 2.126-3.887-.366-1.656-1.929-2.614-3.475-2.104-1.547.51-2.472 2.243-2.107 3.899l.006-.015Z" fill="#6C6E79"/><path d="M76.238 48.782c-1.778-6.394-8.413-10.497-14.83-9.155-1.091.23-2.106.611-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.428 8.468 10.509 14.884 9.134a11.11 11.11 0 0 0 5.424-2.87l2.455-2.466-.36-.339c1.277-2.444 1.659-5.39.83-8.37l.021-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M78.442 46.545c1.78 6.395-1.953 12.68-8.358 14.056-6.417 1.375-13.095-2.707-14.885-9.134-1.8-6.428 1.975-12.735 8.413-14.088 6.417-1.342 13.052 2.76 14.83 9.156v.01Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M72.84 52.179c-1.647-1.179-3.742-1.517-5.478-.863-2.215.83-2.782 2.87-2.848 3.154" fill="#fff"/><path d="M72.84 52.179c-1.647-1.179-3.742-1.517-5.478-.863-2.215.83-2.782 2.87-2.848 3.154" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#6C6E79"/></svg>
@@ -1,21 +1 @@
1
- <svg width="81" height="80" viewBox="0 0 81 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M68.0481 23.5761C65.5434 15.4416 60.6538 7.59132 53.9997 2.18581C53.7754 1.96152 53.3717 1.96152 53.0876 2.07366L42.3364 6.91096C32.7216 5.1465 23.1667 4.75025 13.8958 8.15953C13.5519 8.27168 13.3276 8.55578 13.3276 8.8997C13.2155 11.5165 12.6472 22.4396 12.6472 22.4396C6.2698 29.2059 1.26803 37.6842 0.0119753 46.8952C-0.0478366 47.2392 0.124123 47.5233 0.355894 47.6952L11.9594 55.7698C14.464 63.9043 19.3537 71.7546 26.0077 77.1601C26.232 77.3844 26.6358 77.3844 26.9199 77.2722L37.6711 72.4349C47.2858 74.1994 56.8408 74.5957 66.1116 71.1864C66.4556 71.0742 66.6799 70.7901 66.6799 70.4462L67.3602 56.9063C73.7302 50.14 78.7394 41.6617 79.988 32.4507C80.0478 32.1067 79.8759 31.8226 79.6441 31.6507L68.0481 23.5761Z" fill="#E0E1E9"/>
3
- <path d="M78.0735 52.9089C78.1034 52.8342 78.1333 52.7519 78.1558 52.6772L79.7707 48.2885L76.653 47.4735L60.6533 21.5825C59.2926 19.3769 56.6609 18.2928 54.1338 18.8984L8.95336 29.8066L6.00015 29.0365L4.60952 33.0738C4.55719 33.2009 4.51233 33.3355 4.47495 33.4701C4.12355 34.6514 4.20579 35.9747 4.83382 37.1859L20.1681 66.5835C22.0372 70.1647 26.2315 71.8544 30.052 70.5684L75.6063 55.264C76.7876 54.8603 77.6474 53.9706 78.0735 52.9089Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M77.0933 51.3145L31.5391 66.245C27.7111 67.531 23.5168 65.8413 21.6551 62.2601L6.32086 32.87C4.81809 29.9915 6.41806 26.4626 9.58062 25.7L55.6358 14.5899C58.1554 13.9843 60.7871 15.061 62.1553 17.274L79.2541 45.3258C80.6297 47.5538 79.5755 50.4846 77.0933 51.3145Z" fill="white" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M64.1367 20.5256L62.1554 17.2734C60.7947 15.0678 58.163 13.9837 55.6359 14.5893L9.58072 25.6994C6.42564 26.462 4.8182 29.9834 6.32097 32.8693L7.86113 35.83L64.1367 20.5256Z" fill="#E0E1E9" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M14.0254 31.7407C14.8231 31.2974 14.9364 29.9784 14.2786 28.7946C13.6208 27.6108 12.4409 27.0104 11.6433 27.4536C10.8456 27.8968 10.7322 29.2158 11.3901 30.3996C12.0479 31.5835 13.2278 32.1839 14.0254 31.7407Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M21.3589 29.9216C22.1566 29.4784 22.2699 28.1594 21.6121 26.9755C20.9543 25.7917 19.7744 25.1913 18.9768 25.6345C18.1791 26.0777 18.0657 27.3967 18.7235 28.5806C19.3814 29.7644 20.5613 30.3648 21.3589 29.9216Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M22.0371 42.1619L60.9373 31.2761" stroke="#E0E1E9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M70.0125 40.9727L68.734 38.9017C68.5546 38.6176 68.2106 38.483 67.8891 38.5802L24.219 51.4173C23.7704 51.5519 23.5461 52.0603 23.7704 52.479L24.9442 54.7294C25.1087 55.0434 25.475 55.2004 25.8189 55.1033L69.5938 42.0792C70.0573 41.9371 70.2667 41.3914 70.0125 40.9727Z" fill="#E0E1E9"/>
10
- <path d="M63.2077 47.0372L27.7467 58.2146C27.2981 58.3567 27.0888 58.8651 27.3056 59.2763C27.657 59.9342 28.143 60.8613 28.457 61.4444C28.6289 61.7585 28.9953 61.908 29.3392 61.8033L65.0095 50.5587C65.4805 50.4091 65.6824 49.8559 65.4133 49.4372L64.06 47.3513C63.8731 47.0597 63.5292 46.9326 63.2077 47.0372Z" fill="#E0E1E9"/>
11
- <path d="M48.8562 24.5101C53.2225 32.3679 52.0337 41.3621 46.1946 44.6069C40.3554 47.8517 32.0939 44.106 27.7276 36.2556C24.2884 30.0726 24.2959 23.1793 27.3015 18.9401C28.1164 17.7962 29.1482 16.8467 30.3893 16.1588C36.2209 12.914 44.4899 16.6523 48.8562 24.5101Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M28.0498 19.3157C28.0498 19.3157 31.9301 13.6036 35.5936 14.0148C39.257 14.426 36.9094 41.8349 36.9094 41.8349C36.9094 41.8349 26.7563 21.4913 28.0498 19.3157Z" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M56.8495 62.2209C55.1748 63.148 53.0515 62.5424 52.1244 60.8677L40.8947 40.6737C39.9676 38.9989 40.5732 36.8756 42.2479 35.9485C43.9227 35.0214 46.046 35.627 46.9731 37.3018L58.1953 57.5033C59.1224 59.163 58.5168 61.2938 56.8495 62.2209Z" fill="#E0E1E9" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="M46.9731 37.2962C46.046 35.6214 43.9152 35.0158 42.2479 35.9429C40.5732 36.87 39.9676 39.0008 40.8947 40.6681L45.8965 49.6698C45.8965 49.6698 46.5918 41.5054 50.9655 44.4811L46.9731 37.2962Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M48.403 42.401C54.2393 39.1581 55.4311 30.1594 51.065 22.302C46.699 14.4446 38.4284 10.7038 32.5922 13.9467C26.756 17.1897 25.5642 26.1883 29.9302 34.0457C34.2962 41.9032 42.5668 45.644 48.403 42.401Z" fill="#E0E1E9"/>
16
- <path d="M31.9059 34.0435C27.5396 26.1857 28.7284 17.1915 34.5675 13.9467C35.689 13.3261 36.9002 12.9673 38.1562 12.8327C36.1974 12.6607 34.2909 12.9972 32.5937 13.9467C26.762 17.1915 25.5658 26.1857 29.9321 34.0435C33.461 40.391 39.5319 44.047 44.8178 43.5087C40.0552 43.0975 35.0011 39.6135 31.9059 34.0435Z" fill="white"/>
17
- <path d="M48.403 42.401C54.2393 39.1581 55.4311 30.1594 51.065 22.302C46.699 14.4446 38.4284 10.7038 32.5922 13.9467C26.756 17.1897 25.5642 26.1883 29.9302 34.0457C34.2962 41.9032 42.5668 45.644 48.403 42.401Z" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
18
- <path d="M49.5444 37.0344C48.9912 37.8419 48.2809 38.4998 47.4286 38.9783C43.2193 41.3184 37.0138 38.2007 33.5746 32.0177C30.1355 25.8346 30.7635 18.9189 34.9802 16.5787C39.197 14.2386 45.395 17.3563 48.8342 23.5393C50.2024 26.0066 50.9276 28.586 51.0397 30.9485" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M37.3422 17.5355C39.3684 17.0196 42.5309 17.5056 44.3402 20.384C46.1495 23.2625 44.9159 23.5914 43.4356 22.2756C41.9552 20.9597 38.9945 20.1896 37.3422 21.6027C35.6974 23.0157 34.3815 20.6307 35.0395 19.3971C35.6974 18.1635 36.6768 17.7074 37.3422 17.5355Z" fill="white"/>
20
- <path d="M45.8218 24.6675C45.8218 24.6675 45.8666 23.5236 46.5844 23.9274C47.3021 24.3386 48.1245 25.4077 47.3844 25.9012C46.6442 26.3946 45.8218 24.6675 45.8218 24.6675Z" fill="white"/>
21
- </svg>
1
+ <svg width="81" height="80" viewBox="0 0 81 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M68.048 23.576C65.543 15.442 60.654 7.591 54 2.186c-.225-.224-.628-.224-.912-.112L42.336 6.91c-9.614-1.764-19.17-2.16-28.44 1.249-.344.112-.568.396-.568.74-.112 2.617-.68 13.54-.68 13.54C6.27 29.206 1.267 37.684.011 46.895c-.06.344.112.628.344.8l11.603 8.075c2.505 8.134 7.395 15.985 14.049 21.39.224.224.628.224.912.112l10.751-4.837c9.615 1.764 19.17 2.16 28.44-1.249.345-.112.569-.396.569-.74l.68-13.54c6.37-6.766 11.38-15.244 12.628-24.455.06-.344-.112-.628-.344-.8l-11.596-8.075Z" fill="#E0E1E9"/><path d="M78.073 52.909c.03-.075.06-.157.083-.232l1.614-4.389-3.117-.814-16-25.891a6.015 6.015 0 0 0-6.52-2.685L8.954 29.807 6 29.037l-1.39 4.037a3.525 3.525 0 0 0-.135.396 4.959 4.959 0 0 0 .359 3.716l15.334 29.398a8.203 8.203 0 0 0 9.884 3.984l45.554-15.304a4.074 4.074 0 0 0 2.467-2.355Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M77.093 51.315 31.54 66.245a8.196 8.196 0 0 1-9.884-3.985L6.321 32.87c-1.503-2.878.097-6.407 3.26-7.17l46.055-11.11a6.013 6.013 0 0 1 6.52 2.684l17.098 28.052c1.376 2.228.321 5.159-2.16 5.989Z" fill="#fff" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m64.137 20.526-1.982-3.253a6.015 6.015 0 0 0-6.52-2.684L9.582 25.7c-3.155.763-4.763 4.284-3.26 7.17l1.54 2.961 56.276-15.304Z" fill="#E0E1E9" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.025 31.74c.798-.443.911-1.762.253-2.945-.657-1.184-1.837-1.785-2.635-1.341-.798.443-.911 1.762-.253 2.946.658 1.184 1.837 1.784 2.635 1.34ZM21.359 29.922c.797-.444.91-1.763.253-2.947-.658-1.183-1.838-1.784-2.635-1.34-.798.443-.912 1.762-.254 2.946.658 1.183 1.838 1.784 2.636 1.34Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m22.037 42.162 38.9-10.886" stroke="#E0E1E9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m70.012 40.973-1.278-2.071a.746.746 0 0 0-.845-.322l-43.67 12.837a.743.743 0 0 0-.449 1.062l1.174 2.25c.164.314.53.471.875.374L69.594 42.08a.75.75 0 0 0 .418-1.106ZM63.208 47.037 27.747 58.215a.748.748 0 0 0-.442 1.061c.352.658.838 1.585 1.152 2.168a.753.753 0 0 0 .882.36l35.67-11.245a.749.749 0 0 0 .404-1.122l-1.353-2.086a.736.736 0 0 0-.852-.314Z" fill="#E0E1E9"/><path d="M48.856 24.51c4.366 7.858 3.177 16.852-2.662 20.097-5.839 3.245-14.1-.501-18.467-8.351-3.439-6.183-3.431-13.077-.426-17.316a9.343 9.343 0 0 1 3.088-2.781c5.832-3.245 14.1.493 18.467 8.351Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M28.05 19.316s3.88-5.712 7.543-5.301c3.664.411 1.316 27.82 1.316 27.82s-10.153-20.344-8.86-22.52Z" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M56.85 62.22a3.482 3.482 0 0 1-4.726-1.352l-11.23-20.194a3.482 3.482 0 0 1 1.354-4.725 3.482 3.482 0 0 1 4.725 1.353l11.222 20.201c.927 1.66.321 3.79-1.346 4.718Z" fill="#E0E1E9" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M46.973 37.296a3.484 3.484 0 0 0-4.725-1.353 3.484 3.484 0 0 0-1.354 4.725l5.002 9.002s.695-8.165 5.07-5.189l-3.993-7.185Z" fill="#6C6E79" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M48.403 42.401c5.836-3.243 7.028-12.242 2.662-20.099-4.366-7.857-12.637-11.598-18.473-8.355-5.836 3.243-7.028 12.241-2.662 20.099 4.366 7.857 12.636 11.598 18.473 8.355Z" fill="#E0E1E9"/><path d="M31.906 34.044c-4.366-7.858-3.178-16.852 2.661-20.097a9.431 9.431 0 0 1 3.59-1.114c-1.96-.172-3.866.164-5.563 1.114-5.832 3.245-7.028 12.239-2.662 20.097 3.529 6.347 9.6 10.003 14.886 9.465-4.763-.412-9.817-3.895-12.912-9.465Z" fill="#fff"/><path d="M48.403 42.401c5.836-3.243 7.028-12.242 2.662-20.099-4.366-7.857-12.637-11.598-18.473-8.355-5.836 3.243-7.028 12.241-2.662 20.099 4.366 7.857 12.636 11.598 18.473 8.355Z" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M49.544 37.034a6.273 6.273 0 0 1-2.116 1.944c-4.209 2.34-10.414-.777-13.854-6.96-3.439-6.183-2.81-13.1 1.406-15.44 4.217-2.34 10.415.778 13.854 6.961 1.368 2.468 2.093 5.047 2.205 7.41" stroke="#6C6E79" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M37.342 17.535c2.026-.515 5.189-.03 6.998 2.849 1.81 2.878.576 3.207-.905 1.892-1.48-1.316-4.44-2.086-6.093-.673-1.645 1.413-2.96-.972-2.303-2.206.658-1.233 1.638-1.69 2.303-1.861ZM45.822 24.668s.044-1.144.762-.74c.718.41 1.54 1.48.8 1.973-.74.494-1.563-1.233-1.563-1.233Z" fill="#fff"/></svg>
package/svg/OtherData.svg CHANGED
@@ -1,16 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none" viewBox="0 0 80 80">
2
- <path fill="#E0E1E9" d="M39.67 3.34V.91a.92.92 0 0 0-1-.9A40.24 40.24 0 0 0 3 39.98a36.4 36.4 0 0 0 36.67 36.69v2.42c0 .53.47.96 1 .9a40.3 40.3 0 0 0 35.67-40A36.67 36.67 0 0 0 39.66 3.34"/>
3
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
4
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
5
- <path fill="#6C6E79" d="M65.68 18.57 11.08 30.5l-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"/>
6
- <path fill="#fff" 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"/>
7
- <path fill="#E0E1E9" 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"/>
8
- <path fill="#6C6E79" 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"/>
9
- <path fill="#fff" 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"/>
10
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m31.93 51.4-14.05 3.57a1.44 1.44 0 0 1-1.74-1l-3.59-12.72c-.22-.8.26-1.6 1.06-1.8l14.17-3.33a1.43 1.43 0 0 1 1.7 1l3.47 12.48a1.43 1.43 0 0 1-1.04 1.77l.01.02Z"/>
11
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m22.88 57.09 7.25-1.88m-12.7 3.29 2.66-.7"/>
12
- <path fill="#6C6E79" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m52.65 46.12-13.2 3.37a1.44 1.44 0 0 1-1.75-1.01l-3.4-12.35a1.44 1.44 0 0 1 1.05-1.78l13.32-3.14a1.44 1.44 0 0 1 1.72 1.02l3.3 12.12a1.44 1.44 0 0 1-1.04 1.77v0Z"/>
13
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M44.13 51.58 51 49.8m-12.06 3.13 2.53-.66"/>
14
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m72.37 41.09-12.43 3.17a1.44 1.44 0 0 1-1.74-1.01l-3.24-12A1.44 1.44 0 0 1 56 29.5l12.54-2.95a1.43 1.43 0 0 1 1.72 1.03l3.12 11.77c.2.77-.26 1.56-1.03 1.76l.01-.01Z"/>
15
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m64.32 46.36 6.54-1.7M59.4 47.65l2.41-.62"/>
16
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39.674 3.343V.913a.918.918 0 0 0-1.007-.908C18.595 2.28 3 19.299 3 39.984c0 20.684 16.416 36.684 36.674 36.684v2.419c0 .536.47.963.996.908 20.06-2.276 35.645-19.338 35.666-40 0-20.247-16.416-36.663-36.673-36.663" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path d="m31.925 51.394-14.044 3.58a1.437 1.437 0 0 1-1.737-1.001l-3.59-12.727c-.22-.79.253-1.6 1.053-1.79l14.17-3.337a1.428 1.428 0 0 1 1.705 1.01l3.464 12.475a1.43 1.43 0 0 1-1.032 1.769l.01.02Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m22.882 57.089 7.242-1.874M17.428 58.5l2.664-.695" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M52.653 46.12 39.44 49.49a1.435 1.435 0 0 1-1.737-1.01l-3.41-12.35a1.437 1.437 0 0 1 1.052-1.779l13.328-3.137a1.442 1.442 0 0 1 1.715 1.021l3.296 12.117a1.439 1.439 0 0 1-1.032 1.77Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M44.126 51.584 51 49.804M38.936 52.931l2.537-.663" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m72.37 41.088-12.432 3.169a1.439 1.439 0 0 1-1.737-1.011l-3.242-11.99c-.211-.78.263-1.58 1.052-1.77L68.55 26.54a1.43 1.43 0 0 1 1.716 1.032l3.127 11.77c.2.768-.263 1.557-1.032 1.757l.01-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m64.317 46.362 6.548-1.695M59.39 47.636l2.411-.621" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/svg/PieChart.svg CHANGED
@@ -1,16 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.9 65.16a35.48 35.48 0 0 0 25.18 10.46v2.47c0 .5.41.91.9.91A38.93 38.93 0 0 0 79 40.95c0-.5-.41-.9-.9-.9h-2.47A35.66 35.66 0 0 0 40 4.37V1.9c0-.5-.41-.91-.9-.91a38.98 38.98 0 0 0-26 10.79.9.9 0 0 0 0 1.24l1.72 1.73a35.56 35.56 0 0 0-10.45 25.2H1.91c-.5 0-.91.41-.91.9A39.06 39.06 0 0 0 11.78 66.9a.9.9 0 0 0 1.23 0l1.9-1.73Z" fill="#E0E1E9"/>
3
- <path d="M65.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path 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" fill="#fff"/>
5
- <path d="M65.44 18.82 11.05 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z" fill="#6C6E79"/>
6
- <path d="M18.4 23.42a1.87 1.87 0 0 1-1.43 2.37 2.19 2.19 0 0 1-2.52-1.53 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z" fill="#fff"/>
7
- <path d="M25.37 21.94c.3 1.06-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z" fill="#E0E1E9"/>
8
- <path d="M11.09 30.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z" fill="#6C6E79"/>
9
- <path 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.33v0Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="m50.01 34.4 14.05 3.65c.7-2.2.81-4.56.18-6.9-1.9-6.97-9.72-11.25-17.78-9.68L50 34.4h.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="m46.46 21.48-2.37 3.15 3.56 12.93L50 34.4l-3.55-12.92Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="m64.07 38.05-2.37 3.16-14.05-3.65 2.37-3.16 14.05 3.65ZM55.58 51.4c.24-.3.46-.59.67-.89l2.12-2.8L46 43.5l-4.45-5.3-2.1-7.67c-2.34.6-4.4 1.65-6.14 3l-.5-.29-1.9 2.57c-.37.45-.7.92-1.02 1.4l-.06.08v.04c-1.92 3-2.6 6.57-1.62 10.11 2.06 7.42 10.64 11.56 18.96 9.3 3.5-.93 6.39-2.86 8.4-5.3l.02-.03v-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="m45.5 40.8-3.69-13.43c-8.19 2.1-13.28 9.6-11.25 16.9 2.03 7.3 10.65 11.56 18.97 9.3 5.14-1.38 8.98-4.88 10.62-9.04L45.51 40.8Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="m46.65 26.85 3.96-5.76M47.7 33.05 55.3 22M51.31 35.53l7.84-11.42M54.92 38l7.4-10.77M64.39 31.95l-5.1 7.42" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/>
15
- <path d="M57.92 22.32c-3.47-1.64-7.9-2-11.72-1.28l-3.25 3.66" stroke="#fff" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
16
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.905 65.163c6.418 6.424 15.304 10.46 25.177 10.46v2.471c0 .494.412.906.905.906C61.804 78.506 78.507 61.786 79 40.947a.914.914 0 0 0-.905-.906h-2.468C75.627 20.356 59.665 4.377 40 4.377V1.906A.914.914 0 0 0 39.095 1c-10.038.247-19.17 4.283-26 10.79a.896.896 0 0 0 0 1.235l1.728 1.73c-6.418 6.425-10.45 15.32-10.45 25.204H1.905a.914.914 0 0 0-.905.906c.247 10.048 4.278 19.191 10.778 26.027.33.33.905.33 1.235 0l1.892-1.73Z" fill="#E0E1E9"/><path d="M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329Z" fill="#fff"/><path d="M65.438 18.818 11.054 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z" fill="#6C6E79"/><path d="M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.464 2.519 1.534v-.01Z" fill="#fff"/><path d="M25.372 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.184-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.464 2.464 1.523v.011Z" fill="#E0E1E9"/><path d="M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.416 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z" fill="#6C6E79"/><path d="M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329v0Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m50.014 34.399 14.05 3.653c.703-2.194.81-4.56.173-6.895-1.891-6.982-9.716-11.262-17.778-9.684L50.002 34.4h.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m46.459 21.478-2.367 3.156 3.556 12.926 2.367-3.156-3.556-12.926Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m64.066 38.054-2.367 3.156-14.05-3.653 2.367-3.156 14.05 3.653ZM55.582 51.398c.237-.291.453-.583.67-.886l2.118-2.799L46 43.5l-4.447-5.308-2.107-7.663a17.044 17.044 0 0 0-6.139 2.994l-.497-.281-1.891 2.572c-.378.443-.714.919-1.027 1.394l-.065.087v.032c-1.913 2.994-2.605 6.571-1.621 10.116 2.064 7.414 10.646 11.553 18.967 9.305 3.502-.94 6.387-2.864 8.398-5.306l.021-.033-.01-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M45.509 40.804 41.812 27.37c-8.192 2.107-13.282 9.608-11.25 16.903 2.032 7.295 10.645 11.553 18.967 9.305 5.144-1.383 8.981-4.885 10.624-9.046l-14.644-3.728Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m46.654 26.846 3.953-5.757M47.7 33.051l7.589-11.05M51.31 35.526l7.84-11.419M54.92 38.001l7.392-10.767M64.386 31.949l-5.098 7.425" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/><path d="M57.918 22.32c-3.469-1.643-7.9-1.996-11.715-1.283l-3.253 3.664" stroke="#fff" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,13 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none" viewBox="0 0 80 80">
2
- <path fill="#E0E1E9" d="M72.02 26.68a48.67 48.67 0 0 0-1.78-16.19 1.05 1.05 0 0 0-.73-.73 48.39 48.39 0 0 0-16.2-1.78l-4.2-4.2a12.9 12.9 0 0 0-18.23 0l-4.2 4.2A48.4 48.4 0 0 0 10.5 9.77c-.35.1-.64.38-.73.74A48.39 48.39 0 0 0 7.98 26.7l-4.2 4.2a12.89 12.89 0 0 0 0 18.23l4.2 4.2A48.58 48.58 0 0 0 9.76 69.5c.1.35.38.64.73.73a48.39 48.39 0 0 0 16.2 1.78l4.2 4.2a12.9 12.9 0 0 0 18.23 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.35-.1.64-.38.73-.73a48.39 48.39 0 0 0 1.78-16.2l4.2-4.2a12.9 12.9 0 0 0 0-18.23l-4.2-4.2Z"/>
3
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
4
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
5
- <path fill="#6C6E79" 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"/>
6
- <path fill="#fff" 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"/>
7
- <path fill="#E0E1E9" 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"/>
8
- <path fill="#6C6E79" 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"/>
9
- <path fill="#fff" 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"/>
10
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m52.7 39.16-7.27 2.58-3.3-8.28"/>
11
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m40.53 51.92-6.45-2.46 2.3 6.27m-4.64-11.08a13.17 13.17 0 0 1 3.93-13.66"/>
12
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M36.48 30.34a13.37 13.37 0 0 1 5.18-2.3c7.56-1.58 15.38 3.26 17.48 10.8 2.1 7.53-2.31 14.95-9.86 16.56-5.8 1.25-11.77-1.29-15.2-5.95"/>
13
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M72.024 26.685a48.67 48.67 0 0 0-1.78-16.191 1.055 1.055 0 0 0-.738-.738 48.39 48.39 0 0 0-16.19-1.78l-4.2-4.2c-5.036-5.035-13.196-5.035-18.232 0l-4.2 4.2a48.397 48.397 0 0 0-16.19 1.79c-.358.098-.64.38-.738.739a48.39 48.39 0 0 0-1.78 16.19l-4.2 4.2c-5.035 5.036-5.035 13.196 0 18.231l4.2 4.2a48.575 48.575 0 0 0 1.78 16.18c.098.358.38.64.738.738a48.39 48.39 0 0 0 16.19 1.78l4.2 4.2c5.036 5.035 13.196 5.035 18.232 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.358-.097.64-.38.738-.738a48.39 48.39 0 0 0 1.78-16.19l4.2-4.2c5.035-5.036 5.035-13.196 0-18.232l-4.2-4.2Z" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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.146-.638 6.25 1.286 7.053 4.377l1.226 4.67.011-.011Z" fill="#6C6E79"/><path 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.464 2.528 1.535v-.011Z" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path d="M33.658 33.852a14.135 14.135 0 0 0-1.671 12.35c.217.672.488 1.324.814 1.953a13.22 13.22 0 0 0 1.291 2.073 14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.663-3.896 4.352-6.5 2.616-15.312-3.895-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z" fill="#fff"/><path d="m52.693 39.159-7.26 2.582-3.31-8.28" stroke="#6C6E79" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="m40.528 51.92-6.447-2.463 2.301 6.272M31.738 44.65c-1.476-5.252.217-10.45 3.928-13.663" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M36.48 30.336c1.476-1.085 3.223-1.877 5.176-2.29 7.564-1.584 15.388 3.256 17.483 10.798 2.094 7.531-2.312 14.943-9.854 16.56-5.806 1.248-11.774-1.291-15.203-5.958" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,18 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M40.04 1.9v2.48A35.68 35.68 0 0 0 4.38 40.04H1.9c-.5 0-.91.41-.91.9A38.95 38.95 0 0 0 39.05 79c.5 0 .9-.41.9-.9v-2.48a35.68 35.68 0 0 0 35.67-35.66h2.47c.5 0 .91-.41.91-.9A38.95 38.95 0 0 0 40.95 1c-.5 0-.9.41-.9.9Z" fill="#E0E1E9"/>
3
- <path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z" fill="#fff"/>
5
- <path 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" fill="#6C6E79"/>
6
- <path 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" fill="#fff"/>
7
- <path 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" fill="#E0E1E9"/>
8
- <path d="M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z" fill="#6C6E79"/>
9
- <path d="m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M40.8 31.46c.22.83-.37 1.7-1.32 1.92-.95.23-1.93-.27-2.15-1.11-.23-.85.36-1.71 1.33-1.93.96-.21 1.91.28 2.14 1.12ZM29.3 48.12c.22.84-.37 1.72-1.35 1.95-.99.24-1.97-.25-2.2-1.09-.25-.84.37-1.73 1.34-1.97.97-.23 1.96.26 2.2 1.1h0ZM44.35 51.26c.23.84-.36 1.71-1.32 1.96-.96.25-1.93-.23-2.16-1.07-.22-.84.37-1.72 1.33-1.96.96-.23 1.93.24 2.15 1.07ZM62.88 46.53c.21.82-.36 1.68-1.29 1.92-.93.25-1.87-.22-2.08-1.04-.22-.83.35-1.69 1.28-1.93s1.86.24 2.09 1.06v0ZM54.72 36.83c.21.82-.36 1.67-1.29 1.91s-1.87-.25-2.1-1.08c-.22-.83.36-1.68 1.3-1.91.94-.23 1.87.26 2.09 1.08Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <mask id="a" maskUnits="userSpaceOnUse" x="27" y="31" width="35" height="21">
13
- <path d="m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z" fill="#D9D9D9"/>
14
- </mask>
15
- <g mask="url(#a)" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10">
16
- <path d="M44.36 31.75 31.13 51.03M48.1 34.03 33.6 55.2M52.88 34.8 37.53 57.17M57.03 36.5 43.81 55.78M60.78 38.77 46.27 59.94"/>
17
- </g>
18
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.041 1.906v2.471c-19.685 0-35.664 15.979-35.664 35.664h-2.47a.914.914 0 0 0-.907.906C1.494 61.786 18.214 78.506 39.053 79a.914.914 0 0 0 .906-.906v-2.471c19.685 0 35.664-15.979 35.664-35.664h2.471a.914.914 0 0 0 .906-.906C78.506 18.214 61.786 1.494 40.947 1a.914.914 0 0 0-.906.906Z" fill="#E0E1E9"/><path 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.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M71.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.756 26.07c-.962-3.372 1.157-6.852 4.594-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" fill="#fff"/><path d="M65.448 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.135-.638 6.226 1.286 7.025 4.377l1.221 4.669Z" fill="#6C6E79"/><path d="M18.394 23.427a1.873 1.873 0 0 1-1.416 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" fill="#fff"/><path 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" fill="#E0E1E9"/><path d="M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.458-5.966v.01Z" fill="#6C6E79"/><path d="M71.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.756 26.07c-.962-3.372 1.157-6.852 4.594-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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M40.797 31.456c.227.832-.368 1.697-1.319 1.924-.95.227-1.924-.27-2.15-1.113-.228-.843.367-1.708 1.329-1.924.962-.216 1.913.281 2.14 1.113ZM29.297 48.117c.227.843-.368 1.718-1.351 1.956-.984.238-1.967-.248-2.205-1.092-.238-.843.378-1.729 1.351-1.967.973-.237 1.956.26 2.194 1.103h.01ZM44.353 51.264c.227.832-.367 1.707-1.318 1.956-.962.248-1.934-.227-2.161-1.07-.227-.843.367-1.719 1.329-1.956.962-.238 1.924.237 2.15 1.07ZM62.878 46.53c.216.822-.356 1.676-1.286 1.924-.93.249-1.87-.227-2.086-1.048-.216-.822.357-1.686 1.286-1.924.93-.238 1.86.238 2.086 1.06v-.011ZM54.716 36.829c.216.821-.357 1.675-1.286 1.913-.93.238-1.87-.249-2.097-1.08-.227-.833.357-1.687 1.297-1.914.94-.227 1.87.26 2.086 1.08Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M38.981 31.853 27.525 48.551l15.077 3.155 18.589-4.452-8.16-10.008-14.05-5.393Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m43 33.5-11 16M47.5 35 37 50.5M51.5 36.5 41 51.5M55 39.5l-8 11M57.5 43l-4 6" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/></svg>
@@ -1,19 +1 @@
1
- <svg width="78" height="72" viewBox="0 0 78 72" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M52.12 7.42H27.05a1 1 0 0 0-.99 1.01v6.42H.99a1 1 0 0 0-.99 1v15.4C0 53.08 17.04 71.23 38.5 71.5 60.33 71.77 78 53.9 78 31.8V1a1 1 0 0 0-1-1H52.94a1 1 0 0 0-.99 1v6.42h.18Z" fill="#E0E1E9"/>
3
- <path d="M64.92 53.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L10.7 20.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L64.11 54c.27-.08.52-.21.75-.35l.05-.03.02-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m70.76 49.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.55L56.2 5.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z" fill="#fff"/>
5
- <path d="M64.45 14.82 10.06 26.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L56.2 5.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z" fill="#6C6E79"/>
6
- <path d="M17.4 19.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z" fill="#fff"/>
7
- <path d="M24.38 17.94c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z" fill="#E0E1E9"/>
8
- <path d="M10.09 26.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z" fill="#6C6E79"/>
9
- <path d="m70.76 49.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.55L56.2 5.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="m25.95 35.67-7.28 1.73a.79.79 0 0 1-.94-.55l-.94-3.37a.79.79 0 0 1 .58-.98l7.32-1.68a.8.8 0 0 1 .94.56l.92 3.3a.8.8 0 0 1-.58.99h-.02Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="m44.2 26.87-7.3 1.73a.79.79 0 0 1-.93-.55l-.94-3.36a.79.79 0 0 1 .58-.98l7.32-1.69a.8.8 0 0 1 .94.56l.92 3.31a.8.8 0 0 1-.57.98h-.03ZM30.85 53.22l-7.18 1.9a.79.79 0 0 1-.96-.55l-.93-3.3a.78.78 0 0 1 .56-.97l7.21-1.85a.8.8 0 0 1 .96.55l.91 3.25a.78.78 0 0 1-.56.98l-.01-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="m62.74 26.93-6.37 1.51a.79.79 0 0 1-.95-.56l-.83-3.11a.79.79 0 0 1 .59-.97l6.4-1.47c.4-.1.83.15.93.57l.82 3.07a.8.8 0 0 1-.59.97v-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="m67.16 43.62-6.29 1.66a.79.79 0 0 1-.96-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.31-1.62c.42-.1.86.14.96.56l.8 3.02c.1.42-.15.85-.57.96Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="m52.09 51.56-6.3 1.67a.79.79 0 0 1-.95-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.3-1.62c.43-.11.86.14.97.56l.79 3.01c.1.42-.14.86-.56.96Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="m28.02 35.45 6.75 1.57M31.42 47.7l5.06-4.5M54.58 29.13l-4.8 4.26M41.2 29l1.3 4M45.35 42 47 46.5M57.73 40.94l-6.32-1.49" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
16
- <path d="m51.91 37.73-2.1-.52-.93-3.45a.8.8 0 0 0-.96-.56l-7.24 1.75-2.36-.59-.87-.34-1.54 2.31-.03.02a.81.81 0 0 0-.07.6l1.6 5.86c.13.4.55.66.96.55l11.48-2.9c.26-.06.37-.26.53-.49l1.53-2.24Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
17
- <path d="M51.43 38.1 39.95 41a.78.78 0 0 1-.95-.55l-1.61-5.85a.78.78 0 0 1 .57-.98l11.53-2.78a.8.8 0 0 1 .95.56L52 37.14a.79.79 0 0 1-.57.97h0Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
18
- <path d="M38.35 38 42 32.68M41.94 40.5l6.42-9.35M48.36 38.88l2.95-4.3" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/>
19
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z" fill="#E0E1E9"/><path d="M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" fill="#fff"/><path d="M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z" fill="#6C6E79"/><path d="M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z" fill="#fff"/><path d="M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z" fill="#E0E1E9"/><path d="M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z" fill="#6C6E79"/><path d="M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m26.952 39.668-7.284 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.022Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m45.194 30.874-7.285 1.729a.79.79 0 0 1-.94-.551l-.94-3.361a.789.789 0 0 1 .583-.984l7.317-1.686a.793.793 0 0 1 .94.562l.919 3.307a.795.795 0 0 1-.573.984h-.021ZM31.847 57.216l-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .562-.973l7.21-1.848a.795.795 0 0 1 .96.551l.909 3.253a.782.782 0 0 1-.562.973l-.011-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m63.742 30.93-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.584.972v-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.789 3.015a.788.788 0 0 1-.562.962Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m53.088 55.564-6.29 1.665a.788.788 0 0 1-.962-.562l-.81-3.048a.804.804 0 0 1 .561-.973l6.312-1.62a.788.788 0 0 1 .962.561l.789 3.015a.788.788 0 0 1-.562.962Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m29.016 39.445 6.755 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.259M42.193 33l1.307 4M46.353 46 48 50.5M58.725 44.943l-6.312-1.492" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m52.912 41.726-2.108-.519-.929-3.447a.794.794 0 0 0-.951-.562l-7.241 1.75-2.367-.583-.864-.346-1.546 2.313-.022.022a.812.812 0 0 0-.075.594l1.61 5.858c.119.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/></svg>
@@ -1,17 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M53.12 11.42H28.05a1 1 0 0 0-.99 1.01v6.42H1.99a1 1 0 0 0-.99 1v15.4C1 57.08 18.04 75.23 39.5 75.5 61.33 75.77 79 57.9 79 35.8V5a1 1 0 0 0-1-1H53.94a1 1 0 0 0-.99 1v6.42h.18Z" fill="#E0E1E9"/>
3
- <path d="M65.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.21.75-.35l.05-.03.02-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path 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" fill="#fff"/>
5
- <path 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" fill="#6C6E79"/>
6
- <path d="M18.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z" fill="#fff"/>
7
- <path d="M25.38 21.94c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z" fill="#E0E1E9"/>
8
- <path d="M11.09 30.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z" fill="#6C6E79"/>
9
- <path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="m26.95 39.67-7.28 1.73a.79.79 0 0 1-.94-.55l-.94-3.37a.79.79 0 0 1 .58-.98l7.32-1.68a.8.8 0 0 1 .94.56l.92 3.3a.8.8 0 0 1-.58.99h-.02Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="m31.85 57.22-7.18 1.9a.79.79 0 0 1-.96-.55l-.93-3.3a.78.78 0 0 1 .56-.97l7.21-1.85a.8.8 0 0 1 .96.55l.91 3.25a.78.78 0 0 1-.56.98l-.01-.01ZM63.74 30.93l-6.37 1.51a.79.79 0 0 1-.95-.56l-.83-3.11a.79.79 0 0 1 .59-.97l6.4-1.47c.4-.1.83.15.93.57l.82 3.07a.8.8 0 0 1-.59.97v-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="m68.16 47.62-6.29 1.66a.79.79 0 0 1-.96-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.31-1.62c.42-.1.86.14.96.56l.8 3.02c.1.42-.15.85-.57.96Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="m29.02 39.45 6.75 1.57M32.42 51.7l5.06-4.5M55.58 33.13l-4.8 4.26M58.73 44.94l-6.32-1.49" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="m52.91 41.73-2.1-.52-.93-3.45a.8.8 0 0 0-.96-.56l-7.24 1.75-2.36-.59-.87-.34-1.54 2.31-.03.02a.81.81 0 0 0-.07.6l1.6 5.86c.13.4.55.66.96.55l11.48-2.9c.26-.06.37-.26.53-.49l1.53-2.24Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M52.43 42.1 40.95 45a.78.78 0 0 1-.95-.55l-1.61-5.85a.78.78 0 0 1 .57-.98l11.53-2.78a.8.8 0 0 1 .95.56L53 41.14a.79.79 0 0 1-.57.97h0Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
16
- <path d="M39.35 42 43 36.68M42.94 44.5l6.42-9.35M49.36 42.88l2.95-4.3" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/>
17
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z" fill="#E0E1E9"/><path d="M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" fill="#fff"/><path d="M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z" fill="#6C6E79"/><path d="M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z" fill="#fff"/><path d="M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z" fill="#E0E1E9"/><path d="M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z" fill="#6C6E79"/><path d="M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m26.953 39.668-7.285 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.021Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m31.847 57.216-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .563-.973l7.208-1.848a.795.795 0 0 1 .962.551l.908 3.253a.782.782 0 0 1-.562.973l-.01-.01ZM63.742 30.93l-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.583.972v-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.79 3.015a.788.788 0 0 1-.563.962Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m29.017 39.445 6.754 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.258M58.725 44.942l-6.312-1.491" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m52.912 41.726-2.107-.519-.93-3.447a.794.794 0 0 0-.95-.562l-7.242 1.75-2.367-.583-.864-.346-1.546 2.313-.021.022a.812.812 0 0 0-.076.594l1.61 5.858c.12.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/></svg>
@@ -1,20 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.23 57.65v9.55c0 .45.18.9.54 1.17l5.86 5.86c.36.36.72.54 1.17.54h9.55a38.96 38.96 0 0 0 35.3 0h9.55c.45 0 .9-.18 1.17-.54l5.86-5.86c.36-.36.54-.72.54-1.17v-9.55a38.96 38.96 0 0 0 0-35.3V12.8c0-.45-.18-.9-.54-1.17l-5.86-5.86a1.59 1.59 0 0 0-1.17-.54h-9.55a38.96 38.96 0 0 0-35.3 0H12.8c-.45 0-.9.18-1.17.54l-5.86 5.86c-.36.36-.54.72-.54 1.17v9.55a38.96 38.96 0 0 0 0 35.3Z" fill="#E0E1E9"/>
3
- <path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path 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" fill="#fff"/>
5
- <path 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" fill="#6C6E79"/>
6
- <path 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" fill="#fff"/>
7
- <path d="M25.37 21.96c.3 1.06-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z" fill="#E0E1E9"/>
8
- <path 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" fill="#6C6E79"/>
9
- <path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M66.66 50.63 27.87 61l-7.8-27.7" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/>
11
- <path d="M31.57 38.9c.39 1.42-.63 2.9-2.3 3.31-1.66.41-3.34-.41-3.74-1.85-.4-1.43.64-2.92 2.31-3.32 1.67-.4 3.33.44 3.72 1.86h.01ZM61.48 35.13c.65-1.4.84-3 .42-4.55-1.04-3.91-5.43-6.27-9.87-5.25-.67.15-1.3.39-1.88.67l-.4-.3-2.14 2.16a6.94 6.94 0 0 0-1.76 6.59c1.08 3.98 5.6 6.29 10.02 5.18a8.75 8.75 0 0 0 3.77-2l2.22-2.19-.37-.3h0ZM49.26 49.96l-.52-.37c.28-.88.33-1.82.08-2.75-.79-2.89-4.1-4.57-7.44-3.73-.4.1-.8.23-1.18.4l-.35-.24-1.7 1.7a5.2 5.2 0 0 0-1.41 4.98c.8 2.92 4.18 4.57 7.52 3.7a6.74 6.74 0 0 0 2.93-1.62l2.07-2.06v-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M63.79 28.7c1.03 3.9-1.66 7.94-6.05 9.03-4.44 1.12-8.94-1.2-10.01-5.17-1.07-3.98 1.7-8.08 6.19-9.12 4.43-1.02 8.83 1.34 9.87 5.26Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M50.72 44.93c.79 2.89-1.25 5.92-4.56 6.79-3.34.87-6.73-.77-7.53-3.7-.8-2.93 1.29-5.99 4.65-6.83 3.34-.83 6.66.84 7.44 3.73v.01Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- <mask id="a" maskUnits="userSpaceOnUse" x="38" y="40" width="14" height="13">
15
- <path d="M50.72 44.93c.79 2.89-1.25 5.92-4.56 6.79-3.34.87-6.73-.77-7.53-3.7-.8-2.93 1.29-5.99 4.65-6.83 3.34-.83 6.66.84 7.44 3.73v.01Z" fill="#fff" stroke="#000" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
16
- </mask>
17
- <g mask="url(#a)" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10">
18
- <path d="m42.49 34.28-8.42 12.28M46.1 36.75l-8.43 12.29M49.7 39.23 40.12 53.2M53.31 41.7 44.06 55.2"/>
19
- </g>
20
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.233 57.654V67.2c0 .45.18.9.54 1.17l5.855 5.855c.36.36.72.54 1.171.54h9.547A38.959 38.959 0 0 0 40 79c6.395 0 12.34-1.531 17.654-4.233H67.2c.45 0 .9-.18 1.17-.54l5.855-5.855c.36-.36.54-.72.54-1.171v-9.547A38.96 38.96 0 0 0 79 40a38.68 38.68 0 0 0-4.233-17.654V12.8c0-.45-.18-.9-.54-1.17l-5.855-5.855c-.36-.36-.72-.54-1.171-.54h-9.547A38.959 38.959 0 0 0 40 1a38.678 38.678 0 0 0-17.654 4.233H12.8c-.45 0-.9.18-1.17.54l-5.855 5.855c-.36.36-.54.72-.54 1.171v9.547A38.959 38.959 0 0 0 1 40c0 6.395 1.531 12.34 4.233 17.654Z" fill="#E0E1E9"/><path 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.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-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" fill="#fff"/><path 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" fill="#6C6E79"/><path d="M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.092-.227 2.216.464 2.518 1.534v-.01Z" fill="#fff"/><path d="M25.372 21.958c.291 1.059-.325 2.107-1.395 2.334-1.07.227-2.183-.454-2.474-1.524-.292-1.07.324-2.118 1.404-2.345 1.081-.227 2.173.465 2.465 1.524v.01Z" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path d="M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M66.66 50.627 27.87 61.013l-7.792-27.7" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/><path d="M31.57 38.904c.389 1.415-.627 2.896-2.291 3.307-1.665.41-3.35-.411-3.75-1.849-.4-1.437.637-2.918 2.312-3.317 1.665-.4 3.329.432 3.718 1.858h.01ZM61.48 35.131c.65-1.405.844-2.993.422-4.55-1.037-3.912-5.436-6.268-9.867-5.252a8.82 8.82 0 0 0-1.88.67l-.4-.303-2.14 2.162c-1.665 1.783-2.41 4.204-1.762 6.592 1.08 3.978 5.588 6.29 10.019 5.177a8.746 8.746 0 0 0 3.772-2l2.215-2.182-.367-.303-.011-.01ZM49.262 49.959l-.52-.367a4.875 4.875 0 0 0 .077-2.756c-.79-2.886-4.107-4.561-7.436-3.729a6.89 6.89 0 0 0-1.178.41l-.357-.248-1.707 1.697c-1.297 1.35-1.892 3.188-1.405 4.982.81 2.918 4.182 4.572 7.522 3.696a6.737 6.737 0 0 0 2.929-1.61l2.075-2.064v-.011Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M63.785 28.697c1.038 3.902-1.653 7.944-6.041 9.035-4.442 1.114-8.949-1.2-10.019-5.176-1.07-3.977 1.708-8.074 6.193-9.111 4.431-1.027 8.83 1.34 9.867 5.252Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M50.716 44.93c.79 2.886-1.243 5.923-4.56 6.788-3.34.875-6.723-.767-7.523-3.696-.8-2.929 1.286-5.987 4.648-6.83 3.34-.833 6.657.843 7.435 3.728v.01Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m43.006 41.254-4.35 6.309M47.986 41.73l-6.474 9.446M50.768 45.41l-4.181 6.095" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/></svg>
@@ -1,17 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M40.58 74.87C62 74.6 79 56.87 79 35.55V20.5a1 1 0 0 0-.99-.99H53V6a1 1 0 0 0-.99-.99H27.99a1 1 0 0 0-.99.99v6.27H1.99a1 1 0 0 0-.99.98v22.84a39.14 39.14 0 0 0 39.58 38.8Z" fill="#E0E1E9"/>
3
- <path d="M62.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L8.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L62.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m68.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" fill="#fff"/>
5
- <path d="M62.45 18.82 8.07 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L54.2 9.77a6.02 6.02 0 0 1 7.02 4.38l1.22 4.67Z" fill="#6C6E79"/>
6
- <path d="M15.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z" fill="#fff"/>
7
- <path d="M22.37 21.94c.3 1.06-.32 2.1-1.39 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.46 1.53Z" fill="#E0E1E9"/>
8
- <path d="M8.09 30.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z" fill="#6C6E79"/>
9
- <path d="M70.68 50.22 65.7 31.2c-3.75.59-6.7 1.53-8.5 2.88-8.47 6.28-7.22 18.26-11.65 21.04-5.29 3.3-11.7-6.31-18.92-4.3-4.6 1.28-6.47 7.53-7.92 15.25.66.5 1.52.71 2.39.47l47.67-13a2.73 2.73 0 0 0 1.93-3.33l-.02.01Z" fill="#E0E1E9"/>
10
- <path d="M18.69 66.1c1.5-8.37 3.05-13.92 7.93-15.29 7.21-2 13.63 7.61 18.92 4.3 4.44-2.77 3.2-14.76 11.65-21.04 3.41-2.52 10.8-3.66 20.14-3.55" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M59.84 33.56c.44 1.68-.37 3.3-1.82 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.32 1.84-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM29.27 50.21c.44 1.68-.37 3.3-1.82 3.65-1.44.34-3-.75-3.45-2.43-.46-1.67.36-3.32 1.83-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM48.18 54.51c.45 1.68-.36 3.3-1.81 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.47-.33 2.99.77 3.44 2.44v-.01Z" fill="#6C6E79"/>
12
- <path d="M56.34 24.23c.45 1.68-.36 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.43-.45-1.67.37-3.32 1.84-3.65 1.46-.32 2.99.77 3.44 2.44ZM25.77 40.9c.44 1.67-.37 3.3-1.82 3.64-1.44.34-3-.75-3.45-2.42-.46-1.68.36-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45l-.01-.02ZM44.7 45.2c.44 1.67-.37 3.29-1.82 3.63-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.46-.32 2.99.77 3.44 2.44Z" fill="#E0E1E9"/>
13
- <path d="m68.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.33v0Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="M63.23 21.73c3.1-.41 6.68-.59 10.61-.53" stroke="#fff" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M15.47 56.7c1.5-8.38 2.77-13.83 7.66-15.2 7.21-2 13.63 7.61 18.91 4.3 4.45-2.77 3.2-14.76 11.66-21.04 1.97-1.47 5.28-2.46 9.52-3.02" stroke="#E0E1E9" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
16
- <path d="m14.14 52.01 2.14 7.5" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
17
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.585 74.872C61.996 74.603 79 56.867 79 35.547v-15.05a.996.996 0 0 0-.99-.985H53V5.985A.996.996 0 0 0 52.01 5H27.99c-.54 0-.99.448-.99.985v6.27H1.99c-.54 0-.99.449-.99.986v22.843c.18 21.589 17.903 39.057 39.585 38.788Z" fill="#E0E1E9"/><path d="M62.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L8.703 24.503 7.31 21.38l-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M68.763 53.554 21.091 66.555a2.734 2.734 0 0 1-3.35-1.891L6.749 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" fill="#fff"/><path d="M62.452 18.818 8.07 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.134-.637 6.225 1.286 7.025 4.377l1.221 4.67Z" fill="#6C6E79"/><path d="M15.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z" fill="#fff"/><path d="M22.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.464 2.464 1.523v.011Z" fill="#E0E1E9"/><path d="M8.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.453 4.248l1.394 4.906 3.458-5.965v.01Z" fill="#6C6E79"/><path d="m70.684 50.223-4.982-19.021c-3.75.583-6.7 1.523-8.505 2.875-8.463 6.279-7.22 18.264-11.65 21.042-5.286 3.307-11.705-6.312-18.914-4.302-4.604 1.286-6.474 7.533-7.922 15.25.66.508 1.524.713 2.388.475l47.672-13.001a2.73 2.73 0 0 0 1.924-3.329l-.01.01Z" fill="#E0E1E9"/><path d="M18.69 66.108c1.502-8.376 3.047-13.931 7.932-15.293 7.209-2.01 13.629 7.608 18.913 4.301 4.442-2.777 3.2-14.763 11.651-21.042 3.415-2.529 10.808-3.664 20.145-3.556" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M59.837 33.563c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.421-.454-1.675.367-3.329 1.837-3.653 1.459-.324 2.994.767 3.447 2.443l-.01-.011ZM29.27 50.213c.443 1.675-.367 3.297-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.653 1.459-.325 2.993.767 3.447 2.442l-.01-.01ZM48.183 54.51c.444 1.676-.367 3.297-1.815 3.643-1.449.345-3.005-.746-3.459-2.421-.454-1.675.368-3.329 1.837-3.653 1.47-.325 2.994.767 3.448 2.442l-.01-.01Z" fill="#6C6E79"/><path d="M56.343 24.233c.443 1.675-.367 3.296-1.816 3.642-1.448.346-3.004-.745-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.46-.324 2.994.768 3.448 2.443l-.011-.01ZM25.77 40.894c.443 1.675-.367 3.297-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.654 1.47-.324 2.993.768 3.447 2.443l-.01-.01ZM44.693 45.191c.444 1.675-.367 3.296-1.815 3.642-1.449.346-3.005-.745-3.459-2.42-.454-1.676.368-3.33 1.838-3.654 1.459-.324 2.993.768 3.447 2.443l-.01-.01Z" fill="#E0E1E9"/><path d="M68.763 53.554 21.091 66.555a2.734 2.734 0 0 1-3.35-1.891L6.749 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329v0Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M63.23 21.728c3.09-.41 6.679-.583 10.613-.53" stroke="#fff" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.469 56.7c1.502-8.376 2.767-13.834 7.662-15.196 7.21-2.01 13.629 7.609 18.914 4.302 4.442-2.778 3.199-14.764 11.65-21.043 1.978-1.47 5.285-2.464 9.522-3.026" stroke="#E0E1E9" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m14.14 52.014 2.14 7.5" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,13 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none" viewBox="0 0 80 80">
2
- <path fill="#E0E1E9" d="M26.69 0c-.46 0-.91.19-1.24.52L11.19 14.78A38.21 38.21 0 0 0 65.22 68.8l14.26-14.26c.33-.33.52-.77.52-1.24V.99a.98.98 0 0 0-.99-.99H26.7Z"/>
3
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
4
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
5
- <path fill="#6C6E79" 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"/>
6
- <path fill="#fff" 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"/>
7
- <path fill="#E0E1E9" 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"/>
8
- <path fill="#6C6E79" 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"/>
9
- <path fill="#fff" 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"/>
10
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M51.69 40.05c-1.14-4.21-6.06-6.64-10.71-5.02-3.5 1.2-5.74 4.52-5.35 7.9a7.27 7.27 0 0 0 4.07 5.65 8.14 8.14 0 0 1 4.09 4.32l.02.06 5.65-1.49v-.06a7.2 7.2 0 0 1 1.13-5.45 6.99 6.99 0 0 0 1.09-5.9h.01Z"/>
11
- <path fill="#6C6E79" d="m50.9 54.55-6.75 1.82c-.53.14-1.07-.13-1.2-.62l-.74-2.73c-.14-.48.18-.99.72-1.12l6.77-1.78c.52-.13 1.05.14 1.18.62l.73 2.7c.14.47-.18.96-.7 1.1Z"/>
12
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m43.22 39.66 1.39 5.1m2.09-3.25-5.6 1.4M29.92 34.8l2.61 1.38m18.05-4.26 1.47-2.28m-11.3.97L40.01 28l.71 2.61Zm15.62 8.5 2.74-.68M57.4 49.35l-2.44-1.3M31 45.43l-2.99.75 2.99-.75Zm6.11 7.3-1.55 2.4"/>
13
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.69 0c-.46 0-.91.187-1.24.516l-14.26 14.26c-14.92 14.92-14.92 39.115 0 54.035 14.919 14.919 39.114 14.919 54.034 0l14.26-14.26c.33-.33.516-.77.516-1.242V.989A.984.984 0 0 0 79.012 0H26.69Z" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path d="M51.69 40.054c-1.141-4.216-6.06-6.642-10.714-5.028-3.49 1.208-5.741 4.523-5.346 7.904.296 2.547 1.899 4.556 4.073 5.654 1.899.955 3.38 2.448 4.083 4.314l.023.066 5.653-1.493v-.066c-.34-1.866 0-3.831 1.131-5.445 1.197-1.701 1.658-3.82 1.087-5.906h.01Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m50.9 54.545-6.751 1.823c-.527.142-1.065-.132-1.197-.615l-.746-2.734c-.132-.483.186-.988.724-1.12l6.774-1.778c.516-.132 1.042.143 1.174.615l.736 2.7c.132.473-.187.967-.703 1.11h-.01Z" fill="#6C6E79"/><path d="m43.216 39.66 1.394 5.093M46.696 41.514l-5.588 1.395M29.91 34.795l2.613 1.384M50.57 31.92l1.472-2.284M40.734 30.613 40.021 28l.713 2.613ZM56.356 39.11l2.745-.68M57.388 49.352l-2.437-1.295M30.986 45.422 28 46.17l2.986-.747ZM37.1 52.723l-1.547 2.404" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,13 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none" viewBox="0 0 80 80">
2
- <path fill="#E0E1E9" 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"/>
3
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
4
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
5
- <path fill="#6C6E79" 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"/>
6
- <path fill="#fff" 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"/>
7
- <path fill="#E0E1E9" 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"/>
8
- <path fill="#6C6E79" 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"/>
9
- <path fill="#fff" 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"/>
10
- <path fill="#fff" stroke="#E0E1E9" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
11
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
12
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
13
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path 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" fill="#fff" stroke="#E0E1E9" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/svg/Table.svg CHANGED
@@ -1,11 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none" viewBox="0 0 80 80">
2
- <path fill="#E0E1E9" 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"/>
3
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
4
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
5
- <path fill="#6C6E79" 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"/>
6
- <path fill="#fff" 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"/>
7
- <path fill="#E0E1E9" 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"/>
8
- <path fill="#6C6E79" 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"/>
9
- <path fill="#fff" 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"/>
10
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m30.81 30.13 7.6 27.3M48.62 26l7.3 26.73M21 47.25l43.89-10.99"/>
11
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path d="m30.814 30.13 7.6 27.303M48.623 26l7.302 26.728M21 47.247 64.888 36.26" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/svg/TagCloud.svg CHANGED
@@ -1,26 +1 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path 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" fill="#E0E1E9"/>
3
- <path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path 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" fill="#fff"/>
5
- <path 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" fill="#6C6E79"/>
6
- <path 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" fill="#fff"/>
7
- <path 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" fill="#E0E1E9"/>
8
- <path 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" fill="#6C6E79"/>
9
- <path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- <mask id="a" maskUnits="userSpaceOnUse" x="41" y="40" width="24" height="10">
15
- <path 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" fill="#D9D9D9" stroke="#000" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
16
- </mask>
17
- <g mask="url(#a)" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10">
18
- <path 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"/>
19
- </g>
20
- <mask id="b" maskUnits="userSpaceOnUse" x="21" y="34" width="8" height="10">
21
- <path 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" fill="#D9D9D9" stroke="#000" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
22
- </mask>
23
- <g mask="url(#b)" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10">
24
- <path 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"/>
25
- </g>
26
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/></svg>
@@ -1,12 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none" viewBox="0 0 80 80">
2
- <path fill="#E0E1E9" d="M40.51 80c21.98-.29 39.47-18.61 39.47-40.6V.99a1 1 0 0 0-1-.99H54.32a1 1 0 0 0-1 .99v2.75H27.65a1 1 0 0 0-1 1V40H1A.98.98 0 0 0 0 41 40 40 0 0 0 40.52 80"/>
3
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
4
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" 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"/>
5
- <path fill="#6C6E79" 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"/>
6
- <path fill="#fff" 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"/>
7
- <path fill="#E0E1E9" 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"/>
8
- <path fill="#6C6E79" 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"/>
9
- <path fill="#fff" 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"/>
10
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M26.12 35.85 55.75 29M28.73 45.19l23.34-5.69M31.33 54.47l35.24-9.03"/>
11
- <path fill="#6C6E79" d="M22.32 36.74c.24.84-.3 1.7-1.2 1.92-.9.22-1.82-.31-2.06-1.16-.24-.85.3-1.72 1.2-1.93.9-.2 1.82.32 2.06 1.18v-.01Zm2.64 9.37c.24.85-.3 1.71-1.2 1.94a1.7 1.7 0 0 1-2.05-1.14c-.24-.85.3-1.72 1.2-1.94.9-.22 1.82.3 2.06 1.14h-.01Zm2.62 9.32c.24.84-.3 1.7-1.18 1.94-.89.22-1.8-.28-2.04-1.11-.24-.84.29-1.72 1.18-1.95.9-.23 1.8.27 2.04 1.12Z"/>
12
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987" fill="#E0E1E9"/><path 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" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path 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" fill="#6C6E79"/><path 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" fill="#fff"/><path 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" fill="#E0E1E9"/><path 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" fill="#6C6E79"/><path d="M26.119 35.855 55.748 29M28.73 45.19l23.34-5.69M31.33 54.472l35.244-9.031" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.322 36.736c.239.849-.294 1.709-1.197 1.926-.904.218-1.828-.315-2.068-1.164s.294-1.72 1.197-1.926c.903-.207 1.828.316 2.067 1.175v-.01ZM24.955 46.115c.24.85-.294 1.709-1.186 1.937-.892.229-1.817-.294-2.057-1.142-.24-.849.294-1.72 1.197-1.937.892-.218 1.817.294 2.057 1.142h-.011ZM27.577 55.43c.24.837-.294 1.708-1.175 1.936-.892.229-1.806-.272-2.046-1.11-.24-.837.294-1.719 1.186-1.947.892-.229 1.806.272 2.035 1.12Z" fill="#6C6E79"/></svg>