mat-iconでremove_red_eye outline の出し方
1935 ワード
remove_red_eyeさんの白目の出し方がわからず苦戦しました。
👆こいつです。
ダメなやり方
<mat-icon>remove_red_eye_outline</mat-icon>
このやり方だと出ないみたいです。infoとかは出るんですけどねえ。
他のxxx_outline
で、表示されないやつは同じノリでいけるかもしれません。
出し方
index.html
- <link
- href="https://fonts.googleapis.com/icon?family=Material+Icons"
- rel="stylesheet"
- />
+ <link
+ href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined"
+ rel="stylesheet"
+ />
<mat-icon fontSet="material-icons-outlined">remove_red_eye</mat-icon>
参考
https://material.io/resources/icons/?icon=remove_red_eye&style=outline
https://github.com/angular/components/issues/11544
Author And Source
この問題について(mat-iconでremove_red_eye outline の出し方), 我々は、より多くの情報をここで見つけました https://qiita.com/kozzzz/items/ada340340bca89a25dea著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .