siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
197 stars 65 forks source link

Installing "@siemens/ix-angular": "^1.6.3" changes icons #830

Closed SusiHorter closed 11 months ago

SusiHorter commented 11 months ago

What happened?

After npm i @siemens/ix-angular@1.6.3 every icon in my application looks different.

before: image

after: image

Unfortunately it's no solution to update to iX v2 in our project at the moment.

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

v1.6.3

Code to produce this issue.

<ix-button
   ghost
   color="color-primary"
   id="btn-list-configuration"
   (click)="OpenSettingsDialog($event)"
>
   <ix-icon name="configuration"></ix-icon>Settings
</ix-button>
SusiHorter commented 11 months ago

Dublicates https://github.com/siemens/ix/issues/768