1.0.17 • Published 4 years ago

@jalbr74/ias-icons v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Micro Focus ias-icons

This project is the icon font for Micro Focus 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

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"
],

The icons can now be referenced by class name, as shown in the following example:

<i class="ias-icon ias-icon-down_thin"></i>
1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago