mirror of
https://github.com/langgenius/dify.git
synced 2026-07-27 06:58:30 +08:00
28 lines
620 B
JSON
28 lines
620 B
JSON
{
|
|
"icon": {
|
|
"type": "element",
|
|
"isRootNode": true,
|
|
"name": "svg",
|
|
"attributes": {
|
|
"width": "24",
|
|
"height": "11",
|
|
"viewBox": "0 0 24 11",
|
|
"fill": "none",
|
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "element",
|
|
"name": "path",
|
|
"attributes": {
|
|
"id": "Arrow Shape",
|
|
"d": "M9.87868 1.12132C11.0503 -0.0502525 12.9497 -0.0502525 14.1213 1.12132L23.3137 10.3137H0.686292L9.87868 1.12132Z",
|
|
"fill": "currentColor"
|
|
},
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
"name": "ArrowShape"
|
|
}
|