JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
760 stars 40 forks source link

Use icon keys everywhere #576

Closed rock3r closed 2 months ago

rock3r commented 2 months ago

This PR moves the last usages of the old, deprecated PainterProvider- and String-based Icon APIs to the IconKey-based ones. It then marks the deprecated methods as scheduled for removal before 1.0.

Closes #433