summaryrefslogtreecommitdiff
path: root/assets/quantum/res/drawable/quantum_ic_record_white_36.xml
diff options
context:
space:
mode:
Diffstat (limited to 'assets/quantum/res/drawable/quantum_ic_record_white_36.xml')
-rw-r--r--assets/quantum/res/drawable/quantum_ic_record_white_36.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/quantum/res/drawable/quantum_ic_record_white_36.xml b/assets/quantum/res/drawable/quantum_ic_record_white_36.xml
new file mode 100644
index 000000000..35aaa4134
--- /dev/null
+++ b/assets/quantum/res/drawable/quantum_ic_record_white_36.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="36dp"
+ android:width="36dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M19,12C19,15.86 15.86,19 12,19C8.14,19 5,15.86 5,12C5,8.14 8.14,5 12,5C15.86,5 19,8.14 19,12Z" />
+</vector>