Search.json 1.2 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_32899)"
  19. },
  20. "children": [
  21. {
  22. "type": "element",
  23. "name": "path",
  24. "attributes": {
  25. "d": "M10.5 10.5L8.75005 8.75M10 5.75C10 8.09721 8.09721 10 5.75 10C3.40279 10 1.5 8.09721 1.5 5.75C1.5 3.40279 3.40279 1.5 5.75 1.5C8.09721 1.5 10 3.40279 10 5.75Z",
  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_32899"
  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": "Search"
  64. }