Skip to content

Commit

Permalink
Add heart hollow icon (#541)
Browse files Browse the repository at this point in the history
* Add hollow heart icon

* 4.7.10
  • Loading branch information
kapantzak authored Nov 15, 2024
1 parent d990709 commit 8f8b385
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions src/components/icon/assets/heart_hollow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/icon/iconsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -520,6 +521,7 @@ export const iconsList = {
hamburger,
heart,
heart_broken,
heart_hollow,
help,
hide,
highlightArea,
Expand Down

0 comments on commit 8f8b385

Please sign in to comment.