From 49d89e991c311939f3a7aa6af2162a0aeaea9755 Mon Sep 17 00:00:00 2001 From: Haider Alshamma Date: Fri, 5 Jan 2024 13:09:40 -0500 Subject: [PATCH] chore: update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7d11d68..4f5140e 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,14 @@ They can then be used in your application like any other `.svg`. ## ➕ Adding a new icon -Prerequisites: -- Node.js using the version in `.nvmrc` -- Yarn - To find and add a new icon: 1. Search [Material Icons](https://material.io/resources/icons/) for the icon you need 2. In Figma, use the Material Design Icons plugin to add the icon to a document. Export the icon as SVG 3. Clone this repo (`git clone https://github.com/nulogy/nds-icons.git`) -4. Install dependencies by running `yarn` -5. Place SVG in `assets/` folder with the desired icon name (in camelCase) -6. run `yarn && yarn build` to make the icon available to use -7. Commit the changes using a [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) message -8. Submit PR +4. Place SVG in `assets/` folder with the desired icon name (in camelCase) +5. Commit the changes using a [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) message +6. Submit PR ## 💬 Questions