Erik André Jakobsen

Results 3 comments of Erik André Jakobsen

The GitHub icon is defined [here](https://github.com/feathericons/react-feather/blob/master/src/icons/github.js). Note the casing, with a capital H.

I disagree with this suggestion. Renaming imports is trivial and more flexible than introducing some arbitrary prefix that would be a breaking change. Assuming you're using Typescript/Javascript, a suggestion for...

Another way you could do it is to import as ```ts import * as Lucide from "lucide-react"; ``` and then render components as ``` ``` I think namespacing imports properly...