You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB
Plaintext

9 months ago
<svg viewBox="0 0 16 16" vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-icon d3-lineicon"}'>
<path class="d3c-icon-stroke" d="M0.5 8.5c1.17,-1.46 2.5,-2.49 3.9,-3.09m2.02 -0.58c2.85,-0.41 5.79,0.81 8.08,3.67" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
<path class="d3c-icon-stroke" d="M0.5 8.5c2.83,3.54 6.67,4.57 10.09,3.1m1.66 -0.94c0.8,-0.57 1.55,-1.29 2.25,-2.16" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
<path class="d3c-icon-stroke" d="M8.23 6.64c0.51,0.2 0.92,0.61 1.13,1.13m-0.45 2.15c-0.36,0.36 -0.86,0.59 -1.41,0.59 -1.11,0 -2,-0.89 -2,-2 0,-0.55 0.22,-1.05 0.59,-1.41" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
<line class="d3c-icon-stroke" x1="0.5" y1="1.5" x2="14.5" y2= "15.5" 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 LEyeDisabled struct{
AttrMap vugu.AttrMap
}
</script>