@prisma/cli 2.20.0 → 3.0.0-alpha.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/LICENSE +158 -0
- package/README.md +29 -28
- package/dist/adapters/config.js +74 -0
- package/dist/adapters/local-state.js +98 -0
- package/dist/adapters/mock-api.js +57 -0
- package/dist/adapters/token-storage.js +43 -0
- package/dist/cli.js +9 -0
- package/dist/cli2.js +59 -0
- package/dist/commands/app/index.js +223 -0
- package/dist/commands/auth/index.js +42 -0
- package/dist/commands/branch/index.js +51 -0
- package/dist/commands/project/index.js +45 -0
- package/dist/controllers/app.js +813 -0
- package/dist/controllers/auth.js +107 -0
- package/dist/controllers/branch.js +73 -0
- package/dist/controllers/project.js +214 -0
- package/dist/controllers/select-prompt-port.js +12 -0
- package/dist/lib/app/bun-project.js +39 -0
- package/dist/lib/app/env-vars.js +24 -0
- package/dist/lib/app/local-dev.js +149 -0
- package/dist/lib/app/preview-build.js +283 -0
- package/dist/lib/app/preview-interaction.js +38 -0
- package/dist/lib/app/preview-progress.js +139 -0
- package/dist/lib/app/preview-provider.js +232 -0
- package/dist/lib/auth/auth-ops.js +57 -0
- package/dist/lib/auth/client.js +22 -0
- package/dist/lib/auth/guard.js +34 -0
- package/dist/lib/auth/login.js +117 -0
- package/dist/output/patterns.js +93 -0
- package/dist/presenters/app.js +405 -0
- package/dist/presenters/auth.js +73 -0
- package/dist/presenters/branch.js +111 -0
- package/dist/presenters/project.js +84 -0
- package/dist/shell/command-meta.js +320 -0
- package/dist/shell/command-runner.js +33 -0
- package/dist/shell/errors.js +66 -0
- package/dist/shell/global-flags.js +25 -0
- package/dist/shell/help.js +78 -0
- package/dist/shell/output.js +54 -0
- package/dist/shell/prompt.js +31 -0
- package/dist/shell/runtime.js +51 -0
- package/dist/shell/ui.js +59 -0
- package/dist/use-cases/auth.js +70 -0
- package/dist/use-cases/branch.js +95 -0
- package/dist/use-cases/create-cli-gateways.js +93 -0
- package/dist/use-cases/project.js +75 -0
- package/package.json +49 -137
- package/build/child.js +0 -4110
- package/build/index.js +0 -104447
- package/build/public/demo.html +0 -17
- package/build/public/demoChunk.js +0 -2
- package/build/public/electron-darwin.html +0 -19
- package/build/public/electron-linux.html +0 -18
- package/build/public/electron-mac.html +0 -18
- package/build/public/electron-win.html +0 -17
- package/build/public/electron-win32.html +0 -18
- package/build/public/electron.html +0 -17
- package/build/public/electronBus.js +0 -2
- package/build/public/electronChunk.js +0 -2
- package/build/public/favicon/apple-touch-icon.png +0 -0
- package/build/public/favicon/favicon-16x16.png +0 -0
- package/build/public/favicon/favicon-32x32.png +0 -0
- package/build/public/favicon/prisma.png +0 -0
- package/build/public/fonts/Inter.ttf +0 -0
- package/build/public/fonts/RobotoMono.ttf +0 -0
- package/build/public/icons/.DS_Store +0 -0
- package/build/public/icons/alert.svg +0 -5
- package/build/public/icons/array.svg +0 -4
- package/build/public/icons/bin.svg +0 -37
- package/build/public/icons/boolean.svg +0 -4
- package/build/public/icons/check.svg +0 -3
- package/build/public/icons/chevron-down.svg +0 -3
- package/build/public/icons/code.svg +0 -4
- package/build/public/icons/cross.svg +0 -11
- package/build/public/icons/data-tool.svg +0 -5
- package/build/public/icons/database.svg +0 -4
- package/build/public/icons/datetime.svg +0 -4
- package/build/public/icons/double-arrow-right.svg +0 -4
- package/build/public/icons/download.svg +0 -4
- package/build/public/icons/ellipsis.svg +0 -10
- package/build/public/icons/enum.svg +0 -6
- package/build/public/icons/expand.svg +0 -4
- package/build/public/icons/eye.svg +0 -20
- package/build/public/icons/filters.svg +0 -5
- package/build/public/icons/folder.svg +0 -6
- package/build/public/icons/hamburger.svg +0 -4
- package/build/public/icons/icon.svg +0 -199
- package/build/public/icons/logo.svg +0 -199
- package/build/public/icons/logotype.svg +0 -4
- package/build/public/icons/number.svg +0 -7
- package/build/public/icons/object.svg +0 -5
- package/build/public/icons/play.svg +0 -6
- package/build/public/icons/plus.svg +0 -4
- package/build/public/icons/refresh.svg +0 -4
- package/build/public/icons/search.svg +0 -7
- package/build/public/icons/settings.svg +0 -8
- package/build/public/icons/string.svg +0 -4
- package/build/public/icons/tick-indeterminate.svg +0 -3
- package/build/public/icons/tick.svg +0 -4
- package/build/public/illustrations/.DS_Store +0 -0
- package/build/public/illustrations/empty.svg +0 -1
- package/build/public/illustrations/read.svg +0 -1
- package/build/public/illustrations/searching.svg +0 -1
- package/build/public/images/.DS_Store +0 -0
- package/build/public/images/icon-1024.png +0 -0
- package/build/public/index.html +0 -49
- package/build/public/main.31f688a6254e294d9128.css +0 -118
- package/build/public/main.31f688a6254e294d9128.css.map +0 -1
- package/build/public/main.364c712f32662ff0e43d.css +0 -116
- package/build/public/main.364c712f32662ff0e43d.css.map +0 -1
- package/build/public/main.42ef3fe7e97347765c91.css +0 -118
- package/build/public/main.42ef3fe7e97347765c91.css.map +0 -1
- package/build/public/main.503446defafe7aeca2f3.css +0 -116
- package/build/public/main.503446defafe7aeca2f3.css.map +0 -1
- package/build/public/main.c50a3b5980fe26f78b65.css +0 -118
- package/build/public/main.c50a3b5980fe26f78b65.css.map +0 -1
- package/build/public/main.cda25e5813776c2af295.css +0 -116
- package/build/public/main.cda25e5813776c2af295.css.map +0 -1
- package/build/public/main.dbac3b290f78404ff579.css +0 -116
- package/build/public/main.dbac3b290f78404ff579.css.map +0 -1
- package/build/public/main.f8ce44e122e5e2b8f778.css +0 -118
- package/build/public/main.f8ce44e122e5e2b8f778.css.map +0 -1
- package/build/public/main.fc9ea7521a4aecce1a77.css +0 -118
- package/build/public/main.fc9ea7521a4aecce1a77.css.map +0 -1
- package/build/public/main.js +0 -403
- package/build/public/main.js.map +0 -1
- package/build/public/mainChunk.0a84f3ba4d2ab481e877.css +0 -116
- package/build/public/mainChunk.1b327d58afbddc917bce.css +0 -118
- package/build/public/mainChunk.2cdf583b2bd51aa67587.css +0 -118
- package/build/public/mainChunk.544af00f7e9ffcbe782c.css +0 -118
- package/build/public/mainChunk.56f96a13868b2b4a53be.css +0 -118
- package/build/public/mainChunk.5cee429bfbf06e7ecb39.css +0 -118
- package/build/public/mainChunk.a862474ed4cdb421ffa2.css +0 -118
- package/build/public/mainChunk.ada34153c4911b5ac22b.css +0 -118
- package/build/public/mainChunk.c16a8d01b2c49b2f2751.css +0 -118
- package/build/public/mainChunk.ca4a878d5478b9320be8.css +0 -116
- package/build/public/mainChunk.e3adc8758b4395546cef.css +0 -116
- package/build/public/mainChunk.f2c59fcbfc455d8b9de5.css +0 -118
- package/build/public/mainChunk.js +0 -396
- package/build/public/preview.html +0 -16
- package/build/public/previewBus.js +0 -2
- package/build/public/previewChunk.js +0 -2
- package/build/public/projects.html +0 -86
- package/build/public/server.html +0 -16
- package/build/public/serverBus.js +0 -2
- package/build/public/serverChunk.js +0 -2
- package/build/public/splash.html +0 -17
- package/build/public/studioBundle.828f34b1781061528841.css +0 -118
- package/build/public/studioBundle.bfe9138b2e0293fcb7da.css +0 -118
- package/build/public/studioBundle.c5b256eede880e502aac.css +0 -118
- package/build/public/studioBundle.e43df511c8e2e368900a.css +0 -118
- package/build/public/studioBundle.e69382554c2a2942ae32.css +0 -118
- package/build/public/studioBundle.ee21aa56a3999a2b380b.css +0 -118
- package/build/public/studioBundle.js +0 -396
- package/build/public/vercel.html +0 -16
- package/build/public/vercelChunk.js +0 -2
- package/build/xdg-open +0 -1066
- package/install/index.js +0 -5
- package/preinstall/index.js +0 -71
- package/prisma-client/README.md +0 -27
- package/prisma-client/generator-build/.DS_Store +0 -0
- package/prisma-client/generator-build/index.js +0 -79697
- package/prisma-client/index-browser.js +0 -3
- package/prisma-client/index.d.ts +0 -1
- package/prisma-client/index.js +0 -11
- package/prisma-client/package.json +0 -138
- package/prisma-client/runtime/index-browser.d.ts +0 -267
- package/prisma-client/runtime/index-browser.js +0 -2273
- package/prisma-client/runtime/index.d.ts +0 -1018
- package/prisma-client/runtime/index.js +0 -35028
- package/prisma-client/scripts/backup-index-browser.js +0 -3
- package/prisma-client/scripts/backup-index.d.ts +0 -1
- package/prisma-client/scripts/backup-index.js +0 -11
- package/prisma-client/scripts/colors.js +0 -180
- package/prisma-client/scripts/default-index-browser.js +0 -12
- package/prisma-client/scripts/default-index.d.ts +0 -47
- package/prisma-client/scripts/default-index.js +0 -12
- package/prisma-client/scripts/get-packed-client.js +0 -12
- package/prisma-client/scripts/mock-fs.js +0 -14
- package/prisma-client/scripts/postinstall.d.ts +0 -5
- package/prisma-client/scripts/postinstall.js +0 -398
- package/scripts/install-entry.js +0 -8
- package/scripts/preinstall-entry.js +0 -9
package/build/public/demo.html
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"/><title>Prisma Studio</title><style>/* Local fonts to allow running 100% offline */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'Inter';
|
|
4
|
-
src: url('fonts/Inter.ttf') format('truetype');
|
|
5
|
-
font-weight: 100 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Roboto Mono';
|
|
10
|
-
src: url('fonts/RobotoMono.ttf') format('truetype');
|
|
11
|
-
font-weight: 100 700;
|
|
12
|
-
}</style><link href="main.f8ce44e122e5e2b8f778.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="main.js"></script></body><script>window.addEventListener('load', function (event) {
|
|
13
|
-
PrismaStudio.databrowser({
|
|
14
|
-
transport: 'http',
|
|
15
|
-
readonly: true,
|
|
16
|
-
})
|
|
17
|
-
})</script></html>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=106)}({106:function(e,t,n){n(24),e.exports=n(107)},107:function(e,t,n){"use strict";n.r(t);var r=n(46);const o=window.location.origin;window.transport=new r.a(`${o}/api/studio${location.search}`)},15:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},24:function(e,t,n){(function(e){("undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{}).SENTRY_RELEASE={id:"0.347.0"}}).call(this,n(15))},46:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));class r{constructor(e){this.requestIdCounter=0,this.baseUrl=e}connect(){return Promise.resolve()}disconnect(){return Promise.resolve()}reconnect(){return Promise.resolve()}request(e){const t=new URL(this.baseUrl);return new Promise((n,r)=>{const o=this.requestIdCounter;fetch(t.toString(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Object.assign({requestId:o},e))}).then(e=>200===e.status?e.json():(console.error("Non-200 Status Code in HTTPTransport.send. Body:",e.body),r({error:{message:"Error in HTTP Request",status:e.status,body:e.body},data:null}),Promise.reject())).then(e=>n(e.payload)).catch(e=>{}),this.requestIdCounter++})}onDisconnect(e){}}}});
|
|
2
|
-
//# sourceMappingURL=demoChunk.js.map
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"/><style>/* Local fonts to allow running 100% offline */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'Inter';
|
|
4
|
-
src: url('fonts/Inter.ttf') format('truetype');
|
|
5
|
-
font-weight: 100 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Roboto Mono';
|
|
10
|
-
src: url('fonts/RobotoMono.ttf') format('truetype');
|
|
11
|
-
font-weight: 100 700;
|
|
12
|
-
}</style><link href="main.f8ce44e122e5e2b8f778.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="main.js"></script></body><script>window.addEventListener('load', function (event) {
|
|
13
|
-
PrismaStudio.databrowser({
|
|
14
|
-
transport: 'electron',
|
|
15
|
-
headerLeftOffset: 76,
|
|
16
|
-
updates: true,
|
|
17
|
-
isBrowser: false,
|
|
18
|
-
})
|
|
19
|
-
})</script></html>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"/><style>/* Local fonts to allow running 100% offline */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'Inter';
|
|
4
|
-
src: url('fonts/Inter.ttf') format('truetype');
|
|
5
|
-
font-weight: 100 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Roboto Mono';
|
|
10
|
-
src: url('fonts/RobotoMono.ttf') format('truetype');
|
|
11
|
-
font-weight: 100 700;
|
|
12
|
-
}</style><link href="main.f8ce44e122e5e2b8f778.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="main.js"></script></body><script>window.addEventListener('load', function (event) {
|
|
13
|
-
PrismaStudio.databrowser({
|
|
14
|
-
transport: 'electron',
|
|
15
|
-
updates: true,
|
|
16
|
-
isBrowser: false,
|
|
17
|
-
})
|
|
18
|
-
})</script></html>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"/><style>/* Local fonts to allow running 100% offline */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "Inter";
|
|
4
|
-
src: url('fonts/Inter.ttf') format('truetype');
|
|
5
|
-
font-weight: 100 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: "Roboto Mono";
|
|
10
|
-
src: url("fonts/RobotoMono.ttf") format('truetype');
|
|
11
|
-
font-weight: 100 700;
|
|
12
|
-
}</style><link href="mainChunk.a862474ed4cdb421ffa2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div id="modal-root"></div><div id="dialog-root"></div><script src="mainChunk.js"></script></body><script>window.addEventListener('load', function (event) {
|
|
13
|
-
PrismaStudio.init({
|
|
14
|
-
headerLeftOffset: 76,
|
|
15
|
-
updates: true,
|
|
16
|
-
isBrowser: false
|
|
17
|
-
})
|
|
18
|
-
})</script></html>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"/><style>/* Local fonts to allow running 100% offline */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "Inter";
|
|
4
|
-
src: url('fonts/Inter.ttf') format('truetype');
|
|
5
|
-
font-weight: 100 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: "Roboto Mono";
|
|
10
|
-
src: url("fonts/RobotoMono.ttf") format('truetype');
|
|
11
|
-
font-weight: 100 700;
|
|
12
|
-
}</style><link href="mainChunk.a862474ed4cdb421ffa2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div id="modal-root"></div><div id="dialog-root"></div><script src="mainChunk.js"></script></body><script>window.addEventListener('load', function (event) {
|
|
13
|
-
PrismaStudio.init({
|
|
14
|
-
updates: true,
|
|
15
|
-
isBrowser: false
|
|
16
|
-
})
|
|
17
|
-
})</script></html>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"/><style>/* Local fonts to allow running 100% offline */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'Inter';
|
|
4
|
-
src: url('fonts/Inter.ttf') format('truetype');
|
|
5
|
-
font-weight: 100 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Roboto Mono';
|
|
10
|
-
src: url('fonts/RobotoMono.ttf') format('truetype');
|
|
11
|
-
font-weight: 100 700;
|
|
12
|
-
}</style><link href="main.f8ce44e122e5e2b8f778.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="main.js"></script></body><script>window.addEventListener('load', function (event) {
|
|
13
|
-
PrismaStudio.databrowser({
|
|
14
|
-
transport: 'electron',
|
|
15
|
-
updates: true,
|
|
16
|
-
isBrowser: false,
|
|
17
|
-
})
|
|
18
|
-
})</script></html>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"/><title>Prisma Studio</title><style>/* Local fonts to allow running 100% offline */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "Inter";
|
|
4
|
-
src: url('fonts/Inter.ttf') format('truetype');
|
|
5
|
-
font-weight: 100 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: "Roboto Mono";
|
|
10
|
-
src: url("fonts/RobotoMono.ttf") format('truetype');
|
|
11
|
-
font-weight: 100 700;
|
|
12
|
-
}</style><link href="mainChunk.0a84f3ba4d2ab481e877.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div id="modal-root"></div><div id="dialog-root"></div><script src="mainChunk.js"></script></body><script>window.addEventListener('load', function(event) {
|
|
13
|
-
PrismaStudio.init({
|
|
14
|
-
headerLeftOffset: 76,
|
|
15
|
-
updates: true
|
|
16
|
-
})
|
|
17
|
-
})</script></html>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=103)}({103:function(e,t,n){n(33),e.exports=n(107)},107:function(e,t,n){"use strict";n.r(t);const r=require("electron").ipcRenderer;window.transport=new class{constructor(){this.requestIdCounter=0,this.requests={},this.onIPCMessage=(e,t)=>{this.requests[t.requestId].resolve(t.payload),delete this.requests[t.requestId]},r.on("-photon",this.onIPCMessage),r.on("-project",this.onIPCMessage),r.on("-window",this.onIPCMessage),r.on("-update",this.onIPCMessage),r.on("-telemetry",this.onIPCMessage)}async connect(){return Promise.resolve()}async disconnect(){return Promise.resolve()}async reconnect(){return Promise.resolve()}request(e){const t=this.requestIdCounter;return this.requestIdCounter++,new Promise((n,o)=>{this.requests[t]={resolve:n,reject:o},r.send(e.channel,{requestId:t,action:e.action,payload:e.payload})})}onDisconnect(e){}}},17:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},33:function(e,t,n){(function(e){("undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{}).SENTRY_RELEASE={id:"0.313.0"}}).call(this,n(17))}});
|
|
2
|
-
//# sourceMappingURL=electronBus.js.map
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=104)}({104:function(e,t,n){n(24),e.exports=n(111)},111:function(e,t,n){"use strict";n.r(t);const r=require("electron").ipcRenderer;window.transport=new class{constructor(){this.requestIdCounter=0,this.requests={},this.onIPCMessage=(e,t)=>{this.requests[t.requestId].resolve(t.payload),delete this.requests[t.requestId]},r.on("-prisma",this.onIPCMessage),r.on("-project",this.onIPCMessage),r.on("-window",this.onIPCMessage),r.on("-update",this.onIPCMessage),r.on("-telemetry",this.onIPCMessage)}async connect(){return Promise.resolve()}async disconnect(){return Promise.resolve()}async reconnect(){return Promise.resolve()}request(e){const t=this.requestIdCounter;return this.requestIdCounter++,new Promise((n,o)=>{this.requests[t]={resolve:n,reject:o},r.send(e.channel,{requestId:t,action:e.action,payload:e.payload})})}onDisconnect(e){}}},15:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},24:function(e,t,n){(function(e){("undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{}).SENTRY_RELEASE={id:"0.347.0"}}).call(this,n(15))}});
|
|
2
|
-
//# sourceMappingURL=electronChunk.js.map
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M12 9V13" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M12 17H12.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="24"
|
|
3
|
-
height="24"
|
|
4
|
-
viewBox="0 0 24 24"
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
>
|
|
7
|
-
<g>
|
|
8
|
-
<path
|
|
9
|
-
d="M7 9H17V18C17 18.5523 16.5523 19 16 19H8C7.44772 19 7 18.5523 7 18V9Z"
|
|
10
|
-
stroke="currentColor"
|
|
11
|
-
strokeWidth="2"
|
|
12
|
-
/>
|
|
13
|
-
<path
|
|
14
|
-
d="M10.5 12V16"
|
|
15
|
-
stroke="currentColor"
|
|
16
|
-
strokeWidth="2"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
d="M19 9H5"
|
|
21
|
-
stroke="currentColor"
|
|
22
|
-
strokeWidth="2"
|
|
23
|
-
strokeLinecap="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M13.5 12V16"
|
|
27
|
-
stroke="currentColor"
|
|
28
|
-
strokeWidth="2"
|
|
29
|
-
strokeLinecap="round"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
d="M9 8C9 6.89543 9.89543 6 11 6H13C14.1046 6 15 6.89543 15 8V9H9V8Z"
|
|
33
|
-
stroke="currentColor"
|
|
34
|
-
strokeWidth="2"
|
|
35
|
-
/>
|
|
36
|
-
</g>
|
|
37
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.85714 5C3.07006 5 0 8.13402 0 12C0 15.866 3.07006 19 6.85714 19H17.143C20.9299 19 24 15.866 24 12C24 8.13402 20.9299 5 17.143 5H6.85714ZM6.85714 17.25C9.69746 17.25 12 14.8995 12 12C12 9.10051 9.69746 6.75 6.85714 6.75C4.01683 6.75 1.7143 9.10051 1.7143 12C1.7143 14.8995 4.01683 17.25 6.85714 17.25Z" />
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.41421 4.58579C10.1953 5.36684 10.1953 6.63317 9.41421 7.41421L4.82843 12L9.41421 16.5858C10.1953 17.3668 10.1953 18.6332 9.41421 19.4142C8.63317 20.1953 7.36684 20.1953 6.58579 19.4142L0.585786 13.4142C-0.195262 12.6332 -0.195262 11.3668 0.585786 10.5858L6.58579 4.58579C7.36684 3.80474 8.63317 3.80474 9.41421 4.58579ZM14.5858 4.58578C15.3669 3.80474 16.6332 3.80474 17.4142 4.58579L23.4142 10.5858C24.1953 11.3668 24.1953 12.6332 23.4142 13.4142L17.4142 19.4142C16.6332 20.1953 15.3669 20.1953 14.5858 19.4142C13.8048 18.6332 13.8048 17.3668 14.5858 16.5858L19.1716 12L14.5858 7.41421C13.8048 6.63316 13.8048 5.36683 14.5858 4.58578Z"/>
|
|
4
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="24"
|
|
3
|
-
height="24"
|
|
4
|
-
viewBox="0 0 24 24"
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
>
|
|
7
|
-
<path
|
|
8
|
-
d="M8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L8.70711 7.29289ZM15.7782 17.1924C16.1687 17.5829 16.8019 17.5829 17.1924 17.1924C17.5829 16.8019 17.5829 16.1687 17.1924 15.7782L15.7782 17.1924ZM7.29289 15.7782C6.90237 16.1687 6.90237 16.8019 7.29289 17.1924C7.68342 17.5829 8.31658 17.5829 8.70711 17.1924L7.29289 15.7782ZM17.1924 8.70711C17.5829 8.31658 17.5829 7.68342 17.1924 7.29289C16.8019 6.90237 16.1687 6.90237 15.7782 7.29289L17.1924 8.70711ZM7.29289 8.70711L15.7782 17.1924L17.1924 15.7782L8.70711 7.29289L7.29289 8.70711ZM8.70711 17.1924L17.1924 8.70711L15.7782 7.29289L7.29289 15.7782L8.70711 17.1924Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.2C0 3.53726 0.537258 3 1.2 3H22.8C23.4627 3 24 3.53726 24 4.2C24 4.86274 23.4627 5.4 22.8 5.4H1.2C0.537258 5.4 0 4.86274 0 4.2ZM8.4 9C8.4 8.33726 8.93726 7.8 9.6 7.8H22.8C23.4627 7.8 24 8.33726 24 9C24 9.66274 23.4627 10.2 22.8 10.2H9.6C8.93726 10.2 8.4 9.66274 8.4 9ZM8.4 13.8C8.4 13.1373 8.93726 12.6 9.6 12.6H22.8C23.4627 12.6 24 13.1373 24 13.8C24 14.4627 23.4627 15 22.8 15H9.6C8.93726 15 8.4 14.4627 8.4 13.8ZM8.4 18.6C8.4 17.9373 8.93726 17.4 9.6 17.4H22.8C23.4627 17.4 24 17.9373 24 18.6C24 19.2627 23.4627 19.8 22.8 19.8H9.6C8.93726 19.8 8.4 19.2627 8.4 18.6Z"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 9C0 8.33726 0.537258 7.8 1.2 7.8H4.8C5.46274 7.8 6 8.33726 6 9C6 9.66274 5.46274 10.2 4.8 10.2H1.2C0.537258 10.2 0 9.66274 0 9ZM0 13.8C0 13.1373 0.537258 12.6 1.2 12.6H4.8C5.46274 12.6 6 13.1373 6 13.8C6 14.4627 5.46274 15 4.8 15H1.2C0.537258 15 0 14.4627 0 13.8ZM0 18.6C0 17.9373 0.537258 17.4 1.2 17.4H4.8C5.46274 17.4 6 17.9373 6 18.6C6 19.2627 5.46274 19.8 4.8 19.8H1.2C0.537258 19.8 0 19.2627 0 18.6Z"/>
|
|
5
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"
|
|
3
|
-
d="M6.07487 4.69565C6.08912 4.71013 6.10534 4.7259 6.12379 4.74297C6.34243 4.94524 6.74438 5.1989 7.36983 5.44364C8.60966 5.9288 10.4231 6.26087 12.5 6.26087C14.5769 6.26087 16.3903 5.9288 17.6302 5.44364C18.2556 5.1989 18.6576 4.94524 18.8762 4.74297C18.8947 4.7259 18.9109 4.71013 18.9251 4.69565C18.9109 4.68117 18.8947 4.6654 18.8762 4.64833C18.6576 4.44606 18.2556 4.1924 17.6302 3.94766C16.3903 3.46251 14.5769 3.13043 12.5 3.13043C10.4231 3.13043 8.60966 3.46251 7.36983 3.94766C6.74438 4.1924 6.34243 4.44606 6.12379 4.64833C6.10534 4.6654 6.08912 4.68118 6.07487 4.69565ZM19 8.24474C18.8956 8.28978 18.79 8.3331 18.6835 8.37476C17.0279 9.02261 14.8414 9.3913 12.5 9.3913C10.1586 9.3913 7.97206 9.02261 6.31646 8.37476C6.21 8.3331 6.10442 8.28978 6 8.24474V11.9179C6.0198 11.9454 6.05703 11.99 6.12316 12.0515C6.3392 12.2525 6.73772 12.5053 7.36073 12.7495C8.59592 13.2336 10.4087 13.5652 12.5 13.5652C14.5913 13.5652 16.4041 13.2336 17.6393 12.7495C18.2623 12.5053 18.6608 12.2525 18.8768 12.0515C18.943 11.99 18.9802 11.9454 19 11.9179V8.24474ZM19 15.5543C18.899 15.5978 18.797 15.6397 18.6941 15.6801C17.0404 16.3282 14.8531 16.6957 12.5 16.6957C10.1469 16.6957 7.95964 16.3282 6.30594 15.6801C6.20304 15.6397 6.10098 15.5978 6 15.5543V19.2222C6.0198 19.2497 6.05703 19.2944 6.12316 19.3559C6.3392 19.5568 6.73772 19.8097 7.36073 20.0539C8.59592 20.5379 10.4087 20.8696 12.5 20.8696C14.5913 20.8696 16.4041 20.5379 17.6393 20.0539C18.2623 19.8097 18.6608 19.5568 18.8768 19.3559C18.943 19.2944 18.9802 19.2497 19 19.2222V15.5543ZM19.02 19.1894C19.0202 19.1894 19.0191 19.1922 19.0159 19.1979C19.0181 19.1922 19.0197 19.1894 19.02 19.1894ZM5.98002 19.1894C5.98028 19.1894 5.98189 19.1922 5.9841 19.1979C5.98087 19.1922 5.97977 19.1894 5.98002 19.1894ZM22 19.3043C22 20.3409 21.4622 21.1447 20.8732 21.6926C20.2836 22.241 19.5155 22.6625 18.6941 22.9844C17.0404 23.6325 14.8531 24 12.5 24C10.1469 24 7.95964 23.6325 6.30594 22.9844C5.4845 22.6625 4.71636 22.241 4.12684 21.6926C3.53779 21.1447 3 20.3409 3 19.3043V4.69565C3 3.65506 3.54431 2.85111 4.13357 2.30596C4.72458 1.75919 5.4942 1.3383 6.31646 1.01654C7.97206 0.368699 10.1586 0 12.5 0C14.8414 0 17.0279 0.368699 18.6835 1.01654C19.5058 1.3383 20.2754 1.75919 20.8664 2.30596C21.4557 2.85111 22 3.65506 22 4.69565V19.3043ZM19.0169 4.58424C19.0192 4.57853 19.0208 4.57569 19.021 4.5757C19.0213 4.5757 19.0202 4.57856 19.0169 4.58424ZM5.98309 4.58424C5.97983 4.57856 5.9787 4.5757 5.97896 4.5757C5.97921 4.57569 5.98084 4.57853 5.98309 4.58424Z" />
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M4 10V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V10H4ZM0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z" />
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 21"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5021 0.512563C11.8326 1.19598 11.8326 2.30402 12.5021 2.98744L19.8613 10.5L12.5021 18.0126C11.8326 18.696 11.8326 19.804 12.5021 20.4874C13.1716 21.1709 14.257 21.1709 14.9265 20.4874L23.4979 11.7374C24.1674 11.054 24.1674 9.94598 23.4979 9.26256L14.9265 0.512563C14.257 -0.170854 13.1716 -0.170854 12.5021 0.512563ZM0.502103 0.512563C-0.167368 1.19598 -0.167368 2.30402 0.502103 2.98744L7.86135 10.5L0.502103 18.0126C-0.167368 18.696 -0.167368 19.804 0.502103 20.4874C1.17157 21.1709 2.257 21.1709 2.92647 20.4874L11.4979 11.7374C12.1674 11.054 12.1674 9.94598 11.4979 9.26256L2.92647 0.512563C2.257 -0.170854 1.17157 -0.170854 0.502103 0.512563Z" />
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.875 16.9722L12 21.25M12 21.25L16.125 16.9722M12 21.25V11.625" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M20.8773 17.125C21.7462 16.5127 22.3978 15.6389 22.7375 14.6303C23.0773 13.6217 23.0874 12.5309 22.7666 11.5162C22.4458 10.5014 21.8107 9.6155 20.9534 8.987C20.0961 8.3585 19.0612 8.02011 17.999 8.02095H16.7398C16.4392 6.84701 15.8767 5.7567 15.0948 4.8321C14.3129 3.90751 13.3319 3.17272 12.2256 2.68306C11.1193 2.1934 9.91659 1.96162 8.70798 2.00518C7.49937 2.04873 6.31637 2.36649 5.24803 2.93452C4.1797 3.50255 3.25387 4.30606 2.54025 5.28455C1.82663 6.26304 1.34382 7.39102 1.12815 8.58356C0.912487 9.77611 0.969594 11.0021 1.29517 12.1694C1.62075 13.3366 2.20632 14.4146 3.00779 15.3222" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 4.8H0V0H24V4.8Z" />
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8 14.4H0V9.60001H16.8V14.4Z" />
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 24H0V19.2H24V24Z" />
|
|
6
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" fill="none"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.86662 2.4C9.86662 1.07452 10.9411 0 12.2666 0H21.5996C21.5997 0 21.5994 0 21.5996 0C21.925 0 22.2357 0.0647654 22.5187 0.182109C22.7997 0.298365 23.063 0.470282 23.292 0.697861C23.2954 0.701244 23.2988 0.704638 23.3021 0.708041C23.5297 0.93696 23.7016 1.20034 23.8179 1.48132C23.9384 1.7725 23.9991 2.08258 24 2.3928C24 2.3952 24 2.3976 24 2.4V11.7333C24 13.0588 22.9255 14.1333 21.6 14.1333C20.2745 14.1333 19.2 13.0588 19.2 11.7333V8.19411L16.0974 11.2967C16.0973 11.2968 16.0975 11.2966 16.0974 11.2967L8.19411 19.2H11.7334C13.0589 19.2 14.1334 20.2745 14.1334 21.6C14.1334 22.9255 13.0589 24 11.7334 24H2.40166C2.39926 24 2.3952 24 2.3928 24C2.07001 23.999 1.76221 23.9344 1.48132 23.8179C1.19024 23.6972 0.928057 23.5208 0.708041 23.3021C0.704638 23.2988 0.701244 23.2954 0.697861 23.292C0.470282 23.063 0.298365 22.7997 0.182109 22.5187C0.0647653 22.2357 0 21.9254 0 21.6C0 21.5999 0 21.6001 0 21.6V12.2667C0 10.9412 1.07452 9.86666 2.4 9.86666C3.72548 9.86666 4.8 10.9412 4.8 12.2667V15.8059L7.90263 12.7033C7.90273 12.7032 7.90252 12.7034 7.90263 12.7033L12.7029 7.90294C12.703 7.90284 12.7028 7.90305 12.7029 7.90294L15.8059 4.8H12.2666C10.9411 4.8 9.86662 3.72548 9.86662 2.4Z" fill="black"/>
|
|
4
|
-
</svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
width="24"
|
|
3
|
-
height="24"
|
|
4
|
-
viewBox="0 0 24 24"
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
>
|
|
7
|
-
<g>
|
|
8
|
-
<path
|
|
9
|
-
d="M6 12C6 12 8.18182 8 12 8C15.8182 8 18 12 18 12C18 12 15.8182 16 12 16C8.18182 16 6 12 6 12Z"
|
|
10
|
-
stroke="currentColor"
|
|
11
|
-
strokeWidth="2"
|
|
12
|
-
strokeLinecap="round"
|
|
13
|
-
strokeLinejoin="round"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
17
|
-
fill="currentColor"
|
|
18
|
-
/>
|
|
19
|
-
</g>
|
|
20
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 3.33333C0 1.49239 1.53503 0 3.42857 0H20.5714C22.465 0 24 1.49241 24 3.33333V6.66667C24 8.50759 22.465 10 20.5714 10H3.42857C1.53503 10 0 8.50761 0 6.66667V3.33333ZM20.5714 3.33333H3.42857V6.66667H20.5714V3.33333Z"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 17.3333C0 15.4924 1.53503 14 3.42857 14H20.5714C22.465 14 24 15.4924 24 17.3333V20.6667C24 22.5076 22.465 24 20.5714 24H3.42857C1.53505 24 0 22.5077 0 20.6667V17.3333ZM20.5714 17.3333H3.42857V20.6667H20.5714V17.3333Z"/>
|
|
5
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
viewBox="0 0 24 24"
|
|
3
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
-
>
|
|
5
|
-
<path d="m23.968743,20.378119c0,0.634822 -0.252181,1.243672 -0.701129,1.69262c-0.448948,0.448948 -1.057797,0.701129 -1.69262,0.701129l-19.149988,0c-0.634858,0 -1.24372,-0.252181 -1.692632,-0.701129c-0.448924,-0.448948 -0.701117,-1.057797 -0.701117,-1.69262l0,-16.75624c0,-0.634858 0.252193,-1.24372 0.701117,-1.692632c0.448912,-0.448924 1.057774,-0.701117 1.692632,-0.701117l5.984371,0l2.393749,3.590623l10.771868,0c0.634822,0 1.243672,0.252193 1.69262,0.701117c0.448948,0.448912 0.701129,1.057774 0.701129,1.692632l0,13.165617z"/>
|
|
6
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M24 10H0V6H24V10Z" fill="currentColor" />
|
|
3
|
-
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M24 18H0V14H24V18Z" fill="currentColor" />
|
|
4
|
-
</svg>
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="118" width="203" height="104">
|
|
3
|
-
<rect y="118" width="203" height="104" fill="url(#paint0_linear)"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<g mask="url(#mask0)">
|
|
6
|
-
<ellipse cx="101.5" cy="168" rx="101.5" ry="41" fill="url(#paint1_radial)"/>
|
|
7
|
-
</g>
|
|
8
|
-
<path d="M101.5 197.089C149.273 197.089 188 180.421 188 159.861V131.392H15V159.861C15 180.421 53.7274 197.089 101.5 197.089Z" fill="url(#paint2_linear)"/>
|
|
9
|
-
<ellipse cx="101.5" cy="131.392" rx="86.5" ry="30.6582" fill="url(#paint3_linear)"/>
|
|
10
|
-
<ellipse cx="101.5" cy="131.392" rx="86.5" ry="30.6582" fill="url(#paint4_radial)" fill-opacity="0.44"/>
|
|
11
|
-
<path d="M101.5 157.671C146.854 157.671 183.62 144.892 183.62 129.13V107.304H19.3798V129.13C19.3798 144.892 56.1463 157.671 101.5 157.671Z" fill="url(#paint5_linear)"/>
|
|
12
|
-
<path d="M101.5 157.671C146.854 157.671 183.62 144.892 183.62 129.13V107.304H19.3798V129.13C19.3798 144.892 56.1463 157.671 101.5 157.671Z" fill="#C6D4DB" fill-opacity="0.284"/>
|
|
13
|
-
<path opacity="0.5" d="M101.5 148.671C146.854 148.671 183.62 135.892 183.62 120.13V98.3038H19.3798V120.13C19.3798 135.892 56.1463 148.671 101.5 148.671Z" fill="url(#paint6_linear)"/>
|
|
14
|
-
<path d="M101.5 144.532C149.273 144.532 188 130.436 188 113.048V83.2152H15V113.048C15 130.436 53.7274 144.532 101.5 144.532Z" fill="url(#paint7_linear)"/>
|
|
15
|
-
<ellipse cx="101.5" cy="81.0253" rx="86.5" ry="32.8481" fill="url(#paint8_linear)"/>
|
|
16
|
-
<ellipse cx="101.5" cy="81.0253" rx="86.5" ry="32.8481" fill="url(#paint9_radial)" fill-opacity="0.44"/>
|
|
17
|
-
<path d="M101.5 109.494C146.854 109.494 183.62 96.1597 183.62 79.7114V56.9367H19.3798V79.7114C19.3798 96.1597 56.1463 109.494 101.5 109.494Z" fill="url(#paint10_linear)"/>
|
|
18
|
-
<path d="M101.5 109.494C146.854 109.494 183.62 96.1597 183.62 79.7114V56.9367H19.3798V79.7114C19.3798 96.1597 56.1463 109.494 101.5 109.494Z" fill="#C6D4DB" fill-opacity="0.284"/>
|
|
19
|
-
<path opacity="0.5" d="M101.5 99.4937C146.854 99.4937 183.62 86.1597 183.62 69.7114V46.9367H19.3798V69.7114C19.3798 86.1597 56.1463 99.4937 101.5 99.4937Z" fill="url(#paint11_linear)"/>
|
|
20
|
-
<path d="M101.5 95.1936C149.273 95.1936 188 80.8865 188 63.2378V32.9574H15V63.2378C15 80.8865 53.7274 95.1936 101.5 95.1936Z" fill="url(#paint12_linear)"/>
|
|
21
|
-
<ellipse cx="101.5" cy="31.9558" rx="86.5" ry="31.9558" fill="url(#paint13_linear)"/>
|
|
22
|
-
<path d="M186.5 31.9558C186.5 35.776 184.409 39.6018 180.216 43.2647C176.025 46.9249 169.875 50.2893 162.145 53.1449C146.697 58.8518 125.256 62.4116 101.5 62.4116C77.7438 62.4116 56.3028 58.8518 40.8551 53.1449C33.1253 50.2893 26.9749 46.9249 22.7844 43.2647C18.5906 39.6018 16.5 35.776 16.5 31.9558C16.5 28.1357 18.5906 24.3099 22.7844 20.6469C26.9749 16.9867 33.1253 13.6223 40.8551 10.7667C56.3028 5.0598 77.7438 1.5 101.5 1.5C125.256 1.5 146.697 5.0598 162.145 10.7667C169.875 13.6223 176.025 16.9867 180.216 20.6469C184.409 24.3099 186.5 28.1357 186.5 31.9558Z" stroke="url(#paint14_radial)" stroke-opacity="0.46" stroke-width="3"/>
|
|
23
|
-
<mask id="mask1" mask-type="alpha" maskUnits="userSpaceOnUse" x="15" y="0" width="173" height="198">
|
|
24
|
-
<path d="M101.5 197.089C149.273 197.089 188 180.421 188 159.861V131.392H15V159.861C15 180.421 53.7274 197.089 101.5 197.089Z" fill="url(#paint15_linear)"/>
|
|
25
|
-
<path d="M188 131.392C188 148.324 149.273 162.051 101.5 162.051C53.7274 162.051 15 148.324 15 131.392C15 114.46 53.7274 100.734 101.5 100.734C149.273 100.734 188 114.46 188 131.392Z" fill="url(#paint16_linear)"/>
|
|
26
|
-
<path d="M101.5 157.671C146.854 157.671 183.62 144.892 183.62 129.13V107.304H19.3797V129.13C19.3797 144.892 56.1462 157.671 101.5 157.671Z" fill="url(#paint17_linear)"/>
|
|
27
|
-
<path d="M101.5 144.532C149.273 144.532 188 130.436 188 113.048V83.2152H15V113.048C15 130.436 53.7274 144.532 101.5 144.532Z" fill="url(#paint18_linear)"/>
|
|
28
|
-
<path d="M188 81.0253C188 99.1668 149.273 113.873 101.5 113.873C53.7274 113.873 15 99.1668 15 81.0253C15 62.8838 53.7274 48.1772 101.5 48.1772C149.273 48.1772 188 62.8838 188 81.0253Z" fill="url(#paint19_linear)"/>
|
|
29
|
-
<path d="M101.5 109.494C146.854 109.494 183.62 96.1597 183.62 79.7114V56.9367H19.3797V79.7114C19.3797 96.1597 56.1462 109.494 101.5 109.494Z" fill="url(#paint20_linear)"/>
|
|
30
|
-
<path d="M101.5 95.1936C149.273 95.1936 188 80.8865 188 63.2378V32.9574H15V63.2378C15 80.8865 53.7274 95.1936 101.5 95.1936Z" fill="url(#paint21_linear)"/>
|
|
31
|
-
<path d="M188 31.9558C188 49.6045 149.273 63.9116 101.5 63.9116C53.7274 63.9116 15 49.6045 15 31.9558C15 14.3071 53.7274 0 101.5 0C149.273 0 188 14.3071 188 31.9558Z" fill="url(#paint22_linear)"/>
|
|
32
|
-
</mask>
|
|
33
|
-
<g mask="url(#mask1)">
|
|
34
|
-
<g filter="url(#filter0_d)">
|
|
35
|
-
<rect x="88" y="85" width="160" height="160" rx="20" fill="white"/>
|
|
36
|
-
</g>
|
|
37
|
-
</g>
|
|
38
|
-
<g filter="url(#filter1_d)">
|
|
39
|
-
<rect x="88" y="85" width="160" height="160" rx="20" fill="white"/>
|
|
40
|
-
<rect x="88" y="85" width="160" height="160" rx="20" fill="#9F6BF4"/>
|
|
41
|
-
<rect x="88" y="85" width="160" height="160" rx="20" fill="url(#paint23_linear)" fill-opacity="0.384"/>
|
|
42
|
-
<rect x="88" y="85" width="160" height="160" rx="20" fill="url(#paint24_radial)" fill-opacity="0.556"/>
|
|
43
|
-
</g>
|
|
44
|
-
<mask id="mask2" mask-type="alpha" maskUnits="userSpaceOnUse" x="88" y="85" width="160" height="160">
|
|
45
|
-
<rect x="88" y="85" width="160" height="160" rx="20" fill="url(#paint25_linear)"/>
|
|
46
|
-
</mask>
|
|
47
|
-
<g mask="url(#mask2)">
|
|
48
|
-
<rect opacity="0.344" x="90" y="87" width="156" height="156" rx="18" stroke="url(#paint26_linear)" stroke-width="4"/>
|
|
49
|
-
</g>
|
|
50
|
-
<g filter="url(#filter2_d)">
|
|
51
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M203.255 193.241L156.13 207.178C154.691 207.605 153.311 206.359 153.613 204.906L170.449 124.283C170.763 122.774 172.847 122.535 173.505 123.932L204.676 190.123C205.264 191.373 204.593 192.845 203.255 193.241ZM211.337 189.952L175.245 113.31V113.309C174.34 111.393 172.451 110.128 170.31 110.01C168.114 109.883 166.146 110.942 165.036 112.745L125.892 176.145C124.68 178.121 124.703 180.558 125.961 182.509L145.095 212.15C146.235 213.919 148.211 214.943 150.265 214.943C150.847 214.943 151.433 214.86 152.008 214.69L207.549 198.263C209.25 197.76 210.642 196.556 211.37 194.961C212.095 193.364 212.084 191.539 211.337 189.952Z" fill="white"/>
|
|
52
|
-
</g>
|
|
53
|
-
<defs>
|
|
54
|
-
<filter id="filter0_d" x="46" y="46" width="244" height="244" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
55
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
56
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
57
|
-
<feOffset dy="3"/>
|
|
58
|
-
<feGaussianBlur stdDeviation="21"/>
|
|
59
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.0319445 0 0 0 0 0.133355 0 0 0 0 0.191667 0 0 0 0.794 0"/>
|
|
60
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
|
61
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
62
|
-
</filter>
|
|
63
|
-
<filter id="filter1_d" x="80" y="80" width="176" height="176" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
64
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
65
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
66
|
-
<feOffset dy="3"/>
|
|
67
|
-
<feGaussianBlur stdDeviation="4"/>
|
|
68
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.0470588 0 0 0 0 0.203922 0 0 0 0 0.294118 0 0 0 0.15 0"/>
|
|
69
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
|
70
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
71
|
-
</filter>
|
|
72
|
-
<filter id="filter2_d" x="121" y="109" width="94.9055" height="112.943" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
73
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
74
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
75
|
-
<feOffset dy="3"/>
|
|
76
|
-
<feGaussianBlur stdDeviation="2"/>
|
|
77
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.338422 0 0 0 0 0.219878 0 0 0 0 0.620833 0 0 0 0.444 0"/>
|
|
78
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
|
79
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
80
|
-
</filter>
|
|
81
|
-
<linearGradient id="paint0_linear" x1="47" y1="170" x2="25" y2="129" gradientUnits="userSpaceOnUse">
|
|
82
|
-
<stop stop-color="#C4C4C4"/>
|
|
83
|
-
<stop offset="1" stop-color="#C4C4C4" stop-opacity="0"/>
|
|
84
|
-
</linearGradient>
|
|
85
|
-
<radialGradient id="paint1_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(101.5 168) rotate(90) scale(41 101.5)">
|
|
86
|
-
<stop offset="0.604167" stop-color="#071B29"/>
|
|
87
|
-
<stop offset="0.848958" stop-color="#071B29" stop-opacity="0.17"/>
|
|
88
|
-
<stop offset="1" stop-color="#071B29" stop-opacity="0"/>
|
|
89
|
-
</radialGradient>
|
|
90
|
-
<linearGradient id="paint2_linear" x1="15" y1="120.817" x2="188" y2="120.817" gradientUnits="userSpaceOnUse">
|
|
91
|
-
<stop stop-color="#B4C5CD"/>
|
|
92
|
-
<stop offset="0.718232" stop-color="#6C8A98"/>
|
|
93
|
-
<stop offset="1" stop-color="#6B8692"/>
|
|
94
|
-
</linearGradient>
|
|
95
|
-
<linearGradient id="paint3_linear" x1="158.777" y1="89.342" x2="70.9863" y2="170.925" gradientUnits="userSpaceOnUse">
|
|
96
|
-
<stop stop-color="#648697"/>
|
|
97
|
-
<stop offset="1" stop-color="#B8CCD5"/>
|
|
98
|
-
</linearGradient>
|
|
99
|
-
<radialGradient id="paint4_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(53 162.169) rotate(-140.974) scale(48.9146 41.9724)">
|
|
100
|
-
<stop stop-color="white"/>
|
|
101
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
102
|
-
</radialGradient>
|
|
103
|
-
<linearGradient id="paint5_linear" x1="19.3798" y1="99.1961" x2="183.62" y2="99.1961" gradientUnits="userSpaceOnUse">
|
|
104
|
-
<stop stop-color="#183C56"/>
|
|
105
|
-
<stop offset="0.286458" stop-color="#335D7B"/>
|
|
106
|
-
<stop offset="1" stop-color="#082133"/>
|
|
107
|
-
</linearGradient>
|
|
108
|
-
<linearGradient id="paint6_linear" x1="19.3798" y1="90.1961" x2="183.62" y2="90.1961" gradientUnits="userSpaceOnUse">
|
|
109
|
-
<stop stop-color="#183C56"/>
|
|
110
|
-
<stop offset="0.286458" stop-color="#335D7B"/>
|
|
111
|
-
<stop offset="1" stop-color="#082133"/>
|
|
112
|
-
</linearGradient>
|
|
113
|
-
<linearGradient id="paint7_linear" x1="15" y1="80.0289" x2="188" y2="80.0289" gradientUnits="userSpaceOnUse">
|
|
114
|
-
<stop stop-color="#B4C5CD"/>
|
|
115
|
-
<stop offset="0.718232" stop-color="#6C8A98"/>
|
|
116
|
-
<stop offset="1" stop-color="#6B8692"/>
|
|
117
|
-
</linearGradient>
|
|
118
|
-
<linearGradient id="paint8_linear" x1="158.777" y1="35.9713" x2="65.4097" y2="116.952" gradientUnits="userSpaceOnUse">
|
|
119
|
-
<stop stop-color="#648697"/>
|
|
120
|
-
<stop offset="1" stop-color="#B8CCD5"/>
|
|
121
|
-
</linearGradient>
|
|
122
|
-
<radialGradient id="paint9_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(53 114) rotate(-139.028) scale(50.3289 43.7067)">
|
|
123
|
-
<stop stop-color="white"/>
|
|
124
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
125
|
-
</radialGradient>
|
|
126
|
-
<linearGradient id="paint10_linear" x1="19.3798" y1="48.4765" x2="183.62" y2="48.4765" gradientUnits="userSpaceOnUse">
|
|
127
|
-
<stop stop-color="#183C56"/>
|
|
128
|
-
<stop offset="0.286458" stop-color="#335D7B"/>
|
|
129
|
-
<stop offset="1" stop-color="#082133"/>
|
|
130
|
-
</linearGradient>
|
|
131
|
-
<linearGradient id="paint11_linear" x1="19.3798" y1="38.4765" x2="183.62" y2="38.4765" gradientUnits="userSpaceOnUse">
|
|
132
|
-
<stop stop-color="#183C56"/>
|
|
133
|
-
<stop offset="0.286458" stop-color="#335D7B"/>
|
|
134
|
-
<stop offset="1" stop-color="#082133"/>
|
|
135
|
-
</linearGradient>
|
|
136
|
-
<linearGradient id="paint12_linear" x1="15" y1="29.7234" x2="188" y2="29.7234" gradientUnits="userSpaceOnUse">
|
|
137
|
-
<stop stop-color="#B4C5CD"/>
|
|
138
|
-
<stop offset="0.718232" stop-color="#6C8A98"/>
|
|
139
|
-
<stop offset="1" stop-color="#6B8692"/>
|
|
140
|
-
</linearGradient>
|
|
141
|
-
<linearGradient id="paint13_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
142
|
-
<stop stop-color="#B9CAD2"/>
|
|
143
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
144
|
-
</linearGradient>
|
|
145
|
-
<radialGradient id="paint14_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(40 59) rotate(-34.7432) scale(75.452 204.238)">
|
|
146
|
-
<stop stop-color="white"/>
|
|
147
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
148
|
-
</radialGradient>
|
|
149
|
-
<linearGradient id="paint15_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
150
|
-
<stop stop-color="#B9CAD2"/>
|
|
151
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
152
|
-
</linearGradient>
|
|
153
|
-
<linearGradient id="paint16_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
154
|
-
<stop stop-color="#B9CAD2"/>
|
|
155
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
156
|
-
</linearGradient>
|
|
157
|
-
<linearGradient id="paint17_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
158
|
-
<stop stop-color="#B9CAD2"/>
|
|
159
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
160
|
-
</linearGradient>
|
|
161
|
-
<linearGradient id="paint18_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
162
|
-
<stop stop-color="#B9CAD2"/>
|
|
163
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
164
|
-
</linearGradient>
|
|
165
|
-
<linearGradient id="paint19_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
166
|
-
<stop stop-color="#B9CAD2"/>
|
|
167
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
168
|
-
</linearGradient>
|
|
169
|
-
<linearGradient id="paint20_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
170
|
-
<stop stop-color="#B9CAD2"/>
|
|
171
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
172
|
-
</linearGradient>
|
|
173
|
-
<linearGradient id="paint21_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
174
|
-
<stop stop-color="#B9CAD2"/>
|
|
175
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
176
|
-
</linearGradient>
|
|
177
|
-
<linearGradient id="paint22_linear" x1="159.946" y1="7.42117" x2="83.8821" y2="89.788" gradientUnits="userSpaceOnUse">
|
|
178
|
-
<stop stop-color="#B9CAD2"/>
|
|
179
|
-
<stop offset="1" stop-color="#DBE6EB"/>
|
|
180
|
-
</linearGradient>
|
|
181
|
-
<linearGradient id="paint23_linear" x1="254.78" y1="236.186" x2="132.746" y2="147.373" gradientUnits="userSpaceOnUse">
|
|
182
|
-
<stop stop-color="#0C344B"/>
|
|
183
|
-
<stop offset="1" stop-color="#0C344B" stop-opacity="0"/>
|
|
184
|
-
</linearGradient>
|
|
185
|
-
<radialGradient id="paint24_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(121.22 99.2373) rotate(51.1641) scale(241.091 222.734)">
|
|
186
|
-
<stop offset="0.530424" stop-color="#0C344B" stop-opacity="0"/>
|
|
187
|
-
<stop offset="1" stop-color="#0C344B"/>
|
|
188
|
-
</radialGradient>
|
|
189
|
-
<linearGradient id="paint25_linear" x1="97" y1="90" x2="237" y2="245" gradientUnits="userSpaceOnUse">
|
|
190
|
-
<stop offset="0.194269" stop-color="white"/>
|
|
191
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
192
|
-
</linearGradient>
|
|
193
|
-
<linearGradient id="paint26_linear" x1="88" y1="165" x2="176" y2="85" gradientUnits="userSpaceOnUse">
|
|
194
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
195
|
-
<stop offset="0.392534" stop-color="white"/>
|
|
196
|
-
<stop offset="0.821267" stop-color="white" stop-opacity="0"/>
|
|
197
|
-
</linearGradient>
|
|
198
|
-
</defs>
|
|
199
|
-
</svg>
|