New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nulogy/icons

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulogy/icons

A collection of Nulogy's svg icons

  • 2.6.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
229
increased by30.86%
Maintainers
7
Weekly downloads
 
Created
Source

@nulogy/icons

This is a collection of Material Icons that are used by Nulogy applications. This package is already imported into the <Icon /> component of the @nulogy/components, and the icons here can be chosen with the icon prop.

npm (scoped)

📦 Installation

If you don't have access to the React component, you can install these directly:

$ yarn add @nulogy/icons

They can then be used in your application like any other .svg.

➕ Adding a new icon

We use a subset of "Outlined" Material icons at Nulogy. To find and add a new one:

  1. Search Material Icons for the icon you need
  2. Clone this repo (git clone https://github.com/nulogy/design-system.git)
  3. Download svg and rename to desired icon name (in camelCase)
  4. Place svg in /icons/assets/ folder
  5. In the /icons directory, run yarn icons to make the icon available to use
  6. In the /components directory run yarn
  7. Run yarn start and verify the icon was added correctly at http://localhost:8080/?path=/story/icon--icon
  8. After verifying the icon is there, update storyshots with yarn storyshots:update
  9. Submit PR

💬 Questions

FAQs

Package last updated on 05 May 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