From a6413423ae4dd5cce8d2da2841289de697176cf5 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 9 May 2024 15:20:06 +0300 Subject: [PATCH] Refactor #5713 --- components/lib/api/PrimeIcons.js | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/components/lib/api/PrimeIcons.js b/components/lib/api/PrimeIcons.js index 118cbab4a..c3476b45b 100644 --- a/components/lib/api/PrimeIcons.js +++ b/components/lib/api/PrimeIcons.js @@ -1,4 +1,5 @@ const PrimeIcons = { + ADDRESS_BOOK: 'pi pi-address-book', ALIGN_CENTER: 'pi pi-align-center', ALIGN_JUSTIFY: 'pi pi-align-justify', ALIGN_LEFT: 'pi pi-align-left', @@ -20,6 +21,7 @@ const PrimeIcons = { ARROW_CIRCLE_UP: 'pi pi-arrow-circle-up', ARROW_DOWN: 'pi pi-arrow-down', ARROW_DOWN_LEFT: 'pi pi-arrow-down-left', + ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: 'pi pi-arrow-down-left-and-arrow-up-right-to-center', ARROW_DOWN_RIGHT: 'pi pi-arrow-down-right', ARROW_LEFT: 'pi pi-arrow-left', ARROW_RIGHT: 'pi pi-arrow-right', @@ -27,14 +29,18 @@ const PrimeIcons = { ARROW_UP: 'pi pi-arrow-up', ARROW_UP_LEFT: 'pi pi-arrow-up-left', ARROW_UP_RIGHT: 'pi pi-arrow-up-right', - ARROW_H: 'pi pi-arrows-h', - ARROW_V: 'pi pi-arrows-v', - ARROW_A: 'pi pi-arrows-alt', + ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: 'pi pi-arrow-up-right-and-arrow-down-left-from-center', + ARROWS_ALT: 'pi pi-arrows-alt', + ARROWS_H: 'pi pi-arrows-h', + ARROWS_V: 'pi pi-arrows-v', + ASTERISK: 'pi pi-asterisk', AT: 'pi pi-at', BACKWARD: 'pi pi-backward', BAN: 'pi pi-ban', + BARCODE: 'pi pi-barcode', BARS: 'pi pi-bars', BELL: 'pi pi-bell', + BELL_SLASH: 'pi pi-bell-slash', BITCOIN: 'pi pi-bitcoin', BOLT: 'pi pi-bolt', BOOK: 'pi pi-book', @@ -43,21 +49,27 @@ const PrimeIcons = { BOX: 'pi pi-box', BRIEFCASE: 'pi pi-briefcase', BUILDING: 'pi pi-building', + BUILDING_COLUMNS: 'pi pi-building-columns', + BULLSEYE: 'pi pi-bullseye', + CALCULATOR: 'pi pi-calculator', CALENDAR: 'pi pi-calendar', + CALENDAR_CLOCK: 'pi pi-calendar-clock', CALENDAR_MINUS: 'pi pi-calendar-minus', CALENDAR_PLUS: 'pi pi-calendar-plus', CALENDAR_TIMES: 'pi pi-calendar-times', - CALCULATOR: 'pi pi-calculator', CAMERA: 'pi pi-camera', CAR: 'pi pi-car', CARET_DOWN: 'pi pi-caret-down', CARET_LEFT: 'pi pi-caret-left', CARET_RIGHT: 'pi pi-caret-right', CARET_UP: 'pi pi-caret-up', + CART_ARROW_DOWN: 'pi pi-cart-arrow-down', + CART_MINUS: 'pi pi-cart-minus', CART_PLUS: 'pi pi-cart-plus', CHART_BAR: 'pi pi-chart-bar', CHART_LINE: 'pi pi-chart-line', CHART_PIE: 'pi pi-chart-pie', + CHART_SCATTER: 'pi pi-chart-scatter', CHECK: 'pi pi-check', CHECK_CIRCLE: 'pi pi-check-circle', CHECK_SQUARE: 'pi pi-check-square', @@ -71,6 +83,7 @@ const PrimeIcons = { CHEVRON_UP: 'pi pi-chevron-up', CIRCLE: 'pi pi-circle', CIRCLE_FILL: 'pi pi-circle-fill', + CLIPBOARD: 'pi pi-clipboard', CLOCK: 'pi pi-clock', CLONE: 'pi pi-clone', CLOUD: 'pi pi-cloud', @@ -83,8 +96,9 @@ const PrimeIcons = { COMPASS: 'pi pi-compass', COPY: 'pi pi-copy', CREDIT_CARD: 'pi pi-credit-card', + CROWN: 'pi pi-clipboard', DATABASE: 'pi pi-database', - DELETELEFT: 'pi pi-delete-left', + DELETE_LEFT: 'pi pi-delete-left', DESKTOP: 'pi pi-desktop', DIRECTIONS: 'pi pi-directions', DIRECTIONS_ALT: 'pi pi-directions-alt', @@ -95,17 +109,23 @@ const PrimeIcons = { ELLIPSIS_H: 'pi pi-ellipsis-h', ELLIPSIS_V: 'pi pi-ellipsis-v', ENVELOPE: 'pi pi-envelope', + EQUALS: 'pi pi-equals', ERASER: 'pi pi-eraser', + ETHEREUM: 'pi pi-ethereum', EURO: 'pi pi-euro', EXCLAMATION_CIRCLE: 'pi pi-exclamation-circle', EXCLAMATION_TRIANGLE: 'pi pi-exclamation-triangle', + EXPAND: 'pi pi-expand', EXTERNAL_LINK: 'pi pi-external-link', EYE: 'pi pi-eye', EYE_SLASH: 'pi pi-eye-slash', + FACE_SMILE: 'pi pi-face-smile', FACEBOOK: 'pi pi-facebook', FAST_BACKWARD: 'pi pi-fast-backward', FAST_FORWARD: 'pi pi-fast-forward', FILE: 'pi pi-file', + FILE_ARROW_UP: 'pi pi-file-arrow-up', + FILE_CHECK: 'pi pi-file-check', FILE_EDIT: 'pi pi-file-edit', FILE_EXCEL: 'pi pi-file-excel', FILE_EXPORT: 'pi pi-file-export',