Skip to content

Commit 4cc5f4a

Browse files
committed
v5.1.13
1 parent a0a56f8 commit 4cc5f4a

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "5.1.12",
3+
"version": "5.1.13",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",
Lines changed: 3 additions & 0 deletions
Loading

src/components/icon/iconsList.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ import google from "./assets/google.svg"
124124
import goToNode from "./assets/go_to_node.svg"
125125
import grid from "./assets/grid.svg"
126126
import group_by from "./assets/group_by.svg"
127+
import groupCreate from "./assets/group_create.svg"
127128
import h1 from "./assets/h1.svg"
128129
import h2 from "./assets/h2.svg"
129130
import hamburger from "./assets/hamburger.svg"
@@ -590,6 +591,7 @@ export const iconsList = {
590591
goToNode,
591592
grid,
592593
group_by,
594+
groupCreate,
593595
h1,
594596
h2,
595597
hamburger,

0 commit comments

Comments
 (0)