mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 02:51:31 +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
12 lines
670 B
XML
12 lines
670 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect opacity="0.25" x="14" width="10" height="12" rx="2" transform="rotate(90 14 0)" fill="black" />
|
|
<g opacity="0.25" clip-path="url(#clip0_20908_12355)">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 16L11 12L9 12L9 5L7 5L7 12L5 12L8 16Z" fill="black" />
|
|
</g>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 16L11 12L9 12L9 5L7 5L7 12L5 12L8 16Z" fill="black" />
|
|
<defs>
|
|
<clipPath id="clip0_20908_12355">
|
|
<rect width="6" height="6" fill="white" transform="translate(5 10)" />
|
|
</clipPath>
|
|
</defs>
|
|
</svg> |