Skip to content

siemens/ix-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af51683 Β· Jun 17, 2024
Jun 17, 2024
Jun 17, 2024
Jun 12, 2024
Jun 12, 2024
May 21, 2024
Jun 12, 2024
May 11, 2023
Sep 21, 2022
May 11, 2023
May 21, 2024
Jun 6, 2023
May 11, 2023
Sep 26, 2023
Jun 17, 2024
Sep 20, 2022
Sep 20, 2022
Sep 20, 2022
Sep 20, 2022
May 21, 2024
Sep 20, 2022
Sep 20, 2022
Sep 20, 2022
Sep 29, 2022
Jun 17, 2024
Sep 26, 2023
May 21, 2024
May 21, 2024
Sep 26, 2023

Repository files navigation

iX

Siemens Industrial Experience Icons

License: SEE LICENSE IN <LICENSE.md>

Usage

Using icons within your project. You need to:

  • Install @siemens/ix-icons e.g. npm install --save @siemens/ix-icons
import { defineCustomElements } from '@siemens/ix-icons/loader';

(async () => {
  await defineCustomElements();
})();

Angular / Web Components

<ix-icon name="rocket"></ix-icon>

React and Vue

import { rocket } from '@siemens/ix-icons/icons';

<ix-icon name={rocket}></ix-icon>;

Use ix-icon component with custom svg's

<ix-icon name="/your/asset/path/my-icon.svg"></ix-icon>;

Development

Installation

pnpm install

Build

pnpm build

🀝 Contributing

Contributions, issues and feature requests are welcome!

πŸ“ License

Copyright Β© 2019–2023 Siemens AG.

This project is MIT licensed.