Icon: Replace font awesome icons where possible (#28757)

* Replace font awesome icons where possible

* Implement small updates
This commit is contained in:
Ivana Huckova
2020-11-04 13:34:40 +01:00
committed by GitHub
parent 45a34a30b2
commit 0f7a470138
21 changed files with 37 additions and 55 deletions

View File

@@ -24,7 +24,7 @@ export function createNavModel(title: string, ...tabs: string[]): NavModel {
const node: NavModelItem = {
id: title,
text: title,
icon: 'fa fa-fw fa-warning',
icon: 'exclamation-triangle',
subTitle: 'subTitle',
url: title,
children: [],