Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artilleryio/alpha-centauri-icons

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artilleryio/alpha-centauri-icons

Alpha Centauri iconography based on Material icons.

  • 1.4.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

@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:

FAQs

Package last updated on 28 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc