🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@goodhood/icons

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodhood/icons

SVG icons to use in GoodHood projects

latest
Source
npmnpm
Version
5.1.3
Version published
Maintainers
6
Created
Source

@goodhood/icons

SVG icons to use in GoodHood projects. Uses the nebenan design system as single source of truth.

  • Preview

How to:

npm install
npm start

Usage

React Component

import AddressBook from "@goodhood/icons/lib/large/address_book"

<AddressBook />

Raw SVG

import addressBook from "@goodhood/icons/lib/large/address_book.svg"

<img src={addressBook} alt="" />

How to update:

  • Found some icon in a screen design? Search it in the design system and note down name and group. (Can't find it? Then do not add it!)
  • Add an icon to the src/*/ folder.
  • Check preview.
  • Create PR
  • Wait for reviews
  • Merge & publish

FAQs

Package last updated on 10 Oct 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