visurel / iconify-angular

Angular implementation of Iconify, strongly inspired from Iconify-React.
19 stars 14 forks source link

size property does not work after update #16

Closed ozgurtunc closed 3 years ago

ozgurtunc commented 3 years ago

v0.0.7 ---> v11.0.0

image

image

<button color="primary" class="mr-0" mat-raised-button type="button" (click)="navigateToNotifications()">
      <span style="font-size: small;">&nbsp;&nbsp;  TÜMÜNÜ GÖRÜNTÜLE </span>
      <ic-icon [icon]="icArrows" class="ltr:-ml-1 rtl:-mr-1 ltr:mr-2 rtl:ml-2" inline="true" size="20px"></ic-icon>
 </button>