diff --git a/assets/caret-right.svg b/assets/caret-right.svg index 56252c0..7d1d59b 100644 --- a/assets/caret-right.svg +++ b/assets/caret-right.svg @@ -1,3 +1,3 @@ - + diff --git a/assets/chat-bubble.svg b/assets/chat-bubble.svg new file mode 100644 index 0000000..8dde604 --- /dev/null +++ b/assets/chat-bubble.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/assets/sources.txt b/assets/sources.txt index 5f999e2..f1638a5 100644 --- a/assets/sources.txt +++ b/assets/sources.txt @@ -2,4 +2,10 @@ Amer Alamer caret-right.svg (https://thenounproject.com/icon/arrow-caret-right-1143917/) Alice Design: - garbage-bin.svg (https://thenounproject.com/icon/garbage-2025492/) \ No newline at end of file + garbage-bin.svg (https://thenounproject.com/icon/garbage-2025492/) + +zapesicon: + chat-bubble.svg (https://thenounproject.com/icon/chat-6423186/) + +Oliver Akins: + chat-bubble.svg : Edits only (scaled) \ No newline at end of file diff --git a/module/handlebars.mjs b/module/handlebars.mjs index 710d5f4..fff898b 100644 --- a/module/handlebars.mjs +++ b/module/handlebars.mjs @@ -23,6 +23,7 @@ export const partials = [ export const icons = [ `caret-right.svg`, `garbage-bin.svg`, + `chat-bubble.svg`, ];