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", diff --git a/src/components/icon/assets/auth.svg b/src/components/icon/assets/auth.svg new file mode 100644 index 000000000..36321fac8 --- /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,