Skip to content

Commit 4b96b7c

Browse files
refactor(icon): atualiza ícones de ordenação
1 parent fb7a79a commit 4b96b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/ui/src/lib/components/po-icon/po-icon-dictionary.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ export const AnimaliaIconDictionary: { [key: string]: string } = {
228228
ICON_REFRESH: 'an an-arrow-clockwise',
229229
ICON_SEARCH: 'an an-magnifying-glass',
230230
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',
231+
ICON_SORT: 'an an-arrows-down-up',
232+
ICON_SORT_ASC: 'an an-arrow-up',
233+
ICON_SORT_DESC: 'an an-arrow-down',
234234
ICON_STAR: 'an an-star',
235235
ICON_TELEPHONE: 'an an-phone',
236236
ICON_TEXT_BOLD: 'an an-text-b',

0 commit comments

Comments
 (0)