DEV Community

kreuzerk
kreuzerk

Posted on • Originally published at Medium on

How to create an icon library in Angular

The ultimate guide to create your own flexible and tree-shakable SVG icon library

Nearly every SPA uses icons. Usually, we use icons delivered by our UI framework, such as Material, or we take icons from a dedicated icon library like font-awesome.

But, in some cases, the icons need to match our brand. Therefore, the day may come where a designer or a product owner asks you to provide a custom icon library.

Find out how to implement a SVG icon library in a tree shakable manner with Angular

Top comments (0)