summaryrefslogtreecommitdiff
path: root/artwork
diff options
context:
space:
mode:
authorDan Cortez <dancortez@google.com>2022-05-20 16:54:56 -0700
committerDaniel Cortez <dancortez@google.com>2022-05-24 17:37:12 +0000
commit16767fcbb6bdc110ca1cb901b8bc901b3b478d2a (patch)
treebe9a6bf933ccd451565f7ea4313e6b94a6cfc6ec /artwork
parentca2eb99680f8ad258a55037fd8577771d04768ce (diff)
downloadidea-16767fcbb6bdc110ca1cb901b8bc901b3b478d2a.tar.gz
Adds generic connection icon
Bug: 231242638 Test: N/A Change-Id: I48714e77d1e7d4075c2020665b7e6406400592da
Diffstat (limited to 'artwork')
-rw-r--r--artwork/gen/icons/StudioIcons.java1
-rw-r--r--artwork/resources/studio/icons/avd/connection-generic.svg1
-rw-r--r--artwork/resources/studio/icons/avd/connection-generic_dark.svg1
3 files changed, 3 insertions, 0 deletions
diff --git a/artwork/gen/icons/StudioIcons.java b/artwork/gen/icons/StudioIcons.java
index cc3c8146b9a..082a9f7814f 100644
--- a/artwork/gen/icons/StudioIcons.java
+++ b/artwork/gen/icons/StudioIcons.java
@@ -26,6 +26,7 @@ public class StudioIcons {
}
public static class Avd {
+ public static final Icon CONNECTION_GENERIC = load("/studio/icons/avd/connection-generic.svg"); // 16x16
public static final Icon CONNECTION_USB = load("/studio/icons/avd/connection-usb.svg"); // 16x16
public static final Icon CONNECTION_WIFI = load("/studio/icons/avd/connection-wifi.svg"); // 16x16
public static final Icon DEVICE_AUTOMOTIVE_LARGE = load("/studio/icons/avd/device-automotive-large.svg"); // 32x32
diff --git a/artwork/resources/studio/icons/avd/connection-generic.svg b/artwork/resources/studio/icons/avd/connection-generic.svg
new file mode 100644
index 00000000000..f3d268b19c4
--- /dev/null
+++ b/artwork/resources/studio/icons/avd/connection-generic.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3087_705)" fill="#9AA7B0"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.995 3L9.82 4.175 13.637 8 9.82 11.825 10.995 13l5-5-5-5zM5 3l1.175 1.175L2.358 8l3.817 3.825L5 13 0 8l5-5z"/><path d="M6 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM12 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/></g><defs><clipPath id="clip0_3087_705"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/avd/connection-generic_dark.svg b/artwork/resources/studio/icons/avd/connection-generic_dark.svg
new file mode 100644
index 00000000000..b7304439eb1
--- /dev/null
+++ b/artwork/resources/studio/icons/avd/connection-generic_dark.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3087_706)" fill="#9AA7B0"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.995 3L9.82 4.175 13.637 8 9.82 11.825 10.995 13l5-5-5-5zM5 3l1.175 1.175L2.358 8l3.817 3.825L5 13 0 8l5-5z"/><path d="M6 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM12 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/></g><defs><clipPath id="clip0_3087_706"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg> \ No newline at end of file