@golstats/gsc-top-player 1.0.11 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +53 -53
  3. package/dist/{FilterConditions-55d68355-DMqzcKBO.js → FilterConditions-55d68355-icU5o85T.js} +1 -1
  4. package/dist/{FilterField-59a73e38-CNaE03Ge.js → FilterField-59a73e38-BOM_57PM.js} +1 -1
  5. package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r.js → FilterSubcategories-a9b32cc9-yXOBLwEK.js} +1 -1
  6. package/dist/atajada.svg +56 -56
  7. package/dist/backarrow.svg +3 -3
  8. package/dist/contorno-escudo.svg +3 -3
  9. package/dist/css/fonts.css +91 -91
  10. package/dist/fin-del-partido.svg +43 -43
  11. package/dist/fuera-de-lugar.svg +57 -57
  12. package/dist/gol.svg +48 -48
  13. package/dist/group-427321178.svg +8 -8
  14. package/dist/group-427321179.svg +5 -5
  15. package/dist/group-427321501.svg +5 -5
  16. package/dist/gsc-top-player.css +1 -1
  17. package/dist/gsc-top-player.es.js +1 -1
  18. package/dist/gsc-top-player.umd.js +9 -9
  19. package/dist/icn-arrow-expand.svg +3 -3
  20. package/dist/icn-cambio.svg +26 -26
  21. package/dist/icn-expand-arrow.svg +3 -3
  22. package/dist/icn-expand-arrow1.svg +3 -3
  23. package/dist/icn-falta.svg +42 -42
  24. package/dist/icn-filter.svg +12 -12
  25. package/dist/icn-filter1.svg +12 -12
  26. package/dist/icn-filter2.svg +12 -12
  27. package/dist/icn-play.svg +10 -10
  28. package/dist/icn-tarjeta-amarilla.svg +4 -4
  29. package/dist/icn-tarjeta-roja.svg +4 -4
  30. package/dist/icn-tiro-a-porteria.svg +36 -36
  31. package/dist/icn-tiros-de-esquina.svg +54 -54
  32. package/dist/images/events/logo-fusionado.svg +37 -37
  33. package/dist/{index--DcThtAY.js → index-DP7G7HpQ.js} +940 -940
  34. package/dist/inicia-el-partido.svg +45 -45
  35. package/dist/jugada-peligrosa.svg +90 -90
  36. package/dist/next-arrow.svg +3 -3
  37. package/dist/nextarrow.svg +3 -3
  38. package/dist/penal-fallado.svg +194 -194
  39. package/dist/penal-marcado.svg +189 -189
  40. package/dist/play-icn.svg +3 -3
  41. package/dist/public/images/canchaRPH.svg +30 -30
  42. package/dist/public/images/events/atajada.svg +56 -56
  43. package/dist/public/images/events/cambio.svg +26 -26
  44. package/dist/public/images/events/falta.svg +42 -42
  45. package/dist/public/images/events/fin-del-partido.svg +43 -43
  46. package/dist/public/images/events/fuera-de-lugar.svg +57 -57
  47. package/dist/public/images/events/gol.svg +48 -48
  48. package/dist/public/images/events/icn-cambio.svg +6 -6
  49. package/dist/public/images/events/icn-falta.svg +4 -4
  50. package/dist/public/images/events/icn-play.svg +3 -3
  51. package/dist/public/images/events/icn-tarjeta-amarilla.svg +4 -4
  52. package/dist/public/images/events/icn-tarjeta-roja.svg +4 -4
  53. package/dist/public/images/events/icn-tiro-a-porteria.svg +36 -36
  54. package/dist/public/images/events/icn-tiros-de-esquina.svg +18 -18
  55. package/dist/public/images/events/inicia-el-partido.svg +45 -45
  56. package/dist/public/images/events/jugada-peligrosa.svg +90 -90
  57. package/dist/public/images/events/penal-fallado.svg +194 -194
  58. package/dist/public/images/events/penal-marcado.svg +189 -189
  59. package/dist/public/images/events/tiempo-agregado.svg +74 -74
  60. package/dist/public/images/events/tiro-a-porteria.svg +80 -80
  61. package/dist/public/images/events/tiro-de-esquina.svg +54 -54
  62. package/dist/public/images/events/var.svg +30 -30
  63. package/dist/shape.svg +3 -3
  64. package/dist/styles.css +1176 -1176
  65. package/dist/tiempo-agregado.svg +74 -74
  66. package/dist/tiro-a-porteria.svg +80 -80
  67. package/dist/var.svg +30 -30
  68. package/package.json +1 -1
  69. package/src/components/comparative/categories.js +137 -137
  70. package/src/components/comparative/composable-filters.js +10 -10
  71. package/src/components/comparative/computedProperties.js +327 -327
  72. package/src/components/comparative/dummy-top-players.js +122 -122
  73. package/src/components/comparative/filtersTypes.js +117 -117
  74. package/src/components/comparative/gsc-button.vue +198 -198
  75. package/src/components/comparative/gsc-expanded-info-player.vue +710 -710
  76. package/src/components/comparative/gsc-head-titles.vue +1482 -1482
  77. package/src/components/comparative/gsc-header-tops.vue +1418 -1418
  78. package/src/components/comparative/gsc-top.vue +1511 -1511
  79. package/src/components/comparative/gsc-tops-full.vue +2473 -2473
  80. package/src/components/comparative/nationalities-catalog.js +233 -233
  81. package/src/components/comparative/playsTypes.js +142 -142
  82. package/src/components/comparative/useElementSize.js +23 -23
  83. package/src/components/gsc-top-player.vue +91 -91
  84. package/src/index.js +5 -5
