ionicons icon indicating copy to clipboard operation
ionicons copied to clipboard

bug: ionicons do not copy to www/build/svg with Ionic when using stenciljs

Open modemlooper opened this issue 6 months ago • 4 comments

Current Behavior

Version 8.0.10 does not work, if I downgrade to 7.4.0 the icons are copied.

Expected Behavior

When using ion-icon with stenciljs the icons should behave like they do with version 7+

Steps to Reproduce

Create a stenciljs project and add ionic, add any component that uses ionicons such as ion-icon and the icons are not copied to the build folder. There is only a empty svg folder.

Code Reproduction URL

No response

Additional Information

No response

modemlooper avatar Jul 03 '25 17:07 modemlooper

does this only affect StencilJS projects? I'm experiencing an almost identical issue with multiple Capacitor/Angular projects at the moment.

ZaLiTHkA avatar Jul 11 '25 13:07 ZaLiTHkA

Can you provide a reproduction case?

christian-bromann avatar Jul 11 '25 17:07 christian-bromann

This issue has been labeled as help wanted. This label is added to issues that we believe would be good for contributors.

If you'd like to work on this issue, please comment here letting us know that you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort.

For a guide on how to create a pull request and test this project locally to see your changes, see our contributing documentation.

Thank you!

ionitron-bot[bot] avatar Jul 11 '25 17:07 ionitron-bot[bot]

while trying to replicate this issue in a fresh clone of my project workspace, I noticed that there was a new release of Ionicons... I initially experienced this with 8.0.9, but it looks like 8.0.13 resolves this issue for me.

ZaLiTHkA avatar Jul 14 '25 07:07 ZaLiTHkA