@indice/ng-components 0.2.167-beta.15 → 0.2.167-beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -292,7 +292,8 @@ Icons.SortDesc = 'ms-Icon ms-Icon--Descending';
292
292
  Icons.Details = ' ms-Icon ms-Icon--AccountActivity';
293
293
  Icons.Messages = ' ms-Icon ms-Icon--Message';
294
294
  Icons.MessagesUnread = ' ms-Icon ms-Icon--MessageFill';
295
- Icons.External = ' ms-Icon ms-Icon--FileSymlink';
295
+ Icons.External = ' ms-Icon ms-Icon--FileSymlink';
296
+ Icons.Statistics = ' ms-Icon ms-Icon--BIDashboard';
296
297
 
297
298
  class NavLink {
298
299
  constructor(text, path, exact = false, external = false, icon, data) {