This example shows how to use SVG icons in your app.
Download the SVG iconset / icon (in this case, we're getting the icons from https://materialdesignicons.com/getting-started.
Save it under your assets folder or somewhere else which you can access with.
In your app.module.ts, add th...