LayoutRight2LineMod.json 876 B

123456789101112131415161718192021222324252627282930313233343536
  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": "path",
  24. "attributes": {
  25. "id": "Vector",
  26. "d": "M14.0002 2C14.3684 2 14.6668 2.29848 14.6668 2.66667V13.3333C14.6668 13.7015 14.3684 14 14.0002 14H2.00016C1.63198 14 1.3335 13.7015 1.3335 13.3333V2.66667C1.3335 2.29848 1.63198 2 2.00016 2H14.0002ZM13.3335 3.33333H2.66683V12.6667H13.3335V3.33333ZM14.0002 2.66667V13.3333H10.0002V2.66667H14.0002Z",
  27. "fill": "currentColor"
  28. },
  29. "children": []
  30. }
  31. ]
  32. }
  33. ]
  34. },
  35. "name": "LayoutRight2LineMod"
  36. }