D3vugu-components/icons/l-full-screen.vugu

20 lines
501 B
Plaintext
Raw Normal View History

<svg viewBox="0 0 16 16" vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-icon d3-lineicon"}'>
2023-05-08 18:43:07 +00:00
<path class="d3c-icon-stroke" d="M0.5 9.5l0 6 6 0m9 -15l-15 15m9 -15l6 0 0 6" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
</svg>
<style>
.d3c-icon {
height: 1em;
}
</style>
2023-05-08 18:43:07 +00:00
<script type="application/x-go">
import (
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
)
2023-05-08 18:43:07 +00:00
type LFullScreen struct{
AttrMap vugu.AttrMap
}
</script>