🎉 First commit

This commit is contained in:
Nicolas Rojas 2025-05-29 20:29:02 -05:00
commit cade5ac6b6
Signed by: nicolas
SSH key fingerprint: SHA256:gi4v1tDcXHbV+fkvqqs9b5rkFlo4Q9DHXp90MifkZK0
231 changed files with 48507 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="color-base-dark" x1="4" x2="19.997" y1="4" y2="4" gradientUnits="userSpaceOnUse">
<stop stop-color="#24273a" offset="1"/>
</linearGradient>
<linearGradient id="color-primary-light" x1="4" x2="19.997" y1="4" y2="4" gradientUnits="userSpaceOnUse">
<stop stop-color="#a6da95" offset="1"/>
</linearGradient>
</defs>
<g id="scale-horz-marks-before-slider-dark" transform="scale(2)">
<rect width="24" height="24" fill="none"/>
<path transform="rotate(45,12,12)" d="m6 6h6a6 6 0 1 1-6 6z" fill="url(#color-base-dark)" stroke="url(#color-primary-light)" stroke-linecap="round" stroke-width="4" style="paint-order:stroke fill markers"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 767 B