mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-26 18:26:38 +08:00
39 lines
694 B
JSON
39 lines
694 B
JSON
{
|
|
"icon": {
|
|
"type": "element",
|
|
"isRootNode": true,
|
|
"name": "svg",
|
|
"attributes": {
|
|
"width": "12",
|
|
"height": "12",
|
|
"viewBox": "0 0 12 12",
|
|
"fill": "none",
|
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "element",
|
|
"name": "g",
|
|
"attributes": {
|
|
"id": "chevron-down"
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "element",
|
|
"name": "path",
|
|
"attributes": {
|
|
"id": "Icon",
|
|
"d": "M3 4.5L6 7.5L9 4.5",
|
|
"stroke": "currentColor",
|
|
"stroke-width": "1.5",
|
|
"stroke-linecap": "round",
|
|
"stroke-linejoin": "round"
|
|
},
|
|
"children": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"name": "ChevronDown"
|
|
} |