Please how can I change the icons in these 2 tools?
P-calendar, Datepicker
<label fxFlex="20" class="date-picker_format">
<p-calendar [(ngModel)]="value" [showIcon]="true"></p-calendar>
</label>
Md-select
<md-select fxFlex="20" class="input_select"
[ngModelOptions]="{standalone: true}"
[(ngModel)]="timeSelected">
<md-option *ngFor="let timeSel of time" [value]="timeSel">{{timeSel.value}}</md-option>
</md-select>