Migrate icons from classic
If you’re currently using @pluralsight/ps-design-system-icon, we’ve made it easy for you to switch to Pando icons as Pando now has parity. Depending on your needs, you have two options:
(Recommended): If you are planning on using the
@pluralsight/reactpackage at any point in your project, we make icons available through that package to reduce your number of installed dependencies. You can access the icons through the@pluralsight/react@nextpackage by installing@pluralsight/react@nextand accessing the icons through@pluralsight/react/icons.If you are not planning on using the
@pluralsight/reactpackage, you can access the icons through@pluralsight/icons@next.@pluralsight/react@nextexports the same content as@pluralsight/icons@next.
The migration process:
install
@pluralsight/react@nextor@pluralsight/icons@next(see above for guidance on which to use)- replace the existing icons in your projects
- uninstall
@pluralsight/ps-design-system-icon
You can find additional documentation about icon availability in