@epilot360/icons 1.17.44 → 1.17.46

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 (63) hide show
  1. package/icons.config.yaml +13 -9
  2. package/index.js +473 -328
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
  5. package/react/Coupon/index.d.ts +4 -0
  6. package/react/Coupon/index.js +209 -0
  7. package/react/Coupon/index.js.map +1 -0
  8. package/react/EpilotIcon.d.ts +8 -6
  9. package/react/EpilotIcon.js +337 -226
  10. package/react/EpilotIcon.js.map +1 -1
  11. package/react/Labs/index.d.ts +4 -0
  12. package/react/Labs/index.js +209 -0
  13. package/react/Labs/index.js.map +1 -0
  14. package/react/Location/index.d.ts +4 -0
  15. package/react/Location/index.js +209 -0
  16. package/react/Location/index.js.map +1 -0
  17. package/react/LocationOn/index.js +51 -73
  18. package/react/LocationOn/index.js.map +1 -1
  19. package/react/ProductRecommendation/index.d.ts +4 -0
  20. package/react/ProductRecommendation/index.js +209 -0
  21. package/react/ProductRecommendation/index.js.map +1 -0
  22. package/react/Recommend/index.js +51 -73
  23. package/react/Recommend/index.js.map +1 -1
  24. package/react/Redeem/index.js +51 -73
  25. package/react/Redeem/index.js.map +1 -1
  26. package/react/index.d.ts +4 -3
  27. package/react/index.js +349 -235
  28. package/react/index.js.map +1 -1
  29. package/svg/Coupon/icon-fill.svg +1 -0
  30. package/svg/Coupon/icon.svg +1 -0
  31. package/svg/Coupon/index.d.ts +3 -0
  32. package/svg/Coupon/index.js +159 -0
  33. package/svg/Coupon/index.js.map +1 -0
  34. package/svg/Labs/icon-fill.svg +1 -0
  35. package/svg/Labs/icon.svg +1 -0
  36. package/svg/Labs/index.d.ts +3 -0
  37. package/svg/Labs/index.js +159 -0
  38. package/svg/Labs/index.js.map +1 -0
  39. package/svg/Location/icon-fill.svg +1 -0
  40. package/svg/Location/icon.svg +1 -0
  41. package/svg/Location/index.d.ts +3 -0
  42. package/svg/Location/index.js +159 -0
  43. package/svg/Location/index.js.map +1 -0
  44. package/svg/LocationOn/index.js +47 -112
  45. package/svg/LocationOn/index.js.map +1 -1
  46. package/svg/ProductRecommendation/icon-fill.svg +1 -0
  47. package/svg/ProductRecommendation/icon.svg +1 -0
  48. package/svg/ProductRecommendation/index.d.ts +3 -0
  49. package/svg/ProductRecommendation/index.js +159 -0
  50. package/svg/ProductRecommendation/index.js.map +1 -0
  51. package/svg/Recommend/index.js +47 -112
  52. package/svg/Recommend/index.js.map +1 -1
  53. package/svg/Redeem/index.js +47 -112
  54. package/svg/Redeem/index.js.map +1 -1
  55. package/svg/index.d.ts +4 -3
  56. package/svg/index.js +252 -171
  57. package/svg/index.js.map +1 -1
  58. package/svg/svgIcon.d.ts +4 -3
  59. package/svg/svgIcon.js +240 -162
  60. package/svg/svgIcon.js.map +1 -1
  61. package/types.d.ts +0 -0
  62. package/types.js +0 -0
  63. package/types.js.map +0 -0
package/svg/svgIcon.d.ts CHANGED
@@ -238,9 +238,10 @@ export declare const svgMap: {
238
238
  action_key: (opts?: IconProps) => string;
239
239
  bar_chart: (opts?: IconProps) => string;
240
240
  database: (opts?: IconProps) => string;
241
- redeem: (opts?: IconProps) => string;
242
- recommend: (opts?: IconProps) => string;
243
- location_on: (opts?: IconProps) => string;
241
+ coupon: (opts?: IconProps) => string;
242
+ product_recommendation: (opts?: IconProps) => string;
243
+ location: (opts?: IconProps) => string;
244
+ labs: (opts?: IconProps) => string;
244
245
  };
245
246
  export type IconSVGName = keyof typeof svgMap;
246
247
  type Opts = IconProps & {