diff options
author | tpart <tpart120@proton.me> | 2024-04-29 20:11:46 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-29 20:11:46 +0200 |
commit | ec1f16b65aa731b868ab7343f9fe539aaae9202a (patch) | |
tree | fe480bd558ea54bef3dbcd291dc447ea67a3deed /client-web/public/assets | |
parent | 9b6d0edb37b9baf4eab4ef05f57cce2e3e761dc1 (diff) | |
download | keks-meet-ec1f16b65aa731b868ab7343f9fe539aaae9202a.tar keks-meet-ec1f16b65aa731b868ab7343f9fe539aaae9202a.tar.bz2 keks-meet-ec1f16b65aa731b868ab7343f9fe539aaae9202a.tar.zst |
Add icons to stop sharing / disable buttons
Diffstat (limited to 'client-web/public/assets')
-rw-r--r-- | client-web/public/assets/icons/close.svg | 1 | ||||
-rw-r--r-- | client-web/public/assets/icons/stop.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/client-web/public/assets/icons/close.svg b/client-web/public/assets/icons/close.svg new file mode 100644 index 0000000..d08e881 --- /dev/null +++ b/client-web/public/assets/icons/close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path fill="#ffffff" d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
\ No newline at end of file diff --git a/client-web/public/assets/icons/stop.svg b/client-web/public/assets/icons/stop.svg new file mode 100644 index 0000000..6a3ff2a --- /dev/null +++ b/client-web/public/assets/icons/stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path fill="#ffffff" d="M320-320h320v-320H320v320ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
\ No newline at end of file |