diff --git a/projects/ui/src/lib/components/po-icon/po-icon-dictionary.ts b/projects/ui/src/lib/components/po-icon/po-icon-dictionary.ts index 3eb5e7b73..f5e103618 100644 --- a/projects/ui/src/lib/components/po-icon/po-icon-dictionary.ts +++ b/projects/ui/src/lib/components/po-icon/po-icon-dictionary.ts @@ -189,9 +189,11 @@ export const AnimaliaIconDictionary: { [key: string]: string } = { ICON_ALIGN_RIGHT: 'an an-text-align-right', ICON_ARROW_ARC_LEFT: 'an an-arrow-arc-left', ICON_ARROW_DOWN: 'an an-caret-down', + ICON_OTHER_ARROW_DOWN: 'an an-arrow-down', ICON_ARROW_LEFT: 'an an-caret-left', ICON_ARROW_RIGHT: 'an an-caret-right', ICON_ARROW_UP: 'an an-caret-up', + ICON_OTHER_ARROW_UP: 'an an-arrow-up', ICON_CALENDAR: 'an an-calendar-blank', ICON_CLEAR_CONTENT: 'an an-x-circle', ICON_CLOCK: 'an an-clock', @@ -205,6 +207,7 @@ export const AnimaliaIconDictionary: { [key: string]: string } = { ICON_EYE: 'an an-eye', ICON_EYE_OFF: 'an an-eye-closed', ICON_FILTER: 'an an-funnel', + ICON_FUNNEL: 'an an-funnel-simple', ICON_HELP: 'an an-question', ICON_INFO: 'an an-info', ICON_LAST_PAGE: 'an an-caret-double-right', diff --git a/projects/ui/src/lib/components/po-icon/po-icon.component.html b/projects/ui/src/lib/components/po-icon/po-icon.component.html index b73f048dc..085f16067 100644 --- a/projects/ui/src/lib/components/po-icon/po-icon.component.html +++ b/projects/ui/src/lib/components/po-icon/po-icon.component.html @@ -1,5 +1,5 @@ @if (class) { -