We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7a79a commit 4b96b7cCopy full SHA for 4b96b7c
projects/ui/src/lib/components/po-icon/po-icon-dictionary.ts
@@ -228,9 +228,9 @@ export const AnimaliaIconDictionary: { [key: string]: string } = {
228
ICON_REFRESH: 'an an-arrow-clockwise',
229
ICON_SEARCH: 'an an-magnifying-glass',
230
ICON_SETTINGS: 'an an-gear-six',
231
- ICON_SORT: 'an an-caret-up-down ',
232
- ICON_SORT_ASC: 'an an-caret-up',
233
- ICON_SORT_DESC: 'an an-caret-down',
+ ICON_SORT: 'an an-arrows-down-up',
+ ICON_SORT_ASC: 'an an-arrow-up',
+ ICON_SORT_DESC: 'an an-arrow-down',
234
ICON_STAR: 'an an-star',
235
ICON_TELEPHONE: 'an an-phone',
236
ICON_TEXT_BOLD: 'an an-text-b',
0 commit comments