How can I get Angular Material Icon to show the outline in my Angular app?

后端 未结 5 1275
面向向阳花
面向向阳花 2021-02-19 04:57

I currently have

info

which gives the output of the info icon with the color filled. However, I just want the

5条回答
  •  猫巷女王i
    2021-02-19 05:30

    You may include this |Material+Icons+Outlinedin the url to display material icon in outline.

    Example:

    @import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");
    

    Then in the template file, you can add in material-icons-outlined

    home
    

提交回复
热议问题