Checked.json 528 B

1234567891011121314151617181920212223242526272829
  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": "path",
  17. "attributes": {
  18. "d": "M13.3332 4L5.99984 11.3333L2.6665 8",
  19. "stroke": "#155EEF",
  20. "stroke-width": "2",
  21. "stroke-linecap": "round",
  22. "stroke-linejoin": "round"
  23. },
  24. "children": []
  25. }
  26. ]
  27. },
  28. "name": "Checked"
  29. }