dify/web/app/components/base/icons/src/vender/knowledge/Divider.json
Stephen Zhou f2842da397
chore(web): new lint setup (#30020)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2025-12-23 16:58:55 +08:00

30 lines
605 B
JSON

{
"icon": {
"type": "element",
"isRootNode": true,
"name": "svg",
"attributes": {
"width": "6",
"height": "30",
"viewBox": "0 0 6 30",
"fill": "none",
"xmlns": "http://www.w3.org/2000/svg"
},
"children": [
{
"type": "element",
"name": "path",
"attributes": {
"id": "Line 3",
"d": "M1.44595 28.7455L5.49125 1.00004",
"stroke": "currentColor",
"stroke-opacity": "0.08",
"stroke-linecap": "round"
},
"children": []
}
]
},
"name": "Divider"
}