I am on the current release of AspnetZero, 10.1-rc1 and wanted to ask about .SVG icon files. I think that the solution is using https://github.com/aspnetzero/aspnet-zero-core/tree/dev/angular/src/assets/metronic/vendors, where there is Flaticon--Font containing Flaticon.svg file. In the app--navagation-service.ts i wanted to use a different icon; instead of flaticon-interface-8, which works fine, I would use a different icon.
My question is what do i need todo to be able to use a different Vendors icons. My app is medical and I would like to use medical icons. I saw the #7193 but it seems that you are saying that I need to generate the Angular, then modify the html to use the new icon. I wanted to verify this procedure.
1 Answer(s)
-
0
Hi,
You can first take a look at https://preview.keenthemes.com/metronic/demo1/features/icons/svg.html to see the list of SVG icons you can use.
Yes, you can use approach in https://support.aspnetzero.com/QA/Questions/7193. Please let us know if you face any problems.