Skip to content

Commit 145cd35

Browse files
authored
chore(icons): add functions icon (#416)
* chore(icons): add functions icon * v2.6.4
1 parent 9eeb095 commit 145cd35

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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": "2.6.3",
3+
"version": "2.6.4",
44
"description": "netdata UI kit",
55
"main": "./lib/index.js",
66
"files": [
Lines changed: 6 additions & 0 deletions
Loading

src/components/icon/icons-list.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ import feed from "./assets/feed.svg"
8888
import filterList from "./assets/filterList.svg"
8989
import forcePlay from "./assets/force_play.svg"
9090
import forcePlayOutline from "./assets/force_play_outline.svg"
91+
import functions from "./assets/functions.svg"
9192
import gear from "./assets/gear.svg"
9293
import github from "./assets/github.svg"
9394
import goToNode from "./assets/go_to_node.svg"
@@ -384,6 +385,7 @@ export const iconsList = {
384385
firewallSolid,
385386
forcePlay,
386387
forcePlayOutline,
388+
functions,
387389
gear,
388390
github,
389391
google,

0 commit comments

Comments
 (0)