@artilleryio/alpha-centauri-icons

Alpha Centauri iconography based on Material icons.

Usage no npm install needed!

<script type="module">
  import artilleryioAlphaCentauriIcons from 'https://cdn.skypack.dev/@artilleryio/alpha-centauri-icons';
</script>

README

@artilleryio/alpha-centauri-icons

The building blocks of Artillery products.

Installation

Simply run the following...

npm install @artilleryio/alpha-centauri-icons

Usage

For full documentation on each icon, visit our Visualiser.

Using an icon in your project is as simple as...

import { IconBase, IconSuccess } from '@artilleryio/alpha-centauri-components';

...

<IconBase {...props}>
  <IconSuccess />
</IconBase>