From c84181e72ea780ab5ba4942de6f3db25dbed8318 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Tue, 1 Oct 2024 10:26:28 +0200 Subject: [PATCH] chore(docs): clarification --- packages/foundations/docs/CustomIcons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/foundations/docs/CustomIcons.md b/packages/foundations/docs/CustomIcons.md index d1baf946f5b..bc35bab74e9 100644 --- a/packages/foundations/docs/CustomIcons.md +++ b/packages/foundations/docs/CustomIcons.md @@ -71,10 +71,10 @@ You can overwrite custom-icons for our components with CSS as well: If you update a **svg** inside `assets/icons/functional/images` you need to recreate the **woff2** file. -For this you just need to run +For this you just need to run the following command from root: ```shell -npm run generate:icon-fonts +npm run update:icon-fonts ``` Your new icon should be inside `assets/icons/functional/fonts/**/info.json` and you should see it inside `assets/icons/functional/fonts/**/index.html` in the browser.