enso/app/ide-desktop/lib/assets/windows_key.svg
somebody1234 f1c224e62e
New context menu (#7431)
Closes https://github.com/enso-org/cloud-v2/issues/560
- New context menu
- Global keyboard shortcut handler
- Moves the existing "escape" keybindings (close modal, cancel editing names) to global keybind handlers

# Important Notes
- The "Upload To Cloud" action is not present in the Figma design. As such:
- Its current icon is an edit of the "cloud_from" icon, with the arrow upside down
- It does not have a corresponding keyboard shortcut
2023-08-10 15:31:53 +00:00

11 lines
529 B
XML

<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path clip-path="url(#clip_windows)" d="M2 3.3l9-1.3v9l-9-1.3" fill="black" />
<defs>
<clipPath id="clip_windows">
<rect width="5.8" height="6.3" fill="white" />
<rect x="6.2" width="6" height="6.3" fill="white" />
<rect y="6.7" width="5.8" height="6.3" fill="white" />
<rect x="6.2" y="6.7" width="6" height="6.3" fill="white" />
</clipPath>
</defs>
</svg>