From f2168654523c824766efc2d772bc7f295363eb31 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 19 Sep 2013 23:43:49 -0700 Subject: added vpn_disconnected icon for android --- android/res/drawable-hdpi/vpn_connected.png | Bin 0 -> 539 bytes android/res/drawable-hdpi/vpn_disconnected.png | Bin 0 -> 790 bytes android/res/drawable-ldpi/vpn_connected.png | Bin 0 -> 757 bytes android/res/drawable-ldpi/vpn_disconnected.png | Bin 0 -> 423 bytes android/res/drawable-mdpi/vpn_connected.png | Bin 0 -> 502 bytes android/res/drawable-mdpi/vpn_disconnected.png | Bin 0 -> 545 bytes android/res/drawable-xhdpi/vpn_connected.png | Bin 0 -> 688 bytes android/res/drawable-xhdpi/vpn_disconnected.png | Bin 0 -> 1037 bytes svg/android/vpn_connected.svg | 61 +++++++++++++++++++++ svg/android/vpn_disconnected.svg | 68 ++++++++++++++++++++++++ 10 files changed, 129 insertions(+) create mode 100644 android/res/drawable-hdpi/vpn_connected.png create mode 100644 android/res/drawable-hdpi/vpn_disconnected.png create mode 100644 android/res/drawable-ldpi/vpn_connected.png create mode 100644 android/res/drawable-ldpi/vpn_disconnected.png create mode 100644 android/res/drawable-mdpi/vpn_connected.png create mode 100644 android/res/drawable-mdpi/vpn_disconnected.png create mode 100644 android/res/drawable-xhdpi/vpn_connected.png create mode 100644 android/res/drawable-xhdpi/vpn_disconnected.png create mode 100644 svg/android/vpn_connected.svg create mode 100644 svg/android/vpn_disconnected.svg diff --git a/android/res/drawable-hdpi/vpn_connected.png b/android/res/drawable-hdpi/vpn_connected.png new file mode 100644 index 0000000..c3547e8 Binary files /dev/null and b/android/res/drawable-hdpi/vpn_connected.png differ diff --git a/android/res/drawable-hdpi/vpn_disconnected.png b/android/res/drawable-hdpi/vpn_disconnected.png new file mode 100644 index 0000000..db00e04 Binary files /dev/null and b/android/res/drawable-hdpi/vpn_disconnected.png differ diff --git a/android/res/drawable-ldpi/vpn_connected.png b/android/res/drawable-ldpi/vpn_connected.png new file mode 100644 index 0000000..65fc6db Binary files /dev/null and b/android/res/drawable-ldpi/vpn_connected.png differ diff --git a/android/res/drawable-ldpi/vpn_disconnected.png b/android/res/drawable-ldpi/vpn_disconnected.png new file mode 100644 index 0000000..bca5bef Binary files /dev/null and b/android/res/drawable-ldpi/vpn_disconnected.png differ diff --git a/android/res/drawable-mdpi/vpn_connected.png b/android/res/drawable-mdpi/vpn_connected.png new file mode 100644 index 0000000..7e167f8 Binary files /dev/null and b/android/res/drawable-mdpi/vpn_connected.png differ diff --git a/android/res/drawable-mdpi/vpn_disconnected.png b/android/res/drawable-mdpi/vpn_disconnected.png new file mode 100644 index 0000000..fc2e2c2 Binary files /dev/null and b/android/res/drawable-mdpi/vpn_disconnected.png differ diff --git a/android/res/drawable-xhdpi/vpn_connected.png b/android/res/drawable-xhdpi/vpn_connected.png new file mode 100644 index 0000000..1f46be2 Binary files /dev/null and b/android/res/drawable-xhdpi/vpn_connected.png differ diff --git a/android/res/drawable-xhdpi/vpn_disconnected.png b/android/res/drawable-xhdpi/vpn_disconnected.png new file mode 100644 index 0000000..b888e2f Binary files /dev/null and b/android/res/drawable-xhdpi/vpn_disconnected.png differ diff --git a/svg/android/vpn_connected.svg b/svg/android/vpn_connected.svg new file mode 100644 index 0000000..c1b5722 --- /dev/null +++ b/svg/android/vpn_connected.svg @@ -0,0 +1,61 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/svg/android/vpn_disconnected.svg b/svg/android/vpn_disconnected.svg new file mode 100644 index 0000000..3ad79ed --- /dev/null +++ b/svg/android/vpn_disconnected.svg @@ -0,0 +1,68 @@ + + + + + + + + image/svg+xml + + + + + + + + + + -- cgit v1.2.3