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

@manifoldco/icons

Package Overview
Dependencies
Maintainers
16
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manifoldco/icons

Manifold’s icon system

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
16
Created
Source

Manifold Icons

Manifold’s icon system

Setup

npm install

Usage

npm i @manifoldco/icons
import { arrow_right } from '@manifoldco/icons';

const Icon = () => (
  <svg
    viewBox="0 0 1024 1024"
    xmlns="http://www.w3.org/2000/svg"
    xmlnsX="http://www.w3.org/1999/xlink"
  >
    <path d={arrow_right} />
  </svg>
);

Note: the viewBox="0 0 1024 1024" is the most important part!

Publishing to npm

You must be logged into npm and have access to the @manifoldco team to publish.

npm run deploy

Other repos use Git tagging, but this is a little different. We’re using @pika/pack’s npm publish script, which is a command prompt UI. For that reason, publishing happens locally.

If testing something, then release it as a prerelease rather than a patch version. Patch versions get pushed everywhere, so treat them as production!

FAQs

Package last updated on 14 Feb 2020

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