@golstats/gsc-top-player 1.0.11 → 1.0.12
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.
- package/LICENSE +21 -21
- package/README.md +53 -53
- package/dist/{FilterConditions-55d68355-DMqzcKBO.js → FilterConditions-55d68355-DN9pbDPX.js} +1 -1
- package/dist/{FilterField-59a73e38-CNaE03Ge.js → FilterField-59a73e38-DNiOpFNj.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r.js → FilterSubcategories-a9b32cc9-DFcxXFg5.js} +1 -1
- package/dist/atajada.svg +56 -56
- package/dist/backarrow.svg +3 -3
- package/dist/contorno-escudo.svg +3 -3
- package/dist/css/fonts.css +91 -91
- package/dist/fin-del-partido.svg +43 -43
- package/dist/fuera-de-lugar.svg +57 -57
- package/dist/gol.svg +48 -48
- package/dist/group-427321178.svg +8 -8
- package/dist/group-427321179.svg +5 -5
- package/dist/group-427321501.svg +5 -5
- package/dist/gsc-top-player.css +1 -1
- package/dist/gsc-top-player.es.js +1 -1
- package/dist/gsc-top-player.umd.js +9 -9
- package/dist/icn-arrow-expand.svg +3 -3
- package/dist/icn-cambio.svg +26 -26
- package/dist/icn-expand-arrow.svg +3 -3
- package/dist/icn-expand-arrow1.svg +3 -3
- package/dist/icn-falta.svg +42 -42
- package/dist/icn-filter.svg +12 -12
- package/dist/icn-filter1.svg +12 -12
- package/dist/icn-filter2.svg +12 -12
- package/dist/icn-play.svg +10 -10
- package/dist/icn-tarjeta-amarilla.svg +4 -4
- package/dist/icn-tarjeta-roja.svg +4 -4
- package/dist/icn-tiro-a-porteria.svg +36 -36
- package/dist/icn-tiros-de-esquina.svg +54 -54
- package/dist/images/events/logo-fusionado.svg +37 -37
- package/dist/{index--DcThtAY.js → index-DbYQq-g6.js} +939 -939
- package/dist/inicia-el-partido.svg +45 -45
- package/dist/jugada-peligrosa.svg +90 -90
- package/dist/next-arrow.svg +3 -3
- package/dist/nextarrow.svg +3 -3
- package/dist/penal-fallado.svg +194 -194
- package/dist/penal-marcado.svg +189 -189
- package/dist/play-icn.svg +3 -3
- package/dist/public/images/canchaRPH.svg +30 -30
- package/dist/public/images/events/atajada.svg +56 -56
- package/dist/public/images/events/cambio.svg +26 -26
- package/dist/public/images/events/falta.svg +42 -42
- package/dist/public/images/events/fin-del-partido.svg +43 -43
- package/dist/public/images/events/fuera-de-lugar.svg +57 -57
- package/dist/public/images/events/gol.svg +48 -48
- package/dist/public/images/events/icn-cambio.svg +6 -6
- package/dist/public/images/events/icn-falta.svg +4 -4
- package/dist/public/images/events/icn-play.svg +3 -3
- package/dist/public/images/events/icn-tarjeta-amarilla.svg +4 -4
- package/dist/public/images/events/icn-tarjeta-roja.svg +4 -4
- package/dist/public/images/events/icn-tiro-a-porteria.svg +36 -36
- package/dist/public/images/events/icn-tiros-de-esquina.svg +18 -18
- package/dist/public/images/events/inicia-el-partido.svg +45 -45
- package/dist/public/images/events/jugada-peligrosa.svg +90 -90
- package/dist/public/images/events/penal-fallado.svg +194 -194
- package/dist/public/images/events/penal-marcado.svg +189 -189
- package/dist/public/images/events/tiempo-agregado.svg +74 -74
- package/dist/public/images/events/tiro-a-porteria.svg +80 -80
- package/dist/public/images/events/tiro-de-esquina.svg +54 -54
- package/dist/public/images/events/var.svg +30 -30
- package/dist/shape.svg +3 -3
- package/dist/styles.css +1176 -1176
- package/dist/tiempo-agregado.svg +74 -74
- package/dist/tiro-a-porteria.svg +80 -80
- package/dist/var.svg +30 -30
- package/package.json +1 -1
- package/src/components/comparative/categories.js +137 -137
- package/src/components/comparative/composable-filters.js +10 -10
- package/src/components/comparative/computedProperties.js +327 -327
- package/src/components/comparative/dummy-top-players.js +122 -122
- package/src/components/comparative/filtersTypes.js +117 -117
- package/src/components/comparative/gsc-button.vue +198 -198
- package/src/components/comparative/gsc-expanded-info-player.vue +710 -710
- package/src/components/comparative/gsc-head-titles.vue +1482 -1482
- package/src/components/comparative/gsc-header-tops.vue +1418 -1418
- package/src/components/comparative/gsc-top.vue +1511 -1511
- package/src/components/comparative/gsc-tops-full.vue +2473 -2473
- package/src/components/comparative/nationalities-catalog.js +233 -233
- package/src/components/comparative/playsTypes.js +142 -142
- package/src/components/comparative/useElementSize.js +23 -23
- package/src/components/gsc-top-player.vue +91 -91
- package/src/index.js +5 -5
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 GolStats
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 GolStats
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
# GSC Top Player Component
|
|
2
|
-
|
|
3
|
-
Componente Vue para mostrar rankings de jugadores con datos reales o dummy.
|
|
4
|
-
|
|
5
|
-
## Uso
|
|
6
|
-
|
|
7
|
-
### Propiedades
|
|
8
|
-
|
|
9
|
-
- `categoryView`: Array de categorías a mostrar
|
|
10
|
-
- `gamed`: ID del juego
|
|
11
|
-
- `game`: Objeto con datos del juego
|
|
12
|
-
- `season`: ID de la temporada
|
|
13
|
-
- `teamView`: ID del equipo seleccionado
|
|
14
|
-
- `useDummyData`: **NUEVA** - Controla si se muestran datos dummy (true) o datos reales (false)
|
|
15
|
-
|
|
16
|
-
### Ejemplos
|
|
17
|
-
|
|
18
|
-
#### Mostrar datos dummy (por defecto)
|
|
19
|
-
|
|
20
|
-
```vue
|
|
21
|
-
<GscTopPlayer
|
|
22
|
-
:category-view="[{ id: 0, name: 'Categoria' }]"
|
|
23
|
-
:gamed="90209"
|
|
24
|
-
:game="gameData"
|
|
25
|
-
:season="1943"
|
|
26
|
-
:team-view="2"
|
|
27
|
-
:use-dummy-data="true"
|
|
28
|
-
/>
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
#### Mostrar datos reales
|
|
32
|
-
|
|
33
|
-
```vue
|
|
34
|
-
<GscTopPlayer
|
|
35
|
-
:category-view="[{ id: 1, name: 'Goles' }]"
|
|
36
|
-
:gamed="90209"
|
|
37
|
-
:game="gameData"
|
|
38
|
-
:season="1943"
|
|
39
|
-
:team-view="2"
|
|
40
|
-
:use-dummy-data="false"
|
|
41
|
-
/>
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## Funcionalidad
|
|
45
|
-
|
|
46
|
-
- **useDummyData: true**: Muestra datos dummy predefinidos para pruebas y desarrollo
|
|
47
|
-
- **useDummyData: false**: Busca y muestra datos reales de la categoría especificada
|
|
48
|
-
|
|
49
|
-
## Archivos modificados
|
|
50
|
-
|
|
51
|
-
- `src/components/gsc-top-player.vue`: Agregada prop `useDummyData`
|
|
52
|
-
- `src/components/comparative/gsc-tops-full.vue`: Modificada lógica para usar la nueva prop
|
|
53
|
-
- `src/App.vue`: Ejemplo de uso de la nueva funcionalidad
|
|
1
|
+
# GSC Top Player Component
|
|
2
|
+
|
|
3
|
+
Componente Vue para mostrar rankings de jugadores con datos reales o dummy.
|
|
4
|
+
|
|
5
|
+
## Uso
|
|
6
|
+
|
|
7
|
+
### Propiedades
|
|
8
|
+
|
|
9
|
+
- `categoryView`: Array de categorías a mostrar
|
|
10
|
+
- `gamed`: ID del juego
|
|
11
|
+
- `game`: Objeto con datos del juego
|
|
12
|
+
- `season`: ID de la temporada
|
|
13
|
+
- `teamView`: ID del equipo seleccionado
|
|
14
|
+
- `useDummyData`: **NUEVA** - Controla si se muestran datos dummy (true) o datos reales (false)
|
|
15
|
+
|
|
16
|
+
### Ejemplos
|
|
17
|
+
|
|
18
|
+
#### Mostrar datos dummy (por defecto)
|
|
19
|
+
|
|
20
|
+
```vue
|
|
21
|
+
<GscTopPlayer
|
|
22
|
+
:category-view="[{ id: 0, name: 'Categoria' }]"
|
|
23
|
+
:gamed="90209"
|
|
24
|
+
:game="gameData"
|
|
25
|
+
:season="1943"
|
|
26
|
+
:team-view="2"
|
|
27
|
+
:use-dummy-data="true"
|
|
28
|
+
/>
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
#### Mostrar datos reales
|
|
32
|
+
|
|
33
|
+
```vue
|
|
34
|
+
<GscTopPlayer
|
|
35
|
+
:category-view="[{ id: 1, name: 'Goles' }]"
|
|
36
|
+
:gamed="90209"
|
|
37
|
+
:game="gameData"
|
|
38
|
+
:season="1943"
|
|
39
|
+
:team-view="2"
|
|
40
|
+
:use-dummy-data="false"
|
|
41
|
+
/>
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Funcionalidad
|
|
45
|
+
|
|
46
|
+
- **useDummyData: true**: Muestra datos dummy predefinidos para pruebas y desarrollo
|
|
47
|
+
- **useDummyData: false**: Busca y muestra datos reales de la categoría especificada
|
|
48
|
+
|
|
49
|
+
## Archivos modificados
|
|
50
|
+
|
|
51
|
+
- `src/components/gsc-top-player.vue`: Agregada prop `useDummyData`
|
|
52
|
+
- `src/components/comparative/gsc-tops-full.vue`: Modificada lógica para usar la nueva prop
|
|
53
|
+
- `src/App.vue`: Ejemplo de uso de la nueva funcionalidad
|
package/dist/{FilterConditions-55d68355-DMqzcKBO.js → FilterConditions-55d68355-DN9pbDPX.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCssVars as E, computed as c, createElementBlock as d, openBlock as i, normalizeStyle as $, createElementVNode as o, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as H, popScopeId as R } from "vue";
|
|
2
|
-
import { J as T, Z as m } from "./index
|
|
2
|
+
import { J as T, Z as m } from "./index-DbYQq-g6.js";
|
|
3
3
|
const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, J = { class: "details__body" }, z = { class: "details__body__playing-as" }, F = ["onClick"], L = { class: "details__header" }, N = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), U = { class: "details__header__checkbox" }, D = { class: "details__body" }, j = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), q = { class: "details__body__game-section" }, w = ["onClick"], G = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "2do tiempo", -1)), M = { class: "details__body__game-section" }, O = ["onClick"], P = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as u } from "vue";
|
|
2
|
-
import { J as d, q as i } from "./index
|
|
2
|
+
import { J as d, q as i } from "./index-DbYQq-g6.js";
|
|
3
3
|
const f = { class: "filter-field" }, m = {
|
|
4
4
|
__name: "FilterField",
|
|
5
5
|
setup(p) {
|
package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r.js → FilterSubcategories-a9b32cc9-DFcxXFg5.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as r, Fragment as a, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
-
import { J as l, Z as g } from "./index
|
|
2
|
+
import { J as l, Z as g } from "./index-DbYQq-g6.js";
|
|
3
3
|
const y = { class: "subcategory-group" }, b = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|
package/dist/atajada.svg
CHANGED
|
@@ -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>
|
package/dist/backarrow.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.13501 15.547L1.24396 9.65597C0.548239 8.96026 0.548239 7.82181 1.24396 7.1261L7.13501 1.23511" stroke="#CBEE6B" stroke-width="1.27595"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.13501 15.547L1.24396 9.65597C0.548239 8.96026 0.548239 7.82181 1.24396 7.1261L7.13501 1.23511" stroke="#CBEE6B" stroke-width="1.27595"/>
|
|
3
|
+
</svg>
|
package/dist/contorno-escudo.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="74" height="77" viewBox="0 0 74 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.07283 13.3396C10.609 11.781 17.0465 7.81728 20.7361 2.46247L21.7221 1.03393L23.4464 0.822292C27.9164 0.277771 32.477 0 36.9978 0H37.0022C41.5252 0 46.0836 0.275567 50.5536 0.822292L52.2779 1.03393L53.2639 2.46247C56.9535 7.81728 63.391 11.781 70.9272 13.3396L74 13.9745V23.1586C74 34.5693 70.6508 45.6206 64.3106 55.12C57.9726 64.6193 49.0437 71.9715 38.49 76.3783L37 77L35.51 76.3783C24.9563 71.9715 16.0274 64.6193 9.68937 55.12C3.35138 45.6206 0 34.5671 0 23.1586V13.9745L3.07283 13.3396ZM0.800003 14.6261L3.23471 14.1231C10.9331 12.5309 17.5672 8.47152 21.3949 2.91637L22.1763 1.78418L23.5431 1.61642C23.5434 1.61639 23.5429 1.61645 23.5431 1.61642C27.9808 1.07586 32.5096 0.8 36.9978 0.8H37.0022C41.493 0.8 46.0188 1.07362 50.4562 1.61633C50.4563 1.61635 50.4561 1.61632 50.4562 1.61633L51.8237 1.78418L52.6051 2.91637C56.4328 8.47152 63.0667 12.5309 70.7651 14.1231L73.2 14.6262V23.1586C73.2 34.4112 69.8977 45.308 63.6452 54.6759C57.3948 64.0439 48.5902 71.2939 38.1817 75.6401L37 76.1332L35.8183 75.6401C25.4098 71.2939 16.6052 64.044 10.3548 54.676C4.10445 45.3079 0.800003 34.4089 0.800003 23.1586V14.6261Z" fill="#CBEE6B"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="74" height="77" viewBox="0 0 74 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.07283 13.3396C10.609 11.781 17.0465 7.81728 20.7361 2.46247L21.7221 1.03393L23.4464 0.822292C27.9164 0.277771 32.477 0 36.9978 0H37.0022C41.5252 0 46.0836 0.275567 50.5536 0.822292L52.2779 1.03393L53.2639 2.46247C56.9535 7.81728 63.391 11.781 70.9272 13.3396L74 13.9745V23.1586C74 34.5693 70.6508 45.6206 64.3106 55.12C57.9726 64.6193 49.0437 71.9715 38.49 76.3783L37 77L35.51 76.3783C24.9563 71.9715 16.0274 64.6193 9.68937 55.12C3.35138 45.6206 0 34.5671 0 23.1586V13.9745L3.07283 13.3396ZM0.800003 14.6261L3.23471 14.1231C10.9331 12.5309 17.5672 8.47152 21.3949 2.91637L22.1763 1.78418L23.5431 1.61642C23.5434 1.61639 23.5429 1.61645 23.5431 1.61642C27.9808 1.07586 32.5096 0.8 36.9978 0.8H37.0022C41.493 0.8 46.0188 1.07362 50.4562 1.61633C50.4563 1.61635 50.4561 1.61632 50.4562 1.61633L51.8237 1.78418L52.6051 2.91637C56.4328 8.47152 63.0667 12.5309 70.7651 14.1231L73.2 14.6262V23.1586C73.2 34.4112 69.8977 45.308 63.6452 54.6759C57.3948 64.0439 48.5902 71.2939 38.1817 75.6401L37 76.1332L35.8183 75.6401C25.4098 71.2939 16.6052 64.044 10.3548 54.676C4.10445 45.3079 0.800003 34.4089 0.800003 23.1586V14.6261Z" fill="#CBEE6B"/>
|
|
3
|
+
</svg>
|
package/dist/css/fonts.css
CHANGED
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/*FUENTES*/
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: 'Poppins-Black';
|
|
6
|
-
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
7
|
-
}
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Poppins-BlackItalic';
|
|
10
|
-
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
11
|
-
}
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: 'Poppins-Bold';
|
|
14
|
-
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
15
|
-
}
|
|
16
|
-
@font-face {
|
|
17
|
-
font-family: 'Poppins-BoldItalic';
|
|
18
|
-
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
19
|
-
}
|
|
20
|
-
@font-face {
|
|
21
|
-
font-family: 'Poppins-ExtraBold';
|
|
22
|
-
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
23
|
-
}
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: 'Poppins-ExtraBoldItalic';
|
|
26
|
-
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
27
|
-
}
|
|
28
|
-
@font-face {
|
|
29
|
-
font-family: 'Poppins-ExtraLight';
|
|
30
|
-
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
31
|
-
}
|
|
32
|
-
@font-face {
|
|
33
|
-
font-family: 'Poppins-ExtraLightItalic';
|
|
34
|
-
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Poppins-Italic';
|
|
38
|
-
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
39
|
-
}
|
|
40
|
-
@font-face {
|
|
41
|
-
font-family: 'Poppins-Light';
|
|
42
|
-
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
43
|
-
}
|
|
44
|
-
@font-face {
|
|
45
|
-
font-family: 'Poppins-LightItalic';
|
|
46
|
-
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
47
|
-
}
|
|
48
|
-
@font-face {
|
|
49
|
-
font-family: 'Poppins-MediumItalic';
|
|
50
|
-
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
51
|
-
}
|
|
52
|
-
@font-face {
|
|
53
|
-
font-family: 'Poppins-Medium';
|
|
54
|
-
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
55
|
-
}
|
|
56
|
-
@font-face {
|
|
57
|
-
font-family: 'Poppins-Regular';
|
|
58
|
-
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
59
|
-
}
|
|
60
|
-
@font-face {
|
|
61
|
-
font-family: 'Poppins-SemiBold';
|
|
62
|
-
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
63
|
-
}
|
|
64
|
-
@font-face {
|
|
65
|
-
font-family: 'Poppins-SemiBoldItalic';
|
|
66
|
-
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
67
|
-
}
|
|
68
|
-
@font-face {
|
|
69
|
-
font-family: 'Poppins-ThinItalic';
|
|
70
|
-
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
71
|
-
}
|
|
72
|
-
@font-face {
|
|
73
|
-
font-family: 'Poppins-Thin';
|
|
74
|
-
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/*FUENTES*/
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: 'Montserrat-SemiBold';
|
|
80
|
-
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
/*FUENTES*/
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: 'Poppins-Black';
|
|
6
|
+
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
7
|
+
}
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'Poppins-BlackItalic';
|
|
10
|
+
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
11
|
+
}
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Poppins-Bold';
|
|
14
|
+
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
15
|
+
}
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'Poppins-BoldItalic';
|
|
18
|
+
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
19
|
+
}
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Poppins-ExtraBold';
|
|
22
|
+
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
23
|
+
}
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Poppins-ExtraBoldItalic';
|
|
26
|
+
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
27
|
+
}
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Poppins-ExtraLight';
|
|
30
|
+
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
31
|
+
}
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Poppins-ExtraLightItalic';
|
|
34
|
+
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Poppins-Italic';
|
|
38
|
+
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
39
|
+
}
|
|
40
|
+
@font-face {
|
|
41
|
+
font-family: 'Poppins-Light';
|
|
42
|
+
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Poppins-LightItalic';
|
|
46
|
+
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
47
|
+
}
|
|
48
|
+
@font-face {
|
|
49
|
+
font-family: 'Poppins-MediumItalic';
|
|
50
|
+
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
51
|
+
}
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Poppins-Medium';
|
|
54
|
+
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Poppins-Regular';
|
|
58
|
+
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
59
|
+
}
|
|
60
|
+
@font-face {
|
|
61
|
+
font-family: 'Poppins-SemiBold';
|
|
62
|
+
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Poppins-SemiBoldItalic';
|
|
66
|
+
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
67
|
+
}
|
|
68
|
+
@font-face {
|
|
69
|
+
font-family: 'Poppins-ThinItalic';
|
|
70
|
+
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
71
|
+
}
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'Poppins-Thin';
|
|
74
|
+
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/*FUENTES*/
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'Montserrat-SemiBold';
|
|
80
|
+
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
package/dist/fin-del-partido.svg
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
3
|
-
<defs>
|
|
4
|
-
<style>
|
|
5
|
-
.cls-1 {
|
|
6
|
-
fill: #fff;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.cls-2 {
|
|
10
|
-
fill: #172531;
|
|
11
|
-
}
|
|
12
|
-
</style>
|
|
13
|
-
</defs>
|
|
14
|
-
<g id="Layer_1-2" data-name="Layer 1">
|
|
15
|
-
<g>
|
|
16
|
-
<g id="Oval">
|
|
17
|
-
<circle class="cls-2" cx="24" cy="24" r="24"/>
|
|
18
|
-
</g>
|
|
19
|
-
<g id="path-1">
|
|
20
|
-
<circle class="cls-1" cx="24.17" cy="24.84" r="7.99"/>
|
|
21
|
-
</g>
|
|
22
|
-
<g id="Group-21">
|
|
23
|
-
<g id="Path-22">
|
|
24
|
-
<path class="cls-1" d="M16.42,17.07c-.38,0-.77-.15-1.06-.44l-1.69-1.69c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l1.69,1.69c.59,.59,.59,1.54,0,2.12-.29,.29-.68,.44-1.06,.44Z"/>
|
|
25
|
-
</g>
|
|
26
|
-
<g id="Path-22-Copy">
|
|
27
|
-
<path class="cls-1" d="M31.91,17.07c-.38,0-.77-.15-1.06-.44-.59-.59-.59-1.54,0-2.12l1.69-1.69c.59-.59,1.54-.59,2.12,0s.59,1.54,0,2.12l-1.69,1.69c-.29,.29-.68,.44-1.06,.44Z"/>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
<g id="Path-16">
|
|
31
|
-
<path class="cls-1" d="M26.28,11.93h-4.22c-.55,0-1-.45-1-1s.45-1,1-1h4.22c.55,0,1,.45,1,1s-.45,1-1,1Z"/>
|
|
32
|
-
</g>
|
|
33
|
-
<g id="Path-12-Copy">
|
|
34
|
-
<path class="cls-2" d="M24.17,25.84c-.55,0-1-.45-1-1V15.78c0-.55,.45-1,1-1s1,.45,1,1v9.07c0,.55-.45,1-1,1Z"/>
|
|
35
|
-
</g>
|
|
36
|
-
<g id="Oval-Copy">
|
|
37
|
-
<path class="cls-2" d="M24.17,38.57c-7.57,0-13.73-6.16-13.73-13.73s6.16-13.73,13.73-13.73,13.73,6.16,13.73,13.73-6.16,13.73-13.73,13.73Zm0-24.45c-5.92,0-10.73,4.81-10.73,10.73s4.81,10.73,10.73,10.73,10.73-4.81,10.73-10.73-4.81-10.73-10.73-10.73Z"/>
|
|
38
|
-
<g id="path-1-2" data-name="path-1">
|
|
39
|
-
<path class="cls-1" d="M24.17,36.55c-6.46,0-11.71-5.25-11.71-11.71s5.25-11.71,11.71-11.71,11.71,5.25,11.71,11.71-5.25,11.71-11.71,11.71Zm0-21.92c-5.63,0-10.21,4.58-10.21,10.21s4.58,10.21,10.21,10.21,10.21-4.58,10.21-10.21-4.58-10.21-10.21-10.21Z"/>
|
|
40
|
-
</g>
|
|
41
|
-
</g>
|
|
42
|
-
</g>
|
|
43
|
-
</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" viewBox="0 0 48 48">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: #172531;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
</defs>
|
|
14
|
+
<g id="Layer_1-2" data-name="Layer 1">
|
|
15
|
+
<g>
|
|
16
|
+
<g id="Oval">
|
|
17
|
+
<circle class="cls-2" cx="24" cy="24" r="24"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g id="path-1">
|
|
20
|
+
<circle class="cls-1" cx="24.17" cy="24.84" r="7.99"/>
|
|
21
|
+
</g>
|
|
22
|
+
<g id="Group-21">
|
|
23
|
+
<g id="Path-22">
|
|
24
|
+
<path class="cls-1" d="M16.42,17.07c-.38,0-.77-.15-1.06-.44l-1.69-1.69c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l1.69,1.69c.59,.59,.59,1.54,0,2.12-.29,.29-.68,.44-1.06,.44Z"/>
|
|
25
|
+
</g>
|
|
26
|
+
<g id="Path-22-Copy">
|
|
27
|
+
<path class="cls-1" d="M31.91,17.07c-.38,0-.77-.15-1.06-.44-.59-.59-.59-1.54,0-2.12l1.69-1.69c.59-.59,1.54-.59,2.12,0s.59,1.54,0,2.12l-1.69,1.69c-.29,.29-.68,.44-1.06,.44Z"/>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
<g id="Path-16">
|
|
31
|
+
<path class="cls-1" d="M26.28,11.93h-4.22c-.55,0-1-.45-1-1s.45-1,1-1h4.22c.55,0,1,.45,1,1s-.45,1-1,1Z"/>
|
|
32
|
+
</g>
|
|
33
|
+
<g id="Path-12-Copy">
|
|
34
|
+
<path class="cls-2" d="M24.17,25.84c-.55,0-1-.45-1-1V15.78c0-.55,.45-1,1-1s1,.45,1,1v9.07c0,.55-.45,1-1,1Z"/>
|
|
35
|
+
</g>
|
|
36
|
+
<g id="Oval-Copy">
|
|
37
|
+
<path class="cls-2" d="M24.17,38.57c-7.57,0-13.73-6.16-13.73-13.73s6.16-13.73,13.73-13.73,13.73,6.16,13.73,13.73-6.16,13.73-13.73,13.73Zm0-24.45c-5.92,0-10.73,4.81-10.73,10.73s4.81,10.73,10.73,10.73,10.73-4.81,10.73-10.73-4.81-10.73-10.73-10.73Z"/>
|
|
38
|
+
<g id="path-1-2" data-name="path-1">
|
|
39
|
+
<path class="cls-1" d="M24.17,36.55c-6.46,0-11.71-5.25-11.71-11.71s5.25-11.71,11.71-11.71,11.71,5.25,11.71,11.71-5.25,11.71-11.71,11.71Zm0-21.92c-5.63,0-10.21,4.58-10.21,10.21s4.58,10.21,10.21,10.21,10.21-4.58,10.21-10.21-4.58-10.21-10.21-10.21Z"/>
|
|
40
|
+
</g>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
</g>
|
|
44
44
|
</svg>
|