DataSet.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "icon": {
  3. "type": "element",
  4. "isRootNode": true,
  5. "name": "svg",
  6. "attributes": {
  7. "width": "12",
  8. "height": "12",
  9. "viewBox": "0 0 12 12",
  10. "fill": "none",
  11. "xmlns": "http://www.w3.org/2000/svg"
  12. },
  13. "children": [
  14. {
  15. "type": "element",
  16. "name": "g",
  17. "attributes": {
  18. "clip-path": "url(#clip0_7847_32895)"
  19. },
  20. "children": [
  21. {
  22. "type": "element",
  23. "name": "path",
  24. "attributes": {
  25. "d": "M10.5 2.5C10.5 3.32843 8.48528 4 6 4C3.51472 4 1.5 3.32843 1.5 2.5M10.5 2.5C10.5 1.67157 8.48528 1 6 1C3.51472 1 1.5 1.67157 1.5 2.5M10.5 2.5V9.5C10.5 10.33 8.5 11 6 11C3.5 11 1.5 10.33 1.5 9.5V2.5M10.5 6C10.5 6.83 8.5 7.5 6 7.5C3.5 7.5 1.5 6.83 1.5 6",
  26. "stroke": "#667085",
  27. "stroke-width": "1.25",
  28. "stroke-linecap": "round",
  29. "stroke-linejoin": "round"
  30. },
  31. "children": []
  32. }
  33. ]
  34. },
  35. {
  36. "type": "element",
  37. "name": "defs",
  38. "attributes": {},
  39. "children": [
  40. {
  41. "type": "element",
  42. "name": "clipPath",
  43. "attributes": {
  44. "id": "clip0_7847_32895"
  45. },
  46. "children": [
  47. {
  48. "type": "element",
  49. "name": "rect",
  50. "attributes": {
  51. "width": "12",
  52. "height": "12",
  53. "fill": "white"
  54. },
  55. "children": []
  56. }
  57. ]
  58. }
  59. ]
  60. }
  61. ]
  62. },
  63. "name": "DataSet"
  64. }