mirror of
https://github.com/langgenius/dify.git
synced 2026-03-28 01:29:55 +08:00
29 lines
528 B
JSON
29 lines
528 B
JSON
{
|
|
"icon": {
|
|
"type": "element",
|
|
"isRootNode": true,
|
|
"name": "svg",
|
|
"attributes": {
|
|
"width": "16",
|
|
"height": "16",
|
|
"viewBox": "0 0 16 16",
|
|
"fill": "none",
|
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "element",
|
|
"name": "path",
|
|
"attributes": {
|
|
"d": "M13.3332 4L5.99984 11.3333L2.6665 8",
|
|
"stroke": "#155EEF",
|
|
"stroke-width": "2",
|
|
"stroke-linecap": "round",
|
|
"stroke-linejoin": "round"
|
|
},
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
"name": "Checked"
|
|
} |