Skip to content

Commit 493a3b8

Browse files
add icon and import it to iconlist (#616)
* add icon and import it to iconlist * v5.3.3 --------- Co-authored-by: John Kapantzakis <kapantzak@gmail.com>
1 parent 9cb4171 commit 493a3b8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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.3.2",
3+
"version": "5.3.3",
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
@@ -181,6 +181,7 @@ import ipNetworkingPress from "./assets/ipNetworkingPress.svg"
181181
import last_week from "./assets/last_week.svg"
182182
import line_chart from "./assets/line_chart.svg"
183183
import list from "./assets/list.svg"
184+
import live from "./assets/live.svg"
184185
import loading from "./assets/loading.svg"
185186
import logo_s from "./assets/logo_s.svg"
186187
import logs from "./assets/logs.svg"
@@ -649,6 +650,7 @@ export const iconsList = {
649650
last_week,
650651
line_chart,
651652
list,
653+
live,
652654
loading,
653655
logo_s,
654656
logs,

0 commit comments

Comments
 (0)