- Include dist-release/ and release/ for direct colleague use - Add beginner-friendly installation guide - Update .gitignore to track distribution builds
14 lines
822 B
XML
14 lines
822 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" fill="none">
|
|
<defs>
|
|
<linearGradient id="bg" x1="16" y1="12" x2="114" y2="116" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#9F1239"/>
|
|
<stop offset="1" stop-color="#4C0519"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="8" y="8" width="112" height="112" rx="28" fill="url(#bg)"/>
|
|
<path d="M34 80L50 62L64 70L83 46" stroke="#FFF7ED" stroke-linecap="round" stroke-linejoin="round" stroke-width="10"/>
|
|
<circle cx="86" cy="44" r="8" fill="#FFF7ED"/>
|
|
<path d="M79 80C79 71.7157 85.7157 65 94 65C102.284 65 109 71.7157 109 80C109 88.2843 102.284 95 94 95C85.7157 95 79 88.2843 79 80Z" stroke="#FFF7ED" stroke-width="8"/>
|
|
<path d="M104 91L114 101" stroke="#FFF7ED" stroke-linecap="round" stroke-width="8"/>
|
|
</svg>
|