37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
|
<svg viewBox="0 0 16 16" vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-icon d3-lineicon"}'>
|
||
|
<path class="d3c-icon-stroke" d="M2.5 13.5l5 -5m2.21 0.79c0.4,0.14 0.84,0.21 1.29,0.21 2.21,0 4,-1.79 4,-4 0,-2.21 -1.79,-4 -4,-4 -2.21,0 -4,1.79 -4,4 0,0.45 0.08,0.88 0.21,1.29l-6.71 6.71 0 1c0,0.55 0.45,1 1,1l2 0 0 -1 1 0 0 -1 1 -1 1 0 0 -1 1 -1 1 0 1.21 -1.21z" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
|
||
|
<circle class="d3c-icon-stroke" cx="11.5" cy="4.5" r="1" 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 LKey struct{
|
||
|
AttrMap vugu.AttrMap
|
||
|
}
|
||
|
</script>
|