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

@humanmade/nova-icons

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humanmade/nova-icons

`yarn add @humanmade/nova-icons`

  • 0.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
4
Weekly downloads
 
Created
Source
Nova Icons
(Free) Nova Icons for use in React projects.
A Human Made project. Maintained by @rmccue.

This is the free (public domain) NOVA icons, repackaged into React components.

Usage

yarn add @humanmade/nova-icons

You need to include the CSS file:

import '@humanmade/nova-icons/style.css';

Then, import the icons you want:

// Import via unpacking:
import { Airplane } from '@humanmade/nova-icons';

// Or import by file:
import Cloud from '@humanmade/nova-icons/Cloud';

export default props => {
	<div>A <Airplane /> flies in the <Cloud /></div>;
}

Development

All the smartness of this repo is in npm scripts and the config.js. Components are built using svg-react-transformer-writer; see the options for configuration.

To publish a new version, run yarn run dist, which will publish in "flat mode". There is a prepublishOnly script to prevent publishing from the root directory, but you should be careful anyway.

FAQs

Package last updated on 27 Feb 2018

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