@@ -1,3 +1,3 @@
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>
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>
@@ -1,27 +1,27 @@
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>
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
27
  </svg>
@@ -1,3 +1,3 @@
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
+ <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 +1,3 @@
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>
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>
@@ -1,43 +1,43 @@
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>
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
43
  </svg>
@@ -1,12 +1,12 @@
1
- <svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_136_22827)">
3
- <path opacity="0.7" d="M15.75 6.20349H2.25C1.9425 6.20349 1.6875 5.94849 1.6875 5.64099C1.6875 5.33349 1.9425 5.07849 2.25 5.07849H15.75C16.0575 5.07849 16.3125 5.33349 16.3125 5.64099C16.3125 5.94849 16.0575 6.20349 15.75 6.20349Z" fill="white"/>
4
- <path opacity="0.7" d="M13.5 9.95349H4.5C4.1925 9.95349 3.9375 9.69849 3.9375 9.39099C3.9375 9.08349 4.1925 8.82849 4.5 8.82849H13.5C13.8075 8.82849 14.0625 9.08349 14.0625 9.39099C14.0625 9.69849 13.8075 9.95349 13.5 9.95349Z" fill="white"/>
5
- <path opacity="0.7" d="M10.5 13.7035H7.5C7.1925 13.7035 6.9375 13.4485 6.9375 13.141C6.9375 12.8335 7.1925 12.5785 7.5 12.5785H10.5C10.8075 12.5785 11.0625 12.8335 11.0625 13.141C11.0625 13.4485 10.8075 13.7035 10.5 13.7035Z" fill="white"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_136_22827">
9
- <rect width="18" height="18" fill="white" transform="translate(0 0.390991)"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_136_22827)">
3
+ <path opacity="0.7" d="M15.75 6.20349H2.25C1.9425 6.20349 1.6875 5.94849 1.6875 5.64099C1.6875 5.33349 1.9425 5.07849 2.25 5.07849H15.75C16.0575 5.07849 16.3125 5.33349 16.3125 5.64099C16.3125 5.94849 16.0575 6.20349 15.75 6.20349Z" fill="white"/>
4
+ <path opacity="0.7" d="M13.5 9.95349H4.5C4.1925 9.95349 3.9375 9.69849 3.9375 9.39099C3.9375 9.08349 4.1925 8.82849 4.5 8.82849H13.5C13.8075 8.82849 14.0625 9.08349 14.0625 9.39099C14.0625 9.69849 13.8075 9.95349 13.5 9.95349Z" fill="white"/>
5
+ <path opacity="0.7" d="M10.5 13.7035H7.5C7.1925 13.7035 6.9375 13.4485 6.9375 13.141C6.9375 12.8335 7.1925 12.5785 7.5 12.5785H10.5C10.8075 12.5785 11.0625 12.8335 11.0625 13.141C11.0625 13.4485 10.8075 13.7035 10.5 13.7035Z" fill="white"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_136_22827">
9
+ <rect width="18" height="18" fill="white" transform="translate(0 0.390991)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_136_23308)">
3
- <path opacity="0.7" d="M15.75 6.64258H2.25C1.9425 6.64258 1.6875 6.38758 1.6875 6.08008C1.6875 5.77258 1.9425 5.51758 2.25 5.51758H15.75C16.0575 5.51758 16.3125 5.77258 16.3125 6.08008C16.3125 6.38758 16.0575 6.64258 15.75 6.64258Z" fill="white"/>
4
- <path opacity="0.7" d="M13.5 10.3926H4.5C4.1925 10.3926 3.9375 10.1376 3.9375 9.83008C3.9375 9.52258 4.1925 9.26758 4.5 9.26758H13.5C13.8075 9.26758 14.0625 9.52258 14.0625 9.83008C14.0625 10.1376 13.8075 10.3926 13.5 10.3926Z" fill="white"/>
5
- <path opacity="0.7" d="M10.5 14.1426H7.5C7.1925 14.1426 6.9375 13.8876 6.9375 13.5801C6.9375 13.2726 7.1925 13.0176 7.5 13.0176H10.5C10.8075 13.0176 11.0625 13.2726 11.0625 13.5801C11.0625 13.8876 10.8075 14.1426 10.5 14.1426Z" fill="white"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_136_23308">
9
- <rect width="18" height="18" fill="white" transform="translate(0 0.830078)"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_136_23308)">
3
+ <path opacity="0.7" d="M15.75 6.64258H2.25C1.9425 6.64258 1.6875 6.38758 1.6875 6.08008C1.6875 5.77258 1.9425 5.51758 2.25 5.51758H15.75C16.0575 5.51758 16.3125 5.77258 16.3125 6.08008C16.3125 6.38758 16.0575 6.64258 15.75 6.64258Z" fill="white"/>
4
+ <path opacity="0.7" d="M13.5 10.3926H4.5C4.1925 10.3926 3.9375 10.1376 3.9375 9.83008C3.9375 9.52258 4.1925 9.26758 4.5 9.26758H13.5C13.8075 9.26758 14.0625 9.52258 14.0625 9.83008C14.0625 10.1376 13.8075 10.3926 13.5 10.3926Z" fill="white"/>
5
+ <path opacity="0.7" d="M10.5 14.1426H7.5C7.1925 14.1426 6.9375 13.8876 6.9375 13.5801C6.9375 13.2726 7.1925 13.0176 7.5 13.0176H10.5C10.8075 13.0176 11.0625 13.2726 11.0625 13.5801C11.0625 13.8876 10.8075 14.1426 10.5 14.1426Z" fill="white"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_136_23308">
9
+ <rect width="18" height="18" fill="white" transform="translate(0 0.830078)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_136_23131)">
3
- <path opacity="0.7" d="M15.75 6.25171H2.25C1.9425 6.25171 1.6875 5.99671 1.6875 5.68921C1.6875 5.38171 1.9425 5.12671 2.25 5.12671H15.75C16.0575 5.12671 16.3125 5.38171 16.3125 5.68921C16.3125 5.99671 16.0575 6.25171 15.75 6.25171Z" fill="white"/>
4
- <path opacity="0.7" d="M13.5 10.0017H4.5C4.1925 10.0017 3.9375 9.74671 3.9375 9.43921C3.9375 9.13171 4.1925 8.87671 4.5 8.87671H13.5C13.8075 8.87671 14.0625 9.13171 14.0625 9.43921C14.0625 9.74671 13.8075 10.0017 13.5 10.0017Z" fill="white"/>
5
- <path opacity="0.7" d="M10.5 13.7517H7.5C7.1925 13.7517 6.9375 13.4967 6.9375 13.1892C6.9375 12.8817 7.1925 12.6267 7.5 12.6267H10.5C10.8075 12.6267 11.0625 12.8817 11.0625 13.1892C11.0625 13.4967 10.8075 13.7517 10.5 13.7517Z" fill="white"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_136_23131">
9
- <rect width="18" height="18" fill="white" transform="translate(0 0.439209)"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_136_23131)">
3
+ <path opacity="0.7" d="M15.75 6.25171H2.25C1.9425 6.25171 1.6875 5.99671 1.6875 5.68921C1.6875 5.38171 1.9425 5.12671 2.25 5.12671H15.75C16.0575 5.12671 16.3125 5.38171 16.3125 5.68921C16.3125 5.99671 16.0575 6.25171 15.75 6.25171Z" fill="white"/>
4
+ <path opacity="0.7" d="M13.5 10.0017H4.5C4.1925 10.0017 3.9375 9.74671 3.9375 9.43921C3.9375 9.13171 4.1925 8.87671 4.5 8.87671H13.5C13.8075 8.87671 14.0625 9.13171 14.0625 9.43921C14.0625 9.74671 13.8075 10.0017 13.5 10.0017Z" fill="white"/>
5
+ <path opacity="0.7" d="M10.5 13.7517H7.5C7.1925 13.7517 6.9375 13.4967 6.9375 13.1892C6.9375 12.8817 7.1925 12.6267 7.5 12.6267H10.5C10.8075 12.6267 11.0625 12.8817 11.0625 13.1892C11.0625 13.4967 10.8075 13.7517 10.5 13.7517Z" fill="white"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_136_23131">
9
+ <rect width="18" height="18" fill="white" transform="translate(0 0.439209)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
package/dist/icn-play.svg CHANGED
@@ -1,10 +1,10 @@
1
- <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_59_831)">
3
- <path d="M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z" fill="#CBEE6B"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_59_831">
7
- <rect width="12" height="12" fill="white" transform="translate(0.375 0.637695)"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_59_831)">
3
+ <path d="M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z" fill="#CBEE6B"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_59_831">
7
+ <rect width="12" height="12" fill="white" transform="translate(0.375 0.637695)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.507812" y="0.375488" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
3
- <rect x="8" y="7" width="6.8362" height="9.13458" rx="2.28119" fill="#F7C330"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.507812" y="0.375488" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
3
+ <rect x="8" y="7" width="6.8362" height="9.13458" rx="2.28119" fill="#F7C330"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
3
- <rect x="8" y="7" width="6.8362" height="9.13458" rx="2.28119" fill="#E5152D"/>
4
- </svg>
1
+ <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
3
+ <rect x="8" y="7" width="6.8362" height="9.13458" rx="2.28119" fill="#E5152D"/>
4
+ </svg>
@@ -1,36 +1,36 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="0.869141" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
3
- <rect x="1" y="0.869141" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
4
- <rect x="0.507812" y="0.918945" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
5
- <mask id="mask0_6632_41761" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
6
- <rect x="0.507812" y="0.918945" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
7
- </mask>
8
- <g mask="url(#mask0_6632_41761)">
9
- <g opacity="0.5">
10
- <path d="M11.5923 7.19873V23.9999" stroke="white" stroke-width="0.342178"/>
11
- <path d="M14.1587 7.19873V23.4999" stroke="white" stroke-width="0.342178"/>
12
- <path d="M16.7256 7.19873V22.9999" stroke="white" stroke-width="0.342178"/>
13
- <path d="M19.2939 7.19873V21.4999" stroke="white" stroke-width="0.342178"/>
14
- <path d="M21.9229 7.19873V18.5" stroke="white" stroke-width="0.342178"/>
15
- <path d="M7.52637 10.8383H23.2193" stroke="white" stroke-width="0.342178"/>
16
- <path d="M7.52637 13.4074H23.2043" stroke="white" stroke-width="0.342178"/>
17
- <path d="M7.52637 15.9764H22.9995" stroke="white" stroke-width="0.342178"/>
18
- <path d="M7.52637 18.5456H21.9995" stroke="white" stroke-width="0.342178"/>
19
- <path d="M7.52637 21.1146H19.6484" stroke="white" stroke-width="0.342178"/>
20
- </g>
21
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.79297 7.19922H23.5V8.33981H7.93356V23H6.79297L6.79297 7.19922Z" fill="white"/>
22
- <ellipse cx="13.6037" cy="15.1919" rx="5.12715" ry="5.1382" fill="#172531"/>
23
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.6151 11.1954C11.4077 11.1954 9.61768 12.9848 9.61768 15.1918C9.61768 17.3989 11.4077 19.1882 13.6151 19.1882C15.8226 19.1882 17.6125 17.3989 17.6125 15.1918C17.6125 12.9848 15.8226 11.1954 13.6151 11.1954V11.1954Z" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
24
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.5256 16.8805L11.8462 14.7847L13.6233 13.4895L15.4008 14.7847L14.7221 16.8805H12.5256Z" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
25
- <path d="M15.1364 11.5062L13.6222 12.1521L12.1084 11.5062" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
26
- <path d="M10.6035 12.604L10.749 14.2483L9.66797 15.4923" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
27
- <path d="M10.2441 17.2695L11.8478 17.6388L12.694 19.0542" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
28
- <path d="M14.5527 19.0541L15.3983 17.638L17.0014 17.2688" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
29
- <path d="M17.5848 15.492L16.5029 14.2472L16.6482 12.604" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
30
- <path d="M13.6225 12.152V13.4896" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
31
- <path d="M15.4058 14.8369L16.5033 14.2473" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
32
- <path d="M14.7251 16.8807L15.4038 17.6381" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
33
- <path d="M12.5252 16.8807L11.8462 17.6388" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
34
- <path d="M10.749 14.2482L11.8471 14.7848" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
35
- </g>
36
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="0.869141" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
3
+ <rect x="1" y="0.869141" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
4
+ <rect x="0.507812" y="0.918945" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
5
+ <mask id="mask0_6632_41761" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
6
+ <rect x="0.507812" y="0.918945" width="22.7873" height="22.8364" rx="11.3937" fill="#172531"/>
7
+ </mask>
8
+ <g mask="url(#mask0_6632_41761)">
9
+ <g opacity="0.5">
10
+ <path d="M11.5923 7.19873V23.9999" stroke="white" stroke-width="0.342178"/>
11
+ <path d="M14.1587 7.19873V23.4999" stroke="white" stroke-width="0.342178"/>
12
+ <path d="M16.7256 7.19873V22.9999" stroke="white" stroke-width="0.342178"/>
13
+ <path d="M19.2939 7.19873V21.4999" stroke="white" stroke-width="0.342178"/>
14
+ <path d="M21.9229 7.19873V18.5" stroke="white" stroke-width="0.342178"/>
15
+ <path d="M7.52637 10.8383H23.2193" stroke="white" stroke-width="0.342178"/>
16
+ <path d="M7.52637 13.4074H23.2043" stroke="white" stroke-width="0.342178"/>
17
+ <path d="M7.52637 15.9764H22.9995" stroke="white" stroke-width="0.342178"/>
18
+ <path d="M7.52637 18.5456H21.9995" stroke="white" stroke-width="0.342178"/>
19
+ <path d="M7.52637 21.1146H19.6484" stroke="white" stroke-width="0.342178"/>
20
+ </g>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.79297 7.19922H23.5V8.33981H7.93356V23H6.79297L6.79297 7.19922Z" fill="white"/>
22
+ <ellipse cx="13.6037" cy="15.1919" rx="5.12715" ry="5.1382" fill="#172531"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.6151 11.1954C11.4077 11.1954 9.61768 12.9848 9.61768 15.1918C9.61768 17.3989 11.4077 19.1882 13.6151 19.1882C15.8226 19.1882 17.6125 17.3989 17.6125 15.1918C17.6125 12.9848 15.8226 11.1954 13.6151 11.1954V11.1954Z" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.5256 16.8805L11.8462 14.7847L13.6233 13.4895L15.4008 14.7847L14.7221 16.8805H12.5256Z" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
25
+ <path d="M15.1364 11.5062L13.6222 12.1521L12.1084 11.5062" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
26
+ <path d="M10.6035 12.604L10.749 14.2483L9.66797 15.4923" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
27
+ <path d="M10.2441 17.2695L11.8478 17.6388L12.694 19.0542" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
28
+ <path d="M14.5527 19.0541L15.3983 17.638L17.0014 17.2688" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
29
+ <path d="M17.5848 15.492L16.5029 14.2472L16.6482 12.604" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
30
+ <path d="M13.6225 12.152V13.4896" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
31
+ <path d="M15.4058 14.8369L16.5033 14.2473" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
32
+ <path d="M14.7251 16.8807L15.4038 17.6381" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
33
+ <path d="M12.5252 16.8807L11.8462 17.6388" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
34
+ <path d="M10.749 14.2482L11.8471 14.7848" stroke="white" stroke-width="0.456237" stroke-linecap="round" stroke-linejoin="round"/>
35
+ </g>
36
+ </svg>
@@ -1,55 +1,55 @@
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 49.77 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.88" 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.88" cy="24" r="24"/>
29
- </g>
30
- <g class="cls-2">
31
- <g>
32
- <path class="cls-3" d="M44.49,32.01c-4.96-1.58-11.51-2.45-18.44-2.45s-13.37,.86-18.31,2.41l-.3-.95c5.04-1.58,11.65-2.46,18.61-2.46s13.69,.89,18.75,2.5l-.3,.95Z"/>
33
- <polygon class="cls-3" points="25.92 39.5 0 29.52 .36 28.59 25.91 38.42 49.4 29.09 49.77 30.02 25.92 39.5"/>
34
- <ellipse class="cls-4" cx="24.88" cy="19.15" rx="12.35" ry="12.38"/>
35
- <g>
36
- <path class="cls-3" d="M20.64,25.55c-.12,0-.24-.04-.33-.13-.21-.18-.22-.5-.04-.71l1.64-1.83c.18-.21,.5-.22,.71-.04,.21,.18,.22,.5,.04,.71l-1.64,1.83c-.1,.11-.24,.17-.37,.17Z"/>
37
- <g>
38
- <path class="cls-3" d="M24.91,29.28c-5.59,0-10.13-4.54-10.13-10.13s4.54-10.13,10.13-10.13,10.13,4.54,10.13,10.13-4.54,10.13-10.13,10.13Zm0-19.25c-5.03,0-9.13,4.09-9.13,9.13s4.1,9.13,9.13,9.13,9.13-4.09,9.13-9.13-4.1-9.13-9.13-9.13Z"/>
39
- <path class="cls-3" d="M27.57,23.72h-5.29c-.22,0-.41-.14-.48-.35l-1.64-5.05c-.07-.21,0-.43,.18-.56l4.28-3.12c.18-.13,.41-.13,.59,0l4.28,3.12c.17,.13,.25,.35,.18,.56l-1.63,5.05c-.07,.21-.26,.35-.48,.35Zm-4.93-1h4.56l1.41-4.36-3.69-2.69-3.69,2.69,1.41,4.36Z"/>
40
- <path class="cls-3" d="M24.93,12.33c-.07,0-.13-.01-.2-.04l-3.65-1.56c-.25-.11-.37-.4-.26-.66s.4-.37,.66-.26l3.45,1.47,3.45-1.47c.25-.11,.55,0,.66,.26,.11,.25,0,.55-.26,.66l-3.65,1.56c-.06,.03-.13,.04-.2,.04Z"/>
41
- <path class="cls-3" d="M15.4,20.38c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l2.47-2.84-.33-3.75c-.02-.27,.18-.52,.45-.54,.28-.02,.52,.18,.54,.45l.35,3.96c.01,.14-.03,.27-.12,.37l-2.6,3c-.1,.11-.24,.17-.38,.17Z"/>
42
- <path class="cls-3" d="M22.69,28.96c-.17,0-.34-.09-.43-.24l-1.93-3.23-3.66-.84c-.27-.06-.44-.33-.38-.6s.33-.44,.6-.38l3.86,.89c.13,.03,.25,.11,.32,.23l2.04,3.41c.14,.24,.06,.54-.17,.69-.08,.05-.17,.07-.26,.07Z"/>
43
- <path class="cls-3" d="M27.17,28.96c-.09,0-.18-.02-.26-.07-.24-.14-.31-.45-.17-.69l2.04-3.41c.07-.12,.18-.2,.32-.23l3.86-.89c.27-.06,.54,.11,.6,.38s-.11,.54-.38,.6l-3.65,.84-1.93,3.23c-.09,.16-.26,.24-.43,.24Z"/>
44
- <path class="cls-3" d="M34.47,20.38c-.14,0-.28-.06-.38-.17l-2.61-3c-.09-.1-.13-.24-.12-.37l.35-3.96c.02-.28,.28-.48,.54-.45,.28,.02,.48,.27,.45,.54l-.33,3.75,2.47,2.84c.18,.21,.16,.52-.05,.71-.09,.08-.21,.12-.33,.12Z"/>
45
- <path class="cls-3" d="M24.92,15.55c-.28,0-.5-.22-.5-.5v-3.22c0-.28,.22-.5,.5-.5s.5,.22,.5,.5v3.22c0,.28-.22,.5-.5,.5Z"/>
46
- <path class="cls-3" d="M29.22,18.8c-.18,0-.35-.1-.44-.26-.13-.24-.04-.55,.2-.68l2.64-1.42c.24-.13,.55-.04,.68,.2,.13,.24,.04,.55-.2,.68l-2.64,1.42c-.08,.04-.16,.06-.24,.06Z"/>
47
- <path class="cls-3" d="M29.21,25.55c-.14,0-.27-.06-.37-.17l-1.63-1.82c-.18-.21-.17-.52,.04-.71,.2-.18,.52-.17,.71,.04l1.63,1.82c.18,.21,.17,.52-.04,.71-.1,.09-.21,.13-.33,.13Z"/>
48
- <path class="cls-3" d="M20.65,18.67c-.07,0-.15-.02-.22-.05l-2.65-1.29c-.25-.12-.35-.42-.23-.67,.12-.25,.42-.35,.67-.23l2.65,1.29c.25,.12,.35,.42,.23,.67-.09,.18-.26,.28-.45,.28Z"/>
49
- </g>
50
- </g>
51
- </g>
52
- </g>
53
- </g>
54
- </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 49.77 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.88" 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.88" cy="24" r="24"/>
29
+ </g>
30
+ <g class="cls-2">
31
+ <g>
32
+ <path class="cls-3" d="M44.49,32.01c-4.96-1.58-11.51-2.45-18.44-2.45s-13.37,.86-18.31,2.41l-.3-.95c5.04-1.58,11.65-2.46,18.61-2.46s13.69,.89,18.75,2.5l-.3,.95Z"/>
33
+ <polygon class="cls-3" points="25.92 39.5 0 29.52 .36 28.59 25.91 38.42 49.4 29.09 49.77 30.02 25.92 39.5"/>
34
+ <ellipse class="cls-4" cx="24.88" cy="19.15" rx="12.35" ry="12.38"/>
35
+ <g>
36
+ <path class="cls-3" d="M20.64,25.55c-.12,0-.24-.04-.33-.13-.21-.18-.22-.5-.04-.71l1.64-1.83c.18-.21,.5-.22,.71-.04,.21,.18,.22,.5,.04,.71l-1.64,1.83c-.1,.11-.24,.17-.37,.17Z"/>
37
+ <g>
38
+ <path class="cls-3" d="M24.91,29.28c-5.59,0-10.13-4.54-10.13-10.13s4.54-10.13,10.13-10.13,10.13,4.54,10.13,10.13-4.54,10.13-10.13,10.13Zm0-19.25c-5.03,0-9.13,4.09-9.13,9.13s4.1,9.13,9.13,9.13,9.13-4.09,9.13-9.13-4.1-9.13-9.13-9.13Z"/>
39
+ <path class="cls-3" d="M27.57,23.72h-5.29c-.22,0-.41-.14-.48-.35l-1.64-5.05c-.07-.21,0-.43,.18-.56l4.28-3.12c.18-.13,.41-.13,.59,0l4.28,3.12c.17,.13,.25,.35,.18,.56l-1.63,5.05c-.07,.21-.26,.35-.48,.35Zm-4.93-1h4.56l1.41-4.36-3.69-2.69-3.69,2.69,1.41,4.36Z"/>
40
+ <path class="cls-3" d="M24.93,12.33c-.07,0-.13-.01-.2-.04l-3.65-1.56c-.25-.11-.37-.4-.26-.66s.4-.37,.66-.26l3.45,1.47,3.45-1.47c.25-.11,.55,0,.66,.26,.11,.25,0,.55-.26,.66l-3.65,1.56c-.06,.03-.13,.04-.2,.04Z"/>
41
+ <path class="cls-3" d="M15.4,20.38c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l2.47-2.84-.33-3.75c-.02-.27,.18-.52,.45-.54,.28-.02,.52,.18,.54,.45l.35,3.96c.01,.14-.03,.27-.12,.37l-2.6,3c-.1,.11-.24,.17-.38,.17Z"/>
42
+ <path class="cls-3" d="M22.69,28.96c-.17,0-.34-.09-.43-.24l-1.93-3.23-3.66-.84c-.27-.06-.44-.33-.38-.6s.33-.44,.6-.38l3.86,.89c.13,.03,.25,.11,.32,.23l2.04,3.41c.14,.24,.06,.54-.17,.69-.08,.05-.17,.07-.26,.07Z"/>
43
+ <path class="cls-3" d="M27.17,28.96c-.09,0-.18-.02-.26-.07-.24-.14-.31-.45-.17-.69l2.04-3.41c.07-.12,.18-.2,.32-.23l3.86-.89c.27-.06,.54,.11,.6,.38s-.11,.54-.38,.6l-3.65,.84-1.93,3.23c-.09,.16-.26,.24-.43,.24Z"/>
44
+ <path class="cls-3" d="M34.47,20.38c-.14,0-.28-.06-.38-.17l-2.61-3c-.09-.1-.13-.24-.12-.37l.35-3.96c.02-.28,.28-.48,.54-.45,.28,.02,.48,.27,.45,.54l-.33,3.75,2.47,2.84c.18,.21,.16,.52-.05,.71-.09,.08-.21,.12-.33,.12Z"/>
45
+ <path class="cls-3" d="M24.92,15.55c-.28,0-.5-.22-.5-.5v-3.22c0-.28,.22-.5,.5-.5s.5,.22,.5,.5v3.22c0,.28-.22,.5-.5,.5Z"/>
46
+ <path class="cls-3" d="M29.22,18.8c-.18,0-.35-.1-.44-.26-.13-.24-.04-.55,.2-.68l2.64-1.42c.24-.13,.55-.04,.68,.2,.13,.24,.04,.55-.2,.68l-2.64,1.42c-.08,.04-.16,.06-.24,.06Z"/>
47
+ <path class="cls-3" d="M29.21,25.55c-.14,0-.27-.06-.37-.17l-1.63-1.82c-.18-.21-.17-.52,.04-.71,.2-.18,.52-.17,.71,.04l1.63,1.82c.18,.21,.17,.52-.04,.71-.1,.09-.21,.13-.33,.13Z"/>
48
+ <path class="cls-3" d="M20.65,18.67c-.07,0-.15-.02-.22-.05l-2.65-1.29c-.25-.12-.35-.42-.23-.67,.12-.25,.42-.35,.67-.23l2.65,1.29c.25,.12,.35,.42,.23,.67-.09,.18-.26,.28-.45,.28Z"/>
49
+ </g>
50
+ </g>
51
+ </g>
52
+ </g>
53
+ </g>
54
+ </g>
55
55
  </svg>
