Open
Description
Package
- lucide
- lucide-angular
- lucide-flutter
- lucide-preact
- lucide-react
- lucide-react-native
- lucide-solid
- lucide-svelte
- lucide-vue
- lucide-vue-next
- Figma plugin
- all JS packages
- site
Description
Please, can you add an export for the utilities in the package.json. I would need those if without going through the barrel file and having the requests eplosed?
import { Icon } from "lucide-solid";
import type { IconNode, LucideProps } from "lucide-solid";
Use cases
To be able to include my own icons with the lucide-solide utilities. It works, but I just go through your barrel file and it's horribly cumbersome.
Checklist
- I have searched the existing issues to make sure this bug has not already been reported.