summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/drawable/ic_microphone_enabled.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/drawable/ic_microphone_enabled.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/drawable/ic_microphone_enabled.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/drawable/ic_microphone_enabled.xml b/mobile/android/fenix/app/src/main/res/drawable/ic_microphone_enabled.xml
new file mode 100644
index 0000000000..a237d20718
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/drawable/ic_microphone_enabled.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="?attr/textPrimary"
+ android:pathData="M12 4.5c0.827 0 1.5 0.673 1.5 1.5v4c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5V6c0-0.827 0.673-1.5 1.5-1.5zM12 3a3 3 0 0 0-3 3v4a3 3 0 1 0 6 0V6a3 3 0 0 0-3-3z" />
+ <path
+ android:fillColor="?attr/textPrimary"
+ android:pathData="M13.241 15.827c2.406-0.517 4.338-2.46 4.698-4.969a0.75 0.75 0 0 0-0.636-0.849 0.745 0.745 0 0 0-0.849 0.636c-0.315 2.198-2.23 3.856-4.454 3.856-2.224 0-4.139-1.658-4.454-3.856a0.742 0.742 0 0 0-0.849-0.636 0.75 0.75 0 0 0-0.636 0.849c0.355 2.478 2.244 4.403 4.607 4.95l0.582 0.485V19.5h-2.5a0.75 0.75 0 0 0 0 1.5h6.499a0.75 0.75 0 0 0 0-1.5h-2.5v-3.227l0.492-0.446z" />
+</vector>