@nulogy/icons
v4.35.0
Published
A collection of Nulogy's svg icons
Downloads
1,334
Keywords
Readme
@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 theicon
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
) - Place SVG in
assets/
folder with the desired icon name (in camelCase) - Commit the changes using a conventional commits message
- Submit PR