From 6c79d129364cdd3b777c11987b4048deafefb981 Mon Sep 17 00:00:00 2001 From: John Kapantzakis Date: Mon, 21 Oct 2024 17:54:40 +0300 Subject: [PATCH 1/3] Add auth icon --- src/components/icon/assets/auth.svg | 12 ++++++++++++ src/components/icon/iconsList.js | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 src/components/icon/assets/auth.svg diff --git a/src/components/icon/assets/auth.svg b/src/components/icon/assets/auth.svg new file mode 100644 index 000000000..a8dc2ee0c --- /dev/null +++ b/src/components/icon/assets/auth.svg @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/src/components/icon/iconsList.js b/src/components/icon/iconsList.js index dcdfcd860..0632d4e1b 100644 --- a/src/components/icon/iconsList.js +++ b/src/components/icon/iconsList.js @@ -27,6 +27,7 @@ import arrow_left from "./assets/arrow_left.svg" import arrow_s_down from "./assets/arrow-s_down.svg" import arrow_s_left from "./assets/arrow-s_left.svg" import arrows_vertical from "./assets/arrows_vertical.svg" +import auth from "./assets/auth.svg" import bookmark from "./assets/bookmark.svg" import bullet_one from "./assets/bullet_one.svg" import bullet_three from "./assets/bullet_three.svg" @@ -422,6 +423,7 @@ export const iconsList = { arrow_s_down, arrow_s_left, arrows_vertical, + auth, bookmark, bullet_one, bullet_three, From d11dab342b811daa3163f4f125d43c48dfa466af Mon Sep 17 00:00:00 2001 From: John Kapantzakis Date: Mon, 21 Oct 2024 17:57:01 +0300 Subject: [PATCH 2/3] Fix svg --- src/components/icon/assets/auth.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/icon/assets/auth.svg b/src/components/icon/assets/auth.svg index a8dc2ee0c..36321fac8 100644 --- a/src/components/icon/assets/auth.svg +++ b/src/components/icon/assets/auth.svg @@ -1,4 +1,4 @@ - + Date: Mon, 21 Oct 2024 17:58:50 +0300 Subject: [PATCH 3/3] v4.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c13465af..49d21abf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netdata/netdata-ui", - "version": "4.7.0", + "version": "4.7.1", "description": "netdata UI kit", "main": "dist/index.js", "module": "dist/es6/index.js",