This package has been deprecated

Author message:

Please consider migrating to ODX - odx.draeger.com

@uib/icons

3.18.0 • Public • Published

@uib/icons

The official icon library for use in web applications designed in accordance with the Dräger "Usability is Blue" design manual.

NPM

semantic-release

Install

Requires Node version 12.16 or above.

npm install @uib/icons

Use

There are different approaches for using the css styles in your project:

<link> in HTML

Copy the files from node_modules/@uib/icons into your assets folder and use in your index.html:

<!DOCTYPE html>
<html>
  <head>
    <link href="/dist/assets/css/iconfont.css" rel="stylesheet">
  </head>

  <!-- etc. -->
</html>

OR @import in SCSS

Import the iconfont.css file into your styles.scss:

@import 'node_modules/@uib/icons/css/uib-iconfont.css';

Live demo

Please refer to our Live demo, to get an overview of available icons.

Readme

Keywords

Package Sidebar

Install

npm i @uib/icons

Weekly Downloads

448

Version

3.18.0

License

SEE LICENSE IN license.txt

Unpacked Size

2.19 MB

Total Files

11

Last publish

Collaborators

  • ingsoc
  • kevin.wardenga