Skip to content

πŸ’Ž A clear, functional and easy to use picker of Material Design icons with fast search engine.

License

Notifications You must be signed in to change notification settings

kstawinski/mdicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’Ž 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.