Skip to content

Commit b3c7f9a

Browse files
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 fb7a79a commit b3c7f9a

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_ARROW_LEFT: 'an an-caret-left',
192193
ICON_ARROW_RIGHT: 'an an-caret-right',
@@ -223,14 +224,16 @@ export const AnimaliaIconDictionary: { [key: string]: string } = {
223224
ICON_PARAMETERS: 'an an-sliders-horizontal',
224225
ICON_PICTURE: 'an an-image',
225226
ICON_PICTURE_BROKEN: 'an an-image-broken',
227+
ICON_PLUS: 'an an-plus',
228+
ICON_PROHIBIT: 'an an-prohibit',
226229
ICON_PUSH_PIN: 'an an-push-pin',
227230
ICON_PUSH_PIN_SLASH: 'an an-push-pin-slash',
228231
ICON_REFRESH: 'an an-arrow-clockwise',
229232
ICON_SEARCH: 'an an-magnifying-glass',
230233
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',
234+
ICON_SORT: 'an an-arrows-down-up',
235+
ICON_SORT_ASC: 'an an-arrow-up',
236+
ICON_SORT_DESC: 'an an-arrow-down',
234237
ICON_STAR: 'an an-star',
235238
ICON_TELEPHONE: 'an an-phone',
236239
ICON_TEXT_BOLD: 'an an-text-b',

0 commit comments

Comments
 (0)