@clarabridge/unified-icons

Clarabridge Icons Library

Usage no npm install needed!

<script type="module">
  import clarabridgeUnifiedIcons from 'https://cdn.skypack.dev/@clarabridge/unified-icons';
</script>

README

Clarabridge unified Icons

npm (scoped)

Clarabridge UI is a set of UI components that implement our unified design.

Preview: https://clarabridgeinc.github.io/unified-icons/

Installation

Clarabridge Icons can be installed as an npm package:

$ npm i @clarabridge/unified-icons

Basic usage

import '@clarabridge/unified-icons';
<span class="en-icon en-icon-alarm" aria-hidden="true" />

Preview icons

  • Clone the repository (or pull the latest version)
  • Install dependencies using $ npm install
  • Build files using $ npm run build
  • Open index.html in your browser

Contributing

  1. Add your icons using a feature branch
  2. Run npm run build to compress and build the font
  3. Make a PR for your commit
  4. Get a coffee and wait for reviews

How to make a release

  1. Make a release with release-major, release-minor, release-patch.

This will update version numbers, create a Github release and create a new version of the NPM package.

License

This project is licensed under the terms of the MIT license.