From 5286f403a1928ae7305855c28ab04bec6a041b59 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 15 Jan 2024 22:49:17 -0700 Subject: [PATCH] Add some more icons --- assets/close.svg | 3 +++ assets/edit.svg | 7 +++++++ assets/sheet.svg | 8 ++++++++ assets/sources.txt | 12 +++++++++++- module/handlebars.mjs | 3 +++ 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 assets/close.svg create mode 100644 assets/edit.svg create mode 100644 assets/sheet.svg 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`, ];