Highlight.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "icon": {
  3. "type": "element",
  4. "isRootNode": true,
  5. "name": "svg",
  6. "attributes": {
  7. "xmlns": "http://www.w3.org/2000/svg",
  8. "width": "46",
  9. "height": "24",
  10. "viewBox": "0 0 46 24",
  11. "fill": "none"
  12. },
  13. "children": [
  14. {
  15. "type": "element",
  16. "name": "path",
  17. "attributes": {
  18. "opacity": "0.5",
  19. "d": "M-6.5 8C-6.5 3.58172 -2.91828 0 1.5 0H45.5L33.0248 24H1.49999C-2.91829 24 -6.5 20.4183 -6.5 16V8Z",
  20. "fill": "url(#paint0_linear_6333_42118)"
  21. },
  22. "children": []
  23. },
  24. {
  25. "type": "element",
  26. "name": "defs",
  27. "attributes": {},
  28. "children": [
  29. {
  30. "type": "element",
  31. "name": "linearGradient",
  32. "attributes": {
  33. "id": "paint0_linear_6333_42118",
  34. "x1": "1.81679",
  35. "y1": "5.47784e-07",
  36. "x2": "101.257",
  37. "y2": "30.3866",
  38. "gradientUnits": "userSpaceOnUse"
  39. },
  40. "children": [
  41. {
  42. "type": "element",
  43. "name": "stop",
  44. "attributes": {
  45. "stop-color": "white",
  46. "stop-opacity": "0.12"
  47. },
  48. "children": []
  49. },
  50. {
  51. "type": "element",
  52. "name": "stop",
  53. "attributes": {
  54. "offset": "1",
  55. "stop-color": "white",
  56. "stop-opacity": "0.3"
  57. },
  58. "children": []
  59. }
  60. ]
  61. }
  62. ]
  63. }
  64. ]
  65. },
  66. "name": "Highlight"
  67. }