39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
|
<svg viewBox="0 0 16 16" vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-icon d3-lineicon"}'>
|
||
|
<circle class="d3c-icon-stroke" cx="8" cy="9" r="2.5" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
|
||
|
<circle class="d3c-icon-stroke" cx="3.5" cy="3.5" r="2" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
|
||
|
<circle class="d3c-icon-stroke" cx="12.5" cy="3.5" r="2" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
|
||
|
<path class="d3c-icon-stroke" d="M14.11 12.24c0.93,-0.58 1.39,-1.3 1.39,-2.74 0,-1.5 -0.5,-2 -2,-2l-2 0c-0.6,0 -0.96,0.13 -1.27,0.32m-8.34 4.43c-0.93,-0.58 -1.39,-1.3 -1.39,-2.74 0,-1.5 0.5,-2 2,-2l2 0c0.6,0 0.95,0.13 1.27,0.32m7.73 7.68c0,-1.5 -0.5,-2 -2,-2 -3.33,0 -3.67,0 -7,0 -1.5,0 -2,0.5 -2,2" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
|
||
|
</svg>
|
||
|
|
||
|
<style>
|
||
|
.d3c-icon {
|
||
|
height: 1em;
|
||
|
}
|
||
|
|
||
|
.d3c-icon-stroke {
|
||
|
stroke: var(--d3c-color-text);
|
||
|
}
|
||
|
|
||
|
.d3c-icon-fill {
|
||
|
fill: var(--d3c-color-text);
|
||
|
}
|
||
|
|
||
|
.d3c-icon-use-color .d3c-icon-stroke {
|
||
|
stroke: var(--d3c-color-background);
|
||
|
}
|
||
|
|
||
|
.d3c-icon-use-color .d3c-icon-fill {
|
||
|
fill: var(--d3c-color-background);
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<script type="application/x-go">
|
||
|
import (
|
||
|
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
|
||
|
)
|
||
|
|
||
|
type LGroup struct{
|
||
|
AttrMap vugu.AttrMap
|
||
|
}
|
||
|
</script>
|