mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 06:41:42 +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
6 lines
470 B
XML
6 lines
470 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle opacity="0.2" cx="8" cy="8" r="8" fill="black" />
|
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
d="M8 2C7.44772 2 7 2.44772 7 3V8C7 8.377 7.20862 8.70528 7.51672 8.87568L10.4957 10.5956C10.974 10.8717 11.5856 10.7079 11.8617 10.2296C12.1379 9.75127 11.974 9.13968 11.4957 8.86354L9 7.42265V3C9 2.44772 8.55228 2 8 2Z"
|
|
fill="black" />
|
|
</svg> |