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

📦 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
To find and add a new icon:
- Search Material Icons for the icon you need
- In Figma, use the Material Design Icons plugin to add the icon to a document. Export the icon as SVG
- Clone this repo (
git clone https://github.com/nulogy/nds-icons.git
) - Rename the SVG to desired icon name (in camelCase)
- Place SVG in
assets/
folder - run
yarn && yarn build
to make the icon available to use - Commit the changes using a conventional commits message
- Submit PR
💬 Questions