@golstats/gsc-game-data 1.0.292 → 1.0.293
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/README.md +35 -35
- package/dist/{FilterConditions-8968e395-6Hpw0BsJ-81ceb053.js → FilterConditions-8968e395-6Hpw0BsJ-148a9562.js} +1 -1
- package/dist/{FilterConditions-8968e395-a02b96a7.js → FilterConditions-8968e395-a606a243.js} +1 -1
- package/dist/{FilterField-ef44bc20-69f23d53.js → FilterField-ef44bc20-394bfd49.js} +1 -1
- package/dist/{FilterField-ef44bc20-DKEFssMH-d6bd8947.js → FilterField-ef44bc20-DKEFssMH-48f96f62.js} +1 -1
- package/dist/{FilterSubcategories-4bc20b72-CWfPXF1_-0cc52ada.js → FilterSubcategories-4bc20b72-CWfPXF1_-de185f20.js} +1 -1
- package/dist/{FilterSubcategories-4bc20b72-c9093915.js → FilterSubcategories-4bc20b72-b26ecd7b.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-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +24 -24
- 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/canchaRPH.svg +30 -30
- package/dist/images/events/atajada.svg +56 -56
- package/dist/images/events/cambio.svg +26 -26
- package/dist/images/events/falta.svg +42 -42
- package/dist/images/events/fin-del-partido.svg +43 -43
- package/dist/images/events/fuera-de-lugar.svg +57 -57
- package/dist/images/events/gol.svg +48 -48
- package/dist/images/events/icn-cambio.svg +6 -6
- package/dist/images/events/icn-falta.svg +4 -4
- package/dist/images/events/icn-play.svg +3 -3
- package/dist/images/events/icn-tarjeta-amarilla.svg +4 -4
- package/dist/images/events/icn-tarjeta-roja.svg +4 -4
- package/dist/images/events/icn-tiro-a-porteria.svg +36 -36
- package/dist/images/events/icn-tiros-de-esquina.svg +18 -18
- package/dist/images/events/inicia-el-partido.svg +45 -45
- package/dist/images/events/jugada-peligrosa.svg +90 -90
- package/dist/images/events/penal-fallado.svg +194 -194
- package/dist/images/events/penal-marcado.svg +189 -189
- package/dist/images/events/tiempo-agregado.svg +74 -74
- package/dist/images/events/tiro-a-porteria.svg +80 -80
- package/dist/images/events/tiro-de-esquina.svg +54 -54
- package/dist/images/events/var.svg +30 -30
- package/dist/{index-c86e7124.js → index-ed017e3f.js} +20928 -20924
- 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/shape.svg +3 -3
- package/dist/style.css +1 -1
- package/dist/styles.css +1190 -1190
- package/dist/tiempo-agregado.svg +74 -74
- package/dist/tiro-a-porteria.svg +80 -80
- package/dist/var.svg +30 -30
- package/package.json +65 -65
package/README.md
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
# gsc-games-data
|
|
2
|
-
|
|
3
|
-
This template should help get you started developing with Vue 3 in Vite.
|
|
4
|
-
|
|
5
|
-
## Recommended IDE Setup
|
|
6
|
-
|
|
7
|
-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
8
|
-
|
|
9
|
-
## Customize configuration
|
|
10
|
-
|
|
11
|
-
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
12
|
-
|
|
13
|
-
## Project Setup
|
|
14
|
-
|
|
15
|
-
```sh
|
|
16
|
-
npm install
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
### Compile and Hot-Reload for Development
|
|
20
|
-
|
|
21
|
-
```sh
|
|
22
|
-
npm run dev
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### Compile and Minify for Production
|
|
26
|
-
|
|
27
|
-
```sh
|
|
28
|
-
npm run build
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
### Lint with [ESLint](https://eslint.org/)
|
|
32
|
-
|
|
33
|
-
```sh
|
|
34
|
-
npm run lint
|
|
35
|
-
```
|
|
1
|
+
# gsc-games-data
|
|
2
|
+
|
|
3
|
+
This template should help get you started developing with Vue 3 in Vite.
|
|
4
|
+
|
|
5
|
+
## Recommended IDE Setup
|
|
6
|
+
|
|
7
|
+
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
8
|
+
|
|
9
|
+
## Customize configuration
|
|
10
|
+
|
|
11
|
+
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
12
|
+
|
|
13
|
+
## Project Setup
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
npm install
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
### Compile and Hot-Reload for Development
|
|
20
|
+
|
|
21
|
+
```sh
|
|
22
|
+
npm run dev
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Compile and Minify for Production
|
|
26
|
+
|
|
27
|
+
```sh
|
|
28
|
+
npm run build
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### Lint with [ESLint](https://eslint.org/)
|
|
32
|
+
|
|
33
|
+
```sh
|
|
34
|
+
npm run lint
|
|
35
|
+
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCssVars as E, computed as r, openBlock as s, createElementBlock as i, normalizeStyle as V, createElementVNode as d, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as p, pushScopeId as W, popScopeId as $ } from "vue";
|
|
2
|
-
import { p as H, W as m } from "./index-
|
|
2
|
+
import { p as H, W as m } from "./index-ed017e3f.js";
|
|
3
3
|
const n = (o) => (W("data-v-80d9c265"), o = o(), $(), o), T = { class: "details__header" }, R = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, z = { class: "details__body" }, F = { class: "details__body__playing-as" }, L = ["onClick"], N = { class: "details__header" }, U = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), D = { class: "details__header__checkbox" }, J = { class: "details__body" }, j = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__body__title" }, "1er tiempo", -1)), q = { class: "details__body__game-section" }, w = ["onClick"], G = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__body__title" }, "2do tiempo", -1)), M = { class: "details__body__game-section" }, O = ["onClick"], Q = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
package/dist/{FilterConditions-8968e395-a02b96a7.js → FilterConditions-8968e395-a606a243.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCssVars as E, computed as r, openBlock as d, createElementBlock 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 { Z as T, Y as m } from "./index-
|
|
2
|
+
import { Z as T, Y as m } from "./index-ed017e3f.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" }, z = { class: "details__body" }, F = { class: "details__body__playing-as" }, L = ["onClick"], N = { class: "details__header" }, U = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), Y = { class: "details__header__checkbox" }, D = { class: "details__body" }, J = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), j = { class: "details__body__game-section" }, q = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "2do tiempo", -1)), K = { class: "details__body__game-section" }, M = ["onClick"], O = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as r, openBlock as a, createElementBlock as n, createVNode as c, unref as u } from "vue";
|
|
2
|
-
import { Z as d, n as i } from "./index-
|
|
2
|
+
import { Z as d, n as i } from "./index-ed017e3f.js";
|
|
3
3
|
const f = { class: "filter-field" }, m = {
|
|
4
4
|
__name: "FilterField",
|
|
5
5
|
setup(p) {
|
package/dist/{FilterField-ef44bc20-DKEFssMH-d6bd8947.js → FilterField-ef44bc20-DKEFssMH-48f96f62.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as r, openBlock as a, createElementBlock as n, createVNode as c, unref as d } from "vue";
|
|
2
|
-
import { p as u, x as f } from "./index-
|
|
2
|
+
import { p as u, x as f } from "./index-ed017e3f.js";
|
|
3
3
|
const p = { class: "filter-field" }, i = {
|
|
4
4
|
__name: "FilterField",
|
|
5
5
|
setup(m) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as r, createElementBlock as a, Fragment as t, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
-
import { p as l, W as y } from "./index-
|
|
2
|
+
import { p as l, W as y } from "./index-ed017e3f.js";
|
|
3
3
|
const b = { class: "subcategory-group" }, g = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|
package/dist/{FilterSubcategories-4bc20b72-c9093915.js → FilterSubcategories-4bc20b72-b26ecd7b.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as r, createElementBlock as o, Fragment as t, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
-
import { Z as l, Y as g } from "./index-
|
|
2
|
+
import { Z as l, Y as g } from "./index-ed017e3f.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>
|