Line3.json 478 B

12345678910111213141516171819202122232425262728
  1. {
  2. "icon": {
  3. "type": "element",
  4. "isRootNode": true,
  5. "name": "svg",
  6. "attributes": {
  7. "width": "5",
  8. "height": "12",
  9. "viewBox": "0 0 5 12",
  10. "fill": "none",
  11. "xmlns": "http://www.w3.org/2000/svg"
  12. },
  13. "children": [
  14. {
  15. "type": "element",
  16. "name": "path",
  17. "attributes": {
  18. "id": "Line 3",
  19. "d": "M1 11.3545L3.94174 0.645781",
  20. "stroke": "#D0D5DD",
  21. "stroke-linecap": "round"
  22. },
  23. "children": []
  24. }
  25. ]
  26. },
  27. "name": "Line3"
  28. }