mdi-react
mdi-react copied to clipboard
Material Design Icons for React/Preact packaged as single components
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/levrik/mdi-react). ## Config Migration Needed - [ ]...
Please see this error here: https://bundlephobia.com/result?p=mdi-react "We could not guess a valid entry point for this package. Perhaps the author hasn't specified one in its package.json?" Could you please add...
Hi, I can see that the package contains a js file for each Icon with a default export, which seems very clear. Is it feasible to add an exports field...
I think it would improve developer experience if there was an index file where each icon was exported, as opposed to all default exports. At least for VSCode, I can...
This is how `HelpOutlineIcon` looks in `mdi-react` before v7.5.0:  And this is how `HelpOutlineIcon` looks in `mdi-react` v7.5.0:  `HelpOutlineIcon` in `mdi-react` v7.5.0 looks exact like `HandshakeOutlineIcon`
Following [this](https://stackoverflow.com/questions/64502869/how-can-i-prevent-svg-elements-from-resizing-in-the-browser?noredirect=1#comment114055556_64502869) question on StackOverflow, I found an error that should be fixed. The line [here](https://github.com/levrik/mdi-react/blob/e4943f0a60a05247eb172125bf7d3d6c4395af28/scripts/generate-react.js#L9) should change from : ```html ``` to ```html ``` Perhaps even add `maxWidth: size`...
Hey! I love your library! It would be amazing if other than `mdi-react` and `mdi-preact` there was a third option, `mdi-react-native`. The differences would be tiny: - do not apply...
This is an incomplete pull request that solves #71 The TypeScript typings are all wrong as I don't know TS and didn't want to spend tons of time on making...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...