I'm trying to use Outlined material icons in my app. I can't seem to properly import them. I can only use the noramal filled icons. I want to be able to use outlined icons like this example.
In the example I can use the done_outline
Icon. How did they import all of the icons?
In my app I installed npm install material-design-icons
and I have imported MatIconModule
in my app.module.ts
but I still can't use any outline icons.