diff --git a/assets/menu/menu.json b/assets/menu/menu.json
index 4bd02ce41..a15a73703 100644
--- a/assets/menu/menu.json
+++ b/assets/menu/menu.json
@@ -455,9 +455,18 @@
"to": "/uikit"
},
{
- "name": "PrimeIcons",
+ "name": "Icons",
"icon": "pi pi-eye",
- "to": "/icons"
+ "children": [
+ {
+ "name": "Prime Icons",
+ "to": "/icons"
+ },
+ {
+ "name": "Custom Icons",
+ "to": "/customicons"
+ }
+ ]
},
{
"name": "Templates",
diff --git a/doc/customicons/FontAwesomeDoc.vue b/doc/customicons/FontAwesomeDoc.vue
new file mode 100644
index 000000000..7b1c73bcc
--- /dev/null
+++ b/doc/customicons/FontAwesomeDoc.vue
@@ -0,0 +1,23 @@
+
+ Font Awesome is a popular icon library with a wide range of icons. Any time of image can be used as an icon. Material icons is the official icon library based on Google Material Design. Inline SVGs are embedded inside the dom. CSS file of the icon library needs to be imported in your application. CSS file of the icon library needs to be imported in styles.scss of your application. PrimeVue components can be used with any icon library using the templating features.Custom Icons
+
PrimeIcons - is the default icon library of PrimeVue with over 250 open source icons developed by PrimeTek. + is the default icon library of PrimeVue with over 250 open source icons developed by PrimeTek. PrimeIcons library is optional as PrimeVue components can use any icon with templating.