summaryrefslogtreecommitdiff
path: root/artwork/resources
diff options
context:
space:
mode:
authorSergey Prigogin <sprigogin@google.com>2021-10-08 20:39:46 -0700
committerSergey Prigogin <sprigogin@google.com>2021-10-11 15:42:29 +0000
commit23cdcc0ce310b6617a1d158258aaf7c794fe2003 (patch)
treeca48894ddb575878342a0e05df2a25e5c5e33f26 /artwork/resources
parentdd25337b84c783f57d6551cfb92e9562f3b92906 (diff)
downloadidea-23cdcc0ce310b6617a1d158258aaf7c794fe2003.tar.gz
Icons for resizable AVD support
Test: existing Bug: 201585491 Change-Id: Ib893e50be52ead0e273053bb1901ed63f89fac5f
Diffstat (limited to 'artwork/resources')
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-desktop.svg18
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-desktop_dark.svg18
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-foldable.svg19
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-foldable_dark.svg19
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-phone.svg18
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-phone_dark.svg18
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-tablet.svg18
-rw-r--r--artwork/resources/studio/icons/emulator/menu/mode-tablet_dark.svg18
8 files changed, 146 insertions, 0 deletions
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-desktop.svg b/artwork/resources/studio/icons/emulator/menu/mode-desktop.svg
new file mode 100644
index 00000000000..9330c128372
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-desktop.svg
@@ -0,0 +1,18 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
+ <path fill="#6E6E6E" d="M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z"/>
+</svg>
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-desktop_dark.svg b/artwork/resources/studio/icons/emulator/menu/mode-desktop_dark.svg
new file mode 100644
index 00000000000..0770fbdbdc5
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-desktop_dark.svg
@@ -0,0 +1,18 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
+ <path fill="#AFB1B3" d="M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z"/>
+</svg>
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-foldable.svg b/artwork/resources/studio/icons/emulator/menu/mode-foldable.svg
new file mode 100644
index 00000000000..5f6b53b68f5
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-foldable.svg
@@ -0,0 +1,19 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
+ <rect x="11" y="10" width="2" height="4" fill="#6E6E6E"/>
+ <path fill="#6E6E6E" d="M3 3L21 3C22.6569 3 24 4.34315 24 6L24 18C24 19.6569 22.6569 21 21 21L3 21C1.34315 21 0 19.6569 0 18L0 6C0 4.34315 1.34314 3 3 3ZM3 5C2.44772 5 2 5.44772 2 6L2 18C2 18.5523 2.44772 19 3 19L11 19L11 16H13L13 19L21 19C21.5523 19 22 18.5523 22 18L22 6C22 5.44772 21.5523 5 21 5L13 5L13 8H11L11 5L3 5Z"/>
+</svg>
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-foldable_dark.svg b/artwork/resources/studio/icons/emulator/menu/mode-foldable_dark.svg
new file mode 100644
index 00000000000..4957ea6ed99
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-foldable_dark.svg
@@ -0,0 +1,19 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
+ <rect x="11" y="10" width="2" height="4" fill="#AFB1B3"/>
+ <path fill="#AFB1B3" d="M3 3L21 3C22.6569 3 24 4.34315 24 6L24 18C24 19.6569 22.6569 21 21 21L3 21C1.34315 21 0 19.6569 0 18L0 6C0 4.34315 1.34314 3 3 3ZM3 5C2.44772 5 2 5.44772 2 6L2 18C2 18.5523 2.44772 19 3 19L11 19L11 16H13L13 19L21 19C21.5523 19 22 18.5523 22 18L22 6C22 5.44772 21.5523 5 21 5L13 5L13 8H11L11 5L3 5Z"/>
+</svg>
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-phone.svg b/artwork/resources/studio/icons/emulator/menu/mode-phone.svg
new file mode 100644
index 00000000000..051ec663d76
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-phone.svg
@@ -0,0 +1,18 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path fill="#6E6E6E" fill-rule="evenodd" d="M16 1H8C6.34 1 5 2.34 5 4V20C5 21.66 6.34 23 8 23H16C17.66 23 19 21.66 19 20V4C19 2.34 17.66 1 16 1ZM14 21H10V20H14V21ZM6.75 18H17.25V4H6.75V18Z"/>
+</svg>
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-phone_dark.svg b/artwork/resources/studio/icons/emulator/menu/mode-phone_dark.svg
new file mode 100644
index 00000000000..edc056bae86
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-phone_dark.svg
@@ -0,0 +1,18 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path fill="#AFB1B3" fill-rule="evenodd" d="M16 1H8C6.34 1 5 2.34 5 4V20C5 21.66 6.34 23 8 23H16C17.66 23 19 21.66 19 20V4C19 2.34 17.66 1 16 1ZM14 21H10V20H14V21ZM6.75 18H17.25V4H6.75V18Z"/>
+</svg>
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-tablet.svg b/artwork/resources/studio/icons/emulator/menu/mode-tablet.svg
new file mode 100644
index 00000000000..a014081a048
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-tablet.svg
@@ -0,0 +1,18 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
+ <path fill="#6E6E6E" d="M21 4H3a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h18a2 2 0 0 0 1.99-2L23 6a2 2 0 0 0-2-2zm-2 14H5V6h14v12z"/>
+</svg>
diff --git a/artwork/resources/studio/icons/emulator/menu/mode-tablet_dark.svg b/artwork/resources/studio/icons/emulator/menu/mode-tablet_dark.svg
new file mode 100644
index 00000000000..8ac0695f4d4
--- /dev/null
+++ b/artwork/resources/studio/icons/emulator/menu/mode-tablet_dark.svg
@@ -0,0 +1,18 @@
+<!--
+ - Copyright (C) 2021 The Android Open Source Project
+ -
+ - Licensed under the Apache License, Version 2.0 (the "License");
+ - you may not use this file except in compliance with the License.
+ - You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
+ <path fill="#AFB1B3" d="M21 4H3a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h18a2 2 0 0 0 1.99-2L23 6a2 2 0 0 0-2-2zm-2 14H5V6h14v12z"/>
+</svg>