2023-05-15 06:58:12 +00:00
|
|
|
<svg viewBox="0 0 16 16" vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-icon d3-lineicon"}'>
|
2023-05-18 11:55:48 +00:00
|
|
|
<circle class="d3c-icon-stroke" cx="7.5" cy="8.5" r="7" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
|
|
|
|
<path class="d3c-icon-stroke" d="M0.79 6.5l13.42 0m-13.42 4l13.42 0m-6.21 -8.98c3.5,3 3.5,10.96 0,13.96m-1.02 -13.96c-3.5,3 -3.5,10.96 0,13.96" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
|
2023-05-10 10:45:04 +00:00
|
|
|
</svg>
|
|
|
|
|
2023-05-15 06:58:12 +00:00
|
|
|
<style>
|
|
|
|
.d3c-icon {
|
2023-05-15 08:22:29 +00:00
|
|
|
height: 1em;
|
2023-05-15 06:58:12 +00:00
|
|
|
}
|
2023-05-18 11:55:48 +00:00
|
|
|
|
|
|
|
.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);
|
|
|
|
}
|
2023-05-15 06:58:12 +00:00
|
|
|
</style>
|
|
|
|
|
2023-05-10 10:45:04 +00:00
|
|
|
<script type="application/x-go">
|
2023-05-15 06:58:12 +00:00
|
|
|
import (
|
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
|
|
|
|
)
|
|
|
|
|
2023-05-10 15:09:52 +00:00
|
|
|
type LGlobe struct{
|
2023-05-10 10:45:04 +00:00
|
|
|
AttrMap vugu.AttrMap
|
|
|
|
}
|
|
|
|
</script>
|