@epilot360/icons 1.13.3 → 1.13.5

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 (41) hide show
  1. package/icons.config.yaml +7 -0
  2. package/index.js +1 -1
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
  5. package/react/EpilotIcon.d.ts +4 -0
  6. package/react/EpilotIcon.js +1 -1
  7. package/react/EpilotIcon.js.map +1 -1
  8. package/react/FileManager/index.d.ts +4 -0
  9. package/react/FileManager/index.js +2 -0
  10. package/react/FileManager/index.js.map +1 -0
  11. package/react/Remove/index.d.ts +4 -0
  12. package/react/Remove/index.js +2 -0
  13. package/react/Remove/index.js.map +1 -0
  14. package/react/Upload/index.js +1 -1
  15. package/react/Upload/index.js.map +1 -1
  16. package/react/index.d.ts +2 -0
  17. package/react/index.js +1 -1
  18. package/react/index.js.map +1 -1
  19. package/svg/FileManager/icon-fill.svg +1 -0
  20. package/svg/FileManager/icon.svg +1 -0
  21. package/svg/FileManager/index.d.ts +3 -0
  22. package/svg/FileManager/index.js +2 -0
  23. package/svg/FileManager/index.js.map +1 -0
  24. package/svg/Remove/icon-fill.svg +1 -0
  25. package/svg/Remove/icon.svg +1 -0
  26. package/svg/Remove/index.d.ts +3 -0
  27. package/svg/Remove/index.js +2 -0
  28. package/svg/Remove/index.js.map +1 -0
  29. package/svg/Upload/icon-fill.svg +1 -1
  30. package/svg/Upload/icon.svg +1 -1
  31. package/svg/Upload/index.js +1 -1
  32. package/svg/Upload/index.js.map +1 -1
  33. package/svg/index.d.ts +2 -0
  34. package/svg/index.js +1 -1
  35. package/svg/index.js.map +1 -1
  36. package/svg/svgIcon.d.ts +2 -0
  37. package/svg/svgIcon.js +1 -1
  38. package/svg/svgIcon.js.map +1 -1
  39. package/__mocks__/icon-file-mock.d.ts +0 -2
  40. package/__mocks__/icon-file-mock.js +0 -3
  41. package/__mocks__/icon-file-mock.js.map +0 -1
package/svg/svgIcon.d.ts CHANGED
@@ -142,6 +142,8 @@ export declare const svgMap: {
142
142
  ai_star: (opts?: IconProps) => string;
143
143
  label: (opts?: IconProps) => string;
144
144
  label_off: (opts?: IconProps) => string;
145
+ remove: (opts?: IconProps) => string;
146
+ file_manager: (opts?: IconProps) => string;
145
147
  };
146
148
  export type IconSVGName = keyof typeof svgMap;
147
149
  type Opts = IconProps & {