Icon
How to use icon in your application using Lucide Icons.
VitNode uses Lucide Icons and Emoji as icons.
Usage
To use Lucide Icons, we're really recommend you to use JSX from lucide-react
. It's the best way to use them.
Dynamic Icon
You can use dynamic icons with JSX too. Use this component if you want to download the icons from "text".
Only for Server-Side
This component requires Server Side Rendering (SSR). It won't work on client side.
Dynamic Icon on Client Side
We also allow to using dynamic icon on client side.
Avoid this component
Please avoid using this component. It's not recommended. Use this only if you really (REALLY!!!) need it.
This component will download all icons from Lucide Icons to client.