[sources] Update the "Disable breakpoints" icon to GM3.

Screenshot: https://imgur.com/409qntT.png
Bug: chromium:1427397, chromium:1428917
Change-Id: I0f6f0b4717e7d100503d3cb52778dbf1daa41772
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4381793
Commit-Queue: Kateryna Prokopenko <[email protected]>
Reviewed-by: Kateryna Prokopenko <[email protected]>
Auto-Submit: Benedikt Meurer <[email protected]>
diff --git a/front_end/ui/legacy/ActionRegistration.ts b/front_end/ui/legacy/ActionRegistration.ts
index 1ff124e..3dfd41f 100644
--- a/front_end/ui/legacy/ActionRegistration.ts
+++ b/front_end/ui/legacy/ActionRegistration.ts
@@ -240,7 +240,8 @@
   LARGE_ICON_STEP_INTO = 'step-into',
   LARGE_ICON_STEP = 'step',
   LARGE_ICON_STEP_OUT = 'step-out',
-  LARGE_ICON_DEACTIVATE_BREAKPOINTS = 'largeicon-deactivate-breakpoints',
+  BREAKPOINT_CROSSED_FILLED = 'breakpoint-crossed-filled',
+  BREAKPOINT_CROSSED = 'breakpoint-crossed',
   LARGE_ICON_ADD = 'largeicon-add',
 }