mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-25 17:56:39 +08:00
39 lines
836 B
JSON
39 lines
836 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": "g",
|
|
"attributes": {
|
|
"id": "x-close"
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "element",
|
|
"name": "path",
|
|
"attributes": {
|
|
"id": "Icon",
|
|
"d": "M12 4L4 12M4 4L12 12",
|
|
"stroke": "currentColor",
|
|
"stroke-width": "1.25",
|
|
"stroke-linecap": "round",
|
|
"stroke-linejoin": "round"
|
|
},
|
|
"children": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"name": "XClose"
|
|
} |