D3vugu-components/icons/l-more.vugu

12 lines
396 B
Plaintext
Raw Normal View History

2023-05-08 18:43:07 +00:00
<svg viewBox="0 0 16 16" vg-attr="c.AttrMap">
<circle class="d3c-icon-fill" cx="1.5" cy="8.5" r="1" stroke="none" fill="black"/>
<circle class="d3c-icon-fill" cx="7.5" cy="8.5" r="1" stroke="none" fill="black"/>
<circle class="d3c-icon-fill" cx="13.5" cy="8.5" r="1" stroke="none" fill="black"/>
</svg>
<script type="application/x-go">
type LMore struct{
AttrMap vugu.AttrMap
}
</script>