feat: add Font Awesome brand icons view

This commit is contained in:
woothu
2019-06-14 11:45:48 +02:00
parent 066f41d5ff
commit 772a0502b8
3 changed files with 53 additions and 3 deletions
+7 -2
View File
@@ -157,12 +157,12 @@ export default {
icon: 'cui-pie-chart'
},
{
name: 'CoreUI Icons',
name: 'Icons',
url: '/icons',
icon: 'cui-star',
children: [
{
name: 'Icons library',
name: 'CoreUI Icons',
url: '/icons/coreui-icons',
icon: 'cui-star',
badge: {
@@ -170,6 +170,11 @@ export default {
text: 'NEW'
}
},
{
name: 'Brands',
url: '/icons/brands',
icon: 'cui-star'
},
{
name: 'Flags',
url: '/icons/flags',