1.8.8 • Published 16 days ago

@avaya/neo-icons v1.8.8

Weekly downloads
-
License
MIT
Repository
-
Last release
16 days ago

Neo Icon Library

This package contains the complete set of icons associated with Avaya's Neo Design System.

Package managers

To download the Neo Icon Library into your project via Node Package Manager (npm), run the following command:

npm install @avaya/neo-icons.

Add Neo Icons to Your Page

Import the neo-icons CSS stylesheet in the <head> element of your HTML5 document.

<link rel="stylesheet" type="text/css" href="neo-icons.css" />

Then, call the desired icon using the appropriate class name, ex.

<span class="neo-icon-settings" aria-label="DESCRIPTION OF ICON/ACTION"></span>

What's included

The icons are available as a CSS stylesheet, neo-icons.css

In addition, a Javascript file neo-icon-info.js is provided with an array of Objects containing the following properties for each icon

  • icon name
  • whether the icon can be displayed bidrectionally
  • whether the icon can be animated
  • which category the icon belongs to

Finally, a Typescript file neo-icon-types.ts is provided with useful types for using the icon library with Typescript projects

Browser support

Neo is set to support the last 2 versions of each browser, with the exception of IE (only IE11 is supported).

1.8.8

16 days ago

1.8.7

1 month ago

1.8.6

1 month ago

1.8.5-beta0

2 months ago

1.8.5

2 months ago

1.8.2

3 months ago

1.8.4-beta.0

3 months ago

1.8.4

3 months ago

1.8.3

3 months ago

1.8.1

5 months ago

1.8.0

5 months ago

1.7.0

5 months ago

1.2.0

9 months ago

1.1.0

10 months ago

1.6.0

7 months ago

1.5.0

8 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago