ico
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 10s

This commit is contained in:
arrelin
2026-03-06 16:04:47 +03:00
parent dec1ea4890
commit 12b2084d26
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="48" fill="#FAE8EC"/>
<!-- лепестки -->
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#D4637A" opacity="0.9"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#D4637A" opacity="0.9" transform="rotate(60 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#D4637A" opacity="0.9" transform="rotate(120 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#E8A0AE" opacity="0.85" transform="rotate(30 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#E8A0AE" opacity="0.85" transform="rotate(90 50 50)"/>
<ellipse cx="50" cy="22" rx="10" ry="16" fill="#E8A0AE" opacity="0.85" transform="rotate(150 50 50)"/>
<!-- сердцевина -->
<circle cx="50" cy="50" r="10" fill="#F5C0CB"/>
<circle cx="50" cy="50" r="6" fill="#D4637A"/>
</svg>

After

Width:  |  Height:  |  Size: 873 B