refactor: remove external icon libraries

This commit is contained in:
woothu
2019-06-14 11:06:46 +02:00
parent 501ed1a956
commit 906345d15b
12 changed files with 245 additions and 4963 deletions
+2 -16
View File
@@ -157,12 +157,12 @@ export default {
icon: 'cui-pie-chart'
},
{
name: 'Icons',
name: 'CoreUI Icons',
url: '/icons',
icon: 'cui-star',
children: [
{
name: 'CoreUI Icons',
name: 'Icons library',
url: '/icons/coreui-icons',
icon: 'cui-star',
badge: {
@@ -174,20 +174,6 @@ export default {
name: 'Flags',
url: '/icons/flags',
icon: 'cui-star'
},
{
name: 'Font Awesome',
url: '/icons/font-awesome',
icon: 'cui-star',
badge: {
variant: 'secondary',
text: '4.7'
}
},
{
name: 'Simple Line Icons',
url: '/icons/simple-line-icons',
icon: 'cui-star'
}
]
},