mirror of
https://github.com/langgenius/dify.git
synced 2026-03-17 23:51:24 +08:00
30 lines
605 B
JSON
30 lines
605 B
JSON
{
|
|
"icon": {
|
|
"type": "element",
|
|
"isRootNode": true,
|
|
"name": "svg",
|
|
"attributes": {
|
|
"width": "6",
|
|
"height": "30",
|
|
"viewBox": "0 0 6 30",
|
|
"fill": "none",
|
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "element",
|
|
"name": "path",
|
|
"attributes": {
|
|
"id": "Line 3",
|
|
"d": "M1.44595 28.7455L5.49125 1.00004",
|
|
"stroke": "currentColor",
|
|
"stroke-opacity": "0.08",
|
|
"stroke-linecap": "round"
|
|
},
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
"name": "Divider"
|
|
}
|