enso/app/ide-desktop/lib/assets/text.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

7 lines
416 B
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect opacity="0.45" x="2" width="12" height="16" rx="2" fill="black" />
<rect x="4" y="2" width="5" height="2" fill="black" />
<rect x="4" y="5" width="8" height="2" fill="black" />
<rect x="4" y="8" width="8" height="2" fill="black" />
<rect x="4" y="11" width="6" height="2" fill="black" />
</svg>