summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/drawable/ic_desktop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/drawable/ic_desktop.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/drawable/ic_desktop.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/drawable/ic_desktop.xml b/mobile/android/fenix/app/src/main/res/drawable/ic_desktop.xml
new file mode 100644
index 0000000000..9bb70ca8ca
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/drawable/ic_desktop.xml
@@ -0,0 +1,12 @@
+<?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="M20.5,17h-2a2.5,2.5 0,0 0,2.5 -2.5v-9A2.5,2.5 0,0 0,18.5 3h-13A2.5,2.5 0,0 0,3 5.5v9A2.5,2.5 0,0 0,5.5 17h-2a1.5,1.5 0,0 0,0 3h17a1.5,1.5 0,0 0,0 -3zM5.3,15.5l-0.8,-0.8L4.5,5.3l0.8,-0.8h13.4l0.8,0.8v9.4l-0.8,0.8L5.3,15.5zM13.25,18.5h-2.5a0.75,0.75 0,0 1,0 -1.5h2.5a0.75,0.75 0,0 1,0 1.5z" />
+</vector>