Я пытаюсь удалить текущий значок, такой как редактировать и отметить, который отображается в процессе
<mat-horizontal-stepper style="height: 80px">
<mat-step label="Take Survey" state="assignment">
</mat-step>
<mat-step label="See Content" state="play_circle_filled">
</mat-step>
<mat-step label="Take Survey" state="assignment">
</mat-step>
<mat-step label="Give Reactions" state="play_circle_filled">
</mat-step>
<mat-step label="Get Rewards" state="card_giftcard">
</mat-step>
<ng-template matStepperIcon="assignment">
<mat-icon>assignment</mat-icon>
</ng-template>
<ng-template matStepperIcon="play_circle_filled">
<mat-icon>play_circle_filled</mat-icon>
</ng-template>
<ng-template matStepperIcon="assignment">
<mat-icon>assignment</mat-icon>
</ng-template>
<ng-template matStepperIcon="play_circle_filled">
<mat-icon>play_circle_filled</mat-icon>
</ng-template>
<ng-template matStepperIcon="card_giftcard">
<mat-icon>card_giftcard</mat-icon>
</ng-template>
</mat-horizontal-stepper>
----------------------------------------------- -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- ------- помогите введите описание изображения здесь