ceri-comps / ceri-icon

webpack based - load only what you need - svg inline icons
30 stars 2 forks source link

A way to import all icons / Masks support #6

Open nikolay-borzov opened 7 years ago

nikolay-borzov commented 7 years ago

It would be great to be able to import all icons or icons which names match the specified mask.

plugins: [
  // import all
  new CeriIcons()
],
plugins: [
  // import only material design icons
  new CeriIcons(['mdi-*'])
],