/mdicons

💎 A clear, functional and easy to use picker of Material Design icons with fast search engine.

Primary LanguageVueMIT LicenseMIT

💎 MDIcons

GitHub release (latest by date) GitHub issues GitHub license

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.

🚀 Demo link

🚀 Main functionalities

  • 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)

💻 Project setup

👉 Clone repo and install dependencies

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

👉 Compiles and hot-reloads for development

npm run serve

👉 Compiles and minifies for production

npm run build

Fetch icons list

node scripts/fetchIcons.js

...then commit changes into your repository.

📝 License

Check LICENSE file for more informations.