{"id":26870808,"url":"https://github.com/siemens/ix-icons","last_synced_at":"2026-02-03T16:13:23.216Z","repository":{"id":59760447,"uuid":"538633364","full_name":"siemens/ix-icons","owner":"siemens","description":"Icon library for @siemens/ix","archived":false,"fork":false,"pushed_at":"2025-03-25T10:35:04.000Z","size":12282,"stargazers_count":33,"open_issues_count":5,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-30T12:34:01.298Z","etag":null,"topics":["font","icon-font","icons","iconset","svg-icons"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siemens.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-19T18:04:02.000Z","updated_at":"2025-03-26T01:43:27.000Z","dependencies_parsed_at":"2023-09-27T14:42:29.098Z","dependency_job_id":"f4c15600-83c7-45f2-a5e6-28980779d069","html_url":"https://github.com/siemens/ix-icons","commit_stats":{"total_commits":106,"total_committers":7,"mean_commits":"15.142857142857142","dds":0.5188679245283019,"last_synced_commit":"af51683ac3aa748452f01e94f3d836f1e72ab7f2"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siemens%2Fix-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siemens%2Fix-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siemens%2Fix-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siemens%2Fix-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siemens","download_url":"https://codeload.github.com/siemens/ix-icons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615377,"owners_count":20967184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["font","icon-font","icons","iconset","svg-icons"],"created_at":"2025-03-31T07:17:15.368Z","updated_at":"2026-02-03T16:13:23.183Z","avatar_url":"https://github.com/siemens.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2022 Siemens AG\n\nSPDX-License-Identifier: MIT\n--\u003e\n\n![iX](./logo.svg)\n\n\u003e Siemens Industrial Experience Icons\n\n[![License: SEE LICENSE IN \u003cLICENSE.md\u003e](https://img.shields.io/badge/License-SEE%20LICENSE%20IN%20LICENSE.md-yellow.svg)](./LICENSE.md)\n\n## Usage\n\n### Setting up with Siemens Industrial Experience design system\n\nIf you are also using the library [Siemens Industrial Experience](https://github.com/siemens/ix/), no additional project setup will be necessary. The packages `@siemens/ix-angular`, `@siemens/ix-react` or `@siemens/ix-vue` will take care of setting up the icon library for you.\n\n### Setting up without Siemens Industrial Experience design system\n\nIf you want to use `@siemens/ix-icons` without `@siemens/ix` you need to follow these steps:\n\n#### Using CDN\n\nPlace the following `\u003cscript\u003e` near the end of your page, right before the closing \u003c/body\u003e tag.\n\n```html\n\u003cscript type=\"module\" src=\"https://cdn.jsdelivr.net/npm/@siemens/ix-icons@%5E3.0.0/dist/ix-icons/ix-icons.esm.js\"\u003e\u003c/script\u003e\n\u003cscript nomodule src=\"https://cdn.jsdelivr.net/npm/@siemens/ix-icons@%5E3.0.0/dist/ix-icons/ix-icons.js\"\u003e\u003c/script\u003e\n```\n\nNow you can render icons in your applicaton:\n\n```html\n\u003cix-icon name=\"star\"\u003e\u003c/ix-icon\u003e\n```\n\n### Using a package manager like `npm`/`pnpm`/`yarn`\n\nFirst install the package `@siemens/ix-icons@latest` in your project (e.g. `npm install --save @siemens/ix-icons`).\n\nThen load the icon component:\n\n```javascript\nimport { defineCustomElements } from '@siemens/ix-icons/loader';\n\n// Register Web Component \u003cix-icon\u003e\u003c/ix-icon\u003e\ndefineCustomElements();\n```\n\n### Prepare your project\n\n1. **Copy SVG Files:**\n   Copy all SVG files located under `node_modules/@siemens/ix-icons/svg` to an asset folder in your project. This allows the `ix-icon` component to fetch the images.\n\n2. **Alternative Method:**\n   Alternatively, you can use the `addIcons` function to load specific icons directly in your code. For example:\n\n   ```javascript\n   import { addIcons } from '@siemens/ix-icons';\n   import { iconStar } from '@siemens/ix-icons/icons';\n\n   addIcons({ iconStar });\n   ```\n\n   ```html\n   \u003cix-icon name=\"star\"\u003e\u003c/ix-icon\u003e\n   ```\n\n   You only need to add the same icon once. Additional calls to `addIcons` will not add redundant copies of the same icons to the collection.\n\n### Use the `ix-icon` component with custom SVG's\n\n```tsx\n\u003cix-icon name=\"/your/asset/path/my-icon.svg\"\u003e\u003c/ix-icon\u003e\n```\n\n## Development\n\n### Installation\n\n```sh\npnpm install\n```\n\n### Build\n\n```sh\npnpm build\n```\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\n## 📝 License\n\nCopyright © 2019–2025 [Siemens AG](https://www.siemens.com/).\n\nThis project is MIT licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiemens%2Fix-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiemens%2Fix-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiemens%2Fix-icons/lists"}