D3vugu-components/icons/l-stop-watch.vugu
2023-05-10 12:45:04 +02:00

11 lines
459 B
Plaintext

<svg viewBox="0 0 16 16" vg-attr="c.AttrMap">
<path class="d3c-icon-stroke" d="M7.51 4.5l0 5m-2 -9l4 0m3 2l2 2" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
<circle class="d3c-icon-stroke" cx="7.49" cy="9" r="6.5" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
</svg>
<script type="application/x-go">
type LStopWatch struct{
AttrMap vugu.AttrMap
}
</script>