feat(Icons): add CoreUI Icons set

This commit is contained in:
xidedix
2018-05-24 20:42:20 +02:00
parent 8e93771f15
commit b594d01871
4 changed files with 433 additions and 19 deletions
+6
View File
@@ -40,6 +40,7 @@ import BrandButtons from '@/views/buttons/BrandButtons'
import Flags from '@/views/icons/Flags'
import FontAwesome from '@/views/icons/FontAwesome'
import SimpleLineIcons from '@/views/icons/SimpleLineIcons'
import CoreUIIcons from '@/views/icons/CoreUIIcons'
// Views - Notifications
import Alerts from '@/views/notifications/Alerts'
@@ -223,6 +224,11 @@ export default new Router({
render (c) { return c('router-view') }
},
children: [
{
path: 'coreui-icons',
name: 'CoreUI Icons',
component: CoreUIIcons
},
{
path: 'flags',
name: 'Flags',