@artilleryio/alpha-centauri-icons
TypeScript icon, indicating that this package has built-in type declarations

1.4.10 • Public • Published

@artilleryio/alpha-centauri-icons

The supporting iconography of Artillery products.

Installation

Simply run the following...

npm install @artilleryio/alpha-centauri-icons

...and to upgrade:

npm install @artilleryio/alpha-centauri-icons@latest

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>

Contributing

The project is currently bundled together using Rollup. This makes it quite simple to build and publish changes. You will also need to be setup via NPM to be able to publish new versions of the package.

Typically, once you've run npm run lint-fix from the project root, you can build and publish by:

  1. Bumping up the version number in package.json.
  2. Running npm run build in the icon package root.
  3. If everything goes smoothly, you can then simply run npm publish and this pushes the latest version of the package to NPM.

You will need to update the package wherever it is in use, in the wild (e.g. Control Panel etc.)

Icon Creation Guide

🚧 Coming soon...

Dependencies

This project relies on some of our other packages, most notably:

Dependencies (0)

    Dev Dependencies (18)

    Package Sidebar

    Install

    npm i @artilleryio/alpha-centauri-icons

    Weekly Downloads

    1

    Version

    1.4.10

    License

    UNLICENSED

    Unpacked Size

    309 kB

    Total Files

    219

    Last publish

    Collaborators

    • shoreditch-ops
    • hhvhhv