<mat-slider [thumbLabel]="true" color="primary">
Currently, my label displays numbers on the slider but I am looking to customize it with an icon instead. (https://i.sstatic.net/nI80z.png) (https://i.sstatic.net/o9Bch.png) The images provided illustrate the current state and the desired outcome.
I am working with Angular Material components and Angular version 13.
I have tried manipulating the HTML code directly within the Angular component, however, this approach has not yielded any results. I have also researched displayWith and displayLabelAs options, but unfortunately, there is limited documentation available on these functionalities.