diff options
author | 2025-05-24 12:03:57 +0100 | |
---|---|---|
committer | 2025-05-24 12:03:57 +0100 | |
commit | 5f5edccaf327727662db027b9fc4cdf86365e20b (patch) | |
tree | 31acfd8d32b7e26486e40603e1d721cb13f13167 /assets/icons | |
parent | eff7045e9f871c0ec6eb0401c77ab4209b36d636 (diff) | |
download | macaw-web-5f5edccaf327727662db027b9fc4cdf86365e20b.tar.gz macaw-web-5f5edccaf327727662db027b9fc4cdf86365e20b.tar.bz2 macaw-web-5f5edccaf327727662db027b9fc4cdf86365e20b.zip |
feat: modal
Diffstat (limited to 'assets/icons')
-rw-r--r-- | assets/icons/close24.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/icons/close24.svg b/assets/icons/close24.svg new file mode 100644 index 0000000..d7e82ba --- /dev/null +++ b/assets/icons/close24.svg @@ -0,0 +1,4 @@ +<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M3 3L21 21" stroke="black" stroke-width="2"/> +<path d="M3 21L21 3" stroke="black" stroke-width="2"/> +</svg> |