In the latest release of PrimeNG the way sort icons are done has changed. They used to just have an i
tag with CSS classes, which I was able to override in my CSS to use my company's icons:
but now they are using a template with an SVG:
I saw on their release notes how I can override an icon such as a drop-arrow in a menu: https://primeng.org/customicons
But in the case of the p-sorticon there are 3 different icons that could be shown depending on the sort state of the column. So how do I use the new template method for table sort icon replacement? I do not see any documentation.