Skip to content

Commit

Permalink
Fix primefaces#6464: PrimeIcons v7 constants
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 24, 2024
1 parent d691e82 commit ef252c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lib/api/PrimeIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const PrimeIcons = Object.freeze({
ARROW_CIRCLE_LEFT: 'pi pi-arrow-circle-left',
ARROW_CIRCLE_RIGHT: 'pi pi-arrow-circle-right',
ARROW_CIRCLE_UP: 'pi pi-arrow-circle-up',
ARROW_DOWN_LEFTANDARROW_UP_RIGHT_TO_CENTER: 'pi pi-arrow-down-left-and-arrow-up-right-to-center',
ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: 'pi pi-arrow-down-left-and-arrow-up-right-to-center',
ARROW_DOWN_LEFT: 'pi pi-arrow-down-left',
ARROW_DOWN_RIGHT: 'pi pi-arrow-down-right',
ARROW_DOWN: 'pi pi-arrow-down',
Expand Down
2 changes: 1 addition & 1 deletion public/data/icons.json

Large diffs are not rendered by default.

0 comments on commit ef252c6

Please sign in to comment.