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

Offer an easy way to integrate a second icon font or own icon set #322

Closed silviowolf closed 1 year ago

silviowolf commented 1 year ago

Suggestion / feature request

Some applications need very app specific icons which will never be integrated into the ix icon font. There should be an easy way to integrate an own set of icons e.g. as second icon font without running into naming conflicts.

nuke-ellington commented 1 year ago
  1. Clone @siemens/ix-icons (https://github.com/siemens/ix-icons)
  2. Remove all SVGs in the svg/ folder and replace with your own
  3. Run yarn install && yarn build
  4. Copy the dist folder into your project’s assets folder
  5. Import assets/dist/css/ix-icons.css in you stylesheet
danielleroux commented 1 year ago

Please do not forget to rename it to another project name and css output name.