Replicate.json 800 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "icon": {
  3. "type": "element",
  4. "isRootNode": true,
  5. "name": "svg",
  6. "attributes": {
  7. "width": "24",
  8. "height": "24",
  9. "viewBox": "0 0 24 24",
  10. "fill": "none",
  11. "xmlns": "http://www.w3.org/2000/svg"
  12. },
  13. "children": [
  14. {
  15. "type": "element",
  16. "name": "rect",
  17. "attributes": {
  18. "width": "24",
  19. "height": "24",
  20. "rx": "6",
  21. "fill": "black"
  22. },
  23. "children": []
  24. },
  25. {
  26. "type": "element",
  27. "name": "path",
  28. "attributes": {
  29. "fill-rule": "evenodd",
  30. "clip-rule": "evenodd",
  31. "d": "M19.9961 4V5.79H7.93621V19.9017H6V4H19.9961ZM20 7.39453V9.18453H11.5969V19.9012H9.65906V7.39453H20ZM19.9964 12.5773V10.7773H13.3106V19.9007H15.2484V12.5773H19.9964Z",
  32. "fill": "white"
  33. },
  34. "children": []
  35. }
  36. ]
  37. },
  38. "name": "Replicate"
  39. }