Skip to content

Commit

Permalink
Add favourite icons (#539)
Browse files Browse the repository at this point in the history
* Add favourites icons

* v4.7.7
  • Loading branch information
kapantzak authored Nov 5, 2024
1 parent 5c7b97f commit 6ef88d9
Show file tree
Hide file tree
Showing 4 changed files with 15 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.6",
"version": "4.7.7",
"description": "netdata UI kit",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
5 changes: 5 additions & 0 deletions src/components/icon/assets/heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/icon/assets/heart_broken.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/iconsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ import group_by from "./assets/group_by.svg"
import h1 from "./assets/h1.svg"
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 help from "./assets/help.svg"
import hide from "./assets/hide.svg"
import highlightArea from "./assets/highlight_area.svg"
Expand Down Expand Up @@ -516,6 +518,8 @@ export const iconsList = {
h1,
h2,
hamburger,
heart,
heart_broken,
help,
hide,
highlightArea,
Expand Down

0 comments on commit 6ef88d9

Please sign in to comment.