@golstats/gsc-lineups-reports 1.0.3 → 1.0.5
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/dist/gsc-lineups-reports.css +1 -1
- package/dist/gsc-lineups-reports.es.js +1282 -1237
- package/dist/gsc-lineups-reports.umd.js +7 -7
- package/package.json +1 -1
- package/src/components/Lineup2D/LineupField.vue +251 -97
- package/src/components/gsc-header-historico-lineup.vue +962 -883
- package/src/components/gsc-header-postmatch-lineup.vue +896 -847
- package/src/components/gsc-header-recientes-lineup.vue +1923 -1459
- package/src/components/gsc-lineups.vue +50 -23
- package/dist/atajada.svg +0 -57
- package/dist/backarrow.svg +0 -3
- package/dist/cancha-3d.png +0 -0
- package/dist/contorno-escudo.svg +0 -3
- package/dist/escudo1.png +0 -0
- package/dist/escudo2.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/field-green-posesion.png +0 -0
- package/dist/fin-del-partido.svg +0 -44
- package/dist/fuera-de-lugar.svg +0 -58
- package/dist/gol.svg +0 -49
- package/dist/group-427321178.svg +0 -8
- package/dist/group-427321179.svg +0 -5
- package/dist/group-427321501.svg +0 -5
- package/dist/icn-arrow-expand.svg +0 -3
- package/dist/icn-cambio.svg +0 -27
- package/dist/icn-expand-arrow.svg +0 -3
- package/dist/icn-expand-arrow1.svg +0 -3
- package/dist/icn-falta.svg +0 -43
- package/dist/icn-filter.svg +0 -12
- package/dist/icn-filter1.svg +0 -12
- package/dist/icn-filter2.svg +0 -12
- package/dist/icn-golstats.png +0 -0
- package/dist/icn-play.svg +0 -10
- package/dist/icn-tarjeta-amarilla.svg +0 -4
- package/dist/icn-tarjeta-roja.svg +0 -4
- package/dist/icn-tiro-a-porteria.svg +0 -36
- package/dist/icn-tiros-de-esquina.svg +0 -55
- package/dist/images/events/cambio.svg +0 -27
- package/dist/images/events/falta.svg +0 -43
- package/dist/images/events/generic.svg +0 -1
- package/dist/images/events/tiro-de-esquina.svg +0 -55
- package/dist/inicia-el-partido.svg +0 -46
- package/dist/jugada-peligrosa.svg +0 -91
- package/dist/line-white.png +0 -0
- package/dist/line.png +0 -0
- package/dist/next-arrow.svg +0 -3
- package/dist/nextarrow.svg +0 -3
- package/dist/penal-fallado.svg +0 -195
- package/dist/penal-marcado.svg +0 -190
- package/dist/play-icn.svg +0 -3
- package/dist/shape.svg +0 -3
- package/dist/styles.css +0 -1191
- package/dist/tiempo-agregado.svg +0 -75
- package/dist/tiro-a-porteria.svg +0 -81
- package/dist/var.png +0 -0
- package/dist/var.svg +0 -31
|
@@ -14,14 +14,20 @@
|
|
|
14
14
|
>
|
|
15
15
|
<div class="team-shield-left" style="margin-left: 16%">
|
|
16
16
|
<img
|
|
17
|
-
:src="
|
|
17
|
+
:src="
|
|
18
|
+
homeTeamLogo ||
|
|
19
|
+
'https://golstatsimages.blob.core.windows.net/todoelfut/lineups/escudo1.png'
|
|
20
|
+
"
|
|
18
21
|
alt="Escudo equipo local"
|
|
19
22
|
style="width: 48px; height: 48px; object-fit: contain"
|
|
20
23
|
/>
|
|
21
24
|
</div>
|
|
22
25
|
<div class="team-shield-right" style="margin-right: 16%">
|
|
23
26
|
<img
|
|
24
|
-
:src="
|
|
27
|
+
:src="
|
|
28
|
+
awayTeamLogo ||
|
|
29
|
+
'https://golstatsimages.blob.core.windows.net/todoelfut/lineups/escudo2.png'
|
|
30
|
+
"
|
|
25
31
|
alt="Escudo equipo visitante"
|
|
26
32
|
style="width: 48px; height: 48px; object-fit: contain"
|
|
27
33
|
/>
|
|
@@ -119,7 +125,9 @@
|
|
|
119
125
|
@click="viewChange(data.substitutionDataID)"
|
|
120
126
|
v-if="data.substitutionIn || data.substitutionOut"
|
|
121
127
|
>
|
|
122
|
-
<img
|
|
128
|
+
<img
|
|
129
|
+
src="https://golstatsimages.blob.core.windows.net/todoelfut/lineups/line.png"
|
|
130
|
+
/>
|
|
123
131
|
</div>
|
|
124
132
|
</div>
|
|
125
133
|
</div>
|
|
@@ -190,7 +198,9 @@
|
|
|
190
198
|
v-if="data.substitutionIn || data.substitutionOut"
|
|
191
199
|
@click="viewChange(data.substitutionDataID)"
|
|
192
200
|
>
|
|
193
|
-
<img
|
|
201
|
+
<img
|
|
202
|
+
src="https://golstatsimages.blob.core.windows.net/todoelfut/lineups/line.png"
|
|
203
|
+
/>
|
|
194
204
|
</div>
|
|
195
205
|
</div>
|
|
196
206
|
</div>
|
|
@@ -5730,7 +5740,8 @@ export default {
|
|
|
5730
5740
|
width: 100%;
|
|
5731
5741
|
position: relative;
|
|
5732
5742
|
height: 100px;
|
|
5733
|
-
background: url('/cancha-3d.png')
|
|
5743
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5744
|
+
no-repeat center center;
|
|
5734
5745
|
-webkit-background-size: contain;
|
|
5735
5746
|
-moz-background-size: contain;
|
|
5736
5747
|
// background-color: rgba(159, 235, 178, 0.356);
|
|
@@ -5744,7 +5755,8 @@ export default {
|
|
|
5744
5755
|
position: relative;
|
|
5745
5756
|
|
|
5746
5757
|
height: 85px;
|
|
5747
|
-
background: url('/cancha-3d.png')
|
|
5758
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5759
|
+
no-repeat center center;
|
|
5748
5760
|
-webkit-background-size: contain;
|
|
5749
5761
|
-moz-background-size: contain;
|
|
5750
5762
|
//background-color: rgba(1, 42, 228, 0.356);
|
|
@@ -5757,7 +5769,8 @@ export default {
|
|
|
5757
5769
|
width: 100%;
|
|
5758
5770
|
position: relative;
|
|
5759
5771
|
height: 95px;
|
|
5760
|
-
background: url('/cancha-3d.png')
|
|
5772
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5773
|
+
no-repeat center center;
|
|
5761
5774
|
-webkit-background-size: contain;
|
|
5762
5775
|
-moz-background-size: contain;
|
|
5763
5776
|
//background-color: rgba(233, 252, 64, 0.459);
|
|
@@ -5770,7 +5783,8 @@ export default {
|
|
|
5770
5783
|
width: 100%;
|
|
5771
5784
|
position: relative;
|
|
5772
5785
|
height: 100px;
|
|
5773
|
-
background: url('/cancha-3d.png')
|
|
5786
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5787
|
+
no-repeat center center;
|
|
5774
5788
|
-webkit-background-size: contain;
|
|
5775
5789
|
-moz-background-size: contain;
|
|
5776
5790
|
//background-color: rgba(255, 251, 0, 0.459);
|
|
@@ -5783,7 +5797,8 @@ export default {
|
|
|
5783
5797
|
width: 100%;
|
|
5784
5798
|
position: relative;
|
|
5785
5799
|
height: 114px;
|
|
5786
|
-
background: url('/cancha-3d.png')
|
|
5800
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5801
|
+
no-repeat center center;
|
|
5787
5802
|
-webkit-background-size: contain;
|
|
5788
5803
|
-moz-background-size: contain;
|
|
5789
5804
|
// background-color: rgba(255, 0, 0, 0.459);
|
|
@@ -5796,7 +5811,8 @@ export default {
|
|
|
5796
5811
|
width: 100%;
|
|
5797
5812
|
position: relative;
|
|
5798
5813
|
height: 132px;
|
|
5799
|
-
background: url('/cancha-3d.png')
|
|
5814
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5815
|
+
no-repeat center center;
|
|
5800
5816
|
-webkit-background-size: contain;
|
|
5801
5817
|
-moz-background-size: contain;
|
|
5802
5818
|
// background-color: #85000081;
|
|
@@ -5809,7 +5825,8 @@ export default {
|
|
|
5809
5825
|
width: 100%;
|
|
5810
5826
|
position: relative;
|
|
5811
5827
|
height: 144px;
|
|
5812
|
-
background: url('/cancha-3d.png')
|
|
5828
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5829
|
+
no-repeat center center;
|
|
5813
5830
|
-webkit-background-size: contain;
|
|
5814
5831
|
-moz-background-size: contain;
|
|
5815
5832
|
// background-color: #9bfd6381;
|
|
@@ -5822,7 +5839,8 @@ export default {
|
|
|
5822
5839
|
width: 100%;
|
|
5823
5840
|
position: relative;
|
|
5824
5841
|
height: 157px;
|
|
5825
|
-
background: url('/cancha-3d.png')
|
|
5842
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5843
|
+
no-repeat center center;
|
|
5826
5844
|
-webkit-background-size: contain;
|
|
5827
5845
|
// background-color: #fa68ffaf;
|
|
5828
5846
|
-moz-background-size: contain;
|
|
@@ -5835,7 +5853,8 @@ export default {
|
|
|
5835
5853
|
width: 100%;
|
|
5836
5854
|
position: relative;
|
|
5837
5855
|
height: 176px;
|
|
5838
|
-
background: url('/cancha-3d.png')
|
|
5856
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5857
|
+
no-repeat center center;
|
|
5839
5858
|
-webkit-background-size: contain;
|
|
5840
5859
|
// background-color: #f75d04af;
|
|
5841
5860
|
-moz-background-size: contain;
|
|
@@ -5848,7 +5867,8 @@ export default {
|
|
|
5848
5867
|
width: 100%;
|
|
5849
5868
|
position: relative;
|
|
5850
5869
|
height: 189px;
|
|
5851
|
-
background: url('/cancha-3d.png')
|
|
5870
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5871
|
+
no-repeat center center;
|
|
5852
5872
|
-webkit-background-size: contain;
|
|
5853
5873
|
// background-color: #fdd10aaf;
|
|
5854
5874
|
-moz-background-size: contain;
|
|
@@ -5861,7 +5881,8 @@ export default {
|
|
|
5861
5881
|
width: 100%;
|
|
5862
5882
|
position: relative;
|
|
5863
5883
|
height: 205px;
|
|
5864
|
-
background: url('/cancha-3d.png')
|
|
5884
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5885
|
+
no-repeat center center;
|
|
5865
5886
|
-webkit-background-size: contain;
|
|
5866
5887
|
// background-color: #1cffff93;
|
|
5867
5888
|
-moz-background-size: contain;
|
|
@@ -5874,7 +5895,8 @@ export default {
|
|
|
5874
5895
|
width: 100%;
|
|
5875
5896
|
position: relative;
|
|
5876
5897
|
height: 218px;
|
|
5877
|
-
background: url('/cancha-3d.png')
|
|
5898
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5899
|
+
no-repeat center center;
|
|
5878
5900
|
-webkit-background-size: contain;
|
|
5879
5901
|
//background-color: #ff1c5540;
|
|
5880
5902
|
-moz-background-size: contain;
|
|
@@ -5887,7 +5909,8 @@ export default {
|
|
|
5887
5909
|
width: 100%;
|
|
5888
5910
|
position: relative;
|
|
5889
5911
|
height: 235px;
|
|
5890
|
-
background: url('/cancha-3d.png')
|
|
5912
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5913
|
+
no-repeat center center;
|
|
5891
5914
|
-webkit-background-size: contain;
|
|
5892
5915
|
-moz-background-size: contain;
|
|
5893
5916
|
-o-background-size: contain;
|
|
@@ -5901,7 +5924,8 @@ export default {
|
|
|
5901
5924
|
position: relative;
|
|
5902
5925
|
height: 236px;
|
|
5903
5926
|
|
|
5904
|
-
background: url('/cancha-3d.png')
|
|
5927
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5928
|
+
no-repeat center center;
|
|
5905
5929
|
-webkit-background-size: contain;
|
|
5906
5930
|
-moz-background-size: contain;
|
|
5907
5931
|
-o-background-size: contain;
|
|
@@ -5914,7 +5938,8 @@ export default {
|
|
|
5914
5938
|
width: 94%;
|
|
5915
5939
|
position: relative;
|
|
5916
5940
|
height: 242px;
|
|
5917
|
-
background: url('/cancha-3d.png')
|
|
5941
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5942
|
+
no-repeat center center;
|
|
5918
5943
|
-webkit-background-size: contain;
|
|
5919
5944
|
-moz-background-size: contain;
|
|
5920
5945
|
// background-color: #4dc50870;
|
|
@@ -5927,7 +5952,8 @@ export default {
|
|
|
5927
5952
|
width: 88%;
|
|
5928
5953
|
position: relative;
|
|
5929
5954
|
height: 243px;
|
|
5930
|
-
background: url('/cancha-3d.png')
|
|
5955
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5956
|
+
no-repeat center center;
|
|
5931
5957
|
-webkit-background-size: contain;
|
|
5932
5958
|
-moz-background-size: contain;
|
|
5933
5959
|
-o-background-size: contain;
|
|
@@ -5941,7 +5967,8 @@ export default {
|
|
|
5941
5967
|
width: 84%;
|
|
5942
5968
|
position: relative;
|
|
5943
5969
|
height: 253px;
|
|
5944
|
-
background: url('/cancha-3d.png')
|
|
5970
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5971
|
+
no-repeat center center;
|
|
5945
5972
|
-webkit-background-size: contain;
|
|
5946
5973
|
-moz-background-size: contain;
|
|
5947
5974
|
-o-background-size: contain;
|
|
@@ -5955,7 +5982,8 @@ export default {
|
|
|
5955
5982
|
width: 76%;
|
|
5956
5983
|
position: relative;
|
|
5957
5984
|
height: 253px;
|
|
5958
|
-
background: url('/cancha-3d.png')
|
|
5985
|
+
background: url('https://golstatsimages.blob.core.windows.net/todoelfut/lineups/cancha-3d.png')
|
|
5986
|
+
no-repeat center center;
|
|
5959
5987
|
-webkit-background-size: contain;
|
|
5960
5988
|
-moz-background-size: contain;
|
|
5961
5989
|
-o-background-size: contain;
|
|
@@ -5968,7 +5996,6 @@ export default {
|
|
|
5968
5996
|
.lineup-players {
|
|
5969
5997
|
display: flex;
|
|
5970
5998
|
justify-content: center;
|
|
5971
|
-
background-color: #1d2a35;
|
|
5972
5999
|
padding-bottom: 45px;
|
|
5973
6000
|
padding-left: 3px;
|
|
5974
6001
|
padding-right: 3px;
|
package/dist/atajada.svg
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
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
|
-
</svg>
|
package/dist/backarrow.svg
DELETED
package/dist/cancha-3d.png
DELETED
|
Binary file
|
package/dist/contorno-escudo.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
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/escudo1.png
DELETED
|
Binary file
|
package/dist/escudo2.png
DELETED
|
Binary file
|
package/dist/favicon.ico
DELETED
|
Binary file
|
|
Binary file
|
package/dist/fin-del-partido.svg
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
</svg>
|
package/dist/fuera-de-lugar.svg
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
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 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
|
-
fill: #fff;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.cls-4 {
|
|
18
|
-
fill: #172531;
|
|
19
|
-
}
|
|
20
|
-
</style>
|
|
21
|
-
<clipPath id="clippath">
|
|
22
|
-
<circle class="cls-1" cx="24" cy="24" r="24"/>
|
|
23
|
-
</clipPath>
|
|
24
|
-
</defs>
|
|
25
|
-
<g id="Layer_1-2" data-name="Layer 1">
|
|
26
|
-
<g>
|
|
27
|
-
<g id="Oval">
|
|
28
|
-
<circle class="cls-4" cx="24" cy="24" r="24"/>
|
|
29
|
-
</g>
|
|
30
|
-
<g class="cls-2">
|
|
31
|
-
<g>
|
|
32
|
-
<g>
|
|
33
|
-
<path class="cls-3" d="M42.76,44.78c.27-.12,.4-.44,.27-.72L28.56,11.91c-.12-.27-.44-.4-.72-.27s-.4,.44-.27,.72l14.48,32.15c.12,.27,.44,.4,.72,.27Z"/>
|
|
34
|
-
<path class="cls-4" d="M42.54,44.9c-.24,0-.46-.14-.56-.36L27.5,12.39c-.14-.31,0-.68,.31-.82,.31-.14,.68,0,.82,.31l14.48,32.15c.14,.31,0,.68-.31,.82h0c-.08,.04-.17,.05-.25,.05ZM28.06,11.67c-.06,0-.13,.01-.19,.04-.23,.11-.34,.38-.23,.62l14.48,32.15c.11,.24,.38,.34,.62,.24,.23-.11,.34-.38,.23-.62L28.49,11.94c-.08-.17-.25-.28-.43-.28Z"/>
|
|
35
|
-
</g>
|
|
36
|
-
<g>
|
|
37
|
-
<path class="cls-3" d="M25.53,11.58c-.47-1.05,0-2.29,1.05-2.76s2.29,0,2.76,1.05,0,2.29-1.05,2.76-2.29,0-2.76-1.05Zm.99-.45c.23,.5,.82,.73,1.32,.5s.73-.82,.5-1.33-.82-.73-1.33-.5-.73,.82-.5,1.32Z"/>
|
|
38
|
-
<path class="cls-4" d="M27.43,12.89c-.26,0-.52-.05-.77-.14-.54-.21-.97-.61-1.21-1.13h0c-.49-1.09,0-2.37,1.08-2.86,1.09-.49,2.37,0,2.86,1.08,.24,.53,.25,1.11,.05,1.65-.21,.54-.61,.97-1.13,1.21-.28,.13-.58,.19-.89,.19Zm0-4.18c-.28,0-.56,.06-.82,.18-1.01,.46-1.46,1.65-1.01,2.66h0c.22,.49,.62,.87,1.12,1.06,.5,.19,1.05,.17,1.54-.05,.49-.22,.86-.62,1.06-1.12,.19-.5,.17-1.05-.05-1.54-.34-.75-1.07-1.19-1.84-1.19Zm0,3.09c-.41,0-.8-.24-.98-.63h0c-.24-.54,0-1.18,.54-1.42,.26-.12,.55-.13,.82-.03s.48,.3,.6,.56c.24,.54,0,1.18-.54,1.42-.14,.06-.29,.09-.44,.09Zm-.85-.7c.21,.47,.76,.67,1.23,.46,.47-.21,.67-.76,.47-1.23-.1-.22-.29-.4-.52-.48-.23-.09-.48-.08-.71,.02-.47,.21-.67,.76-.46,1.22h0Z"/>
|
|
39
|
-
</g>
|
|
40
|
-
<g>
|
|
41
|
-
<g>
|
|
42
|
-
<path class="cls-3" d="M16.75,36.36c-.23,.01-.43-.11-.53-.32l-5.13-11.4c-.07-.16-.06-.35,.03-.5,.09-.15,.25-.25,.43-.26,3.94-.23,6.24-2.23,8.66-4.34,2.46-2.14,5-4.35,9.31-4.61,.23-.01,.43,.11,.53,.32l5.13,11.4c.07,.16,.06,.35-.03,.5-.09,.15-.26,.25-.43,.26-3.94,.23-6.24,2.23-8.67,4.34-1.53,1.33-3.09,2.69-5.08,3.59-1.22,.55-2.6,.93-4.23,1.02Zm17.14-9.96l-4.66-10.36c-3.72,.33-5.94,2.27-8.29,4.31-2.31,2.01-4.69,4.08-8.54,4.54l4.66,10.36c3.72-.33,5.94-2.27,8.29-4.31,1.53-1.33,3.09-2.69,5.08-3.59,1.02-.46,2.15-.8,3.46-.95Zm-17.18,9.42h0s0,0,0,0Z"/>
|
|
43
|
-
<path class="cls-4" d="M16.72,36.43c-.24,0-.46-.14-.56-.36l-5.13-11.4c-.08-.19-.07-.4,.03-.58,.11-.17,.29-.29,.49-.3,3.91-.23,6.2-2.22,8.62-4.32,2.47-2.15,5.02-4.37,9.36-4.62,.01,0,.03,0,.04,0,.24,0,.46,.14,.56,.36l5.13,11.4c.08,.19,.07,.4-.03,.57-.11,.18-.29,.29-.49,.3-3.91,.23-6.2,2.22-8.62,4.32-1.53,1.33-3.1,2.7-5.1,3.6-1.34,.6-2.73,.94-4.26,1.03-.01,0-.03,0-.04,0ZM29.57,15s-.02,0-.03,0c-4.28,.25-6.82,2.45-9.27,4.58-2.44,2.13-4.75,4.13-8.71,4.36-.15,0-.29,.09-.37,.22-.08,.13-.09,.29-.03,.44l5.13,11.4c.08,.18,.26,.29,.45,.28h0c1.51-.09,2.88-.42,4.21-1.01,1.98-.89,3.55-2.25,5.06-3.57,2.45-2.13,4.75-4.13,8.71-4.36,.15,0,.29-.09,.37-.22,.08-.13,.09-.29,.03-.43l-5.13-11.4c-.08-.17-.24-.28-.43-.28Zm-12.81,20.88l-.08-.13h0s.07,.13,.07,.13Zm.26-.56l-.02-.05-4.71-10.45h.1c3.82-.46,6.2-2.53,8.49-4.53,2.37-2.06,4.6-4,8.34-4.34h.05s.02,.04,.02,.04l4.71,10.45h-.1c-1.22,.16-2.34,.47-3.43,.96-1.98,.89-3.55,2.25-5.06,3.57-2.37,2.06-4.61,4.01-8.34,4.34h-.05Zm-4.51-10.37l4.6,10.21c3.66-.34,5.86-2.26,8.19-4.29,1.53-1.33,3.1-2.7,5.11-3.6,1.08-.49,2.18-.79,3.38-.95l-4.6-10.22c-3.66,.34-5.87,2.26-8.2,4.29-2.3,2-4.67,4.06-8.48,4.54Z"/>
|
|
44
|
-
</g>
|
|
45
|
-
<g>
|
|
46
|
-
<path class="cls-3" d="M25.93,31.84c.27-.12,.4-.44,.27-.72l-5.13-11.4c-.12-.27-.44-.4-.72-.27s-.4,.44-.27,.72l5.13,11.4c.12,.27,.44,.4,.72,.27Z"/>
|
|
47
|
-
<path class="cls-4" d="M25.71,31.96c-.07,0-.15-.01-.22-.04-.15-.06-.28-.17-.34-.33l-5.13-11.4c-.07-.15-.07-.32-.01-.47,.06-.15,.17-.28,.32-.34,.31-.14,.68,0,.82,.31l5.13,11.4c.07,.15,.07,.32,.01,.47-.06,.15-.17,.28-.32,.34h0c-.08,.04-.17,.05-.25,.05Zm-5.13-12.49c-.06,0-.13,.01-.19,.04-.11,.05-.2,.14-.25,.26-.04,.12-.04,.24,.01,.36l5.13,11.4c.05,.11,.14,.2,.26,.25,.12,.04,.24,.04,.36-.01h0c.11-.05,.2-.14,.25-.26,.04-.12,.04-.24-.01-.36l-5.13-11.4c-.08-.17-.25-.28-.43-.28Z"/>
|
|
48
|
-
</g>
|
|
49
|
-
<g>
|
|
50
|
-
<path class="cls-3" d="M18.42,29.64c2-.9,3.55-2.26,5.08-3.59,2.43-2.11,4.72-4.11,8.67-4.34,.3-.02,.53-.27,.51-.57-.02-.3-.27-.53-.57-.51-4.31,.25-6.85,2.47-9.31,4.61-2.43,2.11-4.72,4.11-8.67,4.34-.3,.02-.53,.27-.51,.57,.02,.3,.27,.53,.57,.51,1.63-.1,3.01-.47,4.23-1.02Z"/>
|
|
51
|
-
<path class="cls-4" d="M14.15,30.73c-.15,0-.3-.05-.41-.16-.12-.11-.2-.26-.21-.43,0-.16,.05-.32,.16-.45,.11-.12,.26-.2,.42-.21,3.91-.23,6.2-2.22,8.62-4.32,2.47-2.15,5.03-4.37,9.36-4.63,.01,0,.02,0,.04,0,.15,0,.3,.05,.41,.16,.12,.11,.2,.26,.21,.43,.02,.34-.24,.63-.58,.65-3.92,.23-6.2,2.22-8.62,4.32-1.52,1.32-3.09,2.69-5.1,3.6h0c-1.34,.6-2.73,.94-4.26,1.03-.01,0-.02,0-.04,0Zm17.98-10.03s-.02,0-.03,0c-4.29,.25-6.82,2.46-9.27,4.59-2.44,2.12-4.75,4.13-8.71,4.36-.12,0-.24,.06-.32,.16-.08,.09-.13,.21-.12,.34,0,.12,.06,.24,.16,.32,.09,.08,.22,.13,.34,.12,1.51-.09,2.89-.42,4.21-1.01h0c1.99-.9,3.55-2.26,5.06-3.57,2.44-2.12,4.74-4.13,8.71-4.36,.26-.01,.46-.24,.44-.5,0-.12-.06-.24-.16-.32-.09-.08-.2-.12-.31-.12Z"/>
|
|
52
|
-
</g>
|
|
53
|
-
</g>
|
|
54
|
-
</g>
|
|
55
|
-
</g>
|
|
56
|
-
</g>
|
|
57
|
-
</g>
|
|
58
|
-
</svg>
|
package/dist/gol.svg
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
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 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
|
-
fill: #fff;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.cls-4 {
|
|
18
|
-
fill: none
|
|
19
|
-
}
|
|
20
|
-
</style>
|
|
21
|
-
<clipPath id="clippath">
|
|
22
|
-
<circle class="cls-1" cx="24" cy="24" r="24"/>
|
|
23
|
-
</clipPath>
|
|
24
|
-
</defs>
|
|
25
|
-
<g id="Layer_1-2" data-name="Layer 1">
|
|
26
|
-
<g>
|
|
27
|
-
<g id="Oval">
|
|
28
|
-
<circle class="cls-4" cx="24" cy="24" r="24"/>
|
|
29
|
-
</g>
|
|
30
|
-
<g class="cls-2">
|
|
31
|
-
<g>
|
|
32
|
-
<ellipse class="cls-4" cx="24" cy="24" rx="14.82" ry="14.85"/>
|
|
33
|
-
<path class="cls-3" d="M24.03,36.05c-6.65,0-12.05-5.41-12.05-12.05s5.41-12.05,12.05-12.05,12.05,5.41,12.05,12.05-5.41,12.05-12.05,12.05Zm0-23.1c-6.1,0-11.05,4.96-11.05,11.05s4.96,11.05,11.05,11.05,11.05-4.96,11.05-11.05-4.96-11.05-11.05-11.05Z"/>
|
|
34
|
-
<path class="cls-3" d="M27.22,29.38h-6.35c-.22,0-.41-.14-.48-.35l-1.96-6.06c-.07-.21,0-.43,.18-.56l5.14-3.74c.18-.13,.41-.13,.59,0l5.14,3.74c.17,.13,.25,.35,.18,.56l-1.96,6.06c-.07,.21-.26,.35-.48,.35Zm-5.99-1h5.62l1.74-5.37-4.55-3.32-4.55,3.32,1.74,5.37Z"/>
|
|
35
|
-
<path class="cls-3" d="M24.06,15.71c-.07,0-.13-.01-.2-.04l-4.38-1.87c-.25-.11-.37-.4-.26-.66,.11-.25,.4-.37,.66-.26l4.18,1.78,4.18-1.78c.25-.11,.55,0,.66,.26,.11,.25,0,.55-.26,.66l-4.38,1.87c-.06,.03-.13,.04-.2,.04Z"/>
|
|
36
|
-
<path class="cls-3" d="M12.62,25.37c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l2.99-3.44-.4-4.54c-.02-.27,.18-.52,.45-.54,.27-.03,.52,.18,.54,.45l.42,4.75c.01,.14-.03,.27-.12,.37l-3.12,3.6c-.1,.11-.24,.17-.38,.17Z"/>
|
|
37
|
-
<path class="cls-3" d="M21.37,35.66c-.17,0-.34-.09-.43-.24l-2.34-3.91-4.43-1.02c-.27-.06-.44-.33-.38-.6s.33-.44,.6-.38l4.64,1.07c.13,.03,.25,.11,.32,.23l2.45,4.09c.14,.24,.06,.54-.17,.69-.08,.05-.17,.07-.26,.07Z"/>
|
|
38
|
-
<path class="cls-3" d="M26.75,35.66c-.09,0-.18-.02-.26-.07-.24-.14-.31-.45-.17-.69l2.44-4.09c.07-.12,.18-.2,.32-.23l4.63-1.07c.27-.06,.54,.11,.6,.38s-.11,.54-.38,.6l-4.43,1.02-2.33,3.91c-.09,.16-.26,.24-.43,.24Z"/>
|
|
39
|
-
<path class="cls-3" d="M35.5,25.37c-.14,0-.28-.06-.38-.17l-3.13-3.6c-.09-.1-.13-.24-.12-.37l.42-4.75c.02-.27,.27-.48,.54-.45,.28,.02,.48,.27,.45,.54l-.4,4.54,2.99,3.44c.18,.21,.16,.52-.05,.71-.09,.08-.21,.12-.33,.12Z"/>
|
|
40
|
-
<path class="cls-3" d="M24.05,19.58c-.28,0-.5-.22-.5-.5v-3.87c0-.28,.22-.5,.5-.5s.5,.22,.5,.5v3.87c0,.28-.22,.5-.5,.5Z"/>
|
|
41
|
-
<path class="cls-3" d="M29.21,23.47c-.18,0-.35-.1-.44-.26-.13-.24-.04-.55,.2-.68l3.17-1.7c.25-.13,.55-.04,.68,.2,.13,.24,.04,.55-.2,.68l-3.17,1.7c-.08,.04-.16,.06-.24,.06Z"/>
|
|
42
|
-
<path class="cls-3" d="M29.2,31.57c-.14,0-.27-.06-.37-.17l-1.96-2.19c-.18-.21-.17-.52,.04-.71,.21-.18,.52-.17,.71,.04l1.96,2.19c.18,.21,.17,.52-.04,.71-.1,.09-.21,.13-.33,.13Z"/>
|
|
43
|
-
<path class="cls-3" d="M18.91,31.57c-.12,0-.24-.04-.33-.13-.21-.18-.22-.5-.04-.71l1.96-2.19c.19-.21,.5-.22,.71-.04,.21,.18,.22,.5,.04,.71l-1.96,2.19c-.1,.11-.24,.17-.37,.17Z"/>
|
|
44
|
-
<path class="cls-3" d="M18.93,23.32c-.07,0-.15-.02-.22-.05l-3.17-1.55c-.25-.12-.35-.42-.23-.67,.12-.25,.42-.35,.67-.23l3.17,1.55c.25,.12,.35,.42,.23,.67-.09,.18-.26,.28-.45,.28Z"/>
|
|
45
|
-
</g>
|
|
46
|
-
</g>
|
|
47
|
-
</g>
|
|
48
|
-
</g>
|
|
49
|
-
</svg>
|
package/dist/group-427321178.svg
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="88" height="24" viewBox="0 0 88 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.41162 20.8244H5.37326C4.72174 20.8244 4.17201 20.5496 3.72469 19.9998C3.27677 19.4501 3.05281 18.7687 3.05281 17.9543V10.4127H5.64812C6.07568 10.4127 6.4212 10.2905 6.68648 10.0462C6.95056 9.80188 7.0835 9.49648 7.0835 9.13C7.0835 8.7234 6.95116 8.39704 6.68648 8.15272C6.4218 7.9084 6.07568 7.78624 5.64812 7.78624H3.05341V3.39028C3.05341 2.94296 2.91089 2.57648 2.62585 2.29084C2.34081 2.0064 1.97433 1.86328 1.52641 1.86328C1.07848 1.86328 0.712003 2.0058 0.426962 2.29084C0.141922 2.57588 0 2.94236 0 3.39028V17.9543C0 19.0741 0.233542 20.0813 0.702422 20.9771C1.1707 21.873 1.81684 22.5802 2.64142 23.0993C3.466 23.6185 4.37681 23.8778 5.37386 23.8778H5.92358C6.45294 23.8778 6.88529 23.7359 7.22123 23.4503C7.55717 23.1658 7.72484 22.7993 7.72484 22.3508C7.72484 21.9023 7.59729 21.537 7.34339 21.2514C7.08889 20.9669 6.7787 20.8238 6.41222 20.8238L6.41162 20.8244Z" fill="white"/>
|
|
3
|
-
<path d="M21.0188 8.13856C19.7463 7.41638 18.3061 7.05469 16.6983 7.05469C15.0904 7.05469 13.6143 7.41638 12.3322 8.13856C11.0501 8.86134 10.0525 9.86377 9.3399 11.1458C8.6273 12.4279 8.271 13.8938 8.271 15.5424C8.271 17.191 8.6267 18.6263 9.3399 19.9084C10.0519 21.1905 11.0495 22.1935 12.3322 22.9157C13.6143 23.6385 15.0695 23.9996 16.6983 23.9996C18.3271 23.9996 19.7768 23.6385 21.0493 22.9157C22.3212 22.1935 23.3135 21.1905 24.0261 19.9084C24.7381 18.6257 25.095 17.1706 25.095 15.5424C25.095 13.9142 24.7333 12.4279 24.0111 11.1458C23.2883 9.86377 22.2907 8.86134 21.0188 8.13856ZM21.4158 18.4892C20.9577 19.3545 20.3164 20.0312 19.4924 20.5198C18.6678 21.0085 17.7366 21.2528 16.6989 21.2528C15.6611 21.2528 14.7293 21.0085 13.9053 20.5198C13.0808 20.0312 12.4346 19.3551 11.9663 18.4892C11.4981 17.6245 11.2639 16.6418 11.2639 15.543C11.2639 14.4442 11.4975 13.4567 11.9663 12.5812C12.4346 11.7063 13.0808 11.0243 13.9053 10.5356C14.7299 10.047 15.6611 9.80269 16.6989 9.80269C17.7366 9.80269 18.6684 10.047 19.4924 10.5356C20.317 11.0243 20.9577 11.7063 21.4158 12.5812C21.8739 13.4567 22.1027 14.4436 22.1027 15.543C22.1027 16.6424 21.8739 17.6245 21.4158 18.4892Z" fill="white"/>
|
|
4
|
-
<path d="M41.474 0.0308723C41.026 0.0308723 40.6542 0.173392 40.3596 0.458432C40.0643 0.743472 39.917 1.12013 39.917 1.58841V9.83181C39.2044 8.95693 38.3391 8.27487 37.3217 7.78623C36.3037 7.29759 35.2043 7.05327 34.024 7.05327C32.5587 7.05327 31.2305 7.41975 30.0394 8.15211C28.8483 8.88507 27.9124 9.89768 27.2303 11.1899C26.5483 12.4828 26.2075 13.923 26.2075 15.5105C26.2075 17.0979 26.574 18.5387 27.307 19.831C28.0399 21.1238 29.0519 22.1412 30.3448 22.8844C31.5532 23.579 32.8814 23.9485 34.33 23.994V23.9988H41.4596C42.3279 23.9988 43.0315 23.2952 43.0315 22.4269V15.856H43.0249C43.0291 15.7416 43.0315 15.6266 43.0315 15.5105V1.58781C43.0315 1.11953 42.889 0.743472 42.604 0.457833C42.3183 0.172793 41.9422 0.0302734 41.474 0.0302734V0.0308723ZM29.9172 18.4423C29.4388 17.5674 29.1998 16.5901 29.1998 15.5111C29.1998 14.432 29.4388 13.4607 29.9172 12.5954C30.3951 11.7307 31.0472 11.0486 31.8712 10.5498C32.6958 10.051 33.6162 9.80187 34.6342 9.80187C35.6522 9.80187 36.5732 10.0516 37.3972 10.5498C38.2217 11.0486 38.8673 11.7307 39.3362 12.5954C39.8044 13.4607 40.0386 14.4326 40.0386 15.5111C40.0386 16.5895 39.8044 17.5674 39.3362 18.4423C38.8679 19.3178 38.2217 20.0046 37.3972 20.5034C36.5726 21.0023 35.6516 21.2514 34.6342 21.2514C33.6168 21.2514 32.6952 21.0023 31.8712 20.5034C31.0466 20.0046 30.3951 19.3178 29.9172 18.4423Z" fill="white"/>
|
|
5
|
-
<path d="M57.1882 8.13856C55.9157 7.41638 54.4755 7.05469 52.8677 7.05469C51.2598 7.05469 49.7837 7.41638 48.5017 8.13856C47.219 8.86134 46.2219 9.86377 45.5093 11.1458C44.7967 12.4279 44.4404 13.8938 44.4404 15.5424C44.4404 17.191 44.7961 18.6263 45.5093 19.9084C46.2213 21.1905 47.219 22.1935 48.5017 22.9157C49.7837 23.6385 51.2389 23.9996 52.8677 23.9996C54.4965 23.9996 55.9463 23.6385 57.2188 22.9157C58.4907 22.1935 59.4829 21.1905 60.1955 19.9084C60.9081 18.6257 61.2644 17.1706 61.2644 15.5424C61.2644 13.9142 60.9027 12.4279 60.1805 11.1458C59.4578 9.86377 58.4601 8.86134 57.1882 8.13856ZM57.5852 18.4892C57.1271 19.3545 56.4858 20.0312 55.6618 20.5198C54.8372 21.0085 53.9061 21.2528 52.8683 21.2528C51.8305 21.2528 50.8988 21.0085 50.0748 20.5198C49.2502 20.0312 48.6041 19.3551 48.1358 18.4892C47.6675 17.6245 47.4334 16.6418 47.4334 15.543C47.4334 14.4442 47.6669 13.4567 48.1358 12.5812C48.6035 11.7063 49.2502 11.0243 50.0748 10.5356C50.8994 10.047 51.8305 9.80269 52.8683 9.80269C53.9061 9.80269 54.8378 10.047 55.6618 10.5356C56.4864 11.0243 57.1277 11.7063 57.5852 12.5812C58.0433 13.4567 58.2721 14.4436 58.2721 15.543C58.2721 16.6424 58.0433 17.6245 57.5852 18.4892Z" fill="white"/>
|
|
6
|
-
<path d="M74.9018 8.09245C73.7617 7.40081 72.4083 7.05469 70.8412 7.05469C69.2741 7.05469 67.8339 7.41638 66.5817 8.13856C65.3302 8.86134 64.3529 9.86916 63.6505 11.1614C62.9481 12.4543 62.5972 13.9148 62.5972 15.543C62.5972 17.1712 62.9684 18.6269 63.7116 19.909C64.4541 21.1911 65.4871 22.1941 66.8105 22.9163C68.1333 23.6391 69.6298 24.0002 71.2987 24.0002C72.2347 24.0002 73.2167 23.8277 74.2449 23.481C75.2725 23.1349 76.1324 22.687 76.8246 22.1372C77.1498 21.8929 77.3133 21.5875 77.3133 21.2216C77.3133 20.8354 77.13 20.4887 76.7636 20.1833C76.5396 19.9803 76.2342 19.8779 75.8474 19.8779C75.4605 19.8779 75.1246 19.9899 74.8395 20.2138C74.412 20.5396 73.867 20.8144 73.2059 21.0384C72.5442 21.263 71.9083 21.3743 71.2975 21.3743C69.7501 21.3743 68.4429 20.9366 67.374 20.0617C66.3051 19.1868 65.659 18.0365 65.435 16.6113H77.0372C77.4444 16.6113 77.7798 16.4844 78.0451 16.2299C78.3091 15.9754 78.4421 15.655 78.4421 15.2681C78.4421 13.6603 78.1367 12.2357 77.5259 10.9937C76.9151 9.75238 76.0396 8.78529 74.9 8.09305L74.9018 8.09245ZM65.4673 14.1681C65.7117 12.8046 66.2967 11.7153 67.2231 10.9009C68.1489 10.0871 69.3549 9.67933 70.8412 9.67933C72.1844 9.67933 73.273 10.0865 74.1084 10.9009C74.9425 11.7153 75.4521 12.8046 75.6348 14.1681H65.4673Z" fill="white"/>
|
|
7
|
-
<path d="M85.8899 20.8238H85.1264C84.6785 20.8238 84.312 20.5795 84.027 20.0908C83.7419 19.6022 83.5994 18.9818 83.5994 18.2285V1.55727C83.5994 1.10995 83.4569 0.743472 83.1719 0.457833C82.8868 0.172793 82.5203 0.0302734 82.0724 0.0302734C81.6245 0.0302734 81.258 0.172793 80.973 0.457833C80.6879 0.742873 80.5454 1.10935 80.5454 1.55727V18.2285C80.5454 19.3076 80.7388 20.2795 81.1257 21.1442C81.5119 22.0095 82.0568 22.6814 82.7593 23.1592C83.4617 23.6377 84.2503 23.8766 85.1258 23.8766H85.1869C85.7977 23.8766 86.2959 23.7347 86.6828 23.449C87.069 23.1646 87.263 22.7981 87.263 22.3496C87.263 21.9011 87.1355 21.5358 86.8816 21.2502C86.6271 20.9657 86.2959 20.8226 85.8893 20.8226L85.8899 20.8238Z" fill="white"/>
|
|
8
|
-
</svg>
|
package/dist/group-427321179.svg
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="24" viewBox="0 0 36 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.06284 7.75656H3.94836V6.93198C3.94836 5.69062 4.29448 4.69298 4.98672 3.93966C5.67836 3.18694 6.59457 2.80968 7.73473 2.80968C8.18205 2.80968 8.55392 2.67734 8.84914 2.41266C9.14376 2.14858 9.29167 1.81264 9.29167 1.40484C9.29167 0.997041 9.14376 0.662299 8.84914 0.39702C8.55392 0.132939 8.18205 0 7.73473 0C6.39157 0 5.19511 0.300609 4.14717 0.90063C3.09863 1.50125 2.28482 2.34619 1.70456 3.43485C1.1243 4.52411 0.834473 5.79122 0.834473 7.23618V22.2888C0.834473 22.7571 0.981777 23.1337 1.277 23.4182C1.57162 23.7032 1.92314 23.8457 2.33034 23.8457C2.83874 23.8457 3.23576 23.7038 3.5214 23.4182C3.80644 23.1337 3.94895 22.7571 3.94895 22.2888V10.3824H7.06344C7.491 10.3824 7.83653 10.2602 8.10181 10.0159C8.36589 9.7716 8.49883 9.4662 8.49883 9.09972C8.49883 8.69312 8.36649 8.36676 8.10181 8.12244C7.83713 7.87812 7.491 7.75596 7.06344 7.75596L7.06284 7.75656Z" fill="#CAEE69"/>
|
|
3
|
-
<path d="M23.7967 7.11523C23.3488 7.11523 22.9769 7.25775 22.6823 7.54279C22.3871 7.82783 22.2398 8.20449 22.2398 8.67217V17.2827C22.2398 18.0156 22.0416 18.6773 21.6446 19.2672C21.2475 19.8576 20.6978 20.3259 19.996 20.6714C19.2936 21.0181 18.5151 21.1906 17.66 21.1906C16.1941 21.1906 15.0192 20.7684 14.1335 19.9235C13.2478 19.0791 12.8053 17.8318 12.8053 16.1832V8.67217C12.8053 8.22485 12.6574 7.85298 12.3628 7.55776C12.0675 7.26314 11.6957 7.11523 11.2484 7.11523C10.801 7.11523 10.4286 7.26314 10.1339 7.55776C9.83872 7.85298 9.69141 8.22485 9.69141 8.67217V16.1832C9.69141 17.8318 10.007 19.2414 10.6382 20.4121C11.2687 21.5828 12.1442 22.4732 13.264 23.0835C14.3832 23.6942 15.6455 23.9997 17.0504 23.9997C17.2923 23.9997 17.5312 23.9895 17.7666 23.9691H23.7836C24.6519 23.9691 25.3555 23.2655 25.3555 22.3972V8.67217C25.3555 8.20449 25.213 7.82783 24.9279 7.54279C24.6429 7.25775 24.2662 7.11523 23.7979 7.11523H23.7967Z" fill="#CAEE69"/>
|
|
4
|
-
<path d="M35.4939 21.2211C35.2394 20.9367 34.9292 20.7935 34.5627 20.7935H33.5244C32.8728 20.7935 32.3231 20.5187 31.8758 19.969C31.4279 19.4192 31.2039 18.7378 31.2039 17.9234V10.3818H33.7992C34.2268 10.3818 34.5723 10.2596 34.8376 10.0153C35.1017 9.77101 35.2346 9.46561 35.2346 9.09913C35.2346 8.69253 35.1023 8.36617 34.8376 8.12185C34.5729 7.87753 34.2268 7.75537 33.7992 7.75537H31.2039V3.36001C31.2039 2.91269 31.0614 2.54621 30.7764 2.26057C30.4907 1.97613 30.1248 1.83301 29.6769 1.83301C29.229 1.83301 28.8625 1.97553 28.5775 2.26057C28.2924 2.54561 28.1499 2.91209 28.1499 3.36001V17.924C28.1499 19.0438 28.3835 20.051 28.8523 20.9468C29.3206 21.8427 29.9667 22.5499 30.7913 23.0691C31.6159 23.5883 32.5267 23.8475 33.5238 23.8475H34.0735C34.6028 23.8475 35.0352 23.7056 35.3711 23.42C35.7071 23.1355 35.8748 22.7691 35.8748 22.3205C35.8748 21.872 35.7472 21.5067 35.4933 21.2211H35.4939Z" fill="#CAEE69"/>
|
|
5
|
-
</svg>
|
package/dist/group-427321501.svg
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="17" height="12" viewBox="0 0 17 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M16.3462 2.295H0.653846C0.29641 2.295 0 1.99859 0 1.64115C0 1.28371 0.29641 0.987305 0.653846 0.987305H16.3462C16.7036 0.987305 17 1.28371 17 1.64115C17 1.99859 16.7036 2.295 16.3462 2.295Z" fill="#9C9CA4"/>
|
|
3
|
-
<path d="M13.7306 6.65437H3.26908C2.91164 6.65437 2.61523 6.35796 2.61523 6.00053C2.61523 5.64309 2.91164 5.34668 3.26908 5.34668H13.7306C14.0881 5.34668 14.3845 5.64309 14.3845 6.00053C14.3845 6.35796 14.0881 6.65437 13.7306 6.65437Z" fill="#9C9CA4"/>
|
|
4
|
-
<path d="M10.2436 11.0128H6.75639C6.39895 11.0128 6.10254 10.7164 6.10254 10.3589C6.10254 10.0015 6.39895 9.70508 6.75639 9.70508H10.2436C10.601 9.70508 10.8974 10.0015 10.8974 10.3589C10.8974 10.7164 10.601 11.0128 10.2436 11.0128Z" fill="#9C9CA4"/>
|
|
5
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 3.05966L6.86193 0.606577C7.12228 0.38342 7.54439 0.38342 7.80474 0.606577C8.06509 0.829733 8.06509 1.19154 7.80474 1.4147L4.4714 4.27184C4.21105 4.495 3.78895 4.495 3.5286 4.27184L0.195262 1.4147C-0.0650874 1.19154 -0.0650874 0.829733 0.195262 0.606577C0.455612 0.38342 0.877722 0.38342 1.13807 0.606577L4 3.05966Z" fill="#92929D"/>
|
|
3
|
-
</svg>
|
package/dist/icn-cambio.svg
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
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>
|
|
20
|
-
<path class="cls-1" d="M31.62,23.86c-.19,0-.37-.07-.52-.21-.3-.29-.31-.76-.03-1.06l2.89-3.04-2.89-3.04c-.29-.3-.27-.77,.03-1.06,.3-.29,.77-.27,1.06,.03l3.39,3.56c.28,.29,.28,.74,0,1.03l-3.39,3.56c-.15,.15-.34,.23-.54,.23Z"/>
|
|
21
|
-
<path class="cls-1" d="M34.99,20.31H16.37c-.41,0-.75-.34-.75-.75s.34-.75,.75-.75h18.62c.41,0,.75,.34,.75,.75s-.34,.75-.75,.75Z"/>
|
|
22
|
-
<path class="cls-1" d="M16.38,32.75c-.2,0-.4-.08-.54-.23l-3.38-3.56c-.28-.29-.28-.74,0-1.03l3.38-3.56c.28-.3,.76-.31,1.06-.03,.3,.29,.31,.76,.03,1.06l-2.89,3.04,2.89,3.04c.29,.3,.27,.78-.03,1.06-.15,.14-.33,.21-.52,.21Z"/>
|
|
23
|
-
<path class="cls-1" d="M31.62,29.19H13c-.41,0-.75-.34-.75-.75s.34-.75,.75-.75H31.62c.41,0,.75,.34,.75,.75s-.34,.75-.75,.75Z"/>
|
|
24
|
-
</g>
|
|
25
|
-
</g>
|
|
26
|
-
</g>
|
|
27
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 3.01144L6.86193 0.558359C7.12228 0.335202 7.54439 0.335202 7.80474 0.558359C8.06509 0.781516 8.06509 1.14332 7.80474 1.36648L4.4714 4.22362C4.21105 4.44678 3.78895 4.44678 3.5286 4.22362L0.195262 1.36648C-0.0650874 1.14332 -0.0650874 0.781516 0.195262 0.558359C0.455612 0.335202 0.877722 0.335202 1.13807 0.558359L4 3.01144Z" fill="#92929D"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 3.45053L6.86193 0.997446C7.12228 0.774289 7.54439 0.774289 7.80474 0.997446C8.06509 1.2206 8.06509 1.58241 7.80474 1.80557L4.4714 4.66271C4.21105 4.88587 3.78895 4.88587 3.5286 4.66271L0.195262 1.80557C-0.0650874 1.58241 -0.0650874 1.2206 0.195262 0.997446C0.455612 0.774289 0.877722 0.774289 1.13807 0.997446L4 3.45053Z" fill="#92929D"/>
|
|
3
|
-
</svg>
|
package/dist/icn-falta.svg
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
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>
|
|
20
|
-
<g>
|
|
21
|
-
<path class="cls-1" d="M18.45,23.13c-2.17,0-3.94,1.77-3.94,3.94s1.77,3.94,3.94,3.94,3.94-1.77,3.94-3.94-1.77-3.94-3.94-3.94Zm0,6.79c-1.57,0-2.85-1.28-2.85-2.85s1.28-2.85,2.85-2.85,2.85,1.28,2.85,2.85-1.28,2.85-2.85,2.85Z"/>
|
|
22
|
-
<path class="cls-2" d="M18.45,31.09c-2.21,0-4.02-1.8-4.02-4.02s1.8-4.01,4.02-4.01,4.02,1.8,4.02,4.01-1.8,4.02-4.02,4.02Zm0-7.88c-2.13,0-3.86,1.73-3.86,3.86s1.73,3.87,3.86,3.87,3.87-1.73,3.87-3.87-1.73-3.86-3.87-3.86Zm0,6.79c-1.61,0-2.93-1.31-2.93-2.93s1.31-2.93,2.93-2.93,2.93,1.31,2.93,2.93-1.31,2.93-2.93,2.93Zm0-5.71c-1.53,0-2.78,1.25-2.78,2.78s1.25,2.78,2.78,2.78,2.78-1.25,2.78-2.78-1.25-2.78-2.78-2.78Z"/>
|
|
23
|
-
</g>
|
|
24
|
-
<g>
|
|
25
|
-
<path class="cls-1" d="M38.92,19.18h-10.43c-.3,0-.54,.24-.54,.54v.49c0,.39-.32,.7-.73,.7h-.36c-.4,0-.7-.3-.7-.7v-.49c0-.3-.24-.54-.54-.54h-6.53s-.04,0-.05,0c-.19-.01-.38-.02-.57-.02-1.47,0-2.85,.4-4.03,1.11-.37-.53-.99-.86-1.66-.86-1.12,0-2.04,.92-2.04,2.04,0,.69,.34,1.31,.88,1.68-.67,1.16-1.06,2.51-1.06,3.95,0,4.36,3.55,7.91,7.91,7.91,4.11,0,7.49-3.14,7.88-7.15l10.59-1.51c.2-.03,.37-.17,.44-.36l2.08-6.07c.06-.17,.03-.35-.07-.49-.1-.14-.27-.23-.44-.23Zm-26.16,1.31c.31,0,.59,.15,.77,.39-.49,.39-.94,.84-1.32,1.34-.24-.18-.4-.46-.4-.78,0-.53,.43-.95,.95-.95Zm5.7,13.41c-3.76,0-6.83-3.06-6.83-6.83s3.06-6.83,6.83-6.83c3.53,0,6.44,2.69,6.79,6.13,0,0,0,0,0,0,0,.05,.01,.11,.01,.16,0,0,0,0,0,.01,0,.05,0,.11,.01,.16,0,0,0,0,0,.01,0,.06,0,.11,0,.17,0,0,0,0,0,0,0,.06,0,.12,0,.17h0s0,.09,0,.14c0,.04,0,.08,0,.13,0,0,0,0,0,0-.14,3.64-3.15,6.56-6.82,6.56Zm17.98-8.6l-10.08,1.43s0-.03,0-.05c0-.02,0-.03,0-.05,0-.05,0-.1,0-.15,0-.01,0-.02,0-.04,0-.06,0-.12-.02-.18,0,0,0,0,0-.01-.17-1.7-.89-3.29-2.06-4.56-.52-.57-1.12-1.05-1.77-1.44h2.57c.03,.98,.8,1.74,1.79,1.74h.36c1,0,1.79-.76,1.81-1.74h9.13l-1.72,5.03Z"/>
|
|
26
|
-
<path class="cls-2" d="M18.45,35.06c-4.4,0-7.99-3.58-7.99-7.99,0-1.38,.36-2.73,1.03-3.93-.54-.4-.86-1.03-.86-1.7,0-1.17,.95-2.12,2.12-2.12,.66,0,1.28,.31,1.68,.84,1.22-.71,2.6-1.08,4.01-1.08,.18,0,.37,0,.57,.02,.02,0,.04,0,.05,0h6.53c.34,0,.62,.28,.62,.62v.49c0,.36,.27,.63,.63,.63h.36c.36,0,.65-.28,.65-.63v-.49c0-.34,.28-.62,.62-.62h10.43c.2,0,.39,.1,.5,.26,.12,.16,.15,.37,.08,.56l-2.08,6.07c-.08,.22-.27,.38-.5,.41l-10.53,1.5c-.42,4.08-3.83,7.16-7.94,7.16Zm-5.7-15.58c-1.08,0-1.96,.88-1.96,1.96,0,.65,.32,1.25,.85,1.62l.06,.04-.03,.06c-.69,1.19-1.05,2.54-1.05,3.91,0,4.32,3.52,7.84,7.84,7.84,4.06,0,7.41-3.04,7.8-7.08v-.06s.06,0,.06,0l10.59-1.51c.18-.02,.32-.14,.38-.31l2.08-6.07c.05-.14,.03-.3-.06-.42-.09-.12-.23-.2-.38-.2h-10.43c-.26,0-.47,.21-.47,.47v.49c0,.44-.35,.78-.8,.78h-.36c-.44,0-.78-.33-.78-.78v-.49c0-.26-.21-.47-.47-.47h-6.53s-.02,0-.03,0h-.02c-.21-.01-.4-.02-.57-.02-1.41,0-2.79,.38-3.99,1.1l-.06,.04-.04-.06c-.37-.52-.97-.83-1.6-.83Zm5.7,14.49c-3.8,0-6.9-3.1-6.9-6.9s3.1-6.9,6.9-6.9c3.55,0,6.5,2.66,6.86,6.19,0,.06,.01,.11,.02,.17,0,.07,0,.12,.01,.17,0,.07,0,.13,0,.18,0,.06,0,.12,0,.18v.27c-.15,3.72-3.18,6.63-6.9,6.63Zm0-13.65c-3.72,0-6.75,3.03-6.75,6.75s3.03,6.75,6.75,6.75,6.6-2.85,6.75-6.49v-.26c0-.06,0-.12,0-.18,0-.06,0-.12,0-.17,0-.07,0-.12-.01-.17,0-.07-.01-.12-.02-.17-.35-3.46-3.24-6.06-6.72-6.06Zm7.84,6.5v-.18c-.01-.05-.02-.1-.02-.15v-.03s.07-.03,.07-.03h-.07s0-.1-.01-.15c-.17-1.71-.88-3.27-2.04-4.53-.51-.56-1.1-1.04-1.75-1.42l-.23-.14h2.91v.07c.03,.93,.78,1.67,1.72,1.67h.36c.95,0,1.71-.73,1.74-1.67v-.07h9.31l-1.77,5.18h-.05s-10.16,1.45-10.16,1.45Zm-3.53-6.48c.57,.37,1.1,.81,1.56,1.31,1.18,1.28,1.9,2.87,2.08,4.6,0,.07,.01,.12,.02,.18v.05s.01,.1,.01,.15h0s9.95-1.4,9.95-1.4l1.67-4.89h-8.95c-.06,.98-.88,1.74-1.88,1.74h-.36c-1,0-1.8-.76-1.86-1.74h-2.23Zm-10.54,1.98l-.06-.04c-.27-.19-.43-.5-.43-.84,0-.57,.46-1.03,1.03-1.03,.32,0,.63,.16,.83,.42l.04,.06-.06,.04c-.49,.39-.93,.83-1.31,1.33l-.04,.06Zm.54-1.76c-.48,0-.88,.39-.88,.88,0,.26,.11,.5,.31,.67,.36-.46,.78-.88,1.23-1.25-.17-.19-.41-.3-.66-.3Z"/>
|
|
27
|
-
</g>
|
|
28
|
-
<g>
|
|
29
|
-
<path class="cls-1" d="M26.47,13.56v3c0,.3,.24,.54,.54,.54s.54-.24,.54-.54v-3c0-.3-.24-.54-.54-.54s-.54,.24-.54,.54Z"/>
|
|
30
|
-
<path class="cls-2" d="M27.01,17.18c-.34,0-.62-.28-.62-.62v-3c0-.34,.28-.62,.62-.62s.62,.28,.62,.62v3c0,.34-.28,.62-.62,.62Zm0-4.09c-.26,0-.47,.21-.47,.47v3c0,.26,.21,.47,.47,.47s.47-.21,.47-.47v-3c0-.26-.21-.47-.47-.47Z"/>
|
|
31
|
-
</g>
|
|
32
|
-
<g>
|
|
33
|
-
<path class="cls-1" d="M22.78,14.13c-.26,.15-.35,.48-.2,.74l1.5,2.6c.1,.17,.28,.27,.47,.27,.09,0,.19-.02,.27-.07,.26-.15,.35-.48,.2-.74l-1.5-2.6c-.15-.26-.48-.35-.74-.2Z"/>
|
|
34
|
-
<path class="cls-2" d="M24.56,17.82c-.22,0-.43-.12-.54-.31l-1.5-2.6c-.08-.14-.1-.31-.06-.47,.04-.16,.15-.29,.29-.38h0c.3-.17,.67-.07,.85,.23l1.5,2.6c.08,.14,.1,.31,.06,.47-.04,.16-.15,.29-.29,.38-.09,.05-.2,.08-.31,.08Zm-1.5-3.69c-.08,0-.16,.02-.23,.06h0c-.11,.06-.19,.16-.22,.28-.03,.12-.02,.25,.05,.36l1.5,2.6c.12,.21,.42,.3,.64,.17,.11-.06,.19-.16,.22-.29,.03-.12,.02-.25-.05-.36l-1.5-2.6c-.09-.15-.24-.23-.41-.23Z"/>
|
|
35
|
-
</g>
|
|
36
|
-
<g>
|
|
37
|
-
<path class="cls-1" d="M30.49,14.36l-1.5,2.6c-.15,.26-.06,.59,.2,.74,.09,.05,.18,.07,.27,.07,.19,0,.37-.1,.47-.27l1.5-2.6c.15-.26,.06-.59-.2-.74-.26-.15-.59-.06-.74,.2Z"/>
|
|
38
|
-
<path class="cls-2" d="M29.46,17.85c-.11,0-.21-.03-.31-.08-.3-.17-.4-.55-.23-.85l1.5-2.6c.08-.14,.22-.25,.38-.29,.16-.04,.33-.02,.47,.06,.14,.08,.25,.22,.29,.38,.04,.16,.02,.33-.06,.47l-1.5,2.6c-.11,.19-.32,.31-.54,.31Zm1.5-3.69s-.08,0-.12,.02c-.12,.03-.22,.11-.28,.22l-1.5,2.6c-.13,.22-.05,.51,.17,.64,.07,.04,.15,.06,.23,.06,.17,0,.32-.09,.41-.23l1.5-2.6c.06-.11,.08-.23,.05-.36s-.11-.22-.22-.29c-.07-.04-.15-.06-.23-.06Z"/>
|
|
39
|
-
</g>
|
|
40
|
-
</g>
|
|
41
|
-
</g>
|
|
42
|
-
</g>
|
|
43
|
-
</svg>
|