From 1da46f008bc961a6909689c5df4cb899142093f2 Mon Sep 17 00:00:00 2001 From: Rassl Date: Sat, 25 Nov 2023 03:58:28 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9d0bbaa11..5b77cf4c1 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,11 @@ build docker image run the image on localhost `docker run -p 3004:80 sphinx_nav_fiber` + +### Generate icons for latest layout + +Add svg icon to public/svg-icons with proper naming + +run `node ./svgLibBuilder.js` + +it will generate React Icon in src/components/Icons