All checks were successful
Build and Publish Images / build-and-push (push) Successful in 10s
14 lines
873 B
XML
14 lines
873 B
XML
<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>
|