https://github.com/microfocus/ias-icons
OpenText IAM (Identity and Access) UX standard icons.
https://github.com/microfocus/ias-icons
Last synced: about 1 month ago
JSON representation
OpenText IAM (Identity and Access) UX standard icons.
- Host: GitHub
- URL: https://github.com/microfocus/ias-icons
- Owner: MicroFocus
- License: mit
- Created: 2017-08-09T15:43:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T20:40:25.000Z (about 1 year ago)
- Last Synced: 2025-05-20T01:42:56.728Z (11 months ago)
- Language: SCSS
- Homepage:
- Size: 25.6 MB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micro Focus ias-icons
This project is the icon font for CyberRes Identity and Access products,
which contains an official icon font for web applications built by Micro Focus Identity and
Access Management Group. The icon font helps provide a consistent icon look and feel
throughout these applications.
### Helpful Links
- [Documentation Site](https://microfocus.github.io/ias-icons)
### Usage
Install the package using npm:
```
$ npm install @microfocus/ias-icons
```
If you are building a project with Angular, you can add the following to your angular.json file:
```
"styles": [
"node_modules/@microfocus/ias-icons/dist/ias-icons/ias-icons.css",
"src/styles.scss"
],
```
If you want to manually integrate the ias-icons, download this tar file that includes all the files you'll need:
```
https://registry.npmjs.org/@microfocus/ias-icons/-/ias-icons-1.1.24.tgz
Note: ...ias-icons-1.1.24 number at the end of this url should match the latest release number.
1. Enter above url to latest release into your browser address field. This will download the distribution files.
2. Unpack the tgz file which will show a package folder containing all files.
3. Open "Dist" folder. It includes a Font folder and ias-icons.css file.
4. Copy all the files inside the Font folder to the Font folder in your project.
5. Copy the ias-icons.css file to the same place it exists in your project. This should overwrite the existing ias-icons.css file.
6. Edit the ias-icons.css file to make sure the font urls point to where your Font folders exists.
```
The icons can be referenced by class name, as shown in the following example:
```
```
All svg files are copyrighted to Lynn Christensen and Microfocus.
Copyright 2008-2023 Lynn Christensen and Microfocus. All rights reserved.