Collapse.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "icon": {
  3. "type": "element",
  4. "isRootNode": true,
  5. "name": "svg",
  6. "attributes": {
  7. "width": "16",
  8. "height": "16",
  9. "viewBox": "0 0 16 16",
  10. "fill": "none",
  11. "xmlns": "http://www.w3.org/2000/svg"
  12. },
  13. "children": [
  14. {
  15. "type": "element",
  16. "name": "g",
  17. "attributes": {
  18. "id": "Icon L"
  19. },
  20. "children": [
  21. {
  22. "type": "element",
  23. "name": "g",
  24. "attributes": {
  25. "id": "Vector"
  26. },
  27. "children": [
  28. {
  29. "type": "element",
  30. "name": "path",
  31. "attributes": {
  32. "d": "M2.66602 11.3333H0.666016L3.33268 8.66667L5.99935 11.3333H3.99935L3.99935 14H2.66602L2.66602 11.3333Z",
  33. "fill": "currentColor"
  34. },
  35. "children": []
  36. },
  37. {
  38. "type": "element",
  39. "name": "path",
  40. "attributes": {
  41. "d": "M2.66602 4.66667L2.66602 2L3.99935 2L3.99935 4.66667L5.99935 4.66667L3.33268 7.33333L0.666016 4.66667L2.66602 4.66667Z",
  42. "fill": "currentColor"
  43. },
  44. "children": []
  45. },
  46. {
  47. "type": "element",
  48. "name": "path",
  49. "attributes": {
  50. "d": "M7.33268 2.66667H13.9993V4H7.33268V2.66667ZM7.33268 12H13.9993V13.3333H7.33268V12ZM5.99935 7.33333H13.9993V8.66667H5.99935V7.33333Z",
  51. "fill": "currentColor"
  52. },
  53. "children": []
  54. }
  55. ]
  56. }
  57. ]
  58. }
  59. ]
  60. },
  61. "name": "Collapse"
  62. }