[DevToolsIcons] Update console toolbar icons
Screenshot: https://imgur.com/a/BdVLpdA
Bug: 1427397
Change-Id: Ib14f5cead89fffb36280fd7b72c383b072cd8dfd
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4386721
Commit-Queue: Kateryna Prokopenko <[email protected]>
Reviewed-by: Danil Somsikov <[email protected]>
diff --git a/front_end/ui/legacy/ActionRegistration.ts b/front_end/ui/legacy/ActionRegistration.ts
index 5efd36b..f8605ea 100644
--- a/front_end/ui/legacy/ActionRegistration.ts
+++ b/front_end/ui/legacy/ActionRegistration.ts
@@ -227,8 +227,8 @@
LARGEICON_START_RECORDING = 'largeicon-start-recording',
LARGEICON_STOP_RECORDING = 'largeicon-stop-recording',
LARGEICON_REFRESH = 'largeicon-refresh',
- LARGEICON_CLEAR = 'largeicon-clear',
- LARGEICON_VISIBILITY = 'largeicon-visibility',
+ CLEAR = 'clear',
+ EYE = 'eye',
LARGEICON_PHONE = 'devices',
LARGEICON_PLAY = 'largeicon-play',
LARGEICON_DOWNLOAD = 'largeicon-download',