We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b8cd7 commit 51c5f77Copy full SHA for 51c5f77
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -1364,10 +1364,10 @@ function RemoteFunctions(config = {}) {
1364
`,
1365
1366
selectImageFromComputer: `
1367
- <svg viewBox="0 0 24 24" fill="currentColor" width="19" height="19">
1368
- <path d="M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"/>
1369
- </svg>
1370
- `,
+ <svg viewBox="0 0 24 24" fill="currentColor" width="19" height="19">
+ <path d="M11 5v6H5v2h6v6h2v-6h6v-2h-6V5h-2z"/>
+ </svg>
+ `,
1371
1372
downloadImage: `
1373
<svg viewBox="0 0 640 640" fill="currentColor">
0 commit comments