@epilot360/icons 1.16.5 → 1.16.7

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 (54) hide show
  1. package/icons.config.yaml +15 -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 +8 -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/Grid/index.d.ts +4 -0
  17. package/react/Grid/index.js +2 -0
  18. package/react/Grid/index.js.map +1 -0
  19. package/react/Recycling/index.d.ts +4 -0
  20. package/react/Recycling/index.js +2 -0
  21. package/react/Recycling/index.js.map +1 -0
  22. package/react/index.d.ts +4 -0
  23. package/react/index.js +1 -1
  24. package/react/index.js.map +1 -1
  25. package/svg/AICompose/icon-fill.svg +5 -5
  26. package/svg/AICompose/icon.svg +5 -5
  27. package/svg/AICompose/index.js +1 -1
  28. package/svg/AICompose/index.js.map +1 -1
  29. package/svg/Forest/icon-fill.svg +1 -0
  30. package/svg/Forest/icon.svg +1 -0
  31. package/svg/Forest/index.d.ts +3 -0
  32. package/svg/Forest/index.js +2 -0
  33. package/svg/Forest/index.js.map +1 -0
  34. package/svg/Fuel/icon-fill.svg +1 -0
  35. package/svg/Fuel/icon.svg +1 -0
  36. package/svg/Fuel/index.d.ts +3 -0
  37. package/svg/Fuel/index.js +2 -0
  38. package/svg/Fuel/index.js.map +1 -0
  39. package/svg/Grid/icon-fill.svg +3 -0
  40. package/svg/Grid/icon.svg +3 -0
  41. package/svg/Grid/index.d.ts +3 -0
  42. package/svg/Grid/index.js +2 -0
  43. package/svg/Grid/index.js.map +1 -0
  44. package/svg/Recycling/icon-fill.svg +1 -0
  45. package/svg/Recycling/icon.svg +1 -0
  46. package/svg/Recycling/index.d.ts +3 -0
  47. package/svg/Recycling/index.js +2 -0
  48. package/svg/Recycling/index.js.map +1 -0
  49. package/svg/index.d.ts +4 -0
  50. package/svg/index.js +1 -1
  51. package/svg/index.js.map +1 -1
  52. package/svg/svgIcon.d.ts +4 -0
  53. package/svg/svgIcon.js +1 -1
  54. package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml CHANGED
@@ -636,6 +636,9 @@ Keep:
636
636
  KeepOff:
637
637
  name: keep_off
638
638
  aliases: ["kee_off", "pushpin_off"]
639
+ Grid:
640
+ name: grid
641
+ aliases: ["grid"]
639
642
  AutoDelete:
640
643
  name: auto_delete
641
644
  aliases: ["auto_delete"]
@@ -648,3 +651,15 @@ Restore:
648
651
  name: history
649
652
  aliases: ["restore", "history"]
650
653
  svg_import: "@material-symbols/svg-600/rounded/history.svg"
654
+ Forest:
655
+ name: forest
656
+ aliases: ["forest", "pvroof_block"]
657
+ svg_import: "@material-symbols/svg-600/rounded/forest.svg"
658
+ Fuel:
659
+ name: fuel
660
+ aliases: ["fuel", "pvroof_block"]
661
+ svg_import: "@material-symbols/svg-600/rounded/local_gas_station.svg"
662
+ Recycling:
663
+ name: recycling
664
+ aliases: ["recycling", "pvroof_block"]
665
+ svg_import: "@material-symbols/svg-600/rounded/recycling.svg"