Skip to content

Commit 2d9e2dc

Browse files
committed
add new icons and export iconButton
1 parent 0b21ba1 commit 2d9e2dc

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

src/components/icon/icons-list.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ import node_selected_l from "./assets/node_selected_l.svg"
131131
import nodes from "./assets/nodes.svg"
132132
import nodes_hollow from "./assets/nodes_hollow.svg"
133133
import none_selected from "./assets/none_selected.svg"
134+
import notification_shortcut_enabled from "./assets/notification_shortcut_enabled.svg"
135+
import notification_shortcut_disabled from "./assets/notification_shortcut_disabled.svg"
134136
import os from "./assets/os/os.svg"
135137
import osAlpineLinux from "./assets/os/alpine_linux.svg"
136138
import osAmazonLinux from "./assets/os/amazon_linux.svg"
@@ -428,6 +430,8 @@ export const iconsList = {
428430
none_selected,
429431
nodes_update,
430432
notification,
433+
notification_shortcut_enabled,
434+
notification_shortcut_disabled,
431435
os,
432436
osAlpineLinux,
433437
osAmazonLinux,

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
export { Button } from "./components/button"
1+
export { Button, IconButton } from "./components/button"
2+
23
export { Sidebar, PortalSidebar } from "./components/sidebar"
34
export { Icon, iconsList, IconComponents } from "./components/icon"
45

0 commit comments

Comments
 (0)