is it possible to use all lucide icons via iconNode
prop
#3413
-
the import { Icon } from 'lucide-react';
import { coconut } from '@lucide/lab';
const App = () => (
<Icon iconNode={coconut} />
); is it possible to use other, non-labs lucide icons like this as well? |
Beta Was this translation helpful? Give feedback.
Answered by
karsa-mistmere
Jul 18, 2025
Replies: 1 comment 1 reply
-
Yes, perfectly possible! You can import the icon nodes from our |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stefanprobst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, perfectly possible! You can import the icon nodes from our
lucide
package.