lucide icon indicating copy to clipboard operation
lucide copied to clipboard

Please export Icon, IconNode and LucideProps

Open vincehi opened this issue 3 weeks ago • 0 comments

Package

  • [ ] lucide
  • [ ] lucide-angular
  • [ ] lucide-flutter
  • [ ] lucide-preact
  • [ ] lucide-react
  • [ ] lucide-react-native
  • [x] 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.

Image

Checklist

  • [x] I have searched the existing issues to make sure this bug has not already been reported.

vincehi avatar Jan 30 '25 16:01 vincehi