@golstats/gsc-top-player 1.0.11 → 1.0.13

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 (84) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +53 -53
  3. package/dist/{FilterConditions-55d68355-DMqzcKBO.js → FilterConditions-55d68355-icU5o85T.js} +1 -1
  4. package/dist/{FilterField-59a73e38-CNaE03Ge.js → FilterField-59a73e38-BOM_57PM.js} +1 -1
  5. package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r.js → FilterSubcategories-a9b32cc9-yXOBLwEK.js} +1 -1
  6. package/dist/atajada.svg +56 -56
  7. package/dist/backarrow.svg +3 -3
  8. package/dist/contorno-escudo.svg +3 -3
  9. package/dist/css/fonts.css +91 -91
  10. package/dist/fin-del-partido.svg +43 -43
  11. package/dist/fuera-de-lugar.svg +57 -57
  12. package/dist/gol.svg +48 -48
  13. package/dist/group-427321178.svg +8 -8
  14. package/dist/group-427321179.svg +5 -5
  15. package/dist/group-427321501.svg +5 -5
  16. package/dist/gsc-top-player.css +1 -1
  17. package/dist/gsc-top-player.es.js +1 -1
  18. package/dist/gsc-top-player.umd.js +9 -9
  19. package/dist/icn-arrow-expand.svg +3 -3
  20. package/dist/icn-cambio.svg +26 -26
  21. package/dist/icn-expand-arrow.svg +3 -3
  22. package/dist/icn-expand-arrow1.svg +3 -3
  23. package/dist/icn-falta.svg +42 -42
  24. package/dist/icn-filter.svg +12 -12
  25. package/dist/icn-filter1.svg +12 -12
  26. package/dist/icn-filter2.svg +12 -12
  27. package/dist/icn-play.svg +10 -10
  28. package/dist/icn-tarjeta-amarilla.svg +4 -4
  29. package/dist/icn-tarjeta-roja.svg +4 -4
  30. package/dist/icn-tiro-a-porteria.svg +36 -36
  31. package/dist/icn-tiros-de-esquina.svg +54 -54
  32. package/dist/images/events/logo-fusionado.svg +37 -37
  33. package/dist/{index--DcThtAY.js → index-DP7G7HpQ.js} +940 -940
  34. package/dist/inicia-el-partido.svg +45 -45
  35. package/dist/jugada-peligrosa.svg +90 -90
  36. package/dist/next-arrow.svg +3 -3
  37. package/dist/nextarrow.svg +3 -3
  38. package/dist/penal-fallado.svg +194 -194
  39. package/dist/penal-marcado.svg +189 -189
  40. package/dist/play-icn.svg +3 -3
  41. package/dist/public/images/canchaRPH.svg +30 -30
  42. package/dist/public/images/events/atajada.svg +56 -56
  43. package/dist/public/images/events/cambio.svg +26 -26
  44. package/dist/public/images/events/falta.svg +42 -42
  45. package/dist/public/images/events/fin-del-partido.svg +43 -43
  46. package/dist/public/images/events/fuera-de-lugar.svg +57 -57
  47. package/dist/public/images/events/gol.svg +48 -48
  48. package/dist/public/images/events/icn-cambio.svg +6 -6
  49. package/dist/public/images/events/icn-falta.svg +4 -4
  50. package/dist/public/images/events/icn-play.svg +3 -3
  51. package/dist/public/images/events/icn-tarjeta-amarilla.svg +4 -4
  52. package/dist/public/images/events/icn-tarjeta-roja.svg +4 -4
  53. package/dist/public/images/events/icn-tiro-a-porteria.svg +36 -36
  54. package/dist/public/images/events/icn-tiros-de-esquina.svg +18 -18
  55. package/dist/public/images/events/inicia-el-partido.svg +45 -45
  56. package/dist/public/images/events/jugada-peligrosa.svg +90 -90
  57. package/dist/public/images/events/penal-fallado.svg +194 -194
  58. package/dist/public/images/events/penal-marcado.svg +189 -189
  59. package/dist/public/images/events/tiempo-agregado.svg +74 -74
  60. package/dist/public/images/events/tiro-a-porteria.svg +80 -80
  61. package/dist/public/images/events/tiro-de-esquina.svg +54 -54
  62. package/dist/public/images/events/var.svg +30 -30
  63. package/dist/shape.svg +3 -3
  64. package/dist/styles.css +1176 -1176
  65. package/dist/tiempo-agregado.svg +74 -74
  66. package/dist/tiro-a-porteria.svg +80 -80
  67. package/dist/var.svg +30 -30
  68. package/package.json +1 -1
  69. package/src/components/comparative/categories.js +137 -137
  70. package/src/components/comparative/composable-filters.js +10 -10
  71. package/src/components/comparative/computedProperties.js +327 -327
  72. package/src/components/comparative/dummy-top-players.js +122 -122
  73. package/src/components/comparative/filtersTypes.js +117 -117
  74. package/src/components/comparative/gsc-button.vue +198 -198
  75. package/src/components/comparative/gsc-expanded-info-player.vue +710 -710
  76. package/src/components/comparative/gsc-head-titles.vue +1482 -1482
  77. package/src/components/comparative/gsc-header-tops.vue +1418 -1418
  78. package/src/components/comparative/gsc-top.vue +1511 -1511
  79. package/src/components/comparative/gsc-tops-full.vue +2473 -2473
  80. package/src/components/comparative/nationalities-catalog.js +233 -233
  81. package/src/components/comparative/playsTypes.js +142 -142
  82. package/src/components/comparative/useElementSize.js +23 -23
  83. package/src/components/gsc-top-player.vue +91 -91
  84. package/src/index.js +5 -5
