From 8d9702dd324b75702d571895f1b9385201c55218 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Thu, 20 Jul 2023 00:23:55 -0600 Subject: [PATCH] Feat: cancel icon --- .../src/python/tentacles/static/cancel.svg | 47 +++++++++++++++++++ .../python/tentacles/templates/macros.html.j2 | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 projects/tentacles/src/python/tentacles/static/cancel.svg diff --git a/projects/tentacles/src/python/tentacles/static/cancel.svg b/projects/tentacles/src/python/tentacles/static/cancel.svg new file mode 100644 index 0000000..3d997f6 --- /dev/null +++ b/projects/tentacles/src/python/tentacles/static/cancel.svg @@ -0,0 +1,47 @@ + + + + + Basic_UI1_32px_2px_Solid + + + + diff --git a/projects/tentacles/src/python/tentacles/templates/macros.html.j2 b/projects/tentacles/src/python/tentacles/templates/macros.html.j2 index c7b4c3e..62c3667 100644 --- a/projects/tentacles/src/python/tentacles/templates/macros.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/macros.html.j2 @@ -20,7 +20,7 @@
- +
{% endmacro %}