D3vugu-components/icons/l-favorite-star.vugu

10 lines
400 B
Plaintext
Raw Normal View History

2023-05-08 18:43:07 +00:00
<svg viewBox="0 0 16 16" vg-attr="c.AttrMap">
<polygon class="d3c-icon-stroke" points="8,1.235 10.441,5.766 15.5,6.683 11.947,10.402 12.638,15.5 8,13.267 3.368,15.5 4.059,10.402 0.5,6.683 5.565,5.766" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
</svg>
<script type="application/x-go">
type LFavoriteStar struct{
AttrMap vugu.AttrMap
}
</script>