Skip to content

Commit 472b1ee

Browse files
authored
v4.3.10 (#512)
1 parent fb2f4ae commit 472b1ee

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": "4.3.9",
3+
"version": "4.3.10",
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
@@ -246,6 +246,7 @@ import room_new from "./assets/room_new.svg"
246246
import room_overview from "./assets/room_overview.svg"
247247
import sad from "./assets/sad.svg"
248248
import save from "./assets/save.svg"
249+
import scheduled from "./assets/scheduled.svg"
249250
import search from "./assets/search.svg"
250251
import search_s from "./assets/search_s.svg"
251252
import searchPress from "./assets/search_press.svg"
@@ -635,6 +636,7 @@ export const iconsList = {
635636
room_overview,
636637
sad,
637638
save,
639+
scheduled,
638640
search,
639641
search_s,
640642
searchPress,

0 commit comments

Comments
 (0)