Austin Andrews
Austin Andrews
https://material.io/icons/#ic_date_range The icon needs to move 1px up. Originally reported [here](https://github.com/Templarian/MaterialDesign/issues/1830) by @MrGrigri
New Website
Note a website is being worked on by the core team and will be open sourced after the release. More details will follow shortly. Q. Will it be faster? A....
It may be useful for some people to have the ability to offset when stacking icons. ```jsx ``` I don't have a use for this, but we've told users to...
The component is feature complete, so now to focus on code quality. There are quite a few unit tests already, but there could always be more. - [ ] Negative...
Seeing as we don't really have to support CommonJS, we might as well just provide ES6 transpiled code for react developers with a `module: ""` property. I wonder if there...
It looks like with a few small tweaks a react native package should be possible. - Take https://github.com/Templarian/MaterialDesign-React - With this: https://www.npmjs.com/package/react-native-svg - Regex it into a working component -...
### Expected Behaviour  ### Actual Behaviour | `ctx.imageSmoothingEnabled = true;` | `ctx.imageSmoothingEnabled = false;` | | ----- | ------ | |  |  | ### Steps To Reproduce...
## Proposed Changes Partially fixes Windows, but the dev.pictogrammers.com doesn't work. Not sure why the host doesn't resolve? The mkcert requires admin to actually work. ## Types of Changes What...
Right now all the icons are renamed and prefixed with the codepoint. This is part of how the `webfont` package expects thing. We need to either rename them after generation/failure...
https://github.com/Templarian/MaterialDesign-Webfont/pull/56