svg`<svg viewBox="0 0 230 200" style="width: 100%; height: auto;">
<defs>
${star}
${star2}
</defs>
<circle cx=50 cy=50 r=50 fill="url(#star)"/>
<circle cx=180 cy=50 r=40 fill="none" stroke-width=20 stroke="url(#star)"/>
<circle cx=50 cy=150 r=50 fill="url(#star2)"/>
<circle cx=180 cy=150 r=40 fill="none" stroke-width=20 stroke="url(#star2)"/>
</svg>`