@epilot360/icons 1.16.4 → 1.16.6

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 (45) hide show
  1. package/icons.config.yaml +12 -0
  2. package/index.js +1 -1
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
  5. package/react/AICompose/index.js +1 -1
  6. package/react/AICompose/index.js.map +1 -1
  7. package/react/EpilotIcon.d.ts +6 -0
  8. package/react/EpilotIcon.js +1 -1
  9. package/react/EpilotIcon.js.map +1 -1
  10. package/react/Forest/index.d.ts +4 -0
  11. package/react/Forest/index.js +2 -0
  12. package/react/Forest/index.js.map +1 -0
  13. package/react/Fuel/index.d.ts +4 -0
  14. package/react/Fuel/index.js +2 -0
  15. package/react/Fuel/index.js.map +1 -0
  16. package/react/Recycling/index.d.ts +4 -0
  17. package/react/Recycling/index.js +2 -0
  18. package/react/Recycling/index.js.map +1 -0
  19. package/react/index.d.ts +3 -0
  20. package/react/index.js +1 -1
  21. package/react/index.js.map +1 -1
  22. package/svg/AICompose/icon-fill.svg +1 -1
  23. package/svg/AICompose/index.js +1 -1
  24. package/svg/AICompose/index.js.map +1 -1
  25. package/svg/Forest/icon-fill.svg +1 -0
  26. package/svg/Forest/icon.svg +1 -0
  27. package/svg/Forest/index.d.ts +3 -0
  28. package/svg/Forest/index.js +2 -0
  29. package/svg/Forest/index.js.map +1 -0
  30. package/svg/Fuel/icon-fill.svg +1 -0
  31. package/svg/Fuel/icon.svg +1 -0
  32. package/svg/Fuel/index.d.ts +3 -0
  33. package/svg/Fuel/index.js +2 -0
  34. package/svg/Fuel/index.js.map +1 -0
  35. package/svg/Recycling/icon-fill.svg +1 -0
  36. package/svg/Recycling/icon.svg +1 -0
  37. package/svg/Recycling/index.d.ts +3 -0
  38. package/svg/Recycling/index.js +2 -0
  39. package/svg/Recycling/index.js.map +1 -0
  40. package/svg/index.d.ts +3 -0
  41. package/svg/index.js +1 -1
  42. package/svg/index.js.map +1 -1
  43. package/svg/svgIcon.d.ts +3 -0
  44. package/svg/svgIcon.js +1 -1
  45. package/svg/svgIcon.js.map +1 -1
package/svg/svgIcon.d.ts CHANGED
@@ -160,6 +160,9 @@ export declare const svgMap: {
160
160
  auto_delete: (opts?: IconProps) => string;
161
161
  delete_forever: (opts?: IconProps) => string;
162
162
  history: (opts?: IconProps) => string;
163
+ forest: (opts?: IconProps) => string;
164
+ fuel: (opts?: IconProps) => string;
165
+ recycling: (opts?: IconProps) => string;
163
166
  };
164
167
  export type IconSVGName = keyof typeof svgMap;
165
168
  type Opts = IconProps & {