@@ -1,190 +1,190 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 48">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: none;
7
- }
8
-
9
- .cls-2 {
10
- clip-path: url(#clippath);
11
- }
12
-
13
- .cls-3 {
14
- mask: url(#mask);
15
- }
16
-
17
- .cls-4 {
18
- fill: #fff;
19
- }
20
-
21
- .cls-5 {
22
- fill: #172531;
23
- }
24
-
25
- .cls-6 {
26
- opacity: .5;
27
- }
28
-
29
- .cls-7 {
30
- isolation: isolate;
31
- opacity: .6;
32
- }
33
- </style>
34
- <clipPath id="clippath">
35
- <circle class="cls-1" cx="30.05" cy="24" r="24"/>
36
- </clipPath>
37
- <mask id="mask" x="7.33" y="1.03" width="45.33" height="45.33" maskUnits="userSpaceOnUse"/>
38
- </defs>
39
- <g id="Layer_1-2" data-name="Layer 1">
40
- <g>
41
- <g id="Oval">
42
- <circle class="cls-5" cx="30.05" cy="24" r="24"/>
43
- </g>
44
- <g class="cls-2">
45
- <g class="cls-3">
46
- <g id="Group">
47
- <g>
48
- <g id="Path-14" class="cls-7">
49
- <rect class="cls-4" y="30.13" width="60" height=".5"/>
50
- </g>
51
- <g id="Group-22">
52
- <g id="red_porteria" data-name="red porteria" class="cls-6">
53
- <g id="Group-6">
54
- <g id="Path-8">
55
- <rect class="cls-4" x="15.63" y="10.34" width=".3" height="14.84"/>
56
- </g>
57
- <g id="Path-8-Copy">
58
- <rect class="cls-4" x="17.59" y="10.34" width=".3" height="14.84"/>
59
- </g>
60
- <g id="Path-8-Copy-15">
61
- <rect class="cls-4" x="14.65" y="10.34" width=".3" height="16.45"/>
62
- </g>
63
- <g id="Path-8-Copy-16">
64
- <rect class="cls-4" x="44.05" y="10.34" width=".3" height="16.45"/>
65
- </g>
66
- <g id="Path-8-Copy-2">
67
- <rect class="cls-4" x="19.55" y="10.34" width=".3" height="14.84"/>
68
- </g>
69
- <g id="Path-8-Copy-3">
70
- <rect class="cls-4" x="21.51" y="10.34" width=".3" height="14.84"/>
71
- </g>
72
- <g id="Path-8-Copy-4">
73
- <rect class="cls-4" x="23.47" y="10.34" width=".3" height="14.84"/>
74
- </g>
75
- <g id="Path-8-Copy-5">
76
- <rect class="cls-4" x="25.43" y="10.34" width=".3" height="14.84"/>
77
- </g>
78
- <g id="Path-8-Copy-6">
79
- <rect class="cls-4" x="27.39" y="10.34" width=".3" height="14.84"/>
80
- </g>
81
- <g id="Path-8-Copy-7">
82
- <rect class="cls-4" x="29.35" y="10.34" width=".3" height="14.84"/>
83
- </g>
84
- <g id="Path-8-Copy-8">
85
- <rect class="cls-4" x="31.31" y="10.34" width=".3" height="14.84"/>
86
- </g>
87
- <g id="Path-8-Copy-9">
88
- <rect class="cls-4" x="33.27" y="10.34" width=".3" height="14.84"/>
89
- </g>
90
- <g id="Path-8-Copy-10">
91
- <rect class="cls-4" x="35.23" y="10.34" width=".3" height="14.84"/>
92
- </g>
93
- <g id="Path-8-Copy-11">
94
- <rect class="cls-4" x="37.19" y="10.34" width=".3" height="14.84"/>
95
- </g>
96
- <g id="Path-8-Copy-12">
97
- <rect class="cls-4" x="39.15" y="10.34" width=".3" height="14.84"/>
98
- </g>
99
- <g id="Path-8-Copy-13">
100
- <rect class="cls-4" x="41.11" y="10.34" width=".3" height="14.84"/>
101
- </g>
102
- <g id="Path-8-Copy-14">
103
- <rect class="cls-4" x="43.07" y="10.34" width=".3" height="14.84"/>
104
- </g>
105
- </g>
106
- <g id="red">
107
- <g id="Group-20">
108
- <g id="Path-9">
109
- <polygon class="cls-4" points="13.51 12.27 13.47 11.97 15.76 11.65 43.39 11.65 43.39 11.95 15.78 11.95 13.51 12.27"/>
110
- </g>
111
- <g id="Path-9-Copy">
112
- <polygon class="cls-4" points="13.53 14.52 13.45 14.23 15.78 13.58 43.39 13.58 43.39 13.88 15.8 13.88 13.53 14.52"/>
113
- </g>
114
- <g id="Path-9-Copy-2">
115
- <polygon class="cls-4" points="13.07 17.25 12.93 16.99 15.78 15.52 43.39 15.52 43.39 15.82 15.81 15.82 13.07 17.25"/>
116
- </g>
117
- <g id="Path-9-Copy-3">
118
- <polygon class="cls-4" points="13.59 19.41 13.41 19.17 15.73 17.45 43.39 17.45 43.39 17.75 15.83 17.75 13.59 19.41"/>
119
- </g>
120
- <g id="Path-9-Copy-4">
121
- <polygon class="cls-4" points="13.59 21.74 13.39 21.52 15.72 19.39 43.39 19.39 43.39 19.69 15.84 19.69 13.59 21.74"/>
122
- </g>
123
- <g id="Path-9-Copy-5">
124
- <polygon class="cls-4" points="13.6 24 13.38 23.79 15.71 21.32 43.39 21.32 43.39 21.62 15.84 21.62 13.6 24"/>
125
- </g>
126
- <g id="Path-9-Copy-6">
127
- <polygon class="cls-4" points="13.45 26.73 13.21 26.54 15.7 23.26 43.39 23.26 43.39 23.56 15.85 23.56 13.45 26.73"/>
128
- </g>
129
- <g id="Path-9-Copy-7">
130
- <polygon class="cls-4" points="13.62 29.13 13.36 28.98 15.53 25.19 43.39 25.19 43.39 25.49 15.7 25.49 13.62 29.13"/>
131
- </g>
132
- </g>
133
- <g id="Group-20-2" data-name="Group-20">
134
- <g id="Path-9-2" data-name="Path-9">
135
- <polygon class="cls-4" points="45.49 12.27 43.2 11.94 15.61 11.95 15.61 11.65 43.22 11.65 45.53 11.97 45.49 12.27"/>
136
- </g>
137
- <g id="Path-9-Copy-2" data-name="Path-9-Copy">
138
- <polygon class="cls-4" points="45.47 14.52 43.2 13.88 15.61 13.88 15.61 13.58 43.26 13.59 45.55 14.23 45.47 14.52"/>
139
- </g>
140
- <g id="Path-9-Copy-2-2" data-name="Path-9-Copy-2">
141
- <polygon class="cls-4" points="45.93 17.25 43.19 15.82 15.61 15.82 15.61 15.52 43.29 15.53 46.07 16.99 45.93 17.25"/>
142
- </g>
143
- <g id="Path-9-Copy-3-2" data-name="Path-9-Copy-3">
144
- <polygon class="cls-4" points="45.41 19.41 43.17 17.75 15.61 17.75 15.61 17.45 43.27 17.45 45.59 19.17 45.41 19.41"/>
145
- </g>
146
- <g id="Path-9-Copy-4-2" data-name="Path-9-Copy-4">
147
- <polygon class="cls-4" points="45.41 21.74 43.16 19.69 15.61 19.69 15.61 19.39 43.28 19.39 45.61 21.52 45.41 21.74"/>
148
- </g>
149
- <g id="Path-9-Copy-5-2" data-name="Path-9-Copy-5">
150
- <polygon class="cls-4" points="45.4 24 43.16 21.62 15.61 21.62 15.61 21.32 43.29 21.32 45.62 23.79 45.4 24"/>
151
- </g>
152
- <g id="Path-9-Copy-6-2" data-name="Path-9-Copy-6">
153
- <polygon class="cls-4" points="45.55 26.73 43.15 23.56 15.61 23.56 15.61 23.26 43.3 23.26 43.34 23.32 45.79 26.54 45.55 26.73"/>
154
- </g>
155
- <g id="Path-9-Copy-7-2" data-name="Path-9-Copy-7">
156
- <polygon class="cls-4" points="45.71 29.14 43.31 25.49 15.61 25.49 15.61 25.19 43.47 25.19 45.96 28.97 45.71 29.14"/>
157
- </g>
158
- </g>
159
- </g>
160
- </g>
161
- <g id="Path-7">
162
- <polygon class="cls-4" points="46.5 29.7 45.5 29.7 45.5 10.2 13.99 10.2 13.99 29.7 12.99 29.7 12.99 9.2 46.5 9.2 46.5 29.7"/>
163
- </g>
164
- </g>
165
- </g>
166
- </g>
167
- </g>
168
- </g>
169
- <g>
170
- <ellipse class="cls-5" cx="30.03" cy="35.53" rx="8.59" ry="8.61"/>
171
- <g>
172
- <path class="cls-4" d="M26.84,40.47c-.12,0-.24-.04-.33-.13-.21-.18-.22-.5-.04-.71l1.23-1.38c.19-.2,.5-.22,.71-.04,.21,.18,.22,.5,.04,.71l-1.23,1.38c-.1,.11-.24,.17-.37,.17Z"/>
173
- <g>
174
- <path class="cls-4" d="M30.05,43.29c-4.27,0-7.75-3.48-7.75-7.75s3.48-7.75,7.75-7.75,7.75,3.48,7.75,7.75-3.48,7.75-7.75,7.75Zm0-14.5c-3.72,0-6.75,3.03-6.75,6.75s3.03,6.75,6.75,6.75,6.75-3.03,6.75-6.75-3.03-6.75-6.75-6.75Z"/>
175
- <path class="cls-4" d="M32.05,39.1h-3.99c-.22,0-.41-.14-.48-.35l-1.23-3.8c-.07-.21,0-.43,.18-.56l3.22-2.35c.18-.13,.41-.13,.59,0l3.23,2.35c.17,.13,.25,.35,.18,.56l-1.23,3.8c-.07,.21-.26,.35-.48,.35Zm-3.62-1h3.26l1.01-3.11-2.64-1.92-2.64,1.92,1.01,3.11Z"/>
176
- <path class="cls-4" d="M30.07,30.52c-.07,0-.13-.01-.2-.04l-2.75-1.17c-.25-.11-.37-.4-.26-.66,.11-.25,.4-.37,.66-.26l2.55,1.09,2.55-1.09c.25-.11,.55,0,.66,.26,.11,.25,0,.55-.26,.66l-2.75,1.17c-.06,.03-.13,.04-.2,.04Z"/>
177
- <path class="cls-4" d="M22.89,36.58c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l1.82-2.1-.25-2.77c-.02-.28,.18-.52,.45-.54,.28-.03,.52,.18,.54,.45l.26,2.98c.01,.13-.03,.27-.12,.37l-1.96,2.26c-.1,.11-.24,.17-.38,.17Z"/>
178
- <path class="cls-4" d="M28.38,43.04c-.17,0-.34-.09-.43-.24l-1.43-2.38-2.7-.62c-.27-.06-.44-.33-.38-.6,.06-.27,.33-.44,.6-.38l2.91,.67c.13,.03,.25,.11,.32,.23l1.54,2.57c.14,.24,.06,.54-.17,.69-.08,.05-.17,.07-.26,.07Z"/>
179
- <path class="cls-4" d="M31.75,43.04c-.09,0-.18-.02-.26-.07-.24-.14-.31-.45-.17-.69l1.53-2.57c.07-.12,.18-.2,.32-.23l2.91-.67c.27-.06,.54,.11,.6,.38s-.11,.54-.38,.6l-2.7,.62-1.42,2.39c-.09,.16-.26,.24-.43,.24Z"/>
180
- <path class="cls-4" d="M37.25,36.58c-.14,0-.28-.06-.38-.17l-1.96-2.26c-.09-.1-.13-.24-.12-.37l.26-2.98c.02-.27,.26-.48,.54-.45,.28,.02,.48,.27,.45,.54l-.25,2.77,1.82,2.1c.18,.21,.16,.52-.05,.71-.09,.08-.21,.12-.33,.12Z"/>
181
- <path class="cls-4" d="M30.06,32.95c-.28,0-.5-.22-.5-.5v-2.43c0-.28,.22-.5,.5-.5s.5,.22,.5,.5v2.43c0,.28-.22,.5-.5,.5Z"/>
182
- <path class="cls-4" d="M33.3,35.39c-.18,0-.35-.1-.44-.26-.13-.24-.04-.55,.2-.68l1.99-1.07c.24-.13,.55-.04,.68,.2s.04,.55-.2,.68l-1.99,1.07c-.08,.04-.16,.06-.24,.06Z"/>
183
- <path class="cls-4" d="M33.29,40.47c-.14,0-.27-.06-.37-.17l-1.23-1.37c-.18-.21-.17-.52,.04-.71,.21-.19,.52-.17,.71,.04l1.23,1.37c.18,.21,.17,.52-.04,.71-.1,.09-.21,.13-.33,.13Z"/>
184
- <path class="cls-4" d="M26.84,35.3c-.07,0-.15-.02-.22-.05l-1.99-.97c-.25-.12-.35-.42-.23-.67,.12-.25,.42-.35,.67-.23l1.99,.97c.25,.12,.35,.42,.23,.67-.09,.18-.26,.28-.45,.28Z"/>
185
- </g>
186
- </g>
187
- </g>
188
- </g>
189
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 48">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: none;
7
+ }
8
+
9
+ .cls-2 {
10
+ clip-path: url(#clippath);
11
+ }
12
+
13
+ .cls-3 {
14
+ mask: url(#mask);
15
+ }
16
+
17
+ .cls-4 {
18
+ fill: #fff;
19
+ }
20
+
21
+ .cls-5 {
22
+ fill: #172531;
23
+ }
24
+
25
+ .cls-6 {
26
+ opacity: .5;
27
+ }
28
+
29
+ .cls-7 {
30
+ isolation: isolate;
31
+ opacity: .6;
32
+ }
33
+ </style>
34
+ <clipPath id="clippath">
35
+ <circle class="cls-1" cx="30.05" cy="24" r="24"/>
36
+ </clipPath>
37
+ <mask id="mask" x="7.33" y="1.03" width="45.33" height="45.33" maskUnits="userSpaceOnUse"/>
38
+ </defs>
39
+ <g id="Layer_1-2" data-name="Layer 1">
40
+ <g>
41
+ <g id="Oval">
42
+ <circle class="cls-5" cx="30.05" cy="24" r="24"/>
43
+ </g>
44
+ <g class="cls-2">
45
+ <g class="cls-3">
46
+ <g id="Group">
47
+ <g>
48
+ <g id="Path-14" class="cls-7">
49
+ <rect class="cls-4" y="30.13" width="60" height=".5"/>
50
+ </g>
51
+ <g id="Group-22">
52
+ <g id="red_porteria" data-name="red porteria" class="cls-6">
53
+ <g id="Group-6">
54
+ <g id="Path-8">
55
+ <rect class="cls-4" x="15.63" y="10.34" width=".3" height="14.84"/>
56
+ </g>
57
+ <g id="Path-8-Copy">
58
+ <rect class="cls-4" x="17.59" y="10.34" width=".3" height="14.84"/>
59
+ </g>
60
+ <g id="Path-8-Copy-15">
61
+ <rect class="cls-4" x="14.65" y="10.34" width=".3" height="16.45"/>
62
+ </g>
63
+ <g id="Path-8-Copy-16">
64
+ <rect class="cls-4" x="44.05" y="10.34" width=".3" height="16.45"/>
65
+ </g>
66
+ <g id="Path-8-Copy-2">
67
+ <rect class="cls-4" x="19.55" y="10.34" width=".3" height="14.84"/>
68
+ </g>
69
+ <g id="Path-8-Copy-3">
70
+ <rect class="cls-4" x="21.51" y="10.34" width=".3" height="14.84"/>
71
+ </g>
72
+ <g id="Path-8-Copy-4">
73
+ <rect class="cls-4" x="23.47" y="10.34" width=".3" height="14.84"/>
74
+ </g>
75
+ <g id="Path-8-Copy-5">
76
+ <rect class="cls-4" x="25.43" y="10.34" width=".3" height="14.84"/>
77
+ </g>
78
+ <g id="Path-8-Copy-6">
79
+ <rect class="cls-4" x="27.39" y="10.34" width=".3" height="14.84"/>
80
+ </g>
81
+ <g id="Path-8-Copy-7">
82
+ <rect class="cls-4" x="29.35" y="10.34" width=".3" height="14.84"/>
83
+ </g>
84
+ <g id="Path-8-Copy-8">
85
+ <rect class="cls-4" x="31.31" y="10.34" width=".3" height="14.84"/>
86
+ </g>
87
+ <g id="Path-8-Copy-9">
88
+ <rect class="cls-4" x="33.27" y="10.34" width=".3" height="14.84"/>
89
+ </g>
90
+ <g id="Path-8-Copy-10">
91
+ <rect class="cls-4" x="35.23" y="10.34" width=".3" height="14.84"/>
92
+ </g>
93
+ <g id="Path-8-Copy-11">
94
+ <rect class="cls-4" x="37.19" y="10.34" width=".3" height="14.84"/>
95
+ </g>
96
+ <g id="Path-8-Copy-12">
97
+ <rect class="cls-4" x="39.15" y="10.34" width=".3" height="14.84"/>
98
+ </g>
99
+ <g id="Path-8-Copy-13">
100
+ <rect class="cls-4" x="41.11" y="10.34" width=".3" height="14.84"/>
101
+ </g>
102
+ <g id="Path-8-Copy-14">
103
+ <rect class="cls-4" x="43.07" y="10.34" width=".3" height="14.84"/>
104
+ </g>
105
+ </g>
106
+ <g id="red">
107
+ <g id="Group-20">
108
+ <g id="Path-9">
109
+ <polygon class="cls-4" points="13.51 12.27 13.47 11.97 15.76 11.65 43.39 11.65 43.39 11.95 15.78 11.95 13.51 12.27"/>
110
+ </g>
111
+ <g id="Path-9-Copy">
112
+ <polygon class="cls-4" points="13.53 14.52 13.45 14.23 15.78 13.58 43.39 13.58 43.39 13.88 15.8 13.88 13.53 14.52"/>
113
+ </g>
114
+ <g id="Path-9-Copy-2">
115
+ <polygon class="cls-4" points="13.07 17.25 12.93 16.99 15.78 15.52 43.39 15.52 43.39 15.82 15.81 15.82 13.07 17.25"/>
116
+ </g>
117
+ <g id="Path-9-Copy-3">
118
+ <polygon class="cls-4" points="13.59 19.41 13.41 19.17 15.73 17.45 43.39 17.45 43.39 17.75 15.83 17.75 13.59 19.41"/>
119
+ </g>
120
+ <g id="Path-9-Copy-4">
121
+ <polygon class="cls-4" points="13.59 21.74 13.39 21.52 15.72 19.39 43.39 19.39 43.39 19.69 15.84 19.69 13.59 21.74"/>
122
+ </g>
123
+ <g id="Path-9-Copy-5">
124
+ <polygon class="cls-4" points="13.6 24 13.38 23.79 15.71 21.32 43.39 21.32 43.39 21.62 15.84 21.62 13.6 24"/>
125
+ </g>
126
+ <g id="Path-9-Copy-6">
127
+ <polygon class="cls-4" points="13.45 26.73 13.21 26.54 15.7 23.26 43.39 23.26 43.39 23.56 15.85 23.56 13.45 26.73"/>
128
+ </g>
129
+ <g id="Path-9-Copy-7">
130
+ <polygon class="cls-4" points="13.62 29.13 13.36 28.98 15.53 25.19 43.39 25.19 43.39 25.49 15.7 25.49 13.62 29.13"/>
131
+ </g>
132
+ </g>
133
+ <g id="Group-20-2" data-name="Group-20">
134
+ <g id="Path-9-2" data-name="Path-9">
135
+ <polygon class="cls-4" points="45.49 12.27 43.2 11.94 15.61 11.95 15.61 11.65 43.22 11.65 45.53 11.97 45.49 12.27"/>
136
+ </g>
137
+ <g id="Path-9-Copy-2" data-name="Path-9-Copy">
138
+ <polygon class="cls-4" points="45.47 14.52 43.2 13.88 15.61 13.88 15.61 13.58 43.26 13.59 45.55 14.23 45.47 14.52"/>
139
+ </g>
140
+ <g id="Path-9-Copy-2-2" data-name="Path-9-Copy-2">
141
+ <polygon class="cls-4" points="45.93 17.25 43.19 15.82 15.61 15.82 15.61 15.52 43.29 15.53 46.07 16.99 45.93 17.25"/>
142
+ </g>
143
+ <g id="Path-9-Copy-3-2" data-name="Path-9-Copy-3">
144
+ <polygon class="cls-4" points="45.41 19.41 43.17 17.75 15.61 17.75 15.61 17.45 43.27 17.45 45.59 19.17 45.41 19.41"/>
145
+ </g>
146
+ <g id="Path-9-Copy-4-2" data-name="Path-9-Copy-4">
147
+ <polygon class="cls-4" points="45.41 21.74 43.16 19.69 15.61 19.69 15.61 19.39 43.28 19.39 45.61 21.52 45.41 21.74"/>
148
+ </g>
149
+ <g id="Path-9-Copy-5-2" data-name="Path-9-Copy-5">
150
+ <polygon class="cls-4" points="45.4 24 43.16 21.62 15.61 21.62 15.61 21.32 43.29 21.32 45.62 23.79 45.4 24"/>
151
+ </g>
152
+ <g id="Path-9-Copy-6-2" data-name="Path-9-Copy-6">
153
+ <polygon class="cls-4" points="45.55 26.73 43.15 23.56 15.61 23.56 15.61 23.26 43.3 23.26 43.34 23.32 45.79 26.54 45.55 26.73"/>
154
+ </g>
155
+ <g id="Path-9-Copy-7-2" data-name="Path-9-Copy-7">
156
+ <polygon class="cls-4" points="45.71 29.14 43.31 25.49 15.61 25.49 15.61 25.19 43.47 25.19 45.96 28.97 45.71 29.14"/>
157
+ </g>
158
+ </g>
159
+ </g>
160
+ </g>
161
+ <g id="Path-7">
162
+ <polygon class="cls-4" points="46.5 29.7 45.5 29.7 45.5 10.2 13.99 10.2 13.99 29.7 12.99 29.7 12.99 9.2 46.5 9.2 46.5 29.7"/>
163
+ </g>
164
+ </g>
165
+ </g>
166
+ </g>
167
+ </g>
168
+ </g>
169
+ <g>
170
+ <ellipse class="cls-5" cx="30.03" cy="35.53" rx="8.59" ry="8.61"/>
171
+ <g>
172
+ <path class="cls-4" d="M26.84,40.47c-.12,0-.24-.04-.33-.13-.21-.18-.22-.5-.04-.71l1.23-1.38c.19-.2,.5-.22,.71-.04,.21,.18,.22,.5,.04,.71l-1.23,1.38c-.1,.11-.24,.17-.37,.17Z"/>
173
+ <g>
174
+ <path class="cls-4" d="M30.05,43.29c-4.27,0-7.75-3.48-7.75-7.75s3.48-7.75,7.75-7.75,7.75,3.48,7.75,7.75-3.48,7.75-7.75,7.75Zm0-14.5c-3.72,0-6.75,3.03-6.75,6.75s3.03,6.75,6.75,6.75,6.75-3.03,6.75-6.75-3.03-6.75-6.75-6.75Z"/>
175
+ <path class="cls-4" d="M32.05,39.1h-3.99c-.22,0-.41-.14-.48-.35l-1.23-3.8c-.07-.21,0-.43,.18-.56l3.22-2.35c.18-.13,.41-.13,.59,0l3.23,2.35c.17,.13,.25,.35,.18,.56l-1.23,3.8c-.07,.21-.26,.35-.48,.35Zm-3.62-1h3.26l1.01-3.11-2.64-1.92-2.64,1.92,1.01,3.11Z"/>
176
+ <path class="cls-4" d="M30.07,30.52c-.07,0-.13-.01-.2-.04l-2.75-1.17c-.25-.11-.37-.4-.26-.66,.11-.25,.4-.37,.66-.26l2.55,1.09,2.55-1.09c.25-.11,.55,0,.66,.26,.11,.25,0,.55-.26,.66l-2.75,1.17c-.06,.03-.13,.04-.2,.04Z"/>
177
+ <path class="cls-4" d="M22.89,36.58c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l1.82-2.1-.25-2.77c-.02-.28,.18-.52,.45-.54,.28-.03,.52,.18,.54,.45l.26,2.98c.01,.13-.03,.27-.12,.37l-1.96,2.26c-.1,.11-.24,.17-.38,.17Z"/>
178
+ <path class="cls-4" d="M28.38,43.04c-.17,0-.34-.09-.43-.24l-1.43-2.38-2.7-.62c-.27-.06-.44-.33-.38-.6,.06-.27,.33-.44,.6-.38l2.91,.67c.13,.03,.25,.11,.32,.23l1.54,2.57c.14,.24,.06,.54-.17,.69-.08,.05-.17,.07-.26,.07Z"/>
179
+ <path class="cls-4" d="M31.75,43.04c-.09,0-.18-.02-.26-.07-.24-.14-.31-.45-.17-.69l1.53-2.57c.07-.12,.18-.2,.32-.23l2.91-.67c.27-.06,.54,.11,.6,.38s-.11,.54-.38,.6l-2.7,.62-1.42,2.39c-.09,.16-.26,.24-.43,.24Z"/>
180
+ <path class="cls-4" d="M37.25,36.58c-.14,0-.28-.06-.38-.17l-1.96-2.26c-.09-.1-.13-.24-.12-.37l.26-2.98c.02-.27,.26-.48,.54-.45,.28,.02,.48,.27,.45,.54l-.25,2.77,1.82,2.1c.18,.21,.16,.52-.05,.71-.09,.08-.21,.12-.33,.12Z"/>
181
+ <path class="cls-4" d="M30.06,32.95c-.28,0-.5-.22-.5-.5v-2.43c0-.28,.22-.5,.5-.5s.5,.22,.5,.5v2.43c0,.28-.22,.5-.5,.5Z"/>
182
+ <path class="cls-4" d="M33.3,35.39c-.18,0-.35-.1-.44-.26-.13-.24-.04-.55,.2-.68l1.99-1.07c.24-.13,.55-.04,.68,.2s.04,.55-.2,.68l-1.99,1.07c-.08,.04-.16,.06-.24,.06Z"/>
183
+ <path class="cls-4" d="M33.29,40.47c-.14,0-.27-.06-.37-.17l-1.23-1.37c-.18-.21-.17-.52,.04-.71,.21-.19,.52-.17,.71,.04l1.23,1.37c.18,.21,.17,.52-.04,.71-.1,.09-.21,.13-.33,.13Z"/>
184
+ <path class="cls-4" d="M26.84,35.3c-.07,0-.15-.02-.22-.05l-1.99-.97c-.25-.12-.35-.42-.23-.67,.12-.25,.42-.35,.67-.23l1.99,.97c.25,.12,.35,.42,.23,.67-.09,.18-.26,.28-.45,.28Z"/>
185
+ </g>
186
+ </g>
187
+ </g>
188
+ </g>
189
+ </g>
190
190
  </svg>
package/dist/play-icn.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.30205 11.4277C2.21053 11.3756 2.13403 11.2978 2.0808 11.2027C2.02757 11.1075 1.99964 10.9986 2 10.8878V1.11068C2.00013 1.0002 2.02825 0.891808 2.08137 0.797044C2.13449 0.70228 2.21063 0.624681 2.3017 0.572496C2.39276 0.520311 2.49535 0.495491 2.59855 0.500673C2.70175 0.505856 2.80171 0.540848 2.8878 0.601929L9.74533 5.49105C9.82365 5.54675 9.88789 5.62229 9.93232 5.71095C9.97675 5.79961 10 5.89864 10 5.99923C10 6.09982 9.97675 6.19885 9.93232 6.28751C9.88789 6.37617 9.82365 6.45171 9.74533 6.50741L2.8878 11.3977C2.80184 11.4589 2.70196 11.494 2.5988 11.4993C2.49565 11.5046 2.39309 11.4798 2.30205 11.4277V11.4277ZM2.57173 10.8889L9.42926 5.99981L2.57173 10.8889Z" fill="#CBEE6B"/>
3
- </svg>
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.30205 11.4277C2.21053 11.3756 2.13403 11.2978 2.0808 11.2027C2.02757 11.1075 1.99964 10.9986 2 10.8878V1.11068C2.00013 1.0002 2.02825 0.891808 2.08137 0.797044C2.13449 0.70228 2.21063 0.624681 2.3017 0.572496C2.39276 0.520311 2.49535 0.495491 2.59855 0.500673C2.70175 0.505856 2.80171 0.540848 2.8878 0.601929L9.74533 5.49105C9.82365 5.54675 9.88789 5.62229 9.93232 5.71095C9.97675 5.79961 10 5.89864 10 5.99923C10 6.09982 9.97675 6.19885 9.93232 6.28751C9.88789 6.37617 9.82365 6.45171 9.74533 6.50741L2.8878 11.3977C2.80184 11.4589 2.70196 11.494 2.5988 11.4993C2.49565 11.5046 2.39309 11.4798 2.30205 11.4277V11.4277ZM2.57173 10.8889L9.42926 5.99981L2.57173 10.8889Z" fill="#CBEE6B"/>
3
+ </svg>
@@ -1,30 +1,30 @@
1
- <svg width="849" height="257" viewBox="0 0 849 257" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.5 241.5L147 0H703L849 241.5H0.5Z" fill="#D9D9D9"/>
3
- <path d="M0.5 241.5L147 0H703L849 241.5H0.5Z" fill="url(#paint0_linear_221_1517)"/>
4
- <path d="M27.5 232.5L161.5 6.5L691.5 7.5L822.5 229.5L27.5 232.5Z" stroke="#BBBBBB"/>
5
- <path d="M146 33H226L165 194.5H50" stroke="#BBBBBB"/>
6
- <path d="M212.5 69C223.333 73 243.6 84.9 238 100.5C232.4 116.1 203.667 125.667 190 128.5" stroke="#BBBBBB"/>
7
- <path d="M707.5 33.5H628.5L687 193L800.5 192.5" stroke="#BBBBBB"/>
8
- <path d="M721 58H684.5L725.5 139.5H769.5" stroke="#BBBBBB"/>
9
- <path d="M495.5 96.5C495.5 107.157 488.115 116.896 475.977 123.999C463.851 131.095 447.067 135.5 428.5 135.5C409.933 135.5 393.149 131.095 381.023 123.999C368.885 116.896 361.5 107.157 361.5 96.5C361.5 85.8432 368.885 76.1037 381.023 69.0008C393.149 61.905 409.933 57.5 428.5 57.5C447.067 57.5 463.851 61.905 475.977 69.0008C488.115 76.1037 495.5 85.8432 495.5 96.5Z" stroke="#BBBBBB"/>
10
- <path d="M849 241H1V256H849V241Z" fill="url(#paint1_linear_221_1517)"/>
11
- <path d="M849 241H1V256H849V241Z" fill="url(#paint2_linear_221_1517)"/>
12
- <path d="M429 231V7" stroke="#BBBBBB"/>
13
- <path d="M131.407 58H166.5L123.994 141H81.5" stroke="#BBBBBB"/>
14
- <path d="M641.5 69C631.833 71.5 612.7 79.6 613.5 92C614.5 107.5 641 119.5 663 129" stroke="#BBBBBB"/>
15
- <defs>
16
- <linearGradient id="paint0_linear_221_1517" x1="215.705" y1="40.8717" x2="463.743" y2="439.384" gradientUnits="userSpaceOnUse">
17
- <stop stop-color="#0C1F52"/>
18
- <stop offset="0.553167" stop-color="#0C1F52"/>
19
- <stop offset="1" stop-color="#0C1F52"/>
20
- </linearGradient>
21
- <linearGradient id="paint1_linear_221_1517" x1="33.6861" y1="240.317" x2="34.8452" y2="278.283" gradientUnits="userSpaceOnUse">
22
- <stop stop-color="#3557A2"/>
23
- <stop offset="0.963266" stop-color="#192743"/>
24
- </linearGradient>
25
- <linearGradient id="paint2_linear_221_1517" x1="33.6861" y1="240.317" x2="34.8452" y2="278.283" gradientUnits="userSpaceOnUse">
26
- <stop stop-color="#3557A2"/>
27
- <stop offset="0.963266" stop-color="#192743"/>
28
- </linearGradient>
29
- </defs>
30
- </svg>
1
+ <svg width="849" height="257" viewBox="0 0 849 257" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.5 241.5L147 0H703L849 241.5H0.5Z" fill="#D9D9D9"/>
3
+ <path d="M0.5 241.5L147 0H703L849 241.5H0.5Z" fill="url(#paint0_linear_221_1517)"/>
4
+ <path d="M27.5 232.5L161.5 6.5L691.5 7.5L822.5 229.5L27.5 232.5Z" stroke="#BBBBBB"/>
5
+ <path d="M146 33H226L165 194.5H50" stroke="#BBBBBB"/>
6
+ <path d="M212.5 69C223.333 73 243.6 84.9 238 100.5C232.4 116.1 203.667 125.667 190 128.5" stroke="#BBBBBB"/>
7
+ <path d="M707.5 33.5H628.5L687 193L800.5 192.5" stroke="#BBBBBB"/>
8
+ <path d="M721 58H684.5L725.5 139.5H769.5" stroke="#BBBBBB"/>
9
+ <path d="M495.5 96.5C495.5 107.157 488.115 116.896 475.977 123.999C463.851 131.095 447.067 135.5 428.5 135.5C409.933 135.5 393.149 131.095 381.023 123.999C368.885 116.896 361.5 107.157 361.5 96.5C361.5 85.8432 368.885 76.1037 381.023 69.0008C393.149 61.905 409.933 57.5 428.5 57.5C447.067 57.5 463.851 61.905 475.977 69.0008C488.115 76.1037 495.5 85.8432 495.5 96.5Z" stroke="#BBBBBB"/>
10
+ <path d="M849 241H1V256H849V241Z" fill="url(#paint1_linear_221_1517)"/>
11
+ <path d="M849 241H1V256H849V241Z" fill="url(#paint2_linear_221_1517)"/>
12
+ <path d="M429 231V7" stroke="#BBBBBB"/>
13
+ <path d="M131.407 58H166.5L123.994 141H81.5" stroke="#BBBBBB"/>
14
+ <path d="M641.5 69C631.833 71.5 612.7 79.6 613.5 92C614.5 107.5 641 119.5 663 129" stroke="#BBBBBB"/>
15
+ <defs>
16
+ <linearGradient id="paint0_linear_221_1517" x1="215.705" y1="40.8717" x2="463.743" y2="439.384" gradientUnits="userSpaceOnUse">
17
+ <stop stop-color="#0C1F52"/>
18
+ <stop offset="0.553167" stop-color="#0C1F52"/>
19
+ <stop offset="1" stop-color="#0C1F52"/>
20
+ </linearGradient>
21
+ <linearGradient id="paint1_linear_221_1517" x1="33.6861" y1="240.317" x2="34.8452" y2="278.283" gradientUnits="userSpaceOnUse">
22
+ <stop stop-color="#3557A2"/>
23
+ <stop offset="0.963266" stop-color="#192743"/>
24
+ </linearGradient>
25
+ <linearGradient id="paint2_linear_221_1517" x1="33.6861" y1="240.317" x2="34.8452" y2="278.283" gradientUnits="userSpaceOnUse">
26
+ <stop stop-color="#3557A2"/>
27
+ <stop offset="0.963266" stop-color="#192743"/>
28
+ </linearGradient>
29
+ </defs>
30
+ </svg>
@@ -1,57 +1,57 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48.98 48">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: none;
7
- }
8
-
9
- .cls-2 {
10
- fill: #fff;
11
- }
12
-
13
- .cls-3 {
14
- fill: #172531;
15
- }
16
-
17
- .cls-4 {
18
- clip-path: url(#clippath-1);
19
- }
20
- </style>
21
- <clipPath id="clippath-1">
22
- <ellipse class="cls-1" cx="24.31" cy="24" rx="23.69" ry="24"/>
23
- </clipPath>
24
- </defs>
25
- <g id="Layer_1-2" data-name="Layer 1">
26
- <g>
27
- <g id="Oval">
28
- <ellipse class="cls-3" cx="24.31" cy="24" rx="23.69" ry="24"/>
29
- </g>
30
- <g class="cls-4">
31
- <g>
32
- <path class="cls-2" d="M11.04,29.92l8.79,6.97c1.61,1.28,3.54,2.12,5.56,2.44l2.86,.44c.78,.12,1.51,.44,2.14,.94l.74,.59c-.08,.68,.17,1.39,.75,1.85l4.61,3.66c.43,.34,.96,.49,1.5,.43,.29-.03,.57-.13,.82-.28,.2-.12,.39-.28,.54-.48l8.7-11.01c.7-.88,.55-2.16-.33-2.86l-4.61-3.66c-.43-.34-.96-.49-1.5-.43-.2,.02-.39,.08-.57,.16l-1.34-1.06c-.22-.17-.39-.41-.48-.67l-4.6-13.2c-.45-1.28-1.66-2.16-3.01-2.18-.86-.01-1.67,.31-2.28,.92-.6,.6-.93,1.41-.92,2.26l.02,1.74-10.04-7.96c-.73-.58-1.63-.84-2.55-.74-.92,.1-1.74,.55-2.32,1.27-.36,.46-.57,.98-.66,1.52-.48-.16-.99-.23-1.51-.17-.91,.11-1.72,.56-2.28,1.27-1.11,1.41-.91,3.43,.39,4.66-.43,.22-.82,.52-1.13,.91-1.17,1.48-.9,3.66,.6,4.86l2.61,2.07c-.42,.22-.8,.52-1.1,.9-1.17,1.48-.9,3.66,.6,4.86Zm26.7,15.27h0s.8,.63,.8,.63l-.8-.63Zm-4.58-3.65l8.4-10.63,.3-.37,1.46,1.17-4.32,5.53c-.35,.44-.27,1.09,.18,1.44,.34,.27,.81,.28,1.16,.07,.1-.06,.2-.14,.27-.24l4.31-5.51,1.53,1.22-8.7,10.98-4.59-3.64ZM12.04,26.34c.22-.28,.55-.46,.91-.51,.38-.04,.76,.07,1.07,.31l4.83,3.83c.1,.08,.21,.13,.33,.17,.04,.01,.07,.02,.11,.02,.08,.02,.16,.02,.24,.02,.04,0,.08,0,.12-.01,.09-.01,.17-.04,.25-.08,.03-.01,.06-.02,.09-.04,0,0,.02,0,.02,0,.1-.06,.19-.14,.27-.24,.26-.33,.29-.78,.1-1.13-.06-.12-.15-.22-.26-.31l-9.93-7.87c-.62-.49-.74-1.38-.27-1.98,.22-.28,.55-.46,.91-.5,.38-.05,.77,.06,1.07,.31l9.93,7.87c.1,.08,.21,.13,.33,.17,.04,.01,.07,.02,.11,.02,.08,.02,.16,.02,.25,.02,.04,0,.08,0,.12-.01,.09-.01,.17-.04,.25-.08,.03-.01,.06-.02,.09-.04,0,0,.02,0,.02,0,.1-.06,.19-.14,.27-.24,.35-.44,.28-1.09-.17-1.44L10.94,14.92c-.62-.49-.74-1.38-.27-1.98,.22-.28,.55-.46,.91-.5,.38-.05,.77,.06,1.07,.31l1.46,1.15s0,0,0,0l10.71,8.49c.44,.35,1.09,.28,1.44-.17,.35-.44,.28-1.09-.17-1.44L15.39,12.3c-.62-.49-.74-1.38-.26-1.98,.23-.28,.56-.47,.93-.51,.38-.04,.76,.07,1.06,.31l12.4,9.83c.35,.27,.81,.29,1.17,.07,.1-.06,.19-.14,.27-.24,.35-.44,.28-1.09-.17-1.44l-.29-.23-.05-3.41c0-.3,.11-.58,.32-.79,.21-.21,.5-.32,.8-.32,.5,0,.94,.33,1.11,.8l4.6,13.2c.22,.63,.61,1.18,1.14,1.6l1.15,.91-3.34,4.22-4.08,5.16-.5-.4c-.9-.71-1.97-1.18-3.09-1.35l-2.86-.44c-1.68-.26-3.27-.96-4.6-2.02l-8.79-6.96c-.62-.49-.74-1.38-.27-1.98Z"/>
33
- <path class="cls-3" d="M37.74,47.73c-.57,0-1.12-.19-1.57-.55l-4.61-3.66c-.62-.49-.96-1.23-.95-2.01l-.53-.42c-.56-.44-1.21-.73-1.9-.83l-2.86-.44c-2.11-.33-4.11-1.21-5.8-2.54l-8.79-6.97c-1.72-1.37-2.02-3.86-.68-5.56,.19-.24,.4-.45,.64-.63l-2.06-1.63c-1.72-1.36-2.03-3.86-.68-5.56,.21-.27,.46-.51,.75-.72-1.09-1.42-1.13-3.44-.01-4.85,.64-.82,1.57-1.33,2.61-1.46,.4-.05,.8-.03,1.21,.05,.14-.45,.35-.86,.64-1.22,.65-.83,1.6-1.35,2.66-1.46,1.05-.11,2.08,.19,2.91,.85l9.22,7.31v-.69c-.02-.99,.35-1.93,1.05-2.63,.7-.7,1.61-1.08,2.64-1.07,1.57,.02,2.96,1.03,3.48,2.51l4.6,13.2c.06,.17,.17,.33,.32,.44l1.12,.89c.14-.04,.28-.07,.42-.09,.67-.08,1.33,.11,1.87,.53l4.61,3.66c.53,.42,.87,1.02,.94,1.69,.08,.67-.11,1.34-.53,1.87l-8.7,11.01c-.19,.24-.41,.44-.67,.59-.31,.19-.66,.31-1.02,.35-.1,.01-.2,.02-.3,.02ZM11.35,29.53l8.79,6.97c1.55,1.22,3.39,2.03,5.33,2.33l2.86,.44c.86,.13,1.68,.49,2.37,1.04l.96,.76-.03,.28c-.07,.54,.14,1.06,.56,1.4l4.61,3.66c.32,.25,.72,.37,1.13,.32,.22-.03,.43-.1,.62-.21,.16-.09,.29-.22,.41-.36l8.7-11.01c.25-.32,.37-.72,.32-1.13-.05-.41-.25-.77-.57-1.03l-4.61-3.66c-.32-.25-.73-.37-1.13-.32-.13,.02-.27,.05-.43,.12l-.27,.12-1.58-1.25c-.29-.23-.51-.54-.64-.9l-4.6-13.2c-.38-1.09-1.4-1.83-2.55-1.84-.72-.03-1.41,.26-1.92,.77-.51,.51-.78,1.18-.77,1.91l.04,2.79-10.87-8.62c-.62-.49-1.4-.72-2.18-.64-.79,.08-1.49,.47-1.98,1.09-.29,.36-.48,.8-.56,1.3l-.1,.57-.55-.19c-.44-.15-.87-.2-1.29-.15-.78,.09-1.47,.48-1.95,1.08-.93,1.18-.78,2.93,.34,3.98l.52,.49-.64,.32c-.39,.2-.71,.46-.97,.78-1,1.27-.77,3.13,.52,4.15l3.21,2.55-.69,.36c-.37,.19-.69,.45-.94,.77-1,1.27-.77,3.13,.52,4.16h0Zm26.88,16.69l-.8-.63h0s0-.01,0-.01l-4.98-3.95,9.32-11.78,2.24,1.79-4.63,5.92c-.09,.11-.12,.25-.11,.39,.02,.14,.09,.26,.2,.35,.17,.13,.41,.15,.59,.04,.05-.03,.1-.08,.14-.12l4.62-5.91,2.31,1.84-8.7,10.99,.41,.32-.62,.79Zm-4.38-4.76l3.81,3.02,8.08-10.2-.74-.59-4,5.12c-.12,.15-.25,.27-.41,.36-.54,.33-1.23,.29-1.73-.1-.32-.25-.52-.61-.57-1.01-.05-.4,.06-.8,.31-1.12l4.02-5.14-.68-.54-8.07,10.21Zm-1.62-1.26l-.89-.71c-.83-.66-1.82-1.09-2.86-1.25l-2.86-.44c-1.76-.27-3.44-1.01-4.84-2.12l-8.79-6.96c-.84-.67-.99-1.87-.35-2.69h0c.31-.39,.75-.63,1.25-.69,.52-.06,1.03,.09,1.44,.42l4.83,3.83s.1,.06,.17,.08c.1,.02,.14,.02,.18,.02,.1-.01,.14-.02,.19-.05,.04-.02,.07-.03,.09-.04,.04-.03,.08-.06,.11-.1,.13-.16,.15-.39,.05-.58-.03-.06-.08-.11-.13-.16l-9.93-7.87c-.84-.66-.99-1.87-.35-2.69,.31-.39,.75-.64,1.25-.69,.52-.06,1.03,.09,1.44,.41l9.93,7.87s.1,.06,.17,.08c.1,.02,.14,.02,.18,.02,.1-.01,.14-.02,.19-.05l.31,.41-.02-.05-.23-.38c.05-.03,.1-.07,.14-.12,.18-.23,.14-.56-.09-.74L10.63,15.32c-.84-.66-.99-1.87-.35-2.69,.31-.39,.75-.64,1.25-.69,.51-.06,1.03,.09,1.44,.41l12.18,9.66c.23,.18,.56,.14,.74-.09,.09-.11,.13-.25,.11-.39-.02-.14-.09-.26-.19-.35L15.08,12.69c-.83-.66-.99-1.87-.34-2.68,.31-.39,.76-.64,1.27-.69,.51-.05,1.02,.09,1.42,.42l12.4,9.83c.17,.13,.41,.15,.6,.04,.05-.03,.1-.07,.14-.12,.18-.23,.14-.56-.09-.74l-.47-.37-.05-3.64c0-.44,.16-.85,.46-1.15,.3-.3,.73-.47,1.16-.47,.71,.01,1.34,.47,1.58,1.14l4.6,13.2c.19,.54,.53,1.02,.98,1.37l1.54,1.22-8.04,10.16ZM12.43,26.65c-.3,.38-.22,.96,.18,1.28l8.79,6.96c1.27,1,2.78,1.67,4.37,1.92l2.86,.44c1.21,.19,2.36,.69,3.33,1.46l.11,.09,6.79-8.59-.76-.6c-.6-.48-1.05-1.11-1.3-1.83l-4.6-13.2c-.1-.28-.35-.46-.64-.47-.18,0-.32,.06-.44,.17-.11,.11-.17,.26-.17,.43l.04,3.17,.1,.08c.66,.52,.77,1.48,.25,2.14-.11,.14-.25,.26-.4,.35-.54,.33-1.24,.29-1.74-.11l-12.4-9.83c-.2-.16-.45-.23-.7-.21-.23,.02-.44,.14-.59,.32-.3,.38-.22,.96,.18,1.28l10.72,8.5c.32,.25,.52,.61,.57,1.02,.05,.4-.07,.8-.32,1.12-.52,.66-1.48,.77-2.14,.25L12.35,13.14c-.2-.16-.45-.23-.71-.2-.23,.03-.44,.14-.58,.32-.3,.38-.22,.96,.18,1.28l12.18,9.66c.66,.52,.77,1.48,.25,2.14-.11,.14-.25,.26-.4,.35l-.12,.05c-.17,.08-.3,.12-.42,.14-.06,.01-.12,.02-.18,.02-.12,0-.24,0-.37-.03-.07-.01-.11-.02-.16-.04-.19-.06-.35-.14-.49-.25l-9.93-7.87c-.2-.16-.46-.23-.71-.2-.23,.03-.44,.14-.58,.32-.3,.38-.22,.96,.18,1.28l9.93,7.87c.16,.13,.29,.28,.39,.46,.29,.54,.24,1.2-.14,1.68-.11,.14-.25,.26-.4,.35l-.11,.05c-.18,.08-.3,.12-.42,.14-.06,0-.12,.02-.18,.02-.12,.01-.24,0-.36-.03-.07-.01-.12-.02-.16-.04-.19-.06-.35-.14-.49-.25l-4.83-3.83c-.2-.16-.45-.24-.7-.21-.23,.03-.44,.14-.58,.32h0Z"/>
34
- </g>
35
- </g>
36
- <g>
37
- <ellipse class="cls-3" cx="25.3" cy="25.35" rx="10.95" ry="10.98"/>
38
- <g>
39
- <path class="cls-2" d="M21.23,31.52c-.12,0-.24-.04-.33-.13-.21-.18-.22-.5-.04-.71l1.57-1.75c.19-.21,.5-.22,.71-.04,.21,.18,.22,.5,.04,.71l-1.57,1.76c-.1,.11-.24,.17-.37,.17Z"/>
40
- <g>
41
- <path class="cls-2" d="M25.33,35.1c-5.38,0-9.75-4.37-9.75-9.75s4.38-9.75,9.75-9.75,9.75,4.37,9.75,9.75-4.38,9.75-9.75,9.75Zm0-18.5c-4.83,0-8.75,3.93-8.75,8.75s3.93,8.75,8.75,8.75,8.75-3.92,8.75-8.75-3.93-8.75-8.75-8.75Z"/>
42
- <path class="cls-2" d="M27.89,29.76h-5.08c-.22,0-.41-.14-.48-.35l-1.57-4.85c-.07-.21,0-.43,.18-.56l4.11-3c.18-.13,.41-.13,.59,0l4.11,3c.17,.13,.25,.35,.18,.56l-1.57,4.85c-.07,.21-.26,.35-.48,.35Zm-4.72-1h4.36l1.35-4.16-3.53-2.57-3.53,2.57,1.35,4.16Z"/>
43
- <path class="cls-2" d="M25.35,18.82c-.07,0-.13-.01-.2-.04l-3.5-1.49c-.25-.11-.37-.4-.26-.66s.4-.37,.66-.26l3.31,1.41,3.31-1.41c.25-.11,.55,0,.66,.26,.11,.25,0,.55-.26,.66l-3.5,1.49c-.06,.03-.13,.04-.2,.04Z"/>
44
- <path class="cls-2" d="M16.19,26.55c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l2.36-2.72-.32-3.59c-.02-.27,.18-.52,.45-.54,.28-.02,.52,.18,.54,.45l.34,3.81c.01,.14-.03,.27-.12,.37l-2.5,2.88c-.1,.11-.24,.17-.38,.17Z"/>
45
- <path class="cls-2" d="M23.2,34.79c-.17,0-.34-.09-.43-.24l-1.85-3.09-3.5-.81c-.27-.06-.44-.33-.38-.6s.33-.44,.6-.38l3.71,.85c.13,.03,.25,.11,.32,.23l1.96,3.28c.14,.24,.06,.54-.17,.69-.08,.05-.17,.07-.26,.07Z"/>
46
- <path class="cls-2" d="M27.51,34.79c-.09,0-.18-.02-.26-.07-.24-.14-.31-.45-.17-.69l1.96-3.28c.07-.12,.18-.2,.32-.23l3.71-.85c.27-.06,.54,.11,.6,.38,.06,.27-.11,.54-.38,.6l-3.5,.81-1.85,3.09c-.09,.16-.26,.24-.43,.24Z"/>
47
- <path class="cls-2" d="M34.52,26.55c-.14,0-.28-.06-.38-.17l-2.5-2.88c-.09-.1-.13-.24-.12-.37l.34-3.8c.02-.27,.27-.48,.54-.45,.28,.02,.48,.27,.45,.54l-.32,3.59,2.37,2.72c.18,.21,.16,.52-.05,.71-.09,.08-.21,.12-.33,.12Z"/>
48
- <path class="cls-2" d="M25.35,21.91c-.28,0-.5-.22-.5-.5v-3.1c0-.28,.22-.5,.5-.5s.5,.22,.5,.5v3.1c0,.28-.22,.5-.5,.5Z"/>
49
- <path class="cls-2" d="M29.48,25.03c-.18,0-.35-.1-.44-.26-.13-.24-.04-.55,.2-.68l2.54-1.36c.24-.13,.55-.04,.68,.2,.13,.24,.04,.55-.2,.68l-2.54,1.36c-.08,.04-.16,.06-.24,.06Z"/>
50
- <path class="cls-2" d="M29.47,31.51c-.14,0-.27-.06-.37-.17l-1.57-1.75c-.18-.21-.17-.52,.04-.71,.2-.18,.52-.17,.71,.04l1.57,1.75c.18,.21,.17,.52-.04,.71-.1,.09-.21,.13-.33,.13Z"/>
51
- <path class="cls-2" d="M21.24,24.91c-.07,0-.15-.02-.22-.05l-2.54-1.24c-.25-.12-.35-.42-.23-.67,.12-.25,.42-.35,.67-.23l2.54,1.24c.25,.12,.35,.42,.23,.67-.09,.18-.26,.28-.45,.28Z"/>
52
- </g>
53
- </g>
54
- </g>
55
- </g>
56
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48.98 48">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: none;
7
+ }
8
+
9
+ .cls-2 {
10
+ fill: #fff;
11
+ }
12
+
13
+ .cls-3 {
14
+ fill: #172531;
15
+ }
16
+
17
+ .cls-4 {
18
+ clip-path: url(#clippath-1);
19
+ }
20
+ </style>
21
+ <clipPath id="clippath-1">
22
+ <ellipse class="cls-1" cx="24.31" cy="24" rx="23.69" ry="24"/>
23
+ </clipPath>
24
+ </defs>
25
+ <g id="Layer_1-2" data-name="Layer 1">
26
+ <g>
27
+ <g id="Oval">
28
+ <ellipse class="cls-3" cx="24.31" cy="24" rx="23.69" ry="24"/>
29
+ </g>
30
+ <g class="cls-4">
31
+ <g>
32
+ <path class="cls-2" d="M11.04,29.92l8.79,6.97c1.61,1.28,3.54,2.12,5.56,2.44l2.86,.44c.78,.12,1.51,.44,2.14,.94l.74,.59c-.08,.68,.17,1.39,.75,1.85l4.61,3.66c.43,.34,.96,.49,1.5,.43,.29-.03,.57-.13,.82-.28,.2-.12,.39-.28,.54-.48l8.7-11.01c.7-.88,.55-2.16-.33-2.86l-4.61-3.66c-.43-.34-.96-.49-1.5-.43-.2,.02-.39,.08-.57,.16l-1.34-1.06c-.22-.17-.39-.41-.48-.67l-4.6-13.2c-.45-1.28-1.66-2.16-3.01-2.18-.86-.01-1.67,.31-2.28,.92-.6,.6-.93,1.41-.92,2.26l.02,1.74-10.04-7.96c-.73-.58-1.63-.84-2.55-.74-.92,.1-1.74,.55-2.32,1.27-.36,.46-.57,.98-.66,1.52-.48-.16-.99-.23-1.51-.17-.91,.11-1.72,.56-2.28,1.27-1.11,1.41-.91,3.43,.39,4.66-.43,.22-.82,.52-1.13,.91-1.17,1.48-.9,3.66,.6,4.86l2.61,2.07c-.42,.22-.8,.52-1.1,.9-1.17,1.48-.9,3.66,.6,4.86Zm26.7,15.27h0s.8,.63,.8,.63l-.8-.63Zm-4.58-3.65l8.4-10.63,.3-.37,1.46,1.17-4.32,5.53c-.35,.44-.27,1.09,.18,1.44,.34,.27,.81,.28,1.16,.07,.1-.06,.2-.14,.27-.24l4.31-5.51,1.53,1.22-8.7,10.98-4.59-3.64ZM12.04,26.34c.22-.28,.55-.46,.91-.51,.38-.04,.76,.07,1.07,.31l4.83,3.83c.1,.08,.21,.13,.33,.17,.04,.01,.07,.02,.11,.02,.08,.02,.16,.02,.24,.02,.04,0,.08,0,.12-.01,.09-.01,.17-.04,.25-.08,.03-.01,.06-.02,.09-.04,0,0,.02,0,.02,0,.1-.06,.19-.14,.27-.24,.26-.33,.29-.78,.1-1.13-.06-.12-.15-.22-.26-.31l-9.93-7.87c-.62-.49-.74-1.38-.27-1.98,.22-.28,.55-.46,.91-.5,.38-.05,.77,.06,1.07,.31l9.93,7.87c.1,.08,.21,.13,.33,.17,.04,.01,.07,.02,.11,.02,.08,.02,.16,.02,.25,.02,.04,0,.08,0,.12-.01,.09-.01,.17-.04,.25-.08,.03-.01,.06-.02,.09-.04,0,0,.02,0,.02,0,.1-.06,.19-.14,.27-.24,.35-.44,.28-1.09-.17-1.44L10.94,14.92c-.62-.49-.74-1.38-.27-1.98,.22-.28,.55-.46,.91-.5,.38-.05,.77,.06,1.07,.31l1.46,1.15s0,0,0,0l10.71,8.49c.44,.35,1.09,.28,1.44-.17,.35-.44,.28-1.09-.17-1.44L15.39,12.3c-.62-.49-.74-1.38-.26-1.98,.23-.28,.56-.47,.93-.51,.38-.04,.76,.07,1.06,.31l12.4,9.83c.35,.27,.81,.29,1.17,.07,.1-.06,.19-.14,.27-.24,.35-.44,.28-1.09-.17-1.44l-.29-.23-.05-3.41c0-.3,.11-.58,.32-.79,.21-.21,.5-.32,.8-.32,.5,0,.94,.33,1.11,.8l4.6,13.2c.22,.63,.61,1.18,1.14,1.6l1.15,.91-3.34,4.22-4.08,5.16-.5-.4c-.9-.71-1.97-1.18-3.09-1.35l-2.86-.44c-1.68-.26-3.27-.96-4.6-2.02l-8.79-6.96c-.62-.49-.74-1.38-.27-1.98Z"/>
33
+ <path class="cls-3" d="M37.74,47.73c-.57,0-1.12-.19-1.57-.55l-4.61-3.66c-.62-.49-.96-1.23-.95-2.01l-.53-.42c-.56-.44-1.21-.73-1.9-.83l-2.86-.44c-2.11-.33-4.11-1.21-5.8-2.54l-8.79-6.97c-1.72-1.37-2.02-3.86-.68-5.56,.19-.24,.4-.45,.64-.63l-2.06-1.63c-1.72-1.36-2.03-3.86-.68-5.56,.21-.27,.46-.51,.75-.72-1.09-1.42-1.13-3.44-.01-4.85,.64-.82,1.57-1.33,2.61-1.46,.4-.05,.8-.03,1.21,.05,.14-.45,.35-.86,.64-1.22,.65-.83,1.6-1.35,2.66-1.46,1.05-.11,2.08,.19,2.91,.85l9.22,7.31v-.69c-.02-.99,.35-1.93,1.05-2.63,.7-.7,1.61-1.08,2.64-1.07,1.57,.02,2.96,1.03,3.48,2.51l4.6,13.2c.06,.17,.17,.33,.32,.44l1.12,.89c.14-.04,.28-.07,.42-.09,.67-.08,1.33,.11,1.87,.53l4.61,3.66c.53,.42,.87,1.02,.94,1.69,.08,.67-.11,1.34-.53,1.87l-8.7,11.01c-.19,.24-.41,.44-.67,.59-.31,.19-.66,.31-1.02,.35-.1,.01-.2,.02-.3,.02ZM11.35,29.53l8.79,6.97c1.55,1.22,3.39,2.03,5.33,2.33l2.86,.44c.86,.13,1.68,.49,2.37,1.04l.96,.76-.03,.28c-.07,.54,.14,1.06,.56,1.4l4.61,3.66c.32,.25,.72,.37,1.13,.32,.22-.03,.43-.1,.62-.21,.16-.09,.29-.22,.41-.36l8.7-11.01c.25-.32,.37-.72,.32-1.13-.05-.41-.25-.77-.57-1.03l-4.61-3.66c-.32-.25-.73-.37-1.13-.32-.13,.02-.27,.05-.43,.12l-.27,.12-1.58-1.25c-.29-.23-.51-.54-.64-.9l-4.6-13.2c-.38-1.09-1.4-1.83-2.55-1.84-.72-.03-1.41,.26-1.92,.77-.51,.51-.78,1.18-.77,1.91l.04,2.79-10.87-8.62c-.62-.49-1.4-.72-2.18-.64-.79,.08-1.49,.47-1.98,1.09-.29,.36-.48,.8-.56,1.3l-.1,.57-.55-.19c-.44-.15-.87-.2-1.29-.15-.78,.09-1.47,.48-1.95,1.08-.93,1.18-.78,2.93,.34,3.98l.52,.49-.64,.32c-.39,.2-.71,.46-.97,.78-1,1.27-.77,3.13,.52,4.15l3.21,2.55-.69,.36c-.37,.19-.69,.45-.94,.77-1,1.27-.77,3.13,.52,4.16h0Zm26.88,16.69l-.8-.63h0s0-.01,0-.01l-4.98-3.95,9.32-11.78,2.24,1.79-4.63,5.92c-.09,.11-.12,.25-.11,.39,.02,.14,.09,.26,.2,.35,.17,.13,.41,.15,.59,.04,.05-.03,.1-.08,.14-.12l4.62-5.91,2.31,1.84-8.7,10.99,.41,.32-.62,.79Zm-4.38-4.76l3.81,3.02,8.08-10.2-.74-.59-4,5.12c-.12,.15-.25,.27-.41,.36-.54,.33-1.23,.29-1.73-.1-.32-.25-.52-.61-.57-1.01-.05-.4,.06-.8,.31-1.12l4.02-5.14-.68-.54-8.07,10.21Zm-1.62-1.26l-.89-.71c-.83-.66-1.82-1.09-2.86-1.25l-2.86-.44c-1.76-.27-3.44-1.01-4.84-2.12l-8.79-6.96c-.84-.67-.99-1.87-.35-2.69h0c.31-.39,.75-.63,1.25-.69,.52-.06,1.03,.09,1.44,.42l4.83,3.83s.1,.06,.17,.08c.1,.02,.14,.02,.18,.02,.1-.01,.14-.02,.19-.05,.04-.02,.07-.03,.09-.04,.04-.03,.08-.06,.11-.1,.13-.16,.15-.39,.05-.58-.03-.06-.08-.11-.13-.16l-9.93-7.87c-.84-.66-.99-1.87-.35-2.69,.31-.39,.75-.64,1.25-.69,.52-.06,1.03,.09,1.44,.41l9.93,7.87s.1,.06,.17,.08c.1,.02,.14,.02,.18,.02,.1-.01,.14-.02,.19-.05l.31,.41-.02-.05-.23-.38c.05-.03,.1-.07,.14-.12,.18-.23,.14-.56-.09-.74L10.63,15.32c-.84-.66-.99-1.87-.35-2.69,.31-.39,.75-.64,1.25-.69,.51-.06,1.03,.09,1.44,.41l12.18,9.66c.23,.18,.56,.14,.74-.09,.09-.11,.13-.25,.11-.39-.02-.14-.09-.26-.19-.35L15.08,12.69c-.83-.66-.99-1.87-.34-2.68,.31-.39,.76-.64,1.27-.69,.51-.05,1.02,.09,1.42,.42l12.4,9.83c.17,.13,.41,.15,.6,.04,.05-.03,.1-.07,.14-.12,.18-.23,.14-.56-.09-.74l-.47-.37-.05-3.64c0-.44,.16-.85,.46-1.15,.3-.3,.73-.47,1.16-.47,.71,.01,1.34,.47,1.58,1.14l4.6,13.2c.19,.54,.53,1.02,.98,1.37l1.54,1.22-8.04,10.16ZM12.43,26.65c-.3,.38-.22,.96,.18,1.28l8.79,6.96c1.27,1,2.78,1.67,4.37,1.92l2.86,.44c1.21,.19,2.36,.69,3.33,1.46l.11,.09,6.79-8.59-.76-.6c-.6-.48-1.05-1.11-1.3-1.83l-4.6-13.2c-.1-.28-.35-.46-.64-.47-.18,0-.32,.06-.44,.17-.11,.11-.17,.26-.17,.43l.04,3.17,.1,.08c.66,.52,.77,1.48,.25,2.14-.11,.14-.25,.26-.4,.35-.54,.33-1.24,.29-1.74-.11l-12.4-9.83c-.2-.16-.45-.23-.7-.21-.23,.02-.44,.14-.59,.32-.3,.38-.22,.96,.18,1.28l10.72,8.5c.32,.25,.52,.61,.57,1.02,.05,.4-.07,.8-.32,1.12-.52,.66-1.48,.77-2.14,.25L12.35,13.14c-.2-.16-.45-.23-.71-.2-.23,.03-.44,.14-.58,.32-.3,.38-.22,.96,.18,1.28l12.18,9.66c.66,.52,.77,1.48,.25,2.14-.11,.14-.25,.26-.4,.35l-.12,.05c-.17,.08-.3,.12-.42,.14-.06,.01-.12,.02-.18,.02-.12,0-.24,0-.37-.03-.07-.01-.11-.02-.16-.04-.19-.06-.35-.14-.49-.25l-9.93-7.87c-.2-.16-.46-.23-.71-.2-.23,.03-.44,.14-.58,.32-.3,.38-.22,.96,.18,1.28l9.93,7.87c.16,.13,.29,.28,.39,.46,.29,.54,.24,1.2-.14,1.68-.11,.14-.25,.26-.4,.35l-.11,.05c-.18,.08-.3,.12-.42,.14-.06,0-.12,.02-.18,.02-.12,.01-.24,0-.36-.03-.07-.01-.12-.02-.16-.04-.19-.06-.35-.14-.49-.25l-4.83-3.83c-.2-.16-.45-.24-.7-.21-.23,.03-.44,.14-.58,.32h0Z"/>
34
+ </g>
35
+ </g>
36
+ <g>
37
+ <ellipse class="cls-3" cx="25.3" cy="25.35" rx="10.95" ry="10.98"/>
38
+ <g>
39
+ <path class="cls-2" d="M21.23,31.52c-.12,0-.24-.04-.33-.13-.21-.18-.22-.5-.04-.71l1.57-1.75c.19-.21,.5-.22,.71-.04,.21,.18,.22,.5,.04,.71l-1.57,1.76c-.1,.11-.24,.17-.37,.17Z"/>
40
+ <g>
41
+ <path class="cls-2" d="M25.33,35.1c-5.38,0-9.75-4.37-9.75-9.75s4.38-9.75,9.75-9.75,9.75,4.37,9.75,9.75-4.38,9.75-9.75,9.75Zm0-18.5c-4.83,0-8.75,3.93-8.75,8.75s3.93,8.75,8.75,8.75,8.75-3.92,8.75-8.75-3.93-8.75-8.75-8.75Z"/>
42
+ <path class="cls-2" d="M27.89,29.76h-5.08c-.22,0-.41-.14-.48-.35l-1.57-4.85c-.07-.21,0-.43,.18-.56l4.11-3c.18-.13,.41-.13,.59,0l4.11,3c.17,.13,.25,.35,.18,.56l-1.57,4.85c-.07,.21-.26,.35-.48,.35Zm-4.72-1h4.36l1.35-4.16-3.53-2.57-3.53,2.57,1.35,4.16Z"/>
43
+ <path class="cls-2" d="M25.35,18.82c-.07,0-.13-.01-.2-.04l-3.5-1.49c-.25-.11-.37-.4-.26-.66s.4-.37,.66-.26l3.31,1.41,3.31-1.41c.25-.11,.55,0,.66,.26,.11,.25,0,.55-.26,.66l-3.5,1.49c-.06,.03-.13,.04-.2,.04Z"/>
44
+ <path class="cls-2" d="M16.19,26.55c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l2.36-2.72-.32-3.59c-.02-.27,.18-.52,.45-.54,.28-.02,.52,.18,.54,.45l.34,3.81c.01,.14-.03,.27-.12,.37l-2.5,2.88c-.1,.11-.24,.17-.38,.17Z"/>
45
+ <path class="cls-2" d="M23.2,34.79c-.17,0-.34-.09-.43-.24l-1.85-3.09-3.5-.81c-.27-.06-.44-.33-.38-.6s.33-.44,.6-.38l3.71,.85c.13,.03,.25,.11,.32,.23l1.96,3.28c.14,.24,.06,.54-.17,.69-.08,.05-.17,.07-.26,.07Z"/>
46
+ <path class="cls-2" d="M27.51,34.79c-.09,0-.18-.02-.26-.07-.24-.14-.31-.45-.17-.69l1.96-3.28c.07-.12,.18-.2,.32-.23l3.71-.85c.27-.06,.54,.11,.6,.38,.06,.27-.11,.54-.38,.6l-3.5,.81-1.85,3.09c-.09,.16-.26,.24-.43,.24Z"/>
47
+ <path class="cls-2" d="M34.52,26.55c-.14,0-.28-.06-.38-.17l-2.5-2.88c-.09-.1-.13-.24-.12-.37l.34-3.8c.02-.27,.27-.48,.54-.45,.28,.02,.48,.27,.45,.54l-.32,3.59,2.37,2.72c.18,.21,.16,.52-.05,.71-.09,.08-.21,.12-.33,.12Z"/>
48
+ <path class="cls-2" d="M25.35,21.91c-.28,0-.5-.22-.5-.5v-3.1c0-.28,.22-.5,.5-.5s.5,.22,.5,.5v3.1c0,.28-.22,.5-.5,.5Z"/>
49
+ <path class="cls-2" d="M29.48,25.03c-.18,0-.35-.1-.44-.26-.13-.24-.04-.55,.2-.68l2.54-1.36c.24-.13,.55-.04,.68,.2,.13,.24,.04,.55-.2,.68l-2.54,1.36c-.08,.04-.16,.06-.24,.06Z"/>
50
+ <path class="cls-2" d="M29.47,31.51c-.14,0-.27-.06-.37-.17l-1.57-1.75c-.18-.21-.17-.52,.04-.71,.2-.18,.52-.17,.71,.04l1.57,1.75c.18,.21,.17,.52-.04,.71-.1,.09-.21,.13-.33,.13Z"/>
51
+ <path class="cls-2" d="M21.24,24.91c-.07,0-.15-.02-.22-.05l-2.54-1.24c-.25-.12-.35-.42-.23-.67,.12-.25,.42-.35,.67-.23l2.54,1.24c.25,.12,.35,.42,.23,.67-.09,.18-.26,.28-.45,.28Z"/>
52
+ </g>
53
+ </g>
54
+ </g>
55
+ </g>
56
+ </g>
57
57
  </svg>