D3vugu-components/icons/l-bell-disabled.vugu
David Vogel 114044ba2c Update and add icons
- Add LBell
- Add LBellDisabled
- Add LClock
- Add LEllipsis
- Add LInputField
- Add LQuestionMark
- Update LDelete
- Update LDeliver
- Update LLockClosed
- Update LLockDisabled
- Update LMail
- Update LMailOpened
- Update LWarning
2023-05-25 19:02:25 +02:00

36 lines
892 B
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="M6.01 13.5c0,1.1 0.89,2 2,2 1.11,0 2,-0.9 2,-2m2 -0.5l-10.5 0c1.75,-2.33 0.94,-6.14 1.55,-8.95m0.73 -1.81c0.72,-1.06 1.99,-1.74 4.22,-1.74 8,0 3.5,8.5 6.5,12.5m-14 -11.5l14 14" 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 LBellDisabled struct{
AttrMap vugu.AttrMap
}
</script>