2017-05-04 15:33:51 +03:00
|
|
|
<div class="row">
|
2017-07-17 19:43:25 +03:00
|
|
|
<div class="col-md-12 col-lg-6">
|
2017-09-15 14:05:54 +03:00
|
|
|
<nb-card class="nb-icons">
|
2017-08-01 17:42:21 +03:00
|
|
|
<nb-card-header>
|
2017-08-30 18:39:14 +03:00
|
|
|
Nebular
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-header>
|
|
|
|
|
<nb-card-body>
|
2018-06-19 19:26:56 +03:00
|
|
|
<div class="icon"
|
|
|
|
|
*ngFor="let icon of icons.nebular">
|
|
|
|
|
<i class="{{ icon }}" [nbPopover]="icon"></i>
|
|
|
|
|
</div>
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-body>
|
|
|
|
|
</nb-card>
|
2017-07-17 19:43:25 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
<nb-card>
|
|
|
|
|
<nb-card-header>
|
2017-05-04 15:33:51 +03:00
|
|
|
Font awesome icons
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-header>
|
|
|
|
|
<nb-card-body>
|
2018-06-19 19:26:56 +03:00
|
|
|
<div class="icon"
|
|
|
|
|
*ngFor="let icon of icons.fontAwesome">
|
|
|
|
|
<i class="fa {{ icon }}" [nbPopover]="icon"></i>
|
|
|
|
|
</div>
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-body>
|
|
|
|
|
<nb-card-footer>
|
2017-08-30 18:39:14 +03:00
|
|
|
<a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank">
|
2017-07-17 19:43:25 +03:00
|
|
|
See all Font Awesome icons
|
|
|
|
|
</a>
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-footer>
|
|
|
|
|
</nb-card>
|
2017-05-04 15:33:51 +03:00
|
|
|
</div>
|
2017-08-30 18:39:14 +03:00
|
|
|
|
|
|
|
|
<div class="col-md-12 col-lg-6">
|
|
|
|
|
<nb-card>
|
|
|
|
|
<nb-card-header>
|
|
|
|
|
Ionicons
|
|
|
|
|
</nb-card-header>
|
|
|
|
|
<nb-card-body>
|
2018-06-19 19:26:56 +03:00
|
|
|
<div class="icon" *ngFor="let icon of icons.ionicons">
|
|
|
|
|
<i class="{{ icon }}" [nbPopover]="icon"></i>
|
|
|
|
|
</div>
|
2017-08-30 18:39:14 +03:00
|
|
|
</nb-card-body>
|
|
|
|
|
<nb-card-footer>
|
|
|
|
|
<a href="http://ionicons.com/" target="_blank">See all ionicons icons</a>
|
|
|
|
|
</nb-card-footer>
|
|
|
|
|
</nb-card>
|
|
|
|
|
</div>
|
2017-05-04 15:33:51 +03:00
|
|
|
</div>
|