summaryrefslogtreecommitdiff
path: root/artwork
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2022-07-07 15:13:23 -0700
committerAlon Albert <aalbert@google.com>2022-07-08 02:27:52 +0000
commit01a0ae19f657ec5a229c415bba80366a562ea7bf (patch)
tree713ddc9f2e958b18869538cb55274b297e1ce2e6 /artwork
parent9a3c25ed476d63c0668e07f60e27d4b183df7d97 (diff)
downloadidea-01a0ae19f657ec5a229c415bba80366a562ea7bf.tar.gz
Add Delete Filter History Button
https://screenshot.googleplex.com/5EcrMmWFKEVSJU6.png Fixes: 238367817 Test: Manually Change-Id: Id115d37dc79254f8cc01f8d30ac5d407bbbd1ac9
Diffstat (limited to 'artwork')
-rw-r--r--artwork/gen/icons/StudioIcons.java3
-rw-r--r--artwork/resources/studio/icons/logcat/input/filter-history-delete.svg8
-rw-r--r--artwork/resources/studio/icons/logcat/input/filter-history-delete_dark.svg8
3 files changed, 18 insertions, 1 deletions
diff --git a/artwork/gen/icons/StudioIcons.java b/artwork/gen/icons/StudioIcons.java
index 328c66e7bec..3ace0f9c5ac 100644
--- a/artwork/gen/icons/StudioIcons.java
+++ b/artwork/gen/icons/StudioIcons.java
@@ -664,9 +664,10 @@ public class StudioIcons {
public static final Icon FAVORITE_FILLED = load("/studio/icons/logcat/input/favorite-filled.svg"); // 16x16
public static final Icon FAVORITE_OUTLINE_HOVER = load("/studio/icons/logcat/input/favorite-outline-hover.svg"); // 16x16
public static final Icon FAVORITE_OUTLINE = load("/studio/icons/logcat/input/favorite-outline.svg"); // 16x16
- public static final Icon FILTER_HISTORY = load("/studio/icons/logcat/input/filter-history.svg"); // 16x16
public static final Icon FAVORITE_POPUP_HOVER = load("/studio/icons/logcat/input/favorite-popup-hover.svg"); // 16x16
public static final Icon FAVORITE_FILLED_POPUP_HOVER = load("/studio/icons/logcat/input/favorite-filled-popup-hover.svg"); // 16x16
+ public static final Icon FILTER_HISTORY = load("/studio/icons/logcat/input/filter-history.svg"); // 16x16
+ public static final Icon FILTER_HISTORY_DELETE = load("/studio/icons/logcat/input/filter-history-delete.svg"); // 16x16
}
public static class Toolbar {
diff --git a/artwork/resources/studio/icons/logcat/input/filter-history-delete.svg b/artwork/resources/studio/icons/logcat/input/filter-history-delete.svg
new file mode 100644
index 00000000000..5f0e085619a
--- /dev/null
+++ b/artwork/resources/studio/icons/logcat/input/filter-history-delete.svg
@@ -0,0 +1,8 @@
+<!-- Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
+ <path
+ d="M7.99494337,8.70506958 L4.85408745,11.8540874 L4.14698067,11.1469807 L7.29493214,8.00505835 L4.14698067,4.85710688 L4.85408745,4.1500001 L8.00204181,7.29795446 L11.1439612,4.1500001 L11.851068,4.85710688 L8.70204624,7.99795888 L11.851068,11.1469807 L11.1439612,11.8540874 L7.99494337,8.70506958 Z"
+ fill="#ffffff"
+ fill-opacity=".8"
+ />
+</svg>
diff --git a/artwork/resources/studio/icons/logcat/input/filter-history-delete_dark.svg b/artwork/resources/studio/icons/logcat/input/filter-history-delete_dark.svg
new file mode 100644
index 00000000000..41e376af760
--- /dev/null
+++ b/artwork/resources/studio/icons/logcat/input/filter-history-delete_dark.svg
@@ -0,0 +1,8 @@
+<!-- Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
+ <path
+ d="M7.99494337,8.70506958 L4.85408745,11.8540874 L4.14698067,11.1469807 L7.29493214,8.00505835 L4.14698067,4.85710688 L4.85408745,4.1500001 L8.00204181,7.29795446 L11.1439612,4.1500001 L11.851068,4.85710688 L8.70204624,7.99795888 L11.851068,11.1469807 L11.1439612,11.8540874 L7.99494337,8.70506958 Z"
+ fill="#bbbbbb"
+ fill-opacity=".8"
+ />
+</svg>