diff --git a/package.json b/package.json index 430b3892..9e7237a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netdata/netdata-ui", - "version": "4.7.9", + "version": "4.7.10", "description": "netdata UI kit", "main": "dist/index.js", "module": "dist/es6/index.js", diff --git a/src/components/icon/assets/heart_hollow.svg b/src/components/icon/assets/heart_hollow.svg new file mode 100644 index 00000000..8c37ccba --- /dev/null +++ b/src/components/icon/assets/heart_hollow.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/src/components/icon/iconsList.js b/src/components/icon/iconsList.js index 16326fe5..74d5480d 100644 --- a/src/components/icon/iconsList.js +++ b/src/components/icon/iconsList.js @@ -119,6 +119,7 @@ import h2 from "./assets/h2.svg" import hamburger from "./assets/hamburger.svg" import heart from "./assets/heart.svg" import heart_broken from "./assets/heart_broken.svg" +import heart_hollow from "./assets/heart_hollow.svg" import help from "./assets/help.svg" import hide from "./assets/hide.svg" import highlightArea from "./assets/highlight_area.svg" @@ -520,6 +521,7 @@ export const iconsList = { hamburger, heart, heart_broken, + heart_hollow, help, hide, highlightArea,