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/react
package 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@next
package by installing@pluralsight/react@next
and accessing the icons through@pluralsight/react/icons
.If you are not planning on using the
@pluralsight/react
package, you can access the icons through@pluralsight/icons@next
.@pluralsight/react@next
exports the same content as@pluralsight/icons@next
.
The migration process:
install
@pluralsight/react@next
or@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