我偶然发现了https://material.io/design/iconography/animated-icons.html,但是我不确定目前是否可以使用动画图标?
现在,我将其显示为:
CSS
&:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
color: $primary-color;
content: 'phone';
}