User.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "icon": {
  3. "type": "element",
  4. "isRootNode": true,
  5. "name": "svg",
  6. "attributes": {
  7. "width": "512",
  8. "height": "512",
  9. "viewBox": "0 0 512 512",
  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_5968_39205)"
  19. },
  20. "children": [
  21. {
  22. "type": "element",
  23. "name": "rect",
  24. "attributes": {
  25. "width": "512",
  26. "height": "512",
  27. "rx": "256",
  28. "fill": "#B2DDFF"
  29. },
  30. "children": []
  31. },
  32. {
  33. "type": "element",
  34. "name": "circle",
  35. "attributes": {
  36. "opacity": "0.68",
  37. "cx": "256",
  38. "cy": "196",
  39. "r": "84",
  40. "fill": "white"
  41. },
  42. "children": []
  43. },
  44. {
  45. "type": "element",
  46. "name": "ellipse",
  47. "attributes": {
  48. "opacity": "0.68",
  49. "cx": "256",
  50. "cy": "583.5",
  51. "rx": "266",
  52. "ry": "274.5",
  53. "fill": "white"
  54. },
  55. "children": []
  56. }
  57. ]
  58. },
  59. {
  60. "type": "element",
  61. "name": "defs",
  62. "attributes": {},
  63. "children": [
  64. {
  65. "type": "element",
  66. "name": "clipPath",
  67. "attributes": {
  68. "id": "clip0_5968_39205"
  69. },
  70. "children": [
  71. {
  72. "type": "element",
  73. "name": "rect",
  74. "attributes": {
  75. "width": "512",
  76. "height": "512",
  77. "rx": "256",
  78. "fill": "white"
  79. },
  80. "children": []
  81. }
  82. ]
  83. }
  84. ]
  85. }
  86. ]
  87. },
  88. "name": "User"
  89. }