docs(react-native): fix generic icon import (#1813)

authored by Gustavo Bonfim and committed by GitHub 042393a9 55163500

Changed files
+1 -1
docs
guide
+1 -1
docs/guide/packages/lucide-react-native.md
··· 72 72 ### Icon Component Example 73 73 74 74 ```jsx 75 - import { icons } from 'lucide-react'; 75 + import { icons } from 'lucide-react-native'; 76 76 77 77 const Icon = ({ name, color, size }) => { 78 78 const LucideIcon = icons[name];