What blueprint icons are supported in slate? And what is the best way to import any that are missing?

Hi,

I am trying to use a variety of icons on my slate page using the method described in the slate docs. However, I notice that many icons are not supported. Is there a list of what icons are supported, and how can I best import the icons that I need from the comprehensive list here? Thanks!

How you reference Blueprint icons depends on which version of Blueprint you are trying to reference. As of this question, the docs are referencing Blueprint v1, which is why it may seem like the icons from v6 are not working as expected.

When referencing Blueprint icons, follow the instructions specified in the desired Blueprint version for Icon CSS API in order to access the icons for that version of Blueprint.

For example, in Blueprint v6, references would look like:

<span class="bp6-icon-standard bp6-icon-clean"></span>

This makes sense! Just tested on my end to confirm that this worked. Thank you!