Skip to content

Commit 8c58d04

Browse files
luiz-s-vasconcellosanabye
authored andcommitted
refactor(icon): atualiza ícones de ordenação e ações
Atualiza o valor dos tokens: - ICON_SORT - ICON_SORT_ASC - ICON_SORT_DESC Adiciona os tokens: - ICON_ARROW_ARC_LEFT - ICON_PLUS - ICON_PROHIBIT Fixes DTHFUI-12113
1 parent 387817e commit 8c58d04

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export const AnimaliaIconDictionary: { [key: string]: string } = {
187187
ICON_ALIGN_JUSTIFY: 'an an-text-align-justify',
188188
ICON_ALIGN_LEFT: 'an an-text-align-left',
189189
ICON_ALIGN_RIGHT: 'an an-text-align-right',
190+
ICON_ARROW_ARC_LEFT: 'an an-arrow-arc-left',
190191
ICON_ARROW_DOWN: 'an an-caret-down',
191192
ICON_OTHER_ARROW_DOWN: 'an an-arrow-down',
192193
ICON_ARROW_LEFT: 'an an-caret-left',
@@ -226,14 +227,16 @@ export const AnimaliaIconDictionary: { [key: string]: string } = {
226227
ICON_PARAMETERS: 'an an-sliders-horizontal',
227228
ICON_PICTURE: 'an an-image',
228229
ICON_PICTURE_BROKEN: 'an an-image-broken',
230+
ICON_PLUS: 'an an-plus',
231+
ICON_PROHIBIT: 'an an-prohibit',
229232
ICON_PUSH_PIN: 'an an-push-pin',
230233
ICON_PUSH_PIN_SLASH: 'an an-push-pin-slash',
231234
ICON_REFRESH: 'an an-arrow-clockwise',
232235
ICON_SEARCH: 'an an-magnifying-glass',
233236
ICON_SETTINGS: 'an an-gear-six',
234-
ICON_SORT: 'an an-caret-up-down ',
235-
ICON_SORT_ASC: 'an an-caret-up',
236-
ICON_SORT_DESC: 'an an-caret-down',
237+
ICON_SORT: 'an an-arrows-down-up',
238+
ICON_SORT_ASC: 'an an-arrow-up',
239+
ICON_SORT_DESC: 'an an-arrow-down',
237240
ICON_STAR: 'an an-star',
238241
ICON_TELEPHONE: 'an an-phone',
239242
ICON_TEXT_BOLD: 'an an-text-b',

0 commit comments

Comments
 (0)