DEV Community

Discussion on: Angular: Using custom made SVG icons through Angular Material

Collapse
 
elasticrash profile image
Stefanos Kouroupis

well first of all the icons by default are supposed to be located under assets, except if you have a custom configuration under angular.json, which defines your assets under a different folder.

the assets (icons in this place need to be referenced from the place they are being accessed)