Clear, functional and easy to use picker of Material Design icons with fast search engine. Includes preview of the icon with the possibility of changing its color and preview of the code used to import the selected icon.
- Search engine
- Preview of selected icon
- Informations about icon version, author and codepoint
- Code used to import the selected icon
- Randomizing icon (works after clicking the slash and selecting "Random icon" in the menu)
- Lazy loading on scroll (works, but I am working on improving this feature)
If you want to run project, just clone this repository and run serve command.
git clone https://github.com/kstawinski/mdicons.git
cd mdicons
npm install
npm run serve
npm run build
node scripts/fetchIcons.js
...then commit changes into your repository.
Check LICENSE file for more informations.