How can I install HeroIcons

Hey,

can anyone tell me how to install Heroicons(https://heroicons.com) with RedwoodJS. I do not find any solutions for that.

Thanks,

AnonIT

just run yarn workspace web add @heroicons/react@latest in the root folder and then use them by importing what icons you need from @heroicons/react/outline or @heroicons/react/solid

1 Like

Thanks :smile: