mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 03:02:14 +03:00
f1c224e62e
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
11 lines
529 B
XML
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> |