Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/art
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2020-05-02 18:15:46 +0300
committerDaniel Gultsch <daniel@gultsch.de>2020-05-02 18:15:50 +0300
commit63ddd97b6b110e63e5087c5b24a82eed0a41ef39 (patch)
tree673e1d2fe3b8933c9e43e44f381af459e1edac92 /art
parentf739752f762cf8acde630c287de9f9f5b017e747 (diff)
add button to switch cameras during video call
RIP symmetry :-( fixes #3683
Diffstat (limited to 'art')
-rw-r--r--art/flip_camera_android-black-24dp.svg1
-rwxr-xr-xart/render.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/art/flip_camera_android-black-24dp.svg b/art/flip_camera_android-black-24dp.svg
new file mode 100644
index 000000000..f50c0d721
--- /dev/null
+++ b/art/flip_camera_android-black-24dp.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24" fill="black" width="24px" height="24px"><g><rect fill="none" height="24" width="24"/></g><g><g><path d="M9,12c0,1.66,1.34,3,3,3s3-1.34,3-3s-1.34-3-3-3S9,10.34,9,12z"/><path d="M8,10V8H5.09C6.47,5.61,9.05,4,12,4c3.72,0,6.85,2.56,7.74,6h2.06c-0.93-4.56-4.96-8-9.8-8C8.73,2,5.82,3.58,4,6.01V4H2v6 H8z"/><path d="M16,14v2h2.91c-1.38,2.39-3.96,4-6.91,4c-3.72,0-6.85-2.56-7.74-6H2.2c0.93,4.56,4.96,8,9.8,8c3.27,0,6.18-1.58,8-4.01V20 h2v-6H16z"/></g></g></svg> \ No newline at end of file
diff --git a/art/render.rb b/art/render.rb
index 86a0ddf79..863a5cca3 100755
--- a/art/render.rb
+++ b/art/render.rb
@@ -27,6 +27,7 @@ images = {
'open_pdf_white.svg' => ['open_pdf_white', 128],
'conversations_mono.svg' => ['conversations/ic_notification', 24],
'quicksy_mono.svg' => ['quicksy/ic_notification', 24],
+ 'flip_camera_android-black-24dp.svg' => ['ic_flip_camera_android_black_24dp', 24],
'ic_send_text_offline.svg' => ['ic_send_text_offline', 36],
'ic_send_text_offline_white.svg' => ['ic_send_text_offline_white', 36],
'ic_send_text_online.svg' => ['ic_send_text_online', 36],