@andes/icons

Andes WebFont Icons, aimed for health applications

Usage no npm install needed!

<script type="module">
  import andesIcons from 'https://cdn.skypack.dev/@andes/icons';
</script>

README

Webfont - Andes Desing Icons

Webfont distribution for the Andes Design Icons.

npm install @andes/icons

Usage

Add in style.scss:

$adi-font-path: '~@andes/icons/fonts/';
@import '~@andes/icons/scss/andes-icons';
<i class="adi adi-rup-semantic-plan">

Add new icon

  1. Design your icon & optimize your art using this guide

  2. Install docker

  3. npm run server: Start fontello server and open a web page with font config loaded.

  4. add icons, change settings, etc.

  5. Donwload config.json and replace it.

  6. npm run build

  7. commit and push changes.

  8. npm publish (logueado con cuenta autenticada en npm).