mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
27 lines
493 B
JSON
27 lines
493 B
JSON
{
|
|
"icon": {
|
|
"type": "element",
|
|
"isRootNode": true,
|
|
"name": "svg",
|
|
"attributes": {
|
|
"width": "16",
|
|
"height": "22",
|
|
"viewBox": "0 0 16 22",
|
|
"fill": "none",
|
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "element",
|
|
"name": "path",
|
|
"attributes": {
|
|
"id": "Rectangle 979",
|
|
"d": "M0 0H16L9.91493 16.7339C8.76529 19.8955 5.76063 22 2.39658 22H0V0Z",
|
|
"fill": "white"
|
|
},
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
"name": "Triangle"
|
|
} |