@epilot360/icons 1.17.44 → 1.17.45

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 (52) hide show
  1. package/icons.config.yaml +9 -9
  2. package/index.js +307 -307
  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 +6 -6
  9. package/react/EpilotIcon.js +226 -226
  10. package/react/EpilotIcon.js.map +1 -1
  11. package/react/Location/index.d.ts +4 -0
  12. package/react/Location/index.js +209 -0
  13. package/react/Location/index.js.map +1 -0
  14. package/react/LocationOn/index.js +51 -73
  15. package/react/LocationOn/index.js.map +1 -1
  16. package/react/ProductRecommendation/index.d.ts +4 -0
  17. package/react/ProductRecommendation/index.js +209 -0
  18. package/react/ProductRecommendation/index.js.map +1 -0
  19. package/react/Recommend/index.js +51 -73
  20. package/react/Recommend/index.js.map +1 -1
  21. package/react/Redeem/index.js +51 -73
  22. package/react/Redeem/index.js.map +1 -1
  23. package/react/index.d.ts +3 -3
  24. package/react/index.js +232 -232
  25. package/react/index.js.map +1 -1
  26. package/svg/Coupon/icon-fill.svg +1 -0
  27. package/svg/Coupon/icon.svg +1 -0
  28. package/svg/Coupon/index.d.ts +3 -0
  29. package/svg/Coupon/index.js +159 -0
  30. package/svg/Coupon/index.js.map +1 -0
  31. package/svg/Location/icon-fill.svg +1 -0
  32. package/svg/Location/icon.svg +1 -0
  33. package/svg/Location/index.d.ts +3 -0
  34. package/svg/Location/index.js +159 -0
  35. package/svg/Location/index.js.map +1 -0
  36. package/svg/LocationOn/index.js +47 -112
  37. package/svg/LocationOn/index.js.map +1 -1
  38. package/svg/ProductRecommendation/icon-fill.svg +1 -0
  39. package/svg/ProductRecommendation/icon.svg +1 -0
  40. package/svg/ProductRecommendation/index.d.ts +3 -0
  41. package/svg/ProductRecommendation/index.js +159 -0
  42. package/svg/ProductRecommendation/index.js.map +1 -0
  43. package/svg/Recommend/index.js +47 -112
  44. package/svg/Recommend/index.js.map +1 -1
  45. package/svg/Redeem/index.js +47 -112
  46. package/svg/Redeem/index.js.map +1 -1
  47. package/svg/index.d.ts +3 -3
  48. package/svg/index.js +168 -168
  49. package/svg/index.js.map +1 -1
  50. package/svg/svgIcon.d.ts +3 -3
  51. package/svg/svgIcon.js +162 -162
  52. package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml CHANGED
@@ -953,15 +953,15 @@ Database:
953
953
  name: database
954
954
  aliases: ["database"]
955
955
  svg_import: "@material-symbols/svg-600/outlined/database.svg"
956
- Redeem:
957
- name: redeem
958
- aliases: ["redeem", "coupon", "coupons", "promo", "voucher"]
956
+ Coupon:
957
+ name: coupon
958
+ aliases: ["coupon", "coupons", "redeem", "promo", "voucher"]
959
959
  svg_import: "@material-symbols/svg-600/rounded/redeem.svg"
960
- Recommend:
961
- name: recommend
962
- aliases: ["recommend", "product_recommendation", "suggestion", "thumbs_up_circle"]
960
+ ProductRecommendation:
961
+ name: product_recommendation
962
+ aliases: ["product_recommendation", "recommend", "suggestion"]
963
963
  svg_import: "@material-symbols/svg-600/rounded/recommend.svg"
964
- LocationOn:
965
- name: location_on
966
- aliases: ["location_on", "location", "pin", "map_pin", "place"]
964
+ Location:
965
+ name: location
966
+ aliases: ["location", "location_on", "pin", "map_pin", "place"]
967
967
  svg_import: "@material-symbols/svg-600/rounded/location_on.svg"