@semcore/illustration 1.1.5 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/AreaChart/index.js +11 -11
  2. package/AreaChart/index.mjs +11 -11
  3. package/CHANGELOG.md +6 -24
  4. package/ChoroplethMapChart/index.js +13 -13
  5. package/ChoroplethMapChart/index.mjs +13 -13
  6. package/Coffee/index.js +15 -15
  7. package/Coffee/index.mjs +15 -15
  8. package/Collection/index.js +10 -10
  9. package/Collection/index.mjs +10 -10
  10. package/CombinedChart/index.js +17 -37
  11. package/CombinedChart/index.mjs +17 -37
  12. package/Congrats/index.js +18 -18
  13. package/Congrats/index.mjs +18 -18
  14. package/DonutChart/index.js +16 -16
  15. package/DonutChart/index.mjs +16 -16
  16. package/Duplicates/index.js +19 -23
  17. package/Duplicates/index.mjs +19 -23
  18. package/FunnelChart/index.js +18 -31
  19. package/FunnelChart/index.mjs +18 -31
  20. package/Good/index.js +26 -30
  21. package/Good/index.mjs +26 -30
  22. package/HeatMapChart/index.js +17 -49
  23. package/HeatMapChart/index.mjs +17 -49
  24. package/HorizontalBarChart/index.js +15 -32
  25. package/HorizontalBarChart/index.mjs +15 -32
  26. package/KagiChart/index.js +9 -9
  27. package/KagiChart/index.mjs +9 -9
  28. package/LICENSE +21 -0
  29. package/LineChart/index.js +10 -10
  30. package/LineChart/index.mjs +10 -10
  31. package/LollipopChart/index.js +12 -12
  32. package/LollipopChart/index.mjs +12 -12
  33. package/Nexttime/index.js +14 -14
  34. package/Nexttime/index.mjs +14 -14
  35. package/NothingFound/index.js +19 -35
  36. package/NothingFound/index.mjs +19 -35
  37. package/OtherData/index.js +22 -22
  38. package/OtherData/index.mjs +22 -22
  39. package/PieChart/index.js +14 -14
  40. package/PieChart/index.mjs +14 -14
  41. package/Processing/index.js +16 -16
  42. package/Processing/index.mjs +16 -16
  43. package/RadarChart/index.js +14 -27
  44. package/RadarChart/index.mjs +14 -27
  45. package/RadialTreeChart/index.js +20 -20
  46. package/RadialTreeChart/index.mjs +20 -20
  47. package/SankeyChart/index.js +15 -15
  48. package/SankeyChart/index.mjs +15 -15
  49. package/ScatterPlotChart/index.js +16 -33
  50. package/ScatterPlotChart/index.mjs +16 -33
  51. package/StackedAreaChart/index.js +15 -15
  52. package/StackedAreaChart/index.mjs +15 -15
  53. package/Suggestion/index.js +15 -15
  54. package/Suggestion/index.mjs +15 -15
  55. package/Suggestions/index.js +16 -16
  56. package/Suggestions/index.mjs +16 -16
  57. package/Table/index.js +11 -15
  58. package/Table/index.mjs +11 -15
  59. package/TagCloud/index.js +16 -56
  60. package/TagCloud/index.mjs +16 -56
  61. package/TextLinksEtc/index.js +12 -16
  62. package/TextLinksEtc/index.mjs +12 -16
  63. package/UnderConstruction/index.js +30 -30
  64. package/UnderConstruction/index.mjs +30 -30
  65. package/VennChart/index.js +16 -33
  66. package/VennChart/index.mjs +16 -33
  67. package/VerticalBarChart/index.js +12 -12
  68. package/VerticalBarChart/index.mjs +12 -12
  69. package/Waiting/index.js +12 -12
  70. package/Waiting/index.mjs +12 -12
  71. package/Warning/index.js +14 -18
  72. package/Warning/index.mjs +14 -18
  73. package/lib/cjs/index.js +1 -1
  74. package/lib/es6/index.js +1 -1
  75. package/package.json +8 -8
  76. package/svg/AreaChart.svg +1 -13
  77. package/svg/ChoroplethMapChart.svg +1 -15
  78. package/svg/Coffee.svg +1 -10
  79. package/svg/Collection.svg +1 -12
  80. package/svg/CombinedChart.svg +1 -23
  81. package/svg/Congrats.svg +1 -27
  82. package/svg/DonutChart.svg +1 -18
  83. package/svg/Duplicates.svg +1 -16
  84. package/svg/FunnelChart.svg +1 -18
  85. package/svg/Good.svg +1 -20
  86. package/svg/HeatMapChart.svg +1 -27
  87. package/svg/HorizontalBarChart.svg +1 -19
  88. package/svg/KagiChart.svg +1 -11
  89. package/svg/LineChart.svg +1 -12
  90. package/svg/LollipopChart.svg +1 -14
  91. package/svg/Nexttime.svg +1 -16
  92. package/svg/NothingFound.svg +1 -21
  93. package/svg/OtherData.svg +1 -16
  94. package/svg/PieChart.svg +1 -16
  95. package/svg/Processing.svg +1 -13
  96. package/svg/RadarChart.svg +1 -18
  97. package/svg/RadialTreeChart.svg +1 -19
  98. package/svg/SankeyChart.svg +1 -17
  99. package/svg/ScatterPlotChart.svg +1 -20
  100. package/svg/StackedAreaChart.svg +1 -17
  101. package/svg/Suggestion.svg +1 -13
  102. package/svg/Suggestions.svg +1 -13
  103. package/svg/Table.svg +1 -11
  104. package/svg/TagCloud.svg +1 -26
  105. package/svg/TextLinksEtc.svg +1 -12
  106. package/svg/UnderConstruction.svg +1 -21
  107. package/svg/VennChart.svg +1 -20
  108. package/svg/VerticalBarChart.svg +1 -14
  109. package/svg/Waiting.svg +1 -14
  110. package/svg/Warning.svg +1 -13
