klarsys/angular-material-icons

Option to build with few / without any icons

Open

#68 opened on Oct 11, 2016

View on GitHub
 (0 comments) (1 reaction) (0 assignees)HTML (559 stars) (161 forks)batch import
help wanted

Description

Currently, the library is heavy => more than 200 ko (because it comes with all available icons) whereas you might use only few of them.

What about an option to build (bower) the library :

  • either without any icon, the developper being responsible to declare the icons he wants with ngMdIconServiceProvider.addShapes
  • or with the expected icons only.

Contributor guide