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

后端 未结 5 1224
面向向阳花
面向向阳花 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条回答
  •  臣服心动
    2021-02-19 05:46

    I was unsatisfied that until know Google hasn't yet released their new designs as font or svg icon set. Therefore I put together a small npm package to solve the problem.

    https://www.npmjs.com/package/ts-material-icons-svg

    Simply import the icons you wanna use and add them to your registry. Short tutorial is in the Readme.

    Cheers Marco

提交回复
热议问题