Skip to content

Commit

Permalink
fix: kill ec-icon old code
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jun 28, 2019
1 parent ad87fd6 commit 658398d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/lib/icon/icon.component.html
@@ -1,4 +1,3 @@
<!-- <span *ngIf="!icon?.content" class="ec-icon" [ngClass]="icon?.name"><ng-content></ng-content></span> -->
<span *ngIf="icon?.content">{{ icon.content }}</span>
<svg *ngIf="!icon?.content" [id]="icon?.name" class="ixo" viewBox="0 0 24 24">
<path [attr.d]="icon?.path" />
Expand Down

0 comments on commit 658398d

Please sign in to comment.