aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_vpn_key.xml
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-27 12:23:20 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-27 12:23:20 -0700
commit438dafe7da010e70b1a41ed55054a9b5dfe7ac3c (patch)
tree20a7495f484a256f97a8a5acaa03288ed19fa06d /app/src/main/res/drawable/ic_vpn_key.xml
parente6e4236445ae01cb9d6c10e31a7b8595b73e233d (diff)
parent63a8a42db55fb9d6f101e5c77ec2d753e45b26c5 (diff)
downloadconnectbot-438dafe7da010e70b1a41ed55054a9b5dfe7ac3c.tar.gz
connectbot-438dafe7da010e70b1a41ed55054a9b5dfe7ac3c.tar.bz2
connectbot-438dafe7da010e70b1a41ed55054a9b5dfe7ac3c.zip
Merge branch 'master' into add-host-button2
Diffstat (limited to 'app/src/main/res/drawable/ic_vpn_key.xml')
-rw-r--r--app/src/main/res/drawable/ic_vpn_key.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_vpn_key.xml b/app/src/main/res/drawable/ic_vpn_key.xml
new file mode 100644
index 0000000..1e4af64
--- /dev/null
+++ b/app/src/main/res/drawable/ic_vpn_key.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:pathData="M12.65,10C11.83,7.67 9.61,6 7,6c-3.31,0 -6,2.69 -6,6s2.69,6 6,6c2.61,0 4.83,-1.67 5.65,-4H17v4h4v-4h2v-4H12.65zM7,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"
+ android:fillColor="#FFFFFF"/>
+</vector>