@zleap-ai/icons 0.0.80 → 0.0.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/cjs/icons/IconBoFang.js +17 -0
  2. package/dist/cjs/icons/IconBoFang.js.map +1 -0
  3. package/dist/cjs/icons/IconLuYin.js +17 -0
  4. package/dist/cjs/icons/IconLuYin.js.map +1 -0
  5. package/dist/cjs/icons/IconPlay.js +17 -0
  6. package/dist/cjs/icons/IconPlay.js.map +1 -0
  7. package/dist/cjs/icons/IconYinFu.js +17 -0
  8. package/dist/cjs/icons/IconYinFu.js.map +1 -0
  9. package/dist/cjs/icons/IconYinPin.js +17 -0
  10. package/dist/cjs/icons/IconYinPin.js.map +1 -0
  11. package/dist/cjs/icons/IconYinPin1.js +17 -0
  12. package/dist/cjs/icons/IconYinPin1.js.map +1 -0
  13. package/dist/cjs/index.js +26 -2
  14. package/dist/cjs/index.js.map +1 -1
  15. package/dist/esm/icons/IconBoFang.js +14 -0
  16. package/dist/esm/icons/IconBoFang.js.map +1 -0
  17. package/dist/esm/icons/IconLuYin.js +14 -0
  18. package/dist/esm/icons/IconLuYin.js.map +1 -0
  19. package/dist/esm/icons/IconPlay.js +14 -0
  20. package/dist/esm/icons/IconPlay.js.map +1 -0
  21. package/dist/esm/icons/IconYinFu.js +14 -0
  22. package/dist/esm/icons/IconYinFu.js.map +1 -0
  23. package/dist/esm/icons/IconYinPin.js +14 -0
  24. package/dist/esm/icons/IconYinPin.js.map +1 -0
  25. package/dist/esm/icons/IconYinPin1.js +14 -0
  26. package/dist/esm/icons/IconYinPin1.js.map +1 -0
  27. package/dist/esm/index.js +18 -0
  28. package/dist/esm/index.js.map +1 -1
  29. package/dist/types/icons/IconBoFang.d.ts +17 -0
  30. package/dist/types/icons/IconBoFang.d.ts.map +1 -0
  31. package/dist/types/icons/IconLuYin.d.ts +17 -0
  32. package/dist/types/icons/IconLuYin.d.ts.map +1 -0
  33. package/dist/types/icons/IconPlay.d.ts +17 -0
  34. package/dist/types/icons/IconPlay.d.ts.map +1 -0
  35. package/dist/types/icons/IconYinFu.d.ts +17 -0
  36. package/dist/types/icons/IconYinFu.d.ts.map +1 -0
  37. package/dist/types/icons/IconYinPin.d.ts +17 -0
  38. package/dist/types/icons/IconYinPin.d.ts.map +1 -0
  39. package/dist/types/icons/IconYinPin1.d.ts +17 -0
  40. package/dist/types/icons/IconYinPin1.d.ts.map +1 -0
  41. package/dist/types/index.d.ts +12 -0
  42. package/dist/types/index.d.ts.map +1 -1
  43. package/icons.json +68 -2
  44. package/package.json +1 -1
  45. package/react-native/icons/IconBoFang.tsx +53 -0
  46. package/react-native/icons/IconLuYin.tsx +53 -0
  47. package/react-native/icons/IconPlay.tsx +53 -0
  48. package/react-native/icons/IconYinFu.tsx +53 -0
  49. package/react-native/icons/IconYinPin.tsx +53 -0
  50. package/react-native/icons/IconYinPin1.tsx +53 -0
  51. package/react-native/index.ts +18 -0
  52. package/svg/play.svg +1 -0
  53. package/svg//345/275/225/351/237/263.svg +1 -0
  54. package/svg//346/222/255/346/224/276.svg +1 -0
  55. package/svg//351/237/263/347/254/246.svg +1 -0
  56. package/svg//351/237/263/351/242/221.svg +1 -0
  57. package/svg//351/237/263/351/242/2211.svg +1 -0
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path fill="#FBBF24" d="M5.828 2.676a1.5 1.5 0 0 0-2.305 1.266v16.116a1.5 1.5 0 0 0 2.305 1.266l12.663-8.058a1.5 1.5 0 0 0 0-2.531z"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path stroke="#047857" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 18V5l12-2v13"/><path stroke="#047857" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/><path stroke="#047857" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 19a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 22V2h11.5L20 7.25V22z"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16 7-3 1.484v7.266"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.25 18.5a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path stroke="#A3A3A3" stroke-width="1.5" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M15 9v6"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M18 11v2"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M9 9v6"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M6 11v2"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M12 7v10"/></svg>