diff --git a/assets/close.svg b/assets/close.svg
new file mode 100644
index 0000000..f6c80ed
--- /dev/null
+++ b/assets/close.svg
@@ -0,0 +1,3 @@
+
diff --git a/assets/edit.svg b/assets/edit.svg
new file mode 100644
index 0000000..c8c0782
--- /dev/null
+++ b/assets/edit.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/assets/sheet.svg b/assets/sheet.svg
new file mode 100644
index 0000000..eaf555b
--- /dev/null
+++ b/assets/sheet.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/assets/sources.txt b/assets/sources.txt
index e2ca19a..e9d03fc 100644
--- a/assets/sources.txt
+++ b/assets/sources.txt
@@ -18,6 +18,16 @@ Fritz Duggan:
Landan Lloyd:
create.svg (https://thenounproject.com/icon/create-1447560/)
+Rokhman Kharis:
+ close.svg (https://thenounproject.com/icon/close-4996834/)
+
+Athok:
+ sheet.svg (https://thenounproject.com/icon/sheet-5939348/)
+
+Icon Depot:
+ edit.svg (https://thenounproject.com/icon/edit-1489252/)
+
Oliver Akins:
chat-bubble.svg : Scaling
- create.svg : Scaling, Optimization
\ No newline at end of file
+ create.svg : Scaling, Optimization
+ sheet.svg : Scaling
\ No newline at end of file
diff --git a/module/handlebars.mjs b/module/handlebars.mjs
index 3cf091d..d448b2d 100644
--- a/module/handlebars.mjs
+++ b/module/handlebars.mjs
@@ -31,6 +31,9 @@ export const icons = [
`dice/d12.svg`,
`dice/d20.svg`,
`create.svg`,
+ `close.svg`,
+ `edit.svg`,
+ `sheet.svg`,
];