43 lines
1.7 KiB
Go
43 lines
1.7 KiB
Go
|
package icons
|
||
|
|
||
|
// Code generated by vugu via vugugen. Please regenerate instead of editing or add additional code in a separate file. DO NOT EDIT.
|
||
|
|
||
|
import "fmt"
|
||
|
import "reflect"
|
||
|
import "github.com/vugu/vjson"
|
||
|
import "github.com/vugu/vugu"
|
||
|
import js "github.com/vugu/vugu/js"
|
||
|
|
||
|
type LDelete struct {
|
||
|
AttrMap vugu.AttrMap
|
||
|
}
|
||
|
|
||
|
func (c *LDelete) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
|
||
|
|
||
|
vgout = &vugu.BuildOut{}
|
||
|
|
||
|
var vgiterkey interface{}
|
||
|
_ = vgiterkey
|
||
|
var vgn *vugu.VGNode
|
||
|
vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "svg", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "viewBox", Val: "0 0 16 16"}}}
|
||
|
vgout.Out = append(vgout.Out, vgn) // root for output
|
||
|
vgn.AddAttrList(c.AttrMap)
|
||
|
{
|
||
|
vgparent := vgn
|
||
|
_ = vgparent
|
||
|
vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
|
||
|
vgparent.AppendChild(vgn)
|
||
|
vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "path", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "d3c-icon-stroke"}, vugu.VGAttribute{Namespace: "", Key: "d", Val: "M5.988 2.5c0,-1.265 1,-2.014 2,-2 1,0.014 2,0.764 2,2m-7.5 0l1.5 13 8 0 1.5 -13m-7 4l0 5m3 -5l0 5m-8 -9l13 0"}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
|
||
|
vgparent.AppendChild(vgn)
|
||
|
vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n"}
|
||
|
vgparent.AppendChild(vgn)
|
||
|
}
|
||
|
return vgout
|
||
|
}
|
||
|
|
||
|
// 'fix' unused imports
|
||
|
var _ fmt.Stringer
|
||
|
var _ reflect.Type
|
||
|
var _ vjson.RawMessage
|
||
|
var _ js.Value
|