D3vugu-components/icons/l-document.vugu

20 lines
564 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-10 10:45:04 +00:00
<path class="d3c-icon-stroke" d="M5.5 0.5l7 0c0.55,0 1,0.45 1,1l0 13c0,0.55 -0.45,1 -1,1l-9 0c-0.55,0 -1,-0.45 -1,-1l0 -11 3 -3zm0 0l0 3 -3 0" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
</svg>
<style>
.d3c-icon {
height: 1em;
}
</style>
2023-05-10 10:45:04 +00:00
<script type="application/x-go">
import (
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
)
2023-05-10 10:45:04 +00:00
type LDocument struct{
AttrMap vugu.AttrMap
}
</script>