@@ -1,38 +1,38 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <!-- Círculo neón azul -->
4
- <circle cx="200" cy="200" r="170" stroke="#00FFFF" stroke-width="16" fill="none" filter="url(#glow)" />
5
- <defs>
6
- <filter id="glow" x="0" y="0" width="400" height="400">
7
- <feGaussianBlur stdDeviation="8" result="coloredBlur"/>
8
- <feMerge>
9
- <feMergeNode in="coloredBlur"/>
10
- <feMergeNode in="SourceGraphic"/>
11
- </feMerge>
12
- </filter>
13
- </defs>
14
-
15
- <!-- Barra de pesas rosa neón -->
16
- <g stroke="#FF4ECF" stroke-width="12" stroke-linecap="round" stroke-linejoin="round">
17
- <rect x="120" y="240" width="160" height="12" rx="6" fill="#FF4ECF" />
18
- <rect x="110" y="225" width="16" height="42" rx="8" fill="#FF4ECF" />
19
- <rect x="274" y="225" width="16" height="42" rx="8" fill="#FF4ECF" />
20
- <rect x="90" y="230" width="12" height="32" rx="6" fill="#FF4ECF" />
21
- <rect x="298" y="230" width="12" height="32" rx="6" fill="#FF4ECF" />
22
- </g>
23
-
24
- <!-- Ojos estilizados (negros) -->
25
- <!-- Ojo izquierdo -->
26
- <path d="M120 170 Q150 160 180 170 Q150 180 120 170" fill="none" stroke="#111" stroke-width="4"/>
27
- <ellipse cx="150" cy="170" rx="12" ry="6" fill="#111"/>
28
- <ellipse cx="150" cy="170" rx="4" ry="2" fill="#fff"/>
29
- <!-- Cejas -->
30
- <path d="M110 160 Q150 145 190 160" fill="none" stroke="#111" stroke-width="3"/>
31
-
32
- <!-- Ojo derecho -->
33
- <path d="M220 170 Q250 160 280 170 Q250 180 220 170" fill="none" stroke="#111" stroke-width="4"/>
34
- <ellipse cx="250" cy="170" rx="12" ry="6" fill="#111"/>
35
- <ellipse cx="250" cy="170" rx="4" ry="2" fill="#fff"/>
36
- <!-- Cejas -->
37
- <path d="M210 160 Q250 145 290 160" fill="none" stroke="#111" stroke-width="3"/>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <!-- Círculo neón azul -->
4
+ <circle cx="200" cy="200" r="170" stroke="#00FFFF" stroke-width="16" fill="none" filter="url(#glow)" />
5
+ <defs>
6
+ <filter id="glow" x="0" y="0" width="400" height="400">
7
+ <feGaussianBlur stdDeviation="8" result="coloredBlur"/>
8
+ <feMerge>
9
+ <feMergeNode in="coloredBlur"/>
10
+ <feMergeNode in="SourceGraphic"/>
11
+ </feMerge>
12
+ </filter>
13
+ </defs>
14
+
15
+ <!-- Barra de pesas rosa neón -->
16
+ <g stroke="#FF4ECF" stroke-width="12" stroke-linecap="round" stroke-linejoin="round">
17
+ <rect x="120" y="240" width="160" height="12" rx="6" fill="#FF4ECF" />
18
+ <rect x="110" y="225" width="16" height="42" rx="8" fill="#FF4ECF" />
19
+ <rect x="274" y="225" width="16" height="42" rx="8" fill="#FF4ECF" />
20
+ <rect x="90" y="230" width="12" height="32" rx="6" fill="#FF4ECF" />
21
+ <rect x="298" y="230" width="12" height="32" rx="6" fill="#FF4ECF" />
22
+ </g>
23
+
24
+ <!-- Ojos estilizados (negros) -->
25
+ <!-- Ojo izquierdo -->
26
+ <path d="M120 170 Q150 160 180 170 Q150 180 120 170" fill="none" stroke="#111" stroke-width="4"/>
27
+ <ellipse cx="150" cy="170" rx="12" ry="6" fill="#111"/>
28
+ <ellipse cx="150" cy="170" rx="4" ry="2" fill="#fff"/>
29
+ <!-- Cejas -->
30
+ <path d="M110 160 Q150 145 190 160" fill="none" stroke="#111" stroke-width="3"/>
31
+
32
+ <!-- Ojo derecho -->
33
+ <path d="M220 170 Q250 160 280 170 Q250 180 220 170" fill="none" stroke="#111" stroke-width="4"/>
34
+ <ellipse cx="250" cy="170" rx="12" ry="6" fill="#111"/>
35
+ <ellipse cx="250" cy="170" rx="4" ry="2" fill="#fff"/>
36
+ <!-- Cejas -->
37
+ <path d="M210 160 Q250 145 290 160" fill="none" stroke="#111" stroke-width="3"/>
38
38
  </svg>