We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a56f8 commit 4cc5f4aCopy full SHA for 4cc5f4a
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "5.1.12",
+ "version": "5.1.13",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/icon/assets/group_create.svg
src/components/icon/iconsList.js
@@ -124,6 +124,7 @@ import google from "./assets/google.svg"
124
import goToNode from "./assets/go_to_node.svg"
125
import grid from "./assets/grid.svg"
126
import group_by from "./assets/group_by.svg"
127
+import groupCreate from "./assets/group_create.svg"
128
import h1 from "./assets/h1.svg"
129
import h2 from "./assets/h2.svg"
130
import hamburger from "./assets/hamburger.svg"
@@ -590,6 +591,7 @@ export const iconsList = {
590
591
goToNode,
592
grid,
593
group_by,
594
+ groupCreate,
595
h1,
596
h2,
597
hamburger,
0 commit comments