@@ -1,21 +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.53 75.1C62.51 74.8 80 56.47 80 34.5V18.99a.99.99 0 0 0-.98-1H53.34v-14a1 1 0 0 0-1-.99H27.67a1 1 0 0 0-1 1v6.49H1a1 1 0 0 0-1 1V35.1a40 40 0 0 0 40.53 40"/>
3
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m62.84 55.47.13-.08 6.52-4.34-3.15-1.7-3.14.75-8.32-31.76a5.74 5.74 0 0 0-6.7-4.17L8.5 22.27l-1.4-3.13-3.42 5.9-.22.37v.02A5.7 5.7 0 0 0 3 29.7l10.46 36.73a2.6 2.6 0 0 0 3.2 1.8l45.38-12.36c.27-.08.52-.2.74-.35l.06-.05h0Z"/>
4
- <path fill="#fff" d="m68.71 51.41-47.8 13.03a2.74 2.74 0 0 1-3.35-1.9L6.54 23.86a6.04 6.04 0 0 1 4.6-7.57l42.98-8.77a6.04 6.04 0 0 1 7.05 4.38l9.47 36.17a2.74 2.74 0 0 1-1.93 3.34Z"/>
5
- <path fill="#6C6E79" d="M62.38 16.59 7.86 28.56l-1.34-4.7a6.04 6.04 0 0 1 4.6-7.57L54.1 7.52a6.04 6.04 0 0 1 7.05 4.38l1.23 4.68Z"/>
6
- <path fill="#fff" d="M15.2 21.2a1.87 1.87 0 0 1-1.41 2.37 2.18 2.18 0 0 1-2.53-1.54 1.88 1.88 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.52 1.53v.01Z"/>
7
- <path fill="#E0E1E9" d="M22.2 19.72a1.85 1.85 0 0 1-1.4 2.35 2.15 2.15 0 0 1-2.48-1.53 1.84 1.84 0 0 1 1.4-2.34 2.16 2.16 0 0 1 2.48 1.52Z"/>
8
- <path fill="#6C6E79" d="M7.88 28.65s.33-3.17.6-6.41l-1.37-3.1-3.42 5.9a4.1 4.1 0 0 0-.22.38v.02a5.7 5.7 0 0 0-.45 4.26l1.4 4.93 3.46-5.98Z"/>
9
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m68.71 51.41-47.8 13.03a2.74 2.74 0 0 1-3.35-1.9L6.54 23.86a6.04 6.04 0 0 1 4.6-7.57l42.98-8.77a6.04 6.04 0 0 1 7.05 4.38l9.47 36.17a2.74 2.74 0 0 1-1.93 3.34v0Z"/>
10
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M24.68 63.2V31.21h11.74v28.99m0-28.98L24.68 41.88m0 0 11.74 10.66M24.68 41.88h11.74M24.68 52.54h11.74m0 0L24.68 63.19"/>
11
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M20.55 31.23H15.4v4.2h5.15v-4.2Z"/>
12
- <path stroke="#E0E1E9" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m30.55 11.24 33.12 14.07m-43.13 0 10-14.07"/>
13
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M30.55 7.68A2.45 2.45 0 0 1 33 10.13v15.18h-4.92V10.13a2.45 2.45 0 0 1 2.46-2.45h0Z"/>
14
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M73.96 25.3H13.57a2.96 2.96 0 0 0 0 5.93h60.39a2.96 2.96 0 1 0 0-5.92Z"/>
15
- <path fill="#6C6E79" d="m56.94 59.47-1.55.81a14.9 14.9 0 0 0-2.54 2.1 15.43 15.43 0 0 0-1.47 1.8 3.14 3.14 0 0 0-.54 1.78v9.67c0 .45.55.69.88.36l5.74-5.77-.52-10.75Zm13.47 0 1.54.81a14.9 14.9 0 0 1 2.54 2.1 15.43 15.43 0 0 1 1.47 1.8c.36.52.55 1.14.55 1.78v9.67a.52.52 0 0 1-.89.36l-5.74-5.77.53-10.75Z"/>
16
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M67.9 74.93c2.25-3.19 3.75-8.84 3.75-15.29 0-9.97-3.57-19.12-7.97-19.12s-7.98 9.15-7.98 19.12c0 6.45 1.5 12.1 3.76 15.3h8.45-.01Z"/>
17
- <path fill="#6C6E79" d="M63.67 56.25a4.44 4.44 0 1 0 0-8.87 4.44 4.44 0 0 0 0 8.87Z"/>
18
- <path fill="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M56.58 67.8c.66 2.93 1.64 5.4 2.86 7.13h8.46c1.23-1.74 2.2-4.21 2.87-7.12h-14.2Z"/>
19
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M61.5 38.4a2.64 2.64 0 0 0 2.87 1.07 2.62 2.62 0 0 0 1.84-1.85 2.65 2.65 0 0 0-1.66-3.18 1.35 1.35 0 0 1-.88-1.27V31.2"/>
20
- <path fill="#fff" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="m43.76 55.91.47 1.7a4.4 4.4 0 0 0 3.07 3.08l1.7.47-1.7.47a4.4 4.4 0 0 0-3.07 3.07l-.47 1.7-.47-1.7a4.4 4.4 0 0 0-3.07-3.07l-1.7-.47 1.7-.47a4.4 4.4 0 0 0 3.07-3.07l.47-1.71Zm31.1-50.04.38 1.34a3.46 3.46 0 0 0 2.42 2.42l1.34.38-1.34.37a3.46 3.46 0 0 0-2.42 2.42l-.38 1.34-.37-1.34a3.46 3.46 0 0 0-2.42-2.42l-1.34-.37 1.34-.38a3.46 3.46 0 0 0 2.42-2.42l.37-1.34Z"/>
21
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.531 75.095C62.515 74.811 80 56.483 80 34.51V18.985a.99.99 0 0 0-.985-.997H53.34V3.996A1 1 0 0 0 52.344 3H27.667a1 1 0 0 0-.997.996v6.493H.996a.993.993 0 0 0-.996.996v23.616C0 57.37 18.196 75.39 40.531 75.095Z" fill="#E0E1E9"/><path d="M62.845 55.473s.085-.053.128-.085l6.515-4.34-3.145-1.706-3.146.757-8.317-31.754a5.74 5.74 0 0 0-6.697-4.17L8.496 22.268l-1.397-3.124-3.423 5.897c-.075.117-.15.245-.213.373v.021a5.699 5.699 0 0 0-.459 4.266l10.46 36.734a2.606 2.606 0 0 0 3.189 1.802l45.382-12.37c.277-.074.522-.202.746-.351l.053-.043h.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M68.71 51.41 20.918 64.44a2.742 2.742 0 0 1-3.359-1.897L6.544 23.858c-.96-3.38 1.152-6.867 4.596-7.571l42.983-8.765a6.041 6.041 0 0 1 7.048 4.382l9.469 36.17a2.738 2.738 0 0 1-1.93 3.337Z" fill="#fff"/><path d="M62.376 16.586 7.856 28.56l-1.333-4.702c-.96-3.38 1.152-6.867 4.596-7.57l42.983-8.766a6.041 6.041 0 0 1 7.048 4.383l1.226 4.68Z" fill="#6C6E79"/><path d="M15.203 21.203c.299 1.077-.33 2.132-1.418 2.367-1.088.234-2.229-.448-2.527-1.536-.299-1.087.341-2.143 1.429-2.377 1.087-.235 2.218.458 2.527 1.535l-.01.01Z" fill="#fff"/><path d="M22.198 19.721c.299 1.067-.33 2.111-1.397 2.346-1.066.235-2.186-.448-2.484-1.525-.299-1.077.33-2.122 1.407-2.346 1.067-.224 2.176.459 2.474 1.525Z" fill="#E0E1E9"/><path d="M7.877 28.645s.33-3.166.608-6.408L7.11 19.145 3.687 25.04c-.075.118-.15.246-.214.374v.021a5.698 5.698 0 0 0-.458 4.265l1.397 4.926 3.465-5.982Z" fill="#6C6E79"/><path d="M68.71 51.41 20.918 64.44a2.742 2.742 0 0 1-3.359-1.897L6.544 23.858c-.96-3.38 1.152-6.867 4.596-7.571l42.983-8.765a6.041 6.041 0 0 1 7.048 4.382l9.469 36.17a2.738 2.738 0 0 1-1.93 3.337v0Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M24.683 63.193V31.225h11.74v28.982M36.423 31.225l-11.74 10.652M24.683 41.877l11.74 10.663M24.683 41.877h11.74M24.683 52.54h11.74M36.423 52.54l-11.74 10.653" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.545 31.225h-5.15v4.212h5.15v-4.212Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m30.547 11.242 33.12 14.065M20.545 25.307l10.002-14.065" stroke="#E0E1E9" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M30.547 7.681A2.453 2.453 0 0 1 33 10.134v15.173h-4.916V10.134a2.453 2.453 0 0 1 2.453-2.453h.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M73.956 25.307H13.572a2.964 2.964 0 0 0 0 5.928h60.384a2.964 2.964 0 1 0 0-5.928Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m56.938 59.471-1.546.81a14.9 14.9 0 0 0-2.538 2.101 15.413 15.413 0 0 0-1.471 1.792 3.137 3.137 0 0 0-.544 1.791v9.66c0 .46.554.694.885.363l5.737-5.769-.523-10.748ZM70.406 59.471l1.546.81a14.9 14.9 0 0 1 2.538 2.101 15.423 15.423 0 0 1 1.471 1.792c.362.522.544 1.151.544 1.791v9.66a.517.517 0 0 1-.885.363l-5.737-5.769.523-10.748Z" fill="#6C6E79"/><path d="M67.9 74.933c2.25-3.189 3.753-8.84 3.753-15.291 0-9.97-3.572-19.119-7.976-19.119s-7.976 9.15-7.976 19.119c0 6.451 1.504 12.102 3.754 15.29h8.456-.011Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M63.666 56.251a4.436 4.436 0 1 0 0-8.871 4.436 4.436 0 0 0 0 8.871Z" fill="#6C6E79"/><path d="M56.576 67.81c.66 2.92 1.642 5.395 2.868 7.122H67.9c1.226-1.738 2.207-4.212 2.868-7.123H56.576Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M61.491 38.401a2.636 2.636 0 0 0 2.88 1.066c.884-.223 1.61-.96 1.844-1.844a2.647 2.647 0 0 0-1.663-3.188 1.348 1.348 0 0 1-.886-1.27v-1.95" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m43.759 55.91.469 1.706a4.395 4.395 0 0 0 3.07 3.071l1.707.47-1.706.469a4.395 4.395 0 0 0-3.071 3.07l-.47 1.707-.469-1.707a4.395 4.395 0 0 0-3.07-3.07l-1.706-.47 1.706-.469a4.395 4.395 0 0 0 3.07-3.07l.47-1.707ZM74.863 5.868l.373 1.344a3.464 3.464 0 0 0 2.42 2.42l1.344.374-1.344.373a3.464 3.464 0 0 0-2.42 2.42l-.373 1.344-.374-1.344a3.464 3.464 0 0 0-2.42-2.42l-1.344-.373 1.344-.374a3.464 3.464 0 0 0 2.42-2.42l.374-1.344Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/svg/VennChart.svg CHANGED
@@ -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="M3 40.99A38.86 38.86 0 0 0 41.24 79c.5 0 .92-.41.92-.9v-2.47C61.94 75.63 78 59.66 78 40 78 20.34 61.94 4.37 42.16 4.37V1.91c0-.5-.42-.91-.91-.91a39.36 39.36 0 0 0-26.16 10.78.9.9 0 0 0 0 1.23l1.73 1.73a35.4 35.4 0 0 0-10.5 25.18h-2.5c-.4.16-.82.57-.82 1.07Z" 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.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.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="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.33Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="m67.07 51.28-38.9 10.47-8.37-29.52" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M50.83 41.06c1.36 5-2.14 10.26-7.9 11.77-5.85 1.53-11.8-1.35-13.22-6.48-1.43-5.13 2.26-10.47 8.17-11.87 5.82-1.39 11.59 1.58 12.95 6.58Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M57.36 31.9c1.03 3.82-1.61 7.77-5.96 8.86-4.39 1.1-8.85-1.15-9.9-5.04-1.08-3.9 1.68-7.91 6.1-8.94 4.37-1.02 8.73 1.28 9.76 5.11Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M41.26 34.15c.01.52.08 1.04.23 1.57 1.02 3.7 5.11 5.92 9.28 5.18-1.16-3.94-5.04-6.56-9.5-6.74v0Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
14
- <mask id="a" maskUnits="userSpaceOnUse" x="40" y="33" width="12" height="9">
15
- <path d="M41.26 34.15c.01.52.08 1.04.23 1.57 1.02 3.7 5.11 5.92 9.28 5.18-1.16-3.94-5.04-6.56-9.5-6.74v0Z" fill="#45DFA7" 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="m46.18 25.45-8.43 12.3M49.79 27.93l-8.43 12.29M53.4 30.4 43.8 44.4M57 32.88l-9.24 13.49"/>
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="M3 40.987C3.497 61.968 20.301 78.59 41.245 79c.497 0 .91-.411.91-.905v-2.468C61.94 75.627 78 59.665 78 40 78 20.335 61.94 4.373 42.156 4.373V1.905A.916.916 0 0 0 41.245 1a39.36 39.36 0 0 0-26.159 10.778.89.89 0 0 0 0 1.235l1.739 1.728C10.367 21.157 6.31 30.044 6.31 39.918H3.828c-.414.164-.828.576-.828 1.07Z" 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.588 8.073-1.394-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342c.27-.076.519-.206.746-.346l.054-.032.01-.011Z" 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.745 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" 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.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.464 2.518 1.534v-.01Z" fill="#fff"/><path d="M25.372 21.938c.291 1.06-.325 2.108-1.395 2.335-1.07.227-2.183-.454-2.474-1.524-.292-1.07.324-2.118 1.404-2.345 1.081-.227 2.173.464 2.465 1.523v.011Z" fill="#E0E1E9"/><path d="M11.087 30.842s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.509 6.509 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z" fill="#6C6E79"/><path d="M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.745 26.07c-.961-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M67.068 51.28 28.172 61.754 19.8 32.227" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M50.829 41.06c1.362 5.003-2.14 10.256-7.9 11.769-5.847 1.534-11.791-1.351-13.218-6.474-1.427-5.134 2.259-10.472 8.17-11.877 5.815-1.384 11.586 1.577 12.948 6.581Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M57.357 31.892c1.037 3.826-1.61 7.781-5.955 8.873-4.388 1.102-8.852-1.157-9.91-5.047-1.07-3.902 1.685-7.911 6.105-8.938 4.378-1.016 8.733 1.275 9.76 5.112Z" fill="#fff" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M41.264 34.153c.01.519.076 1.037.227 1.567 1.016 3.707 5.112 5.922 9.284 5.177-1.167-3.934-5.047-6.56-9.511-6.733v-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m42.813 38.031 2.205-3.147M48.605 37.397l-2.17 3.164" stroke="#6C6E79" stroke-width=".7" stroke-miterlimit="10"/></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="M40.58 79C62 78.73 79 60.87 79 39.4V2a1 1 0 0 0-.99-.99H53.99A1 1 0 0 0 53 2v2.7H27.99a1 1 0 0 0-.99.99v34.35H1.99a1 1 0 0 0-.99 1A39.17 39.17 0 0 0 40.58 79Z" 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.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.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="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.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="m34 41.8-7.06 1.71a.8.8 0 0 0-.57.99l3.34 11.92 8.5-2.22-3.27-11.84a.8.8 0 0 0-.95-.56H34Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M44.22 28.76 37.4 30.3c-.45.1-.7.54-.59.99L42.8 53 51 50.87l-5.83-21.55a.78.78 0 0 0-.94-.56h-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="m58.28 31.6-6.49 1.52c-.43.1-.7.54-.58.97l4.19 15.64 7.93-2.06-4.1-15.5a.79.79 0 0 0-.93-.56h-.02Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M23.36 61.28 70.2 48.9M27.56 48.6l4.3-6.28M35.5 44.76l-6.42 9.36M33.5 55.42l3.6-5.25" 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="M40.585 78.997C61.996 78.727 79 60.873 79 39.412V1.992A1 1 0 0 0 78.01 1H53.99a1 1 0 0 0-.99.992v2.705H27.99a1 1 0 0 0-.99.992v34.355H1.99a1 1 0 0 0-.99.991c.63 21.19 18.173 38.232 39.585 37.962Z" 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.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.762 53.554 24.09 66.555a2.734 2.734 0 0 1-3.35-1.891L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" fill="#fff"/><path d="M65.452 18.818 11.068 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z" fill="#6C6E79"/><path d="M18.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.092.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.428-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z" 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-.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.373-3.08-3.415 5.88a6.509 6.509 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z" fill="#6C6E79"/><path d="M71.762 53.554 24.09 66.555a2.734 2.734 0 0 1-3.35-1.891L9.749 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m34 41.806-7.057 1.707a.795.795 0 0 0-.573.984l3.34 11.92 8.505-2.215-3.274-11.845a.794.794 0 0 0-.952-.562l.011.01Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m44.215 28.759-6.809 1.545a.784.784 0 0 0-.583.984l5.966 21.723 8.213-2.14-5.836-21.55a.782.782 0 0 0-.94-.562h-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m58.285 31.606-6.495 1.513a.786.786 0 0 0-.584.973l4.193 15.638 7.933-2.064-4.096-15.498a.787.787 0 0 0-.94-.562h-.011Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m23.355 61.283 46.84-12.386M27.56 48.601l4.306-6.276M35.5 44.764l-6.423 9.36M33.5 55.417l3.593-5.244" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/svg/Waiting.svg CHANGED
@@ -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="M40 4.24V1.88a.88.88 0 0 0-.98-.87A39.24 39.24 0 0 0 4.26 40H1.88a.88.88 0 0 0-.87.97A39.24 39.24 0 0 0 40 75.74v2.36c0 .52.45.94.97.87a39.24 39.24 0 0 0 34.77-38.99h2.37a.9.9 0 0 0 .89-.97A39.24 39.24 0 0 0 40 4.24" fill="#E0E1E9"/>
3
- <path d="m65.23 59.85.12-.09 6.5-4.33-3.13-1.7-3.14.76-8.32-31.75a5.72 5.72 0 0 0-6.7-4.16l-39.67 8.1-1.4-3.14-3.41 5.9-.22.36v.03a5.65 5.65 0 0 0-.46 4.25l10.47 36.73a2.6 2.6 0 0 0 3.18 1.8l45.37-12.37c.27-.08.52-.2.74-.35l.06-.03.01-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M71.08 55.78 23.3 68.8a2.74 2.74 0 0 1-3.36-1.9L8.93 28.24a6.04 6.04 0 0 1 4.6-7.57L56.5 11.9a6.03 6.03 0 0 1 7.04 4.39l9.47 36.15a2.74 2.74 0 0 1-1.93 3.34Z" fill="#fff"/>
5
- <path d="m63.1 16 1.14 4.3-53.92 11.8-1.25-4.37a5.68 5.68 0 0 1 4.34-7.12l43.05-8.73A5.7 5.7 0 0 1 63.11 16Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7"/>
6
- <path d="M17.6 25.58a1.88 1.88 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.42-2.38 2.2 2.2 0 0 1 2.53 1.54ZM24.6 24.1a1.85 1.85 0 0 1-1.4 2.35 2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z" fill="#6C6E79"/>
7
- <path d="M71.08 55.78 23.3 68.8a2.74 2.74 0 0 1-3.36-1.9L8.93 28.24a6.04 6.04 0 0 1 4.6-7.57L56.5 11.9a6.03 6.03 0 0 1 7.04 4.39l9.47 36.15a2.74 2.74 0 0 1-1.93 3.34Z" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="m57.23 37.54-36.2 9.06-1.87-6.6 36.4-8.8c.46-.1.93.16 1.06.63l1.26 4.62a.88.88 0 0 1-.64 1.09h-.01ZM52.34 49.72l-28.3 7.49-1.86-6.56 28.43-7.27 1.73 6.34Z" fill="#E0E1E9"/>
9
- <path d="M56.01 50.05a20.98 20.98 0 1 0 0-41.96 20.98 20.98 0 0 0 0 41.96Z" fill="#fff"/>
10
- <path d="m52.44 32.51-8.12 3.9 12.43 6.45-1.5-8.89a1.99 1.99 0 0 0-2.82-1.46h.01ZM55.6 21.66l.58 3.38a2.15 2.15 0 0 0 3.04 1.58l3.09-1.48-6.7-3.48Z" fill="#E0E1E9"/>
11
- <path d="M69.9 21.41 54.26 13.3a1.2 1.2 0 0 0-1.62.51l-.08.17a1.2 1.2 0 0 0 .51 1.62l15.66 8.11c.59.3 1.31.07 1.62-.51l.08-.17a1.2 1.2 0 0 0-.51-1.62ZM42.12 36.73l15.65 8.11c.6.31 1.32.08 1.62-.51l.09-.16a1.2 1.2 0 0 0-.51-1.62L43.3 34.43a1.2 1.2 0 0 0-1.62.52l-.09.16a1.2 1.2 0 0 0 .52 1.62Z" fill="#6C6E79"/>
12
- <path d="M59.1 36.42a11.44 11.44 0 0 0-1.22-4.94 1.53 1.53 0 0 1 0-1.38l.04-.09c.23-.43.65-.73 1.14-.8a11.6 11.6 0 0 0 8.7-6.5h.03v-.02l-13.31-6.9v.02a11.47 11.47 0 0 0-.3 10.85c.22.44.23.96 0 1.39l-.04.09c-.23.43-.65.72-1.14.8a11.6 11.6 0 0 0-8.7 6.5h-.03v.02l13.31 6.9v-.02c.52-.9 1.57-3.03 1.52-5.92v0Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M56.01 50.05a20.98 20.98 0 1 0 0-41.96 20.98 20.98 0 0 0 0 41.96Z" 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="M39.996 4.245V1.884c0-.52-.455-.942-.975-.877C19.45 3.227 4.256 19.84 4.256 39.996H1.884c-.52 0-.942.454-.877.974 2.22 19.57 18.833 34.765 38.989 34.765v2.361c0 .52.454.943.974.878 19.57-2.22 34.765-18.834 34.765-38.99h2.372c.52 0 .942-.454.888-.974-2.22-19.57-18.834-34.765-38.989-34.765" fill="#E0E1E9"/><path d="M65.23 59.847s.087-.054.12-.086l6.508-4.332-3.14-1.7-3.142.758-8.317-31.744a5.717 5.717 0 0 0-6.693-4.159l-39.671 8.09-1.398-3.13-3.422 5.892c-.076.12-.152.25-.216.368v.022a5.65 5.65 0 0 0-.455 4.256l10.462 36.726a2.592 2.592 0 0 0 3.184 1.797l45.368-12.368c.27-.075.52-.205.747-.346l.054-.033.011-.01Z" fill="#6C6E79" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m71.078 55.775-47.772 13.03a2.74 2.74 0 0 1-3.358-1.896L8.934 28.234c-.964-3.38 1.159-6.866 4.603-7.57l42.964-8.762c3.14-.64 6.238 1.289 7.04 4.386l9.465 36.152a2.735 2.735 0 0 1-1.928 3.335Z" fill="#fff"/><path d="m63.107 16 1.132 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.093-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.89 1.213 6.645 4.122V16Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7"/><path d="M17.599 25.58a1.877 1.877 0 0 1-1.42 2.372c-1.093.239-2.23-.455-2.534-1.527a1.872 1.872 0 0 1 1.43-2.372c1.094-.227 2.22.466 2.524 1.538v-.01ZM24.595 24.108c.292 1.06-.325 2.111-1.397 2.339-1.072.227-2.188-.455-2.48-1.527-.293-1.072.325-2.123 1.408-2.35 1.083-.228 2.176.465 2.469 1.527v.01Z" fill="#6C6E79"/><path d="m71.078 55.775-47.772 13.03a2.74 2.74 0 0 1-3.358-1.896L8.934 28.234c-.964-3.38 1.159-6.866 4.603-7.57l42.964-8.762c3.14-.64 6.238 1.289 7.04 4.386l9.465 36.152a2.735 2.735 0 0 1-1.928 3.335Z" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round"/><path d="m57.226 37.537-36.194 9.065-1.874-6.606 36.4-8.795a.887.887 0 0 1 1.062.629l1.256 4.624a.88.88 0 0 1-.639 1.083h-.01ZM52.342 49.721l-28.3 7.484-1.862-6.552 28.43-7.278 1.732 6.346Z" fill="#E0E1E9"/><path d="M56.013 50.046c11.586 0 20.979-9.392 20.979-20.978 0-11.586-9.393-20.978-20.979-20.978-11.586 0-20.978 9.392-20.978 20.978 0 11.586 9.392 20.978 20.978 20.978Z" fill="#fff"/><path d="m52.44 32.512-8.123 3.899 12.433 6.444-1.495-8.88a1.989 1.989 0 0 0-2.826-1.463h.01ZM55.602 21.66l.574 3.379a2.146 2.146 0 0 0 3.043 1.581l3.087-1.484-6.704-3.476Z" fill="#E0E1E9"/><path d="M69.91 21.412 54.253 13.3a1.202 1.202 0 0 0-1.62.514l-.085.164a1.202 1.202 0 0 0 .515 1.62l15.655 8.112c.59.305 1.315.075 1.62-.515l.085-.163a1.202 1.202 0 0 0-.515-1.62ZM42.12 36.733l15.655 8.111c.59.306 1.315.076 1.62-.514l.085-.163a1.202 1.202 0 0 0-.515-1.62L43.31 34.434a1.202 1.202 0 0 0-1.62.514l-.085.164a1.202 1.202 0 0 0 .515 1.62Z" fill="#6C6E79"/><path d="M59.1 36.421a11.436 11.436 0 0 0-1.224-4.938 1.526 1.526 0 0 1 0-1.386l.044-.087c.227-.433.65-.726 1.137-.802a11.383 11.383 0 0 0 4.743-1.851 11.593 11.593 0 0 0 3.964-4.647h.022v-.021c-4.44-2.296-8.88-4.603-13.31-6.9v.023c-.52.898-1.57 3.021-1.517 5.913a11.436 11.436 0 0 0 1.224 4.938c.217.434.228.953 0 1.387l-.043.086c-.228.434-.65.726-1.137.802-1.18.173-2.946.628-4.744 1.852a11.593 11.593 0 0 0-3.964 4.646h-.022v.022c4.44 2.296 8.881 4.602 13.31 6.898v-.021c.52-.9 1.571-3.022 1.517-5.914v0Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="M56.013 50.046c11.586 0 20.979-9.392 20.979-20.978 0-11.586-9.393-20.978-20.979-20.978-11.586 0-20.978 9.392-20.978 20.978 0 11.586 9.392 20.978 20.978 20.978Z" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/svg/Warning.svg CHANGED
@@ -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="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.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="#E0E1E9" stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M40.48 27.98 33.03 56.4a.98.98 0 0 0 1.22 1.2l27.77-7.62c.73-.2.97-1.1.44-1.64L42.15 27.53a1 1 0 0 0-1.67.43v.01Z"/>
11
- <path stroke="#6C6E79" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m43.44 35.48 2.38 8.64"/>
12
- <path fill="#6C6E79" d="M48.35 48.35c.19.67-.24 1.37-.94 1.55-.71.19-1.44-.2-1.63-.87-.18-.67.24-1.37.95-1.56.7-.18 1.43.21 1.61.88h.01Z"/>
13
- </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.146-.638 6.25 1.286 7.053 4.378l1.226 4.669.011-.01Z" 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.465 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="m40.481 27.976-7.447 28.427a.98.98 0 0 0 1.22 1.197l27.762-7.62c.73-.197.97-1.1.447-1.645L42.147 27.53c-.533-.545-1.47-.305-1.666.435v.01Z" fill="#E0E1E9" stroke="#6C6E79" stroke-width=".7" stroke-linecap="round" stroke-linejoin="round"/><path d="m43.443 35.477 2.373 8.645" stroke="#6C6E79" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M48.353 48.346c.185.675-.24 1.372-.947 1.557-.708.185-1.438-.196-1.623-.871-.185-.675.24-1.372.947-1.557.708-.185 1.427.207 1.612.871h.01Z" fill="#6C6E79"/></svg>