Skip to content

Commit

Permalink
Add windows icon (#536)
Browse files Browse the repository at this point in the history
* Add windows icon

* v4.7.2
  • Loading branch information
kapantzak authored Oct 31, 2024
1 parent 6b1d51d commit d705619
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/netdata-ui",
"version": "4.7.1",
"version": "4.7.2",
"description": "netdata UI kit",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
4 changes: 4 additions & 0 deletions src/components/icon/assets/os/windows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/icon/iconsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ import applicationsSolid from "./assets/applications_solid.svg"
import networkingStack from "./assets/networking_stack.svg"
import charts_view from "./assets/charts_view.svg"
import nodes_update from "./assets/nodes_update.svg"
import windows from "./assets/windows.svg"
import zoomIn from "./assets/zoom_in.svg"
import zoomOut from "./assets/zoom_out.svg"
import zoomReset from "./assets/zoom_reset.svg"
Expand Down Expand Up @@ -779,6 +780,7 @@ export const iconsList = {
weights_compare,
weights_drill_down,
x,
windows,
zoomIn,
zoomOut,
zoomReset,
Expand Down

0 comments on commit d705619

Please sign in to comment.