Home > Back-end >  icon not apear like primeng example
icon not apear like primeng example

Time:07-21

why the icon that I implement from primeng not seen like primeng example and not like I need? code:

  <i  style="font-size: 2rem"></i>
        <span ></span>

looks like: mycode

primeng example primeng

what I need mydesire

Thank you

CodePudding user response:

What version of PrimeIcons are you using? Is it before 4.0?.

The icons were updated in version 4.0 and the info-circle icon got a facelift as well, as can be seen here. You can click on the "View at this point in the history" button (second button from the right) to see the icon in each of its iterations, with the top-most showing the icon you're looking for.

The demo probably uses the latest version of the library so you're seeing the updated icon there.

  • Related