Strapi Icons Visual List for Plugin Development

Hi everyone,

I’m developing a plugin for Strapi. I would like to use one of Strapi’s provided icons for the navigation menu. I’ve found all of Strapi’s icons in node_modules/@strapi/icons/ but they are all javascript files. Is there a place where all of these icons are listed visually so that I can see what they look like?

Sincerely,
Eli

1 Like

Hey there!
I had to dig a bit into the design system, that finaly led me to their Storybook. Here’s what you are looking for: Design System / Components / Theme - icons ⋅ Storybook

Enjoy!

4 Likes

Yes! Thank you! I was clearly less skilled at deep diving than you.

Thanks for sharing @malavigne

This is not working correctly, so for me the better solution was this:
https://strapi-icons-list-viewer.vercel.app/ ,
the public code is here: https://github.com/andresmv94/strapi-icons-list-viewer

3 Likes

The Strapi storyBook is not working correctly for me, so in this project: https://github.com/andresmv94/strapi-icons-list-viewer, published here https://strapi-icons-list-viewer.vercel.app/, we can see the strapi icons list.

4 Likes