aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/ic_action_scan_qr_code_white.xml
diff options
context:
space:
mode:
authorEric Kuck <eric@bluelinelabs.com>2018-07-24 12:32:40 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-25 02:05:11 +0200
commit2087a10f5533e4b61811a3cb4e5019dcf2560d81 (patch)
tree570f81ddc7b189e2a736f2ba669ab8ed553586d3 /app/src/main/res/drawable/ic_action_scan_qr_code_white.xml
parenttools: Bump wireguard submodule (diff)
downloadwireguard-android-2087a10f5533e4b61811a3cb4e5019dcf2560d81.tar.xz
wireguard-android-2087a10f5533e4b61811a3cb4e5019dcf2560d81.zip
Added QR code scanner as tunnel import method
Diffstat (limited to 'app/src/main/res/drawable/ic_action_scan_qr_code_white.xml')
-rw-r--r--app/src/main/res/drawable/ic_action_scan_qr_code_white.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_action_scan_qr_code_white.xml b/app/src/main/res/drawable/ic_action_scan_qr_code_white.xml
new file mode 100644
index 00000000..cdd83361
--- /dev/null
+++ b/app/src/main/res/drawable/ic_action_scan_qr_code_white.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportHeight="24"
+ android:viewportWidth="24">
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M4,4H10V10H4V4M20,4V10H14V4H20M14,15H16V13H14V11H16V13H18V11H20V13H18V15H20V18H18V20H16V18H13V20H11V16H14V15M16,15V18H18V15H16M4,20V14H10V20H4M6,6V8H8V6H6M16,6V8H18V6H16M6,16V18H8V16H6M4,11H6V13H4V11M9,11H13V15H11V13H9V11M11,6H13V10H11V6M2,2V6H0V2A2,2 0 0,1 2,0H6V2H2M22,0A2,2 0 0,1 24,2V6H22V2H18V0H22M2,18V22H6V24H2A2,2 0 0,1 0,22V18H2M22,22V18H24V22A2,2 0 0,1 22,24H18V22H22Z" />
+</vector> \ No newline at end of file