@deephaven/code-studio 0.27.1-beta.3 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/assets/cursor-linker-not-allowed.7a84bf1f.svg +11 -0
- package/build/assets/{index.31e0c331.css → index.6d40befa.css} +1 -1
- package/build/assets/index.e804246f.js +47 -0
- package/build/assets/index.e804246f.js.map +1 -0
- package/build/index.html +3 -3
- package/package.json +26 -26
- package/build/assets/index.a4955cea.js +0 -47
- package/build/assets/index.a4955cea.js.map +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Not-Allowed-Cursor">
|
|
3
|
+
<path id="Combined Shape Copy 10" fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M10 0H6V6H0V10H6V16H10V10H16V6H10V0Z" fill="white" />
|
|
5
|
+
<path id="Combined Shape Copy 11" fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M9 1H7V7H1V9H7V15H9V9H15V7H9V1Z" fill="black" />
|
|
7
|
+
<path id="Union"
|
|
8
|
+
d="M15.3579 17.6559L23.3441 25.6421C22.5017 26.1091 21.5325 26.375 20.5 26.375C17.2553 26.375 14.625 23.7447 14.625 20.5C14.625 19.4675 14.8909 18.4983 15.3579 17.6559ZM26.375 20.5C26.375 21.5324 26.1092 22.5015 25.6422 23.3439L17.6561 15.3578C18.4985 14.8908 19.4676 14.625 20.5 14.625C23.7447 14.625 26.375 17.2553 26.375 20.5ZM20.5 29.625C25.5396 29.625 29.625 25.5396 29.625 20.5C29.625 15.4604 25.5396 11.375 20.5 11.375C15.4604 11.375 11.375 15.4604 11.375 20.5C11.375 25.5396 15.4604 29.625 20.5 29.625Z"
|
|
9
|
+
fill="black" stroke="white" stroke-width="1.25" />
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|