/** * @zendir/ui - Icons * * The full Lucide icon set (https://lucide.dev), plus six space/mission * status glyphs Lucide doesn't have. Named exports, so bundlers tree-shake * to exactly the icons a consumer actually imports — this barrel re-exporting * everything does not mean everything ships. * * Lucide is ISC-licensed — see the "Third-Party Notices" section in * CONTRIBUTING.md for full attribution. * * @example * ```tsx * import { Search, Settings, SatelliteTransmit } from "@zendir/ui/react/icons"; * * * * ``` */ export * from 'lucide-react'; export * from './custom';