Skip to content

Commit 333af4c

Browse files
authored
Add OIDC icon (#525)
* Add openid icon * v4.4.5
1 parent 63f95fc commit 333af4c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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.4.4",
3+
"version": "4.4.5",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/icon/assets/openid.svg

Lines changed: 5 additions & 0 deletions
Loading

src/components/icon/iconsList.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ import notification_shortcut_enabled from "./assets/notification_shortcut_enable
189189
import notification_shortcut_disabled from "./assets/notification_shortcut_disabled.svg"
190190
import notificationTrigger from "./assets/notification_trigger.svg"
191191
import okta from "./assets/okta.svg"
192+
import openid from "./assets/openid.svg"
192193
import os from "./assets/os/os.svg"
193194
import osAlpineLinux from "./assets/os/alpine_linux.svg"
194195
import osAmazonLinux from "./assets/os/amazon_linux.svg"
@@ -583,6 +584,7 @@ export const iconsList = {
583584
notification_shortcut_disabled,
584585
notificationTrigger,
585586
okta,
587+
openid,
586588
os,
587589
osAlpineLinux,
588590
osAmazonLinux,

0 commit comments

Comments
 (0)