@golstats/gsc-landing 1.0.103 → 1.0.105
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/calendario.svg +8 -0
- package/dist/gsc-landing.js +6150 -5843
- package/dist/gsc-landing.umd.cjs +29 -29
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g opacity="1">
|
|
3
|
+
<path d="M16.6111 3.31042H3.38889C2.34568 3.31042 1.5 4.07154 1.5 5.01042V16.9104C1.5 17.8493 2.34568 18.6104 3.38889 18.6104H16.6111C17.6543 18.6104 18.5 17.8493 18.5 16.9104V5.01042C18.5 4.07154 17.6543 3.31042 16.6111 3.31042Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M1.5 8.41003H18.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13.7773 1.61023V5.01023" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M6.22266 1.61023V5.01023" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|