SQL Operations Studio Public Preview 1 (0.23) release source code
34
src/sql/media/actionBarLabel.css
Normal file
@@ -0,0 +1,34 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/* Activity Bar - connection */
|
||||
.monaco-workbench > .activitybar > .content > .monaco-action-bar .action-label.connectionViewlet {
|
||||
-webkit-mask: url('icons/server_page_inverse.svg') no-repeat 50% 50%;
|
||||
-webkit-mask-size: 25px 25px;
|
||||
}
|
||||
|
||||
/* Activity Bar - task history */
|
||||
.monaco-workbench > .activitybar > .content > .monaco-action-bar .action-label.taskHistoryViewlet {
|
||||
-webkit-mask: url('icons/run_history_inverse.svg') no-repeat 50% 50%;
|
||||
-webkit-mask-size: 25px 25px;
|
||||
}
|
||||
|
||||
/* Activity Bar - explore */
|
||||
.monaco-workbench > .activitybar > .content > .monaco-action-bar .action-label.explore {
|
||||
-webkit-mask: url('icons/file_inverse.svg') no-repeat 50% 50%;
|
||||
-webkit-mask-size: 25px 25px;
|
||||
}
|
||||
|
||||
/* Activity Bar - source control */
|
||||
.monaco-workbench > .activitybar > .content > .monaco-action-bar .action-label.scm {
|
||||
-webkit-mask: url('icons/sourcecontrol_inverse.svg') no-repeat 50% 50%;
|
||||
-webkit-mask-size: 25px 25px;
|
||||
}
|
||||
|
||||
/* Activity Bar - search */
|
||||
.monaco-workbench > .activitybar > .content > .monaco-action-bar .action-label.search {
|
||||
-webkit-mask: url('icons/search_inverse.svg') no-repeat 50% 50%;
|
||||
-webkit-mask-size: 25px 25px;
|
||||
}
|
||||
1
src/sql/media/icons/backup.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#231f20;}</style></defs><title>backup_16x16</title><path class="cls-1" d="M12.11,13.69h1c0,1.51-3.36,2.2-6.48,2.2S.15,15.2.15,13.69V2.18C.25.55,4.26.11,6.63.11s6.48.45,6.48,2.13h-1C12,1.86,10,1.11,6.63,1.11s-5.37.75-5.48,1.14V13.69c0,.36,2,1.2,5.48,1.2S12.07,14,12.11,13.69Z"/><path class="cls-1" d="M13.45,12.07H11.82V6.37L9.38,8.81v-2l3.26-3.25,3.26,3.25v2L13.45,6.37Z"/></svg>
|
||||
|
After Width: | Height: | Size: 497 B |
1
src/sql/media/icons/backup_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>backup_inverse_16x16</title><path class="cls-1" d="M12.11,13.69h1c0,1.51-3.36,2.2-6.48,2.2S.15,15.2.15,13.69V2.18C.25.55,4.26.11,6.63.11s6.48.45,6.48,2.13h-1C12,1.86,10,1.11,6.63,1.11s-5.37.75-5.48,1.14V13.69c0,.36,2,1.2,5.48,1.2S12.07,14,12.11,13.69Z"/><path class="cls-1" d="M13.45,12.07H11.82V6.37L9.38,8.81v-2l3.26-3.25,3.26,3.25v2L13.45,6.37Z"/></svg>
|
||||
|
After Width: | Height: | Size: 502 B |
1
src/sql/media/icons/close-dark.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="3 3 16 16" enable-background="new 3 3 16 16"><polygon fill="#C5C5C5" points="12.597,11.042 15.4,13.845 13.844,15.4 11.042,12.598 8.239,15.4 6.683,13.845 9.485,11.042 6.683,8.239 8.238,6.683 11.042,9.486 13.845,6.683 15.4,8.239"/></svg>
|
||||
|
After Width: | Height: | Size: 307 B |
1
src/sql/media/icons/close.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="3 3 16 16" enable-background="new 3 3 16 16"><polygon fill="#424242" points="12.597,11.042 15.4,13.845 13.844,15.4 11.042,12.598 8.239,15.4 6.683,13.845 9.485,11.042 6.683,8.239 8.238,6.683 11.042,9.486 13.845,6.683 15.4,8.239"/></svg>
|
||||
|
After Width: | Height: | Size: 307 B |
174
src/sql/media/icons/common-icons.css
Normal file
@@ -0,0 +1,174 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
.vs .icon.backup {
|
||||
background: url("backup.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs-dark .icon.backup,
|
||||
.hc-black .icon.backup {
|
||||
background: url("backup_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.restore {
|
||||
background: url("restore.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs-dark .icon.restore,
|
||||
.hc-black .icon.restore {
|
||||
background: url("restore_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.database {
|
||||
background: url("database.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs-dark .icon.database,
|
||||
.hc-black .icon.database {
|
||||
background: url("database_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.file {
|
||||
background: url("file.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs-dark .icon.file,
|
||||
.hc-black .icon.file {
|
||||
background: url("file_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.new-database {
|
||||
background: url("new_database.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs-dark .icon.new-database,
|
||||
.hc-black .icon.new-database {
|
||||
background: url("new_database_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.server-page {
|
||||
background: url("server_page.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs-dark .icon.server-page,
|
||||
.hc-black .icon.server-page {
|
||||
background: url("server_page_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.error,
|
||||
.vs-dark .icon.error,
|
||||
.hc-black .icon.error {
|
||||
content: url("status_error.svg");
|
||||
}
|
||||
|
||||
.vs .icon.warning,
|
||||
.vs-dark .icon.warning,
|
||||
.hc-black .icon.warning {
|
||||
content: url("status_warning.svg");
|
||||
}
|
||||
|
||||
.vs .icon.info,
|
||||
.vs-dark .icon.info,
|
||||
.hc-black .icon.info {
|
||||
content: url("status_info.svg");
|
||||
}
|
||||
|
||||
.vs .icon.success,
|
||||
.vs-dark .icon.success,
|
||||
.hc-black .icon.success {
|
||||
content: url("status_success.svg");
|
||||
}
|
||||
|
||||
.vs .icon.cancelled,
|
||||
.vs-dark .icon.cancelled,
|
||||
.hc-black .icon.cancelled {
|
||||
content: url("status_cancelled.svg");
|
||||
}
|
||||
|
||||
.vs .icon.in-progress {
|
||||
content: url("loading.svg");
|
||||
}
|
||||
|
||||
.vs-dark .icon.in-progress,
|
||||
.hc-black .icon.in-progress {
|
||||
content: url("loading_inverse.svg");
|
||||
}
|
||||
|
||||
.vs .icon.scriptToClipboard,
|
||||
.vs-dark .icon.scriptToClipboard,
|
||||
.hc-black .icon.scriptToClipboard {
|
||||
content: url('script_to_clipboard.svg');
|
||||
width: auto !important;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.vs .icon.close {
|
||||
background-image: url('close.svg');
|
||||
}
|
||||
|
||||
.vs-dark .icon.close,
|
||||
.hc-black .icon.close {
|
||||
background-image: url('close-dark.svg');
|
||||
}
|
||||
|
||||
.vs .icon.filter {
|
||||
background: url("filter.svg") center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs-dark .icon.filter,
|
||||
.hc-black .icon.filter {
|
||||
background: url("filter_inverse.svg") center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs .icon.remove {
|
||||
background: url("remove.svg") center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs-dark .icon.remove,
|
||||
.hc-black .icon.remove {
|
||||
background: url("remove_inverse.svg") center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs .icon.warning-badge,
|
||||
.vs-dark .icon.warning-badge,
|
||||
.hc-black .icon.warning-badge {
|
||||
background: url("status_warning.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.refresh {
|
||||
background-image: url('refresh.svg');
|
||||
}
|
||||
|
||||
.vs-dark .icon.refresh,
|
||||
.hc-black .icon.refresh {
|
||||
background-image: url('refresh_inverse.svg');
|
||||
}
|
||||
|
||||
.hc-black .icon.toggle-more,
|
||||
.vs-dark .icon.toggle-more {
|
||||
background: url('ellipsis-inverse.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.toggle-more {
|
||||
background: url('ellipsis.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.hc-black .icon.new-query,
|
||||
.vs-dark .icon.new-query {
|
||||
background: url('newquery_inverse.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.new-query {
|
||||
background: url('newquery.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.hc-black .icon.configure-dashboard,
|
||||
.vs-dark .icon.configure-dashboard {
|
||||
background: url('configdashboard_inverse.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.configure-dashboard {
|
||||
background: url('configdashboard.svg') center center no-repeat;
|
||||
}
|
||||
1
src/sql/media/icons/configdashboard.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>configure_dashboard</title><path d="M16,0V4H15V1.71L10.5,6.2l-3-3L0,10.71V9.29L7.5,1.8l3,3L14.29,1H12V0Zm-.12,10.93-1,.4a2.75,2.75,0,0,1,.06.33,3,3,0,0,1,0,.68,2.71,2.71,0,0,1-.06.33l1,.4L15.5,14l-1-.4a3,3,0,0,1-.95.95l.4,1-.92.38-.4-1-.33.06L12,15l-.34,0-.33-.06-.4,1L10,15.5l.4-1a2.93,2.93,0,0,1-.95-.95l-1,.4-.38-.92,1-.4a3.25,3.25,0,0,1,0-1.34l-1-.4L8.49,10l1,.4a2.83,2.83,0,0,1,.95-.95l-.4-1,.92-.38.4,1a3.25,3.25,0,0,1,1.34,0l.4-1,.92.38-.4,1a3,3,0,0,1,.53.42,3,3,0,0,1,.42.53l1-.4ZM12,14a1.94,1.94,0,0,0,.78-.16,2,2,0,0,0,1.07-1.07,2,2,0,0,0,0-1.55,2,2,0,0,0-1.07-1.07,2,2,0,0,0-1.55,0,2,2,0,0,0-1.07,1.07,2,2,0,0,0,0,1.55,2,2,0,0,0,1.07,1.07A1.94,1.94,0,0,0,12,14Z"/></svg>
|
||||
|
After Width: | Height: | Size: 781 B |
1
src/sql/media/icons/configdashboard_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{font-size:12px;font-family:FullMDL2Assets, Full MDL2 Assets;}.cls-1,.cls-2{fill:#fff;}</style></defs><title>manage_inverse_16x16 </title><text class="cls-1" transform="translate(0.01 11.59)"> </text><path class="cls-2" d="M16,0V4H15V1.71L10.5,6.2l-3-3L0,10.71V9.29L7.5,1.8l3,3L14.29,1H12V0Zm-.12,10.93-1,.4a2.75,2.75,0,0,1,.06.33,3,3,0,0,1,0,.68,2.71,2.71,0,0,1-.06.33l1,.4L15.5,14l-1-.4a3,3,0,0,1-.95.95l.4,1-.92.38-.4-1-.33.06L12,15l-.34,0-.33-.06-.4,1L10,15.5l.4-1a2.93,2.93,0,0,1-.95-.95l-1,.4-.38-.92,1-.4a3.25,3.25,0,0,1,0-1.34l-1-.4L8.49,10l1,.4a2.83,2.83,0,0,1,.95-.95l-.4-1,.92-.38.4,1a3.25,3.25,0,0,1,1.34,0l.4-1,.92.38-.4,1a3,3,0,0,1,.53.42,3,3,0,0,1,.42.53l1-.4ZM12,14a1.94,1.94,0,0,0,.78-.16,2,2,0,0,0,1.07-1.07,2,2,0,0,0,0-1.55,2,2,0,0,0-1.07-1.07,2,2,0,0,0-1.55,0,2,2,0,0,0-1.07,1.07,2,2,0,0,0,0,1.55,2,2,0,0,0,1.07,1.07A1.94,1.94,0,0,0,12,14Z"/></svg>
|
||||
|
After Width: | Height: | Size: 980 B |
1
src/sql/media/icons/database.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.07 15.91"><defs><style>.cls-1{fill:#231f20;}</style></defs><title>Database@2x</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M6.53,0C4.13,0,.11.45,0,2.12V13.66c0,1.77,4.1,2.25,6.53,2.25s6.54-.48,6.54-2.25V2.12C13,.45,8.94,0,6.53,0ZM12,13.66c-.14.39-2.18,1.16-5.45,1.16S1.2,14,1.09,13.66V3.49a14.55,14.55,0,0,0,5.44.87A14.57,14.57,0,0,0,12,3.49ZM12,2.18c-.18.38-2.19,1.09-5.45,1.09S1.32,2.58,1.09,2.19c.23-.39,2.22-1.09,5.44-1.09s5.26.72,5.45,1.06h0Z"/><polygon class="cls-1" points="11.99 2.17 11.98 2.18 11.98 2.15 11.99 2.17"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 656 B |
1
src/sql/media/icons/database_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.07 15.91"><defs><style>.cls-1{fill:#fff;}</style></defs><title>Database_Inverse@2x</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M6.53,0C4.13,0,.11.45,0,2.12V13.66c0,1.77,4.1,2.25,6.53,2.25s6.54-.48,6.54-2.25V2.12C13,.45,8.94,0,6.53,0ZM12,13.66c-.14.39-2.18,1.16-5.45,1.16S1.2,14,1.09,13.66V3.49a14.55,14.55,0,0,0,5.44.87A14.57,14.57,0,0,0,12,3.49ZM12,2.18c-.18.38-2.19,1.09-5.45,1.09S1.32,2.58,1.09,2.19c.23-.39,2.22-1.09,5.44-1.09s5.26.72,5.45,1.06h0Z"/><polygon class="cls-1" points="11.99 2.17 11.98 2.18 11.98 2.15 11.99 2.17"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 661 B |
1
src/sql/media/icons/ellipsis-inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="#262626"><circle cx="3.5" cy="7.5" r="2.5"/><circle cx="8.5" cy="7.5" r="2.5"/><circle cx="13.5" cy="7.5" r="2.5"/></g><g fill="#C5C5C5"><circle cx="3.5" cy="7.5" r="1.5"/><circle cx="8.5" cy="7.5" r="1.5"/><circle cx="13.5" cy="7.5" r="1.5"/></g></svg>
|
||||
|
After Width: | Height: | Size: 325 B |
1
src/sql/media/icons/ellipsis.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="#F6F6F6"><circle cx="3.5" cy="7.5" r="2.5"/><circle cx="8.5" cy="7.5" r="2.5"/><circle cx="13.5" cy="7.5" r="2.5"/></g><g fill="#424242"><circle cx="3.5" cy="7.5" r="1.5"/><circle cx="8.5" cy="7.5" r="1.5"/><circle cx="13.5" cy="7.5" r="1.5"/></g></svg>
|
||||
|
After Width: | Height: | Size: 325 B |
1
src/sql/media/icons/file.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#231f20;}.cls-2{fill:#212121;}</style></defs><title>file_16x16</title><polygon class="cls-1" points="13.59 2.21 13.58 2.22 13.58 2.2 13.59 2.21"/><path class="cls-2" d="M8.71,0,14,5.29V16H2V0ZM3,15H13V6H8V1H3ZM9,1.71V5h3.29Z"/></svg>
|
||||
|
After Width: | Height: | Size: 351 B |
1
src/sql/media/icons/file_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>file_inverse_16x16</title><polygon class="cls-1" points="13.59 2.21 13.58 2.22 13.58 2.2 13.59 2.21"/><path class="cls-1" d="M8.71,0,14,5.29V16H2V0ZM3,15H13V6H8V1H3ZM9,1.71V5h3.29Z"/></svg>
|
||||
|
After Width: | Height: | Size: 335 B |
1
src/sql/media/icons/filter.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{font-size:12px;font-family:FullMDL2Assets, Full MDL2 Assets;}</style></defs><title>filter_16x16</title><text class="cls-1" transform="translate(0 12)"> </text><path d="M0,1.53H16V3.24l-6,6v6.27H6V9.22l-6-6ZM15,2.82V2.53H1v.29l6,6v5.69H9V8.8Z"/></svg>
|
||||
|
After Width: | Height: | Size: 363 B |
1
src/sql/media/icons/filter_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{font-size:12px;font-family:FullMDL2Assets, Full MDL2 Assets;}.cls-1,.cls-2{fill:#fff;}</style></defs><title>filter_inverse_16x16</title><text class="cls-1" transform="translate(0.03 12.1)"> </text><path class="cls-2" d="M.05,1.63H16V3.33l-6,6v6.27H6V9.31l-6-6ZM15,2.91V2.62H1v.29l6,6v5.69H9V8.89Z"/></svg>
|
||||
|
After Width: | Height: | Size: 418 B |
31
src/sql/media/icons/loading.svg
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version='1.0' standalone='no' ?>
|
||||
<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='10px' height='10px'>
|
||||
<style>
|
||||
circle {
|
||||
animation: ball 0.6s linear infinite;
|
||||
}
|
||||
|
||||
circle:nth-child(2) { animation-delay: 0.075s; }
|
||||
circle:nth-child(3) { animation-delay: 0.15s; }
|
||||
circle:nth-child(4) { animation-delay: 0.225s; }
|
||||
circle:nth-child(5) { animation-delay: 0.3s; }
|
||||
circle:nth-child(6) { animation-delay: 0.375s; }
|
||||
circle:nth-child(7) { animation-delay: 0.45s; }
|
||||
circle:nth-child(8) { animation-delay: 0.525s; }
|
||||
|
||||
@keyframes ball {
|
||||
from { opacity: 1; }
|
||||
to { opacity: 0.3; }
|
||||
}
|
||||
</style>
|
||||
<g>
|
||||
<circle cx='5' cy='1' r='1' style='opacity:0.3;' />
|
||||
<circle cx='7.8284' cy='2.1716' r='1' style='opacity:0.3;' />
|
||||
<circle cx='9' cy='5' r='1' style='opacity:0.3;' />
|
||||
<circle cx='7.8284' cy='7.8284' r='1' style='opacity:0.3;' />
|
||||
<circle cx='5' cy='9' r='1' style='opacity:0.3;' />
|
||||
<circle cx='2.1716' cy='7.8284' r='1' style='opacity:0.3;' />
|
||||
<circle cx='1' cy='5' r='1' style='opacity:0.3;' />
|
||||
<circle cx='2.1716' cy='2.1716' r='1' style='opacity:0.3;' />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
31
src/sql/media/icons/loading_inverse.svg
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version='1.0' standalone='no' ?>
|
||||
<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='10px' height='10px'>
|
||||
<style>
|
||||
circle {
|
||||
animation: ball 0.6s linear infinite;
|
||||
}
|
||||
|
||||
circle:nth-child(2) { animation-delay: 0.075s; }
|
||||
circle:nth-child(3) { animation-delay: 0.15s; }
|
||||
circle:nth-child(4) { animation-delay: 0.225s; }
|
||||
circle:nth-child(5) { animation-delay: 0.3s; }
|
||||
circle:nth-child(6) { animation-delay: 0.375s; }
|
||||
circle:nth-child(7) { animation-delay: 0.45s; }
|
||||
circle:nth-child(8) { animation-delay: 0.525s; }
|
||||
|
||||
@keyframes ball {
|
||||
from { opacity: 1; }
|
||||
to { opacity: 0.3; }
|
||||
}
|
||||
</style>
|
||||
<g style="fill:white;">
|
||||
<circle cx='5' cy='1' r='1' style='opacity:0.3;' />
|
||||
<circle cx='7.8284' cy='2.1716' r='1' style='opacity:0.3;' />
|
||||
<circle cx='9' cy='5' r='1' style='opacity:0.3;' />
|
||||
<circle cx='7.8284' cy='7.8284' r='1' style='opacity:0.3;' />
|
||||
<circle cx='5' cy='9' r='1' style='opacity:0.3;' />
|
||||
<circle cx='2.1716' cy='7.8284' r='1' style='opacity:0.3;' />
|
||||
<circle cx='1' cy='5' r='1' style='opacity:0.3;' />
|
||||
<circle cx='2.1716' cy='2.1716' r='1' style='opacity:0.3;' />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/sql/media/icons/new_database.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#212121;}</style></defs><title>new_database_16x16</title><path class="cls-1" d="M13.68,2.18V8.84h-1V2.24c-.11-.37-2.14-1.13-5.48-1.13s-5.37.76-5.48,1.14V13.69c0,.36,2,1.2,5.48,1.2a15.63,15.63,0,0,0,4.18-.5l.28,1a16.39,16.39,0,0,1-4.46.54c-3.12,0-6.48-.69-6.48-2.2V2.18C.82.55,4.83.11,7.2.11S13.58.55,13.68,2.18Z"/><path class="cls-1" d="M12.75,14.26V12.34H10.82v-.82h1.93V9.59h.82v1.93H15.5v.82H13.57v1.93Z"/></svg>
|
||||
|
After Width: | Height: | Size: 533 B |
1
src/sql/media/icons/new_database_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>new_database_inverse_16x16</title><path class="cls-1" d="M13.68,2.18V8.84h-1V2.24c-.11-.37-2.14-1.13-5.48-1.13s-5.37.76-5.48,1.14V13.69c0,.36,2,1.2,5.48,1.2a15.63,15.63,0,0,0,4.18-.5l.28,1a16.39,16.39,0,0,1-4.46.54c-3.12,0-6.48-.69-6.48-2.2V2.18C.82.55,4.83.11,7.2.11S13.58.55,13.68,2.18Z"/><path class="cls-1" d="M12.75,14.26V12.34H10.82v-.82h1.93V9.59h.82v1.93H15.5v.82H13.57v1.93Z"/></svg>
|
||||
|
After Width: | Height: | Size: 538 B |
1
src/sql/media/icons/newquery.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#212121;}</style></defs><title>newquery_16x16</title><path class="cls-1" d="M1.9,4H.38V2.45H1.9Zm0,9.14H.38V11.59H1.9ZM15.63,4H4.19V2.45H15.63Zm0,9.14H4.19V11.59H15.63Zm0-6.09H7.23V5.5h8.39Zm0,3H10.29V8.54h5.34Z"/></svg>
|
||||
|
After Width: | Height: | Size: 338 B |
1
src/sql/media/icons/newquery_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#fff;}.cls-2{font-size:12px;font-family:FullMDL2Assets, Full MDL2 Assets;}</style></defs><title>newquery_inverse_16x16</title><path class="cls-1" d="M1.79,3.85H.26V2.33H1.79Zm0,9.14H.26V11.47H1.79ZM15.51,3.85H4.08V2.33H15.51Zm0,9.14H4.08V11.47H15.51Zm0-6.09H7.12V5.38h8.39Zm0,3H10.18V8.42h5.34Z"/><text class="cls-2" transform="translate(0.01 11.59)"> </text></svg>
|
||||
|
After Width: | Height: | Size: 490 B |
1
src/sql/media/icons/refresh.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#212121;}</style></defs><title>refresh</title><path class="cls-1" d="M12.51,1.59a8.06,8.06,0,0,1,3.06,4A7.83,7.83,0,0,1,16,8.2a7.91,7.91,0,0,1-.29,2.12,8.13,8.13,0,0,1-.8,1.91A8,8,0,0,1,12,15.11a8.1,8.1,0,0,1-1.91.8,8.06,8.06,0,0,1-4.25,0A8.08,8.08,0,0,1,4,15.11a8,8,0,0,1-2.87-2.87,8.07,8.07,0,0,1-.8-1.91,8,8,0,0,1,0-4.25,8.11,8.11,0,0,1,.82-1.94,7.86,7.86,0,0,1,1.3-1.66A8,8,0,0,1,4.14,1.2H2V.2H6v4H5V1.88A7,7,0,0,0,1.28,6.24a7,7,0,0,0,0,3.82,7,7,0,0,0,1.8,3.09A7,7,0,0,0,6.14,15a7,7,0,0,0,3.71,0,7,7,0,0,0,1.67-.71,7,7,0,0,0,3.22-4.18,7,7,0,0,0-.13-4.12,7.07,7.07,0,0,0-2.68-3.52,6.78,6.78,0,0,0-2.07-1l.27-1A7.67,7.67,0,0,1,12.51,1.59Z"/></svg>
|
||||
|
After Width: | Height: | Size: 767 B |
1
src/sql/media/icons/refresh_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>refresh_inverse</title><path class="cls-1" d="M12.51,1.59a8.06,8.06,0,0,1,3.06,4A7.83,7.83,0,0,1,16,8.2a7.91,7.91,0,0,1-.29,2.12,8.13,8.13,0,0,1-.8,1.91A8,8,0,0,1,12,15.11a8.1,8.1,0,0,1-1.91.8,8.06,8.06,0,0,1-4.25,0A8.08,8.08,0,0,1,4,15.11a8,8,0,0,1-2.87-2.87,8.07,8.07,0,0,1-.8-1.91,8,8,0,0,1,0-4.25,8.11,8.11,0,0,1,.82-1.94,7.86,7.86,0,0,1,1.3-1.66A8,8,0,0,1,4.14,1.2H2V.2H6v4H5V1.88A7,7,0,0,0,1.28,6.24a7,7,0,0,0,0,3.82,7,7,0,0,0,1.8,3.09A7,7,0,0,0,6.14,15a7,7,0,0,0,3.71,0,7,7,0,0,0,1.67-.71,7,7,0,0,0,3.22-4.18,7,7,0,0,0-.13-4.12,7.07,7.07,0,0,0-2.68-3.52,6.78,6.78,0,0,0-2.07-1l.27-1A7.67,7.67,0,0,1,12.51,1.59Z"/></svg>
|
||||
|
After Width: | Height: | Size: 772 B |
1
src/sql/media/icons/remove.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>close_16x16</title><path d="M8.93,8,16,15.08l-.92.92L8,8.93.92,16,0,15.08,7.07,8,0,.92.92,0,8,7.07,15.08,0,16,.92Z"/></svg>
|
||||
|
After Width: | Height: | Size: 223 B |
1
src/sql/media/icons/remove_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>close_inverse_16x16</title><path class="cls-1" d="M8.93,8,16,15.08l-.92.92L8,8.93.92,16,0,15.08,7.07,8,0,.92.92,0,8,7.07,15.08,0,16,.92Z"/></svg>
|
||||
|
After Width: | Height: | Size: 291 B |
1
src/sql/media/icons/restore.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#212121;}</style></defs><title>restore_16x16</title><path class="cls-1" d="M13.21,2.19V4.66h-1V2.25c-.11-.38-2.15-1.13-5.48-1.13s-5.37.75-5.48,1.14V13.7c0,.36,2,1.2,5.48,1.2s5.43-.84,5.48-1.2V10.93h1V13.7c0,1.51-3.36,2.2-6.48,2.2S.25,15.21.25,13.7V2.19C.35.56,4.35.12,6.73.12S13.11.56,13.21,2.19Z"/><path class="cls-1" d="M15.51,11.34A3.86,3.86,0,0,1,14.28,13a.5.5,0,0,1-.31.1.5.5,0,0,1-.3-.9,2.75,2.75,0,0,0,.9-1.22,2.8,2.8,0,0,0-1.63-3.6,2.74,2.74,0,0,0-2.14.07A2.78,2.78,0,0,0,9.55,8.58l1.61-.44.26,1L8.2,10,7.33,6.77l1-.26L8.71,8a3.8,3.8,0,0,1,4.58-1.59A3.81,3.81,0,0,1,15.51,11.34Z"/></svg>
|
||||
|
After Width: | Height: | Size: 713 B |
1
src/sql/media/icons/restore_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>restore_inverse_16x16</title><path class="cls-1" d="M13.21,2.19V4.66h-1V2.25c-.11-.38-2.15-1.13-5.48-1.13s-5.37.75-5.48,1.14V13.7c0,.36,2,1.2,5.48,1.2s5.43-.84,5.48-1.2V10.93h1V13.7c0,1.51-3.36,2.2-6.48,2.2S.25,15.21.25,13.7V2.19C.35.56,4.35.12,6.73.12S13.11.56,13.21,2.19Z"/><path class="cls-1" d="M15.51,11.34A3.86,3.86,0,0,1,14.28,13a.5.5,0,0,1-.31.1.5.5,0,0,1-.3-.9,2.75,2.75,0,0,0,.9-1.22,2.8,2.8,0,0,0-1.63-3.6,2.74,2.74,0,0,0-2.14.07A2.78,2.78,0,0,0,9.55,8.58l1.61-.44.26,1L8.2,10,7.33,6.77l1-.26L8.71,8a3.8,3.8,0,0,1,4.58-1.59A3.81,3.81,0,0,1,15.51,11.34Z"/></svg>
|
||||
|
After Width: | Height: | Size: 718 B |
1
src/sql/media/icons/run_history_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>run_history_inverse_16x16</title><polygon class="cls-1" points="13.59 2.21 13.58 2.22 13.58 2.2 13.59 2.21"/><path class="cls-1" d="M8,16a7.85,7.85,0,0,1-2.13-.29A8.11,8.11,0,0,1,4,14.91,8,8,0,0,1,1.09,12a8.06,8.06,0,0,1-.8-1.91,8.06,8.06,0,0,1,0-4.25A8.06,8.06,0,0,1,1.09,4,8,8,0,0,1,4,1.09,8.08,8.08,0,0,1,5.88.29a8.06,8.06,0,0,1,4.25,0,8.08,8.08,0,0,1,1.91.8A8,8,0,0,1,14.91,4a8.08,8.08,0,0,1,.8,1.91,8.07,8.07,0,0,1,0,4.25,8.11,8.11,0,0,1-.8,1.91A8,8,0,0,1,12,14.91a8.08,8.08,0,0,1-1.91.8A7.87,7.87,0,0,1,8,16ZM8,1a6.85,6.85,0,0,0-1.86.25A7,7,0,0,0,1.25,6.14a7,7,0,0,0,0,3.71,7,7,0,0,0,4.89,4.89,7,7,0,0,0,3.71,0,7,7,0,0,0,4.89-4.89,7,7,0,0,0,0-3.71A7,7,0,0,0,9.86,1.25,6.85,6.85,0,0,0,8,1ZM8,8V3H7V9h4V8Z"/></svg>
|
||||
|
After Width: | Height: | Size: 864 B |
1
src/sql/media/icons/script_to_clipboard.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.a,.b{fill:#f6f6f6;}.a{opacity:0;}.c{fill:#00539c;}.d{fill:#424242;}.e{fill:#f0eff1;}</style></defs><title>save_option_text_16x</title><rect class="a" width="16" height="16"/><path class="b" d="M12.06,0H6A2,2,0,0,0,4,2V7H0v9H9V14h5a2,2,0,0,0,2-2V3.56Z"/><path class="c" d="M6,8v3H3V8H1v7H8V10ZM5,10H4V8H5Z"/><rect class="d" x="7" y="4" width="3" height="1"/><rect class="d" x="7" y="6" width="6" height="1"/><path class="d" d="M11.64,1H6A1,1,0,0,0,5,2V7H6V2h5V5h3v7H9v1h5a1,1,0,0,0,1-1V4Z"/><polygon class="d" points="7.41 8 8.41 9 13 9 13 8 7.41 8"/><rect class="d" x="9" y="10" width="4" height="1"/><path class="e" d="M6,8v3H3V8H4v2H5V8Z"/><path class="e" d="M11,5V2H6V7h.41l1,1H13V9H8.41L9,9.59V10h4v1H9v1h5V5ZM7,4h3V5H7Zm6,3H7V6h6Z"/></svg>
|
||||
|
After Width: | Height: | Size: 841 B |
1
src/sql/media/icons/search_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>search_inverse_16x16</title><path class="cls-1" d="M10.5-.11a5.45,5.45,0,0,1,2.77.75,5.61,5.61,0,0,1,2,2,5.49,5.49,0,0,1,0,5.55,5.61,5.61,0,0,1-2,2,5.5,5.5,0,0,1-4.64.42A5.62,5.62,0,0,1,7,9.61L.85,15.74a.48.48,0,0,1-.35.15.48.48,0,0,1-.35-.15.49.49,0,0,1,0-.7L6.27,8.9a5.6,5.6,0,0,1-.95-1.64A5.53,5.53,0,0,1,5.2,3.93a5.4,5.4,0,0,1,.55-1.31,5.61,5.61,0,0,1,2-2A5.45,5.45,0,0,1,10.5-.11Zm0,10a4.35,4.35,0,0,0,1.75-.36,4.53,4.53,0,0,0,2.39-2.39A4.35,4.35,0,0,0,15,5.39a4.35,4.35,0,0,0-.36-1.75,4.53,4.53,0,0,0-2.39-2.39,4.49,4.49,0,0,0-3.5,0A4.53,4.53,0,0,0,6.36,3.64,4.35,4.35,0,0,0,6,5.39a4.35,4.35,0,0,0,.36,1.75A4.53,4.53,0,0,0,8.75,9.53,4.35,4.35,0,0,0,10.5,9.89Z"/></svg>
|
||||
|
After Width: | Height: | Size: 820 B |
1
src/sql/media/icons/server_page.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#212121;}.cls-2{fill:#231f20;}</style></defs><title>server_16x16</title><path class="cls-1" d="M0,0V16H10.53V0ZM1,1H9.53v9H1ZM9.53,15H1V11H9.53Z"/><path class="cls-2" d="M4.39,4.23H1.94V1.77H4.39Zm-2-.5H3.89V2.27H2.44Z"/></svg>
|
||||
|
After Width: | Height: | Size: 345 B |
1
src/sql/media/icons/server_page_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>server_inverse_16x16</title><path class="cls-1" d="M2.73,0V16H13.26V0Zm1,1h8.53v9H3.73ZM12.26,15H3.73V11h8.53Z"/><path class="cls-1" d="M7.21,4.23H4.75V1.77H7.21Zm-2-.5H6.71V2.27H5.25Z"/></svg>
|
||||
|
After Width: | Height: | Size: 339 B |
1
src/sql/media/icons/sourcecontrol_inverse.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>sourcecontrol_inverse_16x16</title><path class="cls-1" d="M14.06,2.4a2.44,2.44,0,0,1-.15.86,2.5,2.5,0,0,1-.42.73,2.58,2.58,0,0,1-.64.55,2.44,2.44,0,0,1-.81.31,4.38,4.38,0,0,1-.41,1.48,4.51,4.51,0,0,1-.86,1.23,4.57,4.57,0,0,1-1.22.88,4.48,4.48,0,0,1-1.48.44v2.07a2.54,2.54,0,0,1,1.44.87,2.49,2.49,0,0,1,.41.73,2.47,2.47,0,0,1,.15.85,2.41,2.41,0,0,1-.2,1,2.56,2.56,0,0,1-.54.8,2.52,2.52,0,0,1-.79.54,2.43,2.43,0,0,1-1,.2,2.45,2.45,0,0,1-1-.2,2.49,2.49,0,0,1-1.33-1.33,2.52,2.52,0,0,1,0-1.82,2.49,2.49,0,0,1,.41-.73,2.54,2.54,0,0,1,1.44-.87V8.88a4.48,4.48,0,0,1-1.48-.44,4.57,4.57,0,0,1-1.22-.88A4.51,4.51,0,0,1,3.5,6.34a4.38,4.38,0,0,1-.41-1.48,2.44,2.44,0,0,1-.81-.31A2.58,2.58,0,0,1,1.63,4a2.5,2.5,0,0,1-.42-.73,2.49,2.49,0,0,1,0-1.82A2.52,2.52,0,0,1,1.79.64,2.56,2.56,0,0,1,2.59.1a2.41,2.41,0,0,1,1-.2,2.38,2.38,0,0,1,1,.2A2.56,2.56,0,0,1,5.86,1.43a2.38,2.38,0,0,1,.2,1A2.49,2.49,0,0,1,5.51,4a2.56,2.56,0,0,1-.62.55,2.45,2.45,0,0,1-.79.32,3.28,3.28,0,0,0,.39,1.21,3.62,3.62,0,0,0,.77,1,3.49,3.49,0,0,0,1.06.64,3.51,3.51,0,0,0,2.5,0A3.49,3.49,0,0,0,9.87,7a3.55,3.55,0,0,0,.77-1A3.45,3.45,0,0,0,11,4.85a2.45,2.45,0,0,1-.79-.32A2.56,2.56,0,0,1,9.61,4,2.49,2.49,0,0,1,9.06,2.4a2.43,2.43,0,0,1,.2-1A2.52,2.52,0,0,1,9.79.64a2.56,2.56,0,0,1,.8-.54,2.41,2.41,0,0,1,1-.2,2.38,2.38,0,0,1,1,.2,2.56,2.56,0,0,1,1.33,1.33A2.38,2.38,0,0,1,14.06,2.4Zm-12,0A1.47,1.47,0,0,0,2.18,3a1.49,1.49,0,0,0,.8.8,1.52,1.52,0,0,0,1.17,0,1.49,1.49,0,0,0,.8-.8,1.52,1.52,0,0,0,0-1.17,1.49,1.49,0,0,0-.8-.8A1.52,1.52,0,0,0,3,1a1.49,1.49,0,0,0-.8.8A1.47,1.47,0,0,0,2.06,2.4Zm7,11a1.47,1.47,0,0,0-.12-.59,1.49,1.49,0,0,0-.8-.8A1.52,1.52,0,0,0,7,12a1.49,1.49,0,0,0-.8.8,1.52,1.52,0,0,0,0,1.17,1.49,1.49,0,0,0,.8.8,1.52,1.52,0,0,0,1.17,0,1.49,1.49,0,0,0,.8-.8A1.47,1.47,0,0,0,9.06,13.4Zm2.5-9.5a1.47,1.47,0,0,0,.59-.12,1.49,1.49,0,0,0,.8-.8,1.52,1.52,0,0,0,0-1.17,1.49,1.49,0,0,0-.8-.8A1.52,1.52,0,0,0,11,1a1.49,1.49,0,0,0-.8.8,1.52,1.52,0,0,0,0,1.17,1.49,1.49,0,0,0,.8.8A1.47,1.47,0,0,0,11.56,3.9Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/sql/media/icons/status_cancelled.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#3062d6;}.cls-2{fill:#fff;}</style></defs><title>cancelledstate_16x16</title><circle class="cls-1" cx="8.07" cy="8.07" r="7.93"/><polygon class="cls-2" points="8.82 8.07 11.53 10.78 10.83 11.48 8.12 8.78 5.41 11.48 4.7 10.78 7.42 8.07 4.65 5.31 5.36 4.61 8.12 7.37 10.83 4.67 11.53 5.36 8.82 8.07"/></svg>
|
||||
|
After Width: | Height: | Size: 423 B |
1
src/sql/media/icons/status_error.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#d02e00;}.cls-2{fill:#fff;}</style></defs><title>error_16x16</title><circle class="cls-1" cx="8.07" cy="8.07" r="7.93"/><polygon class="cls-2" points="8.82 8.07 11.53 10.78 10.83 11.48 8.12 8.78 5.41 11.48 4.7 10.78 7.42 8.07 4.65 5.31 5.36 4.61 8.12 7.37 10.83 4.67 11.53 5.36 8.82 8.07"/></svg>
|
||||
|
After Width: | Height: | Size: 414 B |
1
src/sql/media/icons/status_info.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-blue{fill:#1BA1E2;} .icon-white{fill:#FFFFFF;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M0 8c0-4.418 3.582-8 8-8s8 3.582 8 8-3.582 8-8 8-8-3.582-8-8z" id="outline"/><path class="icon-vs-blue" d="M8 1c-3.865 0-7 3.135-7 7s3.135 7 7 7 7-3.135 7-7-3.135-7-7-7zm1 12h-2v-7h2v7zm0-8h-2v-2h2v2z" id="iconBg"/><path class="icon-white" d="M7 6h2v7h-2v-7zm0-1h2v-2h-2v2z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 627 B |
1
src/sql/media/icons/status_success.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#3bb44a;}</style></defs><title>success_16x16</title><path class="cls-1" d="M16,3.16,5.48,13.69,0,8.2l.89-.89,4.6,4.59,9.63-9.62Z"/></svg>
|
||||
|
After Width: | Height: | Size: 255 B |
1
src/sql/media/icons/status_warning.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f9e385;}.cls-2{fill:#212121;}</style></defs><title>warning_16x16</title><polygon class="cls-1" points="8.05 0.15 16 16 -0.12 16 8.05 0.15"/><rect class="cls-2" x="7.31" y="7.34" width="1.59" height="3.97"/><rect class="cls-2" x="7.31" y="12.1" width="1.59" height="1.59"/></svg>
|
||||
|
After Width: | Height: | Size: 397 B |
1
src/sql/media/objectTypes/AggregateFunction.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>aggregate_valued_function_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M10,10h6V0H5V7a2.69,2.69,0,0,0-1.26.43A3.67,3.67,0,0,0,2.67,8.6H2.06L1.32,11h.54l-.37,1.33H1.43a1.45,1.45,0,0,0-.95.33,1.29,1.29,0,0,0-.49,1A1.3,1.3,0,0,0,.55,14.7a1.69,1.69,0,0,0,1,.3A2.6,2.6,0,0,0,3,14.62a3,3,0,0,0,1-1.06L4,13.42l.09.11a1.41,1.41,0,0,0,1,.35,1.88,1.88,0,0,0,.74-.15,2.37,2.37,0,0,0,.62-.43,1.64,1.64,0,0,0,.4.34,1.71,1.71,0,0,0,.9.24,1.79,1.79,0,0,0,1-.3,3.19,3.19,0,0,0,.92-.94l.64-.93-1.12-.58A1.29,1.29,0,0,0,10,10Zm-4.5,1.19a1.44,1.44,0,0,0-.35,0H5l.46-.08,0,.06Z"/><g id="iconBG"><path class="cls-3" d="M4.22,9.6a2.79,2.79,0,0,1,.59-1.21.62.62,0,0,1,.43-.24.1.1,0,0,1,.07,0,.07.07,0,0,1,0,.06.33.33,0,0,1-.06.12.32.32,0,0,0-.06.17.25.25,0,0,0,.09.2.35.35,0,0,0,.24.08.35.35,0,0,0,.36-.37.38.38,0,0,0-.16-.31A.82.82,0,0,0,5.26,8a1.74,1.74,0,0,0-1,.29,2.83,2.83,0,0,0-.83,1,.8.8,0,0,1-.26.29.87.87,0,0,1-.39.06L2.68,10h.5l-.74,2.62c-.12.43-.21.7-.25.8a1,1,0,0,1-.29.37.28.28,0,0,1-.18.06l-.05,0,0,0s0,0,.05-.07a.21.21,0,0,0,.05-.16.24.24,0,0,0-.09-.19.36.36,0,0,0-.25-.08.47.47,0,0,0-.31.1.29.29,0,0,0-.12.23.3.3,0,0,0,.14.25.76.76,0,0,0,.45.11,1.61,1.61,0,0,0,.86-.23,2,2,0,0,0,.66-.71,7,7,0,0,0,.58-1.56L4.11,10h.51l.13-.38Z"/><path class="cls-3" d="M8.59,9.52a.76.76,0,0,0-.33.08,1.6,1.6,0,0,0-.4.33,7.68,7.68,0,0,0-.53.67,3.08,3.08,0,0,0-.48-1.08H5.31v.56c.09,0,.42-.26.49-.26a.38.38,0,0,1,.31.15,5.12,5.12,0,0,1,.54,1.4c-.18.22-.52.59-.59.66a1.07,1.07,0,0,1-.27.21.41.41,0,0,1-.19,0,.73.73,0,0,1-.26-.08.59.59,0,0,0-.22-.05.43.43,0,0,0-.3.11.35.35,0,0,0-.12.27.33.33,0,0,0,.11.26.43.43,0,0,0,.3.1.86.86,0,0,0,.34-.07,1.59,1.59,0,0,0,.4-.29c.16-.15.6-.61.88-.94a7.77,7.77,0,0,0,.39.9.82.82,0,0,0,.27.3.72.72,0,0,0,.38.09.83.83,0,0,0,.45-.15,2.26,2.26,0,0,0,.62-.66L8.71,12a1.86,1.86,0,0,1-.32.34A.27.27,0,0,1,8,12.27a6,6,0,0,1-.6-1.43,2.13,2.13,0,0,1,.46-.57.49.49,0,0,1,.29-.1l.21,0a1.1,1.1,0,0,0,.27,0,.37.37,0,0,0,.27-.1A.34.34,0,0,0,9,9.88a.34.34,0,0,0-.11-.27A.43.43,0,0,0,8.59,9.52Z"/><path class="cls-3" d="M9.56,3a1.37,1.37,0,0,0-1.16.53A2.49,2.49,0,0,0,8,5.05C8,6.34,8.49,7,9.48,7a1.33,1.33,0,0,0,1.13-.52A2.45,2.45,0,0,0,11,5Q11,3,9.56,3ZM9.51,6.34q-.58,0-.58-1.3t.59-1.38q.55,0,.55,1.34C10.07,5.89,9.88,6.34,9.51,6.34Z"/><path class="cls-3" d="M12,3.37c-.09,0-.19.08-.29.12v.77l.12,0,.2-.1L12.15,4V7H13V3h-.51A3.39,3.39,0,0,1,12,3.37Z"/><path class="cls-3" d="M6,1V7.14a1.48,1.48,0,0,1,.38.19,1.37,1.37,0,0,1,.54,1.1s0,.06,0,.09h.45l.22.32.22-.13a1.78,1.78,0,0,1,.79-.19,1.41,1.41,0,0,1,1,.37A1.23,1.23,0,0,1,9.66,9H15V1Zm8,7H7V2h7Z"/></g><g id="iconFG"><path class="cls-4" d="M9.52,3.65q-.59,0-.59,1.38t.58,1.3c.38,0,.57-.45.57-1.34S9.89,3.65,9.52,3.65Z"/><path class="cls-4" d="M7,2V8h7V2Zm3.61,4.46A1.33,1.33,0,0,1,9.48,7C8.49,7,8,6.34,8,5.05a2.49,2.49,0,0,1,.4-1.53A1.37,1.37,0,0,1,9.56,3Q11,3,11,5A2.45,2.45,0,0,1,10.61,6.46ZM13,7h-.85V4L12,4.12l-.2.1-.12,0V3.48c.1,0,.2-.07.29-.12A3.39,3.39,0,0,0,12.49,3H13Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#f0eff1;}.cls-4{fill:#00539c;}</style></defs><title>input_parameter_16x</title><path id="outline" class="cls-1" d="M16,10.33a5.43,5.43,0,0,1-.29,1.83,4.5,4.5,0,0,1-.78,1.38,3.57,3.57,0,0,1-1.19.91l-.12.05V16H6.46a5.06,5.06,0,0,1-2-2.43A6.08,6.08,0,0,1,4,11.21a6.75,6.75,0,0,1,.14-1.35L4,10,0,6V0L2,2V0H6V2L8,0V5.37c.14,0,.28-.1.42-.15A6.63,6.63,0,0,1,10.16,5a6.81,6.81,0,0,1,2.2.35,5.66,5.66,0,0,1,1.86,1,5.07,5.07,0,0,1,1.3,1.69A5.23,5.23,0,0,1,16,10.33Z"/><path id="iconBG" class="cls-2" d="M14.62,8.52a4.07,4.07,0,0,0-1-1.36A4.64,4.64,0,0,0,12,6.3,5.77,5.77,0,0,0,10.16,6a5.57,5.57,0,0,0-1.47.19,5.07,5.07,0,0,0-1.26.53,4.71,4.71,0,0,0-1,.81,4.78,4.78,0,0,0-.76,1.05,5.33,5.33,0,0,0-.47,1.24A5.67,5.67,0,0,0,5,11.21a5.08,5.08,0,0,0,.37,2,4.37,4.37,0,0,0,1,1.51,4.58,4.58,0,0,0,1.57,1A5.74,5.74,0,0,0,10,16c.34,0,.64,0,.92,0s.52-.06.74-.1a4.79,4.79,0,0,0,.57-.14l.42-.15v-.95l-.51.2a4.5,4.5,0,0,1-.58.16,6.38,6.38,0,0,1-.67.1,7.12,7.12,0,0,1-.78,0,4.52,4.52,0,0,1-1.68-.29A3.61,3.61,0,0,1,7.15,14a3.5,3.5,0,0,1-.79-1.25,4.54,4.54,0,0,1-.27-1.59,4.63,4.63,0,0,1,.3-1.69,4.18,4.18,0,0,1,.84-1.36,4,4,0,0,1,1.28-.91,4,4,0,0,1,1.62-.33A4.65,4.65,0,0,1,11.39,7a3.77,3.77,0,0,1,1,.41,3,3,0,0,1,.71.61,3.45,3.45,0,0,1,.49.74,3.63,3.63,0,0,1,.27.81,4.41,4.41,0,0,1,0,1.85,3,3,0,0,1-.3.77,1.43,1.43,0,0,1-.43.48.88.88,0,0,1-.5.16.58.58,0,0,1-.24,0,.4.4,0,0,1-.18-.17,1,1,0,0,1-.12-.34,2.85,2.85,0,0,1,0-.55c0-.07,0-.19,0-.36s0-.37,0-.59,0-.46.06-.71,0-.49.06-.72,0-.43.05-.61,0-.3,0-.38h-1l-.06.67h0A.86.86,0,0,0,11,8.75a1,1,0,0,0-.26-.24,1.27,1.27,0,0,0-.34-.16A1.46,1.46,0,0,0,10,8.3a2.18,2.18,0,0,0-1,.24,2.42,2.42,0,0,0-.8.67,3.09,3.09,0,0,0-.52,1,4,4,0,0,0-.19,1.26,3.08,3.08,0,0,0,.15,1,2.15,2.15,0,0,0,.4.72,1.58,1.58,0,0,0,.59.42,1.81,1.81,0,0,0,.71.14,1.71,1.71,0,0,0,.55-.09,1.61,1.61,0,0,0,.48-.26,1.77,1.77,0,0,0,.39-.42,2,2,0,0,0,.26-.58h0a1.39,1.39,0,0,0,.34,1,1.29,1.29,0,0,0,1,.37,2.22,2.22,0,0,0,1-.22,2.55,2.55,0,0,0,.85-.65,3.48,3.48,0,0,0,.6-1.07A4.42,4.42,0,0,0,15,10.33,4.21,4.21,0,0,0,14.62,8.52Zm-3.68,2.83a2.83,2.83,0,0,1-.27.8,1.57,1.57,0,0,1-.45.53,1.07,1.07,0,0,1-.64.2.86.86,0,0,1-.38-.09.91.91,0,0,1-.32-.26,1.37,1.37,0,0,1-.22-.43,2.13,2.13,0,0,1-.08-.61,3.9,3.9,0,0,1,.09-.81,2.82,2.82,0,0,1,.28-.75,1.74,1.74,0,0,1,.46-.55,1.08,1.08,0,0,1,1-.14.82.82,0,0,1,.31.22,1,1,0,0,1,.21.37,1.71,1.71,0,0,1,.08.53A5.54,5.54,0,0,1,10.94,11.35Z"/><path id="iconFG" class="cls-3" d="M10.74,9.46a.82.82,0,0,0-.31-.22,1.08,1.08,0,0,0-1,.14,1.74,1.74,0,0,0-.46.55,2.82,2.82,0,0,0-.28.75,3.9,3.9,0,0,0-.09.81,2.13,2.13,0,0,0,.08.61,1.37,1.37,0,0,0,.22.43.91.91,0,0,0,.32.26.86.86,0,0,0,.38.09,1.07,1.07,0,0,0,.64-.2,1.57,1.57,0,0,0,.45-.53,2.83,2.83,0,0,0,.27-.8,5.54,5.54,0,0,0,.09-1A1.71,1.71,0,0,0,11,9.83,1,1,0,0,0,10.74,9.46Z"/><path id="colorAction" class="cls-4" d="M7,5,4,8,1,5V3L3,5V1H5V5L7,3Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#00539c;}</style></defs><title>output_parameter_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M14.22,6.39a5.65,5.65,0,0,0-1.86-1A6.8,6.8,0,0,0,10.16,5a6.63,6.63,0,0,0-1.73.22c-.15,0-.28.1-.42.15V3L5,0H3L0,3V9L2,7V9H4.38c-.07.19-.13.38-.18.58A6.69,6.69,0,0,0,4,11.21a6.08,6.08,0,0,0,.44,2.36,5.06,5.06,0,0,0,2,2.43h7.16V14.51l.12-.05a3.57,3.57,0,0,0,1.19-.91,4.5,4.5,0,0,0,.78-1.38A5.43,5.43,0,0,0,16,10.33a5.22,5.22,0,0,0-.48-2.25A5.07,5.07,0,0,0,14.22,6.39Z"/><path id="iconBG" class="cls-3" d="M13.57,7.16A4.65,4.65,0,0,0,12,6.3,5.78,5.78,0,0,0,10.16,6a5.59,5.59,0,0,0-1.47.19,5.09,5.09,0,0,0-1.26.52A4.78,4.78,0,0,0,5.64,8.58a5.33,5.33,0,0,0-.47,1.24A5.67,5.67,0,0,0,5,11.21a5.08,5.08,0,0,0,.37,2,4.37,4.37,0,0,0,1,1.51,4.58,4.58,0,0,0,1.57,1A5.74,5.74,0,0,0,10,16c.34,0,.64,0,.92,0s.52-.06.74-.1a4.79,4.79,0,0,0,.57-.14l.42-.15v-.95l-.51.2a4.5,4.5,0,0,1-.58.16,6.38,6.38,0,0,1-.67.1,7.12,7.12,0,0,1-.78,0,4.52,4.52,0,0,1-1.68-.29A3.61,3.61,0,0,1,7.15,14a3.5,3.5,0,0,1-.79-1.25,4.54,4.54,0,0,1-.27-1.59,4.63,4.63,0,0,1,.3-1.69,4.18,4.18,0,0,1,.84-1.36,3.92,3.92,0,0,1,1.28-.91,4,4,0,0,1,1.62-.33A4.63,4.63,0,0,1,11.39,7a3.72,3.72,0,0,1,1,.41,3,3,0,0,1,.71.61,3.45,3.45,0,0,1,.49.74,3.63,3.63,0,0,1,.27.81,4.41,4.41,0,0,1,0,1.85,3,3,0,0,1-.3.77,1.43,1.43,0,0,1-.43.48.88.88,0,0,1-.5.16.58.58,0,0,1-.24,0,.4.4,0,0,1-.18-.17,1,1,0,0,1-.12-.34,2.85,2.85,0,0,1,0-.55c0-.07,0-.19,0-.36s0-.37,0-.59,0-.46.06-.71,0-.49.06-.72,0-.43.05-.61,0-.3,0-.38h-1l-.06.67h0A.86.86,0,0,0,11,8.75a1,1,0,0,0-.26-.24,1.27,1.27,0,0,0-.34-.16A1.46,1.46,0,0,0,10,8.3a2.18,2.18,0,0,0-1,.24,2.42,2.42,0,0,0-.8.67,3.09,3.09,0,0,0-.52,1,4,4,0,0,0-.19,1.26,3.08,3.08,0,0,0,.15,1,2.15,2.15,0,0,0,.4.72,1.58,1.58,0,0,0,.59.42,1.81,1.81,0,0,0,.71.14,1.71,1.71,0,0,0,.55-.09,1.61,1.61,0,0,0,.48-.26,1.77,1.77,0,0,0,.39-.42,2,2,0,0,0,.26-.58h0a1.39,1.39,0,0,0,.34,1,1.29,1.29,0,0,0,1,.37,2.22,2.22,0,0,0,1-.22,2.55,2.55,0,0,0,.85-.65,3.48,3.48,0,0,0,.6-1.07A4.42,4.42,0,0,0,15,10.33a4.21,4.21,0,0,0-.38-1.82,4.07,4.07,0,0,0-1-1.36m-2.63,4.19a2.83,2.83,0,0,1-.27.8,1.57,1.57,0,0,1-.45.53,1.07,1.07,0,0,1-.64.2.86.86,0,0,1-.38-.09.91.91,0,0,1-.32-.26,1.37,1.37,0,0,1-.22-.43,2.13,2.13,0,0,1-.08-.61,3.9,3.9,0,0,1,.09-.81,2.82,2.82,0,0,1,.28-.75,1.74,1.74,0,0,1,.46-.55,1.08,1.08,0,0,1,1-.14.82.82,0,0,1,.31.22,1,1,0,0,1,.21.37,1.71,1.71,0,0,1,.08.53,5.54,5.54,0,0,1-.09,1"/><path id="colorAction" class="cls-4" d="M7,6,5,4V8H3V4L1,6V4L4,1,7,4Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#00539c;}</style></defs><title>parameter_return_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M11,5v.83A5.2,5.2,0,0,0,8.11,5a5.13,5.13,0,0,0-2.77.76L3.18,3.89A.5.5,0,0,1,3,3.5a.49.49,0,0,1,0-.08L4.59,5H8V1.51L6.4,0H5V.34A3,3,0,0,0,3.5,0,3.49,3.49,0,0,0,.34,5H0V15H5v-.86A5.12,5.12,0,0,0,8,15a6.51,6.51,0,0,0,2.52-.44l.51-.22V15h5V5ZM1.17,6.11h0ZM3,12V10.32A5.21,5.21,0,0,0,3.31,12Zm0-2V7.69L3.4,8A5.3,5.3,0,0,0,3,10Zm10,2h-.75A3.84,3.84,0,0,0,13,9.77Zm0-2.61A4.56,4.56,0,0,0,12.74,8H13Z"/><g id="iconBG"><polygon class="cls-3" points="12 6 12 7 14 7 14 13 12 13 12 14 15 14 15 6 12 6"/><path class="cls-3" d="M2,13V6.83l-.78-.67A1.53,1.53,0,0,1,1.07,6H1v8H4V13Z"/><path class="cls-3" d="M8.82,11.15h0a1.36,1.36,0,0,1-1.37,1,1.3,1.3,0,0,1-1.05-.49A2,2,0,0,1,6,10.39a2.92,2.92,0,0,1,.55-1.82A1.73,1.73,0,0,1,8,7.85,1,1,0,0,1,8.57,8a.84.84,0,0,1,.35.45h0c0-.09,0-.28.07-.56h.81q-.23,2.56-.23,2.61,0,1,.5,1a.87.87,0,0,0,.76-.54,2.81,2.81,0,0,0,.3-1.39,2.76,2.76,0,0,0-.82-2.06,3.1,3.1,0,0,0-2.26-.8,3,3,0,0,0-2.3,1,3.39,3.39,0,0,0-.91,2.42,3.13,3.13,0,0,0,.88,2.31,3.19,3.19,0,0,0,2.36.88,4.57,4.57,0,0,0,2-.4v.75A5.51,5.51,0,0,1,8,14a4,4,0,0,1-2.89-1.07A3.72,3.72,0,0,1,4,10.13,4,4,0,0,1,8.11,6a4.08,4.08,0,0,1,2.8,1A3.26,3.26,0,0,1,12,9.55a2.9,2.9,0,0,1-.6,1.9,1.82,1.82,0,0,1-1.47.74C9.2,12.19,8.82,11.85,8.82,11.15ZM8,8.54a1,1,0,0,0-.86.52,2.41,2.41,0,0,0-.33,1.31,1.38,1.38,0,0,0,.22.83.7.7,0,0,0,.59.3A1,1,0,0,0,8.51,11a3,3,0,0,0,.31-1.46C8.82,8.86,8.56,8.54,8,8.54Z"/></g><path id="colorAction" class="cls-4" d="M6,1V2.36l-.89-.77A2.34,2.34,0,0,0,3.5,1,2.5,2.5,0,0,0,1.87,5.4l2,1.68.63-.74L2.53,4.64A1.5,1.5,0,0,1,3.5,2a1.76,1.76,0,0,1,1,.36L5.24,3H4L5,4H7V1.95Z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/sql/media/objectTypes/ApplicationRole.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 14h-7v2h-9v-16h16v14z" id="outline"/><path class="icon-vs-bg" d="M15 1v12h-6v-1h5v-8h-7.055c-.632-.617-1.492-1-2.445-1-.952 0-1.813.383-2.444 1h-.056v.056c-.617.631-1 1.492-1 2.444v-5.5h14zm-13 8c-.65-.635-1-1.52-1-2.5v2.5h1zm2.5 3l-1.5-2h-2v5h7v-5h-2l-1.5 2zm2.5-5.5c0-1.38-1.121-2.5-2.5-2.5-1.381 0-2.5 1.12-2.5 2.5s1.119 2.5 2.5 2.5c1.379 0 2.5-1.119 2.5-2.5z" id="iconBg"/><path class="icon-vs-fg" d="M2 4h.056l-.056.056v-.056zm4.945 0c.649.635 1.055 1.52 1.055 2.5s-.35 1.865-1 2.5h2v3h5v-8h-7.055z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 859 B |
1
src/sql/media/objectTypes/Assembly.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>assemblyfile_16x</title><g id="outline"><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M4,15a2,2,0,0,1-2-2V3A2,2,0,0,1,4,1h6.06L14,4.56V13a2,2,0,0,1-2,2Z"/></g><g id="icon_bg"><path class="cls-3" d="M9.64,2H4A1,1,0,0,0,3,3V13a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V5ZM12,13H4V3H9V6h3Z"/><rect class="cls-3" x="5" y="5" width="3" height="1"/><rect class="cls-3" x="5" y="7" width="6" height="1"/><rect class="cls-3" x="5" y="9" width="6" height="1"/><rect class="cls-3" x="5" y="11" width="6" height="1"/></g><g id="icon_fg"><path class="cls-4" d="M9,6V3H4V13h8V6ZM5,5H8V6H5Zm6,7H5V11h6Zm0-2H5V9h6Zm0-2H5V7h6Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 838 B |
1
src/sql/media/objectTypes/AsymmetricKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M13.775 8.361l2.225 2.225v1.828l-1.586 1.586h-6.184c-.829 1.247-2.208 2-3.73 2-2.481 0-4.5-2.019-4.5-4.5 0-2.482 2.019-4.5 4.5-4.5 1.057 0 2.043.362 2.826 1h1.361c-.348-.283-.662-.615-.917-1h-6.184l-1.586-1.586v-1.828l2.586-2.586h6.088c.783-.638 1.77-1 2.826-1 2.481 0 4.5 2.018 4.5 4.5 0 1.648-.9 3.077-2.225 3.861z" id="outline"/><path class="icon-vs-bg" d="M8.35 6c.563 1.179 1.756 2 3.15 2 1.934 0 3.5-1.567 3.5-3.5s-1.566-3.5-3.5-3.5c-1.394 0-2.587.821-3.15 2h-.35v-1h-1l-1 1v-1h-1l-1 1v-1h-1l-2 2v1l1 1h6.35zm3.65-3c.553 0 1 .448 1 1s-.447 1-1 1-1-.448-1-1 .447-1 1-1zm0 6v1l-1-1h-1v1l-1-1h-1v1h-.35c-.563-1.179-1.756-2-3.15-2-1.933 0-3.5 1.566-3.5 3.5s1.567 3.5 3.5 3.5c1.394 0 2.587-.82 3.15-2h6.35l1-1v-1l-2-2h-1zm2 3h-7.051c-.231 1.141-1.239 2-2.449 2-1.381 0-2.5-1.119-2.5-2.5s1.119-2.5 2.5-2.5c1.21 0 2.218.859 2.449 2h7.051v1zm-9-1c0 .553-.448 1-1 1s-1-.447-1-1 .448-1 1-1 1 .447 1 1z" id="iconBg"/><path class="icon-vs-fg" d="M6.949 11c-.231-1.141-1.239-2-2.449-2-1.381 0-2.5 1.119-2.5 2.5s1.119 2.5 2.5 2.5c1.21 0 2.218-.859 2.449-2h7.051v-1h-7.051zm-2.949 1c-.553 0-1-.448-1-1s.447-1 1-1 1 .448 1 1-.447 1-1 1z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
1
src/sql/media/objectTypes/BrokerPriority.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;} .icon-vs-action-blue{fill:#00539C;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 4v12h-16v-12.414l3.586-3.586h.828l3.586 3.586v.414h8z" id="outline"/><path class="icon-vs-bg" d="M15 5v10h-14v-4.586l1 1v2.586h12v-7l-5 5h-2l-.793-.793 1-1 .793.793 5-5h-5v-1h7z" id="iconBg"/><path class="icon-vs-fg" d="M13 6l-5 5-.793-.793.793-.793v-3.414h5zm-4 6h-2l-.793-.793-2.207 2.207-2-2v2.586h12v-7l-5 5z" id="iconFg"/><path class="icon-vs-action-blue" d="M5 9l2-2v2l-3 3-3-3v-2l2 2v-5l-2 2v-2l3-3 3 3v2l-2-2v5z" id="colorAction"/></svg>
|
||||
|
After Width: | Height: | Size: 816 B |
1
src/sql/media/objectTypes/Certificate.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 14h-9.719l.5 2h-3.002l-.279-.838-.279.838h-3.001l.78-3.125v-1.24c-.317-.483-.5-1.047-.5-1.635 0-.438.099-.85.268-1.225.067-.149.143-.293.232-.427v-7.348h15v13z" id="outline"/><path class="icon-vs-bg" d="M5.5 10c0-1.104-.896-2-2-2s-2 .896-2 2c0 .672.335 1.264.843 1.627l-.843 3.373h1l1-3 1 3h1l-.843-3.373c.508-.363.843-.955.843-1.627zm-2 1c-.552 0-1-.447-1-1 0-.553.448-1 1-1s1 .447 1 1c0 .553-.448 1-1 1zm11.5-9v11h-8.969l-.261-1.045c.122-.141.228-.293.32-.452l.002-.006c.092-.158.167-.324.229-.496v-.001h.679v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h1v1h-1v1h1v1.051c-.164-.028-.329-.051-.5-.051-.549 0-1.057.159-1.5.417v-5.417h13zm-3 4h-7v-1h7v1zm-1 1v1h-5v-1h5zm-7.62.009l.12-.009-.12.009zm-.38.029l.38-.029-.38.04v-.011z" id="iconBg"/><path class="icon-vs-fg" d="M4.5 10c0 .553-.448 1-1 1s-1-.447-1-1c0-.553.448-1 1-1s1 .447 1 1zm9.5-7h-1v1h1v-1zm0 8h-1v1h1v-1zm-8.219 1zm-2.781-4.95c.164-.027.329-.05.5-.05-.172 0-.338.021-.5.05zm10-1.05v1h1v1h-1v1h1v1h-1v1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1c.002-.318.339-.655.339-1 0-1.483-.923-2.71-2.339-2.949v-1.051h-1v-1h1v-1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v1h1v1h-1zm-2 1h-5v1h5v-1zm1-2h-7v1h7v-1zm-6 6.003zm.09.5c-.092.159-.198.312-.32.452l.011.045-.011-.045c.242-.281.427-.606.551-.952-.063.171-.137.337-.229.494l-.002.006zm-2.09-4.452c-.164-.028-.329-.051-.5-.051.172 0 .336.023.5.051zm0-4.051h-1v1h1v-1z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
1
src/sql/media/objectTypes/Column.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M13 16h-10v-16h10v16z" id="outline"/><path class="icon-vs-bg" d="M4 1v14h8v-14h-8zm7 13h-6v-3h6v3zm0-4h-6v-3h6v3zm0-4h-6v-3h6v3z" id="iconBg"/><path class="icon-vs-fg" d="M11 6h-6v-3h6v3zm0 1h-6v3h6v-3zm0 4h-6v3h6v-3z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 569 B |
1
src/sql/media/objectTypes/ColumnEncryptionKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#f0eff1;}</style></defs><title>column_encryption_key_16x</title><path class="cls-1" d="M13,7.44a4,4,0,1,0-4,0V10H9V9.88A3.34,3.34,0,0,0,5.5,7,3.36,3.36,0,0,0,2,9.87V10H2v6H9V14h4V13h2V8H13Z"/><path class="cls-2" d="M3,15H8V11H3Zm2-3H6v2H5Zm3-2H7A1.47,1.47,0,0,0,5.5,9,1.45,1.45,0,0,0,4,10H3A2.37,2.37,0,0,1,5.5,8,2.36,2.36,0,0,1,8,10ZM8,4a3,3,0,0,0,2,2.82V13h2V12h2V11H12V10h2V9H12V6.82A3,3,0,1,0,8,4Zm4,0a1,1,0,1,1-1-1A1,1,0,0,1,12,4Z"/><path class="cls-3" d="M11,3a1,1,0,1,1-1,1,1,1,0,0,1,1-1M5,14H6V12H5Z"/></svg>
|
||||
|
After Width: | Height: | Size: 676 B |
1
src/sql/media/objectTypes/ColumnMasterKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>column_master_key_16x</title><rect class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M11,4A4,4,0,0,0,7.56,6H1v4H2v2H7V10h.56A4,4,0,1,0,11,4Z"/><path id="iconBG" class="cls-3" d="M11,5A3,3,0,0,0,8.18,7H2V9H3v2H4V9H5v2H6V9H8.18A3,3,0,1,0,11,5Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,11,9Z"/><path id="iconFG" class="cls-4" d="M12,8a1,1,0,1,0-1,1,1,1,0,0,0,1-1"/></svg>
|
||||
|
After Width: | Height: | Size: 595 B |
1
src/sql/media/objectTypes/Constraint.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:none;}.cls-5{fill:#f0eff1;}</style></defs><title>default_16x</title><g id="outline"><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M15,0V16H1V8H5V0Z"/></g><g id="icon_bg"><path class="cls-3" d="M6,1V8H7V7h6v3H10v1h3v3H10v1h4V1Zm7,5H7V3h6Z"/><path class="cls-3" d="M4.52,10.65q-.59,0-.59,1.38t.58,1.3c.38,0,.57-.45.57-1.34S4.89,10.65,4.52,10.65Z"/><path class="cls-3" d="M2,9v6H9V9Zm3.61,4.46A1.33,1.33,0,0,1,4.48,14C3.49,14,3,13.34,3,12.05a2.49,2.49,0,0,1,.4-1.53A1.37,1.37,0,0,1,4.56,10Q6,10,6,12A2.45,2.45,0,0,1,5.61,13.46ZM8,14H7.15V11L7,11.12l-.2.1-.12,0v-.77c.1,0,.2-.07.29-.12A3.39,3.39,0,0,0,7.49,10H8Z"/></g><g id="icon_fg"><rect class="cls-4" x="4" y="12" width="1" height="1"/><rect class="cls-5" x="7" y="3" width="6" height="3"/><rect class="cls-5" x="10.01" y="11" width="2.99" height="3"/><polygon class="cls-5" points="7 8 10.01 8 10.01 10 13 10 13 7 7 7 7 8"/><path class="cls-5" d="M4.56,10a1.37,1.37,0,0,0-1.16.53A2.49,2.49,0,0,0,3,12.05C3,13.34,3.49,14,4.48,14a1.33,1.33,0,0,0,1.13-.52A2.45,2.45,0,0,0,6,12Q6,10,4.56,10Zm-.05,3.34q-.58,0-.58-1.3t.59-1.38q.55,0,.55,1.34C5.07,12.89,4.88,13.34,4.51,13.34Z"/><path class="cls-5" d="M7,10.37c-.09,0-.19.08-.29.12v.77l.12,0,.2-.1L7.15,11v3H8V10H7.49A3.39,3.39,0,0,1,7,10.37Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
1
src/sql/media/objectTypes/Contract.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>contract_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M4,15a2,2,0,0,1-2-2V3A2,2,0,0,1,3.85,1h6.22L14,4.56v8.37a2,2,0,0,1-.45,1.45,1.9,1.9,0,0,1-1.5.63Z"/><g id="iconBG"><path class="cls-3" d="M9.68,2H3.93A1,1,0,0,0,3,3V13a1,1,0,0,0,1,1h8.06A.88.88,0,0,0,13,13V5ZM12,13H4V3H9V6h3Z"/><rect class="cls-3" x="8" y="10" width="4" height="1"/><path class="cls-3" d="M7.61,8h-1l-.43.83L6.09,9V9H6l-.5-1H4.41l1,1.51L4.34,11H5.41s.48-.89.5-.94S6,10,6,10v0l.51.95H7.6l-1-1.55Z"/></g><g id="iconFG"><path class="cls-4" d="M12,10V6H9V3H4V13h8V11H8V10ZM7.6,11H6.54l-.44-.81s-.18-.16-.19-.13l-.06.12L5.41,11H4.34l1-1.49L4.41,8H5.48l.43.84A.55.55,0,0,0,6.09,9l.07-.15L6.59,8h1l-1,1.45Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 957 B |
1
src/sql/media/objectTypes/Database.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#f0eff1;}</style></defs><title>database_16x</title><g id="outline"><path class="cls-1" d="M8,0C4,0,1,1.72,1,4v8c0,2.28,3,4,7,4s7-1.72,7-4V4C15,1.72,12,0,8,0Z"/></g><g id="icon_bg"><path class="cls-2" d="M8,1C4.69,1,2,2.34,2,4v8c0,1.66,2.69,3,6,3s6-1.34,6-3V4C14,2.34,11.31,1,8,1ZM8,5.88C5.07,5.88,3.12,4.75,3.12,4S5.07,2.13,8,2.13,12.87,3.25,12.87,4,10.93,5.88,8,5.88Z"/></g><g id="icon_fg"><path class="cls-3" d="M8,2.13C5.07,2.13,3.12,3.25,3.12,4S5.07,5.88,8,5.88,12.87,4.75,12.87,4,10.93,2.13,8,2.13Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 666 B |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{opacity:0;}.cls-2{fill:#f6f6f6;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>queue_16x</title><g id="canvas" class="cls-1"><rect class="cls-2" width="16" height="16"/></g><path id="outline" class="cls-2" d="M15,1V9H12v3H9v3H1V7H4V4H7V1Z"/><path id="iconBG" class="cls-3" d="M8,2V5H5V8H2v6H8V11h3V8h3V2ZM7,13H3V9H7Zm3-3H8V8H6V6h4Zm3-3H11V5H9V3h4Z"/><path id="iconFG" class="cls-4" d="M13,3V7H11V5H9V3ZM6,8H8v2h2V6H6ZM3,13H7V9H3Z"/></svg>
|
||||
|
After Width: | Height: | Size: 568 B |
1
src/sql/media/objectTypes/DatabaseAuditSpecification.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>DatabaseAuditSpecification_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M11,0C8.15,0,6,1.29,6,3V4.28A4.45,4.45,0,0,0,4.5,4a4.5,4.5,0,1,0,1.74,8.65L9.59,16h.83l2-2-2-2c.21,0,.41,0,.62,0,2.85,0,5-1.29,5-3V3C16,1.29,13.85,0,11,0Z"/><g id="iconBG"><path class="cls-3" d="M8,8.5a3.51,3.51,0,1,0-1.58,2.92L10,15l1-1L7.42,10.42A3.49,3.49,0,0,0,8,8.5ZM4.5,11A2.5,2.5,0,1,1,7,8.5,2.5,2.5,0,0,1,4.5,11Z"/><path class="cls-3" d="M11,1C8.79,1,7,1.9,7,3V4.76a4.49,4.49,0,0,1,1.65,5.47l.54.54A7.33,7.33,0,0,0,11,11c2.21,0,4-.9,4-2V3C15,1.9,13.21,1,11,1Zm0,3.33c-2,0-3.33-.8-3.33-1.33S9,1.67,11,1.67s3.33.8,3.33,1.33S13,4.33,11,4.33Z"/></g><g id="iconFG"><circle class="cls-4" cx="4.5" cy="8.5" r="2.5"/><path class="cls-4" d="M11,1.67c-2,0-3.33.8-3.33,1.33S9,4.33,11,4.33s3.33-.8,3.33-1.33S13,1.67,11,1.67Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/sql/media/objectTypes/DatabaseEncryptionKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#f0eff1;}</style></defs><title>column_encryption_key_16x</title><path class="cls-1" d="M13,7.44a4,4,0,1,0-4,0V10H9V9.88A3.34,3.34,0,0,0,5.5,7,3.36,3.36,0,0,0,2,9.87V10H2v6H9V14h4V13h2V8H13Z"/><path class="cls-2" d="M3,15H8V11H3Zm2-3H6v2H5Zm3-2H7A1.47,1.47,0,0,0,5.5,9,1.45,1.45,0,0,0,4,10H3A2.37,2.37,0,0,1,5.5,8,2.36,2.36,0,0,1,8,10ZM8,4a3,3,0,0,0,2,2.82V13h2V12h2V11H12V10h2V9H12V6.82A3,3,0,1,0,8,4Zm4,0a1,1,0,1,1-1-1A1,1,0,0,1,12,4Z"/><path class="cls-3" d="M11,3a1,1,0,1,1-1,1,1,1,0,0,1,1-1M5,14H6V12H5Z"/></svg>
|
||||
|
After Width: | Height: | Size: 676 B |
1
src/sql/media/objectTypes/DatabaseRole.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>database_roles_16x_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M9,0C5,0,2,1.72,2,4v.06A3.48,3.48,0,0,0,1,6.5,3.44,3.44,0,0,0,2,9H0v7H9c4,0,7-1.72,7-4V4C16,1.72,13,0,9,0Z"/><g id="iconBG"><path class="cls-3" d="M2,6.5A2.5,2.5,0,1,1,4.5,9,2.5,2.5,0,0,1,2,6.5M8,10v5H1V10H3l1.5,2L6,10Z"/><path class="cls-3" d="M9,1C6.2,1,3.85,2,3.19,3.26A3.49,3.49,0,0,1,4.5,3,3.5,3.5,0,0,1,5,3a8.16,8.16,0,0,1,4-.92c2.93,0,4.88,1.13,4.88,1.88S11.93,5.88,9,5.88c-.37,0-.73,0-1.07-.05A3.51,3.51,0,0,1,8,6.5,3.44,3.44,0,0,1,7,9H9v6c3.31,0,6-1.34,6-3V4C15,2.34,12.31,1,9,1Z"/></g><path id="iconFG" class="cls-4" d="M9,2.13A8.16,8.16,0,0,0,5,3a3.49,3.49,0,0,1,3,2.78c.34,0,.69.05,1.07.05,2.93,0,4.88-1.13,4.88-1.87S11.93,2.13,9,2.13Z"/></svg>
|
||||
|
After Width: | Height: | Size: 994 B |
1
src/sql/media/objectTypes/DatabaseScopedCredential.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>credential_16x</title><rect class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M15,13H8v3H1V10A3.47,3.47,0,0,1,4.5,7,3.65,3.65,0,0,1,6,7.33V6H8A3.44,3.44,0,0,1,7,3.5a3.5,3.5,0,0,1,7,0A3.44,3.44,0,0,1,13,6h2Z"/><g id="iconBG"><path class="cls-3" d="M3,10H2A2.37,2.37,0,0,1,4.5,8,2.36,2.36,0,0,1,7,10H6A1.47,1.47,0,0,0,4.5,9,1.45,1.45,0,0,0,3,10Z"/><path class="cls-3" d="M2,11v4H7V11Zm3,3H4V12H5Z"/><circle class="cls-3" cx="10.5" cy="3.5" r="2.5"/><path class="cls-3" d="M12,7,10.5,9,9,7H7V8a3.34,3.34,0,0,1,1,2v2h6V7Z"/></g><path id="iconFG" class="cls-4" d="M5,14H4V12H5Z"/></svg>
|
||||
|
After Width: | Height: | Size: 821 B |
18
src/sql/media/objectTypes/DatabaseTrigger.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px"
|
||||
height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0;fill:#F6F6F6;}
|
||||
.st1{fill:#F6F6F6;}
|
||||
.st2{fill:#424242;}
|
||||
</style>
|
||||
<g id="outline">
|
||||
<rect class="st0" width="16" height="16"/>
|
||||
<polygon class="st1" points="14,0 6.382,0 2,8.764 2,10 5.371,10 3,14.766 3,16 5.414,16 14,7.414 14,6 9.414,6 14,1.414 "/>
|
||||
</g>
|
||||
<g id="icon_x5F_bg">
|
||||
<polygon class="st2" points="13,1 7,1 3,9 6.985,9 4,15 5,15 13,7 7,7 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 862 B |
1
src/sql/media/objectTypes/Database_Unavailable.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}.cls-5{fill:#e51400;}</style></defs><title>Availability_Database_Offline_16x</title><g id="outline"><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M15,11.4l1-1V9.59l-1-1V4c0-2.28-3-4-7-4S1,1.72,1,4v8c0,2.28,3,4,7,4a13.05,13.05,0,0,0,1.5-.09l.09.09h.83l.29-.29A8.73,8.73,0,0,0,12.63,15l1,1h.83L16,14.41v-.82l-1.06-1.07A2.6,2.6,0,0,0,15,12Z"/></g><g id="icon_bg"><path class="cls-3" d="M8,1C4.69,1,2,2.34,2,4v8c0,1.66,2.69,3,6,3h.57l-1-1,2-2-2-2L10,7.59l2,2,2-2V4C14,2.34,11.31,1,8,1ZM8,6C4.95,6,3,4.82,3,4S4.95,2,8,2s5,1.18,5,2S11.05,6,8,6Z"/></g><g id="icon_fg"><path class="cls-4" d="M8,2C4.95,2,3,3.18,3,4S4.95,6,8,6s5-1.18,5-2S11.05,2,8,2Z"/></g><g id="not_bg"><path class="cls-5" d="M13,12l2,2-1,1-2-2-2,2L9,14l2-2L9,10l1-1,2,2,2-2,1,1Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 957 B |
1
src/sql/media/objectTypes/DefaultIcon.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M0 16v-13h2v-3h14v13h-2v3h-14z" id="outline"/><path class="icon-vs-bg" d="M15 1h-12v3h-2v11h12v-3h2v-11zm-3 13h-10v-8h1v6h9v2zm0-3h-8v-5h8v5zm2 0h-1v-7h-9v-1h10v8zm-9-2v-1h6v1h-6z" id="iconBg"/><path class="icon-vs-fg" d="M2 6h1v6h9v2h-10v-8zm2-3v1h9v7h1v-8h-10zm8 3v5h-8v-5h8zm-1 2h-6v1h6v-1z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 645 B |
1
src/sql/media/objectTypes/ExternalDataSource.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><title>ExternalDataSource_16x</title><path d="M9,0c-.34,0-.67,0-1,0V0H4L3,1V0H0V8H2v4c0,2.28,3,4,7,4s7-1.72,7-4V4C16,1.72,13,0,9,0Z" fill="#f6f6f6"/><path d="M9,1c-.34,0-.67,0-1,0V2.17c.32,0,.65,0,1,0,2.93,0,4.87,1.13,4.87,1.88S11.93,5.88,9,5.88c-.35,0-.68,0-1,0V8H3v4c0,1.66,2.69,3,6,3s6-1.34,6-3V4C15,2.34,12.31,1,9,1Z" fill="#424242"/><path d="M9,2.13c-.35,0-.68,0-1,0V4L7,5H8v.83c.32,0,.65,0,1,0,2.93,0,4.87-1.13,4.87-1.87S11.93,2.13,9,2.13Z" fill="#f0eff1"/><polygon points="7 6 2 6 2 1 1 1 1 7 7 7 7 6" fill="#00539c"/><polygon points="4.43 1 3.57 1.86 5.54 1.86 3.22 4.18 3.82 4.78 6.14 2.46 6.14 4.43 7 3.57 7 1 4.43 1" fill="#00539c"/></svg>
|
||||
|
After Width: | Height: | Size: 733 B |
1
src/sql/media/objectTypes/ExternalFileFormat.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><title>ExternalFileFormat_16x</title><path d="M16,16H0V0H16Z" fill="#f6f6f6" opacity="0"/><path d="M12.06,1H8V0H4L3,1V0H0V8H4v5a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V4.56Z" fill="#f6f6f6"/><path d="M11.64,2H8V3h3V6h3v7H6V8H5v5a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V5Z" fill="#424242"/><polygon points="11 6 11 3 8 3 8 3.98 6.99 5 8 5 8 8 6 8 6 13 14 13 14 6 11 6" fill="#f0eff1"/><polygon points="7 6 2 6 2 1 1 1 1 7 7 7 7 6" fill="#00539c"/><polygon points="4.43 1 3.57 1.86 5.54 1.86 3.22 4.18 3.82 4.78 6.14 2.46 6.14 4.43 7 3.57 7 1 4.43 1" fill="#00539c"/></svg>
|
||||
|
After Width: | Height: | Size: 634 B |
1
src/sql/media/objectTypes/FileGroupFile.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M15 0v15h-14v-15h14z" id="outline"/><path class="icon-vs-bg" d="M2 1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h12v-13h-12zm11 12h-9v-11h9v11zm-2-9v2h-5v-2h5z" id="iconBg"/><path class="icon-vs-fg" d="M4 2v11h9v-11h-9zm7 3v1h-5v-2h5v1z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 600 B |
1
src/sql/media/objectTypes/Folder.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-fg{fill:#F0EFF1;} .icon-folder{fill:#DCB67A;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M16 2.5v10c0 .827-.673 1.5-1.5 1.5h-11.996c-.827 0-1.5-.673-1.5-1.5v-8c0-.827.673-1.5 1.5-1.5h2.886l1-2h8.11c.827 0 1.5.673 1.5 1.5z" id="outline"/><path class="icon-folder" d="M14.5 2h-7.492l-1 2h-3.504c-.277 0-.5.224-.5.5v8c0 .276.223.5.5.5h11.996c.275 0 .5-.224.5-.5v-10c0-.276-.225-.5-.5-.5zm-.496 2h-6.496l.5-1h5.996v1z" id="iconBg"/><path class="icon-vs-fg" d="M14 3v1h-6.5l.5-1h6z" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 740 B |
1
src/sql/media/objectTypes/FullTextCatalog.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#f0eff1;}.cls-4{fill:none;}</style></defs><title>fulltext_16x</title><g id="Icon-2" data-name="Icon"><polygon id="Outline" class="cls-1" points="1 0 1 16 5 16 12 16 16 16 16 0 1 0"/><polygon class="cls-2" points="2 15 4 15 4 14 3 14 3 2 4 2 4 1 2 1 2 15"/><polygon class="cls-2" points="13 1 13 2 14 2 14 14 13 14 13 15 15 15 15 1 13 1"/><polygon class="cls-2" points="6 11 9 11 6 14 6 15 11 15 11 14 8.01 14 11 11.05 10.95 11 11 11 11 10 6 10 6 11"/><path class="cls-2" d="M5,8h7V1H5ZM8,2H9l2,5H10L9.6,6H7.4L7,7H6Z"/><polygon class="cls-2" points="8.5 3.25 7.8 5 9.2 5 8.5 3.25"/><path class="cls-3" d="M7.4,6H9.6L10,7h1L9,2H8L6,7H7ZM8.5,3.25,9.2,5H7.8Z"/></g><rect id="Canvas" class="cls-4" width="16" height="16"/></svg>
|
||||
|
After Width: | Height: | Size: 883 B |
1
src/sql/media/objectTypes/FullTextStopList.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#e51400;}.cls-4{fill:#fff;}.cls-5{fill:none;}</style></defs><title>full_text_stoplist_16x</title><path id="Outline" class="cls-1" d="M15,8.69V1H0V15H8.69a4.43,4.43,0,0,0,5.61,0H15v-.7a4.43,4.43,0,0,0,0-5.61ZM1,14V2H14V7.76a4.48,4.48,0,0,0-1-.48V5H2v8H7.28a4.48,4.48,0,0,0,.48,1ZM7,8V9H3V8ZM3,7V6H7V7Zm4,3v1H3V10ZM8,7V6h4V7H8Zm.7,1a4.5,4.5,0,0,0-.7.7V8Zm2.8,7A3.5,3.5,0,1,1,15,11.5,3.5,3.5,0,0,1,11.5,15Z"/><rect class="cls-2" x="3" y="6" width="4" height="1"/><polygon class="cls-2" points="12 7 12 6 8 6 8 7 11.5 7 12 7"/><rect class="cls-2" x="3" y="8" width="4" height="1"/><path class="cls-2" d="M8,8.7A4.5,4.5,0,0,1,8.7,8H8Z"/><rect class="cls-2" x="3" y="10" width="4" height="1"/><path class="cls-2" d="M2,13V5H13V7.28a4.48,4.48,0,0,1,1,.48V2H1V14H7.76a4.48,4.48,0,0,1-.48-1Z"/><path class="cls-3" d="M11.5,8A3.5,3.5,0,1,0,15,11.5,3.5,3.5,0,0,0,11.5,8ZM13,13H10V10h3Z"/><polygon class="cls-4" points="10 10 10 13 13 13 13 10 12 10 10 10"/><rect id="Canvas" class="cls-5" width="16" height="16"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/sql/media/objectTypes/Index.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.a,.b{fill:#f6f6f6;}.a{opacity:0;}.c{fill:#424242;}.d{fill:#f0eff1;}</style></defs><title>Index_16x</title><rect class="a" width="16" height="16"/><polygon class="b" points="15 10 15 7 10 7 10 6 12 6 12 0 5 0 5 6 7 6 7 7 2 7 2 10 1 10 1 15 16 15 16 10 15 10"/><path class="c" d="M14,11V8H9V5h2V1H6V5H8V8H3v3H2v3H5V11H4V9H8v2H7v3h3V11H9V9h4v2H12v3h3V11ZM4,13H3V12H4Zm5,0H8V12H9ZM7,4V2h3V4Zm7,9H13V12h1Z"/><rect class="d" x="7" y="2" width="3" height="2"/><rect class="d" x="3" y="12" width="1" height="1"/><rect class="d" x="8" y="12" width="1" height="1"/><rect class="d" x="13" y="12" width="1" height="1"/></svg>
|
||||
|
After Width: | Height: | Size: 710 B |
1
src/sql/media/objectTypes/Key_ForeignKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.a,.b{fill:#f6f6f6;}.a{opacity:0;}.c{fill:#424242;}.d{fill:#f0eff1;}</style></defs><title>foreign_key_16x</title><rect class="a" width="16" height="16"/><path class="b" d="M13.41,5H7.33A4.44,4.44,0,0,0,4.5,4a4.5,4.5,0,0,0,0,9,4.45,4.45,0,0,0,3.73-2h6.18L16,9.41V7.59Z"/><path class="c" d="M13,6H12V7L11,6H10V7L9,6H8V7H7.65a3.5,3.5,0,1,0,0,3H14l1-1V8Zm1,3H6.95a2.5,2.5,0,1,1,0-1H14Z"/><circle class="c" cx="4" cy="8" r="1"/><path class="d" d="M6.95,8a2.5,2.5,0,1,0,0,1H14V8ZM4,9A1,1,0,1,1,5,8,1,1,0,0,1,4,9Z"/></svg>
|
||||
|
After Width: | Height: | Size: 611 B |
1
src/sql/media/objectTypes/Key_PrimaryKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>column_master_key_16x</title><rect class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M11,4A4,4,0,0,0,7.56,6H1v4H2v2H7V10h.56A4,4,0,1,0,11,4Z"/><path id="iconBG" class="cls-3" d="M11,5A3,3,0,0,0,8.18,7H2V9H3v2H4V9H5v2H6V9H8.18A3,3,0,1,0,11,5Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,11,9Z"/><path id="iconFG" class="cls-4" d="M12,8a1,1,0,1,0-1,1,1,1,0,0,0,1-1"/></svg>
|
||||
|
After Width: | Height: | Size: 595 B |
1
src/sql/media/objectTypes/Key_UniqueKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}</style></defs><title>unique_key_16x</title><g id="outline"><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M12,8.67V2.59L9.41,0H7.59L6,1.59V7.77A4.45,4.45,0,0,0,4,11.5a4.5,4.5,0,0,0,9,0A4.45,4.45,0,0,0,12,8.67Z"/></g><g id="icon_bg"><path class="cls-3" d="M10,8.35V8h1V7L10,6h1V5L10,4h1V3L9,1H8L7,2V8.35a3.5,3.5,0,1,0,3,0ZM9,13a1,1,0,1,1,1-1A1,1,0,0,1,9,13Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 553 B |
1
src/sql/media/objectTypes/MasterKey.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>column_master_key_16x</title><rect class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M11,4A4,4,0,0,0,7.56,6H1v4H2v2H7V10h.56A4,4,0,1,0,11,4Z"/><path id="iconBG" class="cls-3" d="M11,5A3,3,0,0,0,8.18,7H2V9H3v2H4V9H5v2H6V9H8.18A3,3,0,1,0,11,5Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,11,9Z"/><path id="iconFG" class="cls-4" d="M12,8a1,1,0,1,0-1,1,1,1,0,0,0,1-1"/></svg>
|
||||
|
After Width: | Height: | Size: 595 B |
1
src/sql/media/objectTypes/MessageType.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#f0eff1;}</style></defs><title>message_type_16x</title><path class="cls-1" d="M16,0H6V7H0v9H10V15h1.5a2.5,2.5,0,0,0,2.37-1.71L15,14.41V10.09L13.91,9H16ZM10,10.09V9h1.09Z"/><path class="cls-2" d="M7,1V8H1v7H9V8h6V1ZM8,14H2V11l2,2H6l2-2ZM5,12,2,9H8Zm9-5H8V4l2,2h2l2-2ZM11,5,8,2h6Zm1.5,4L14,10.5V12l-1-1v1.5A1.5,1.5,0,0,1,11.5,14H10V13h1.5a.5.5,0,0,0,.5-.5V11l-1,1V10.5Z"/><path class="cls-3" d="M12,6l2-2V7H8V4l2,2Zm2-4H8l3,3ZM4,13,2,11v3H8V11L6,13ZM8,9H2l3,3Z"/></svg>
|
||||
|
After Width: | Height: | Size: 627 B |
1
src/sql/media/objectTypes/PartitionFunction.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.a,.b{fill:#f6f6f6;}.a{opacity:0;}.c{fill:#424242;}.d{fill:#f0eff1;}</style></defs><title>partition_function_16x</title><rect class="a" width="16" height="16"/><path class="b" d="M13.5,3.8l-1,.67v-1L7.3,0H6.7L0,4.46v6.07l1.47,1L1.32,12h.54l-.37,1.33H1.43a1.46,1.46,0,0,0-1,.33,1.29,1.29,0,0,0-.48,1A1.3,1.3,0,0,0,.55,15.7a1.7,1.7,0,0,0,1,.3A2.61,2.61,0,0,0,3,15.62a3,3,0,0,0,1-1.06L4,14.43l.09.09a1.41,1.41,0,0,0,1,.35,1.86,1.86,0,0,0,.74-.15,2.38,2.38,0,0,0,.62-.43l0,0v.21L8.7,16H9.3L16,11.54V5.46Z"/><path class="c" d="M13.5,5l-2,1.33V4L7,1,1,5v5l.78.52.29-.93h.13L2,9.46V6.27l2.69,1.8A2.84,2.84,0,0,1,5.26,8a1.88,1.88,0,0,1,.85.19L10.5,5.27V7l-3,2v.72l.08.12.23-.14a1.76,1.76,0,0,1,.78-.18,1.41,1.41,0,0,1,1,.37,1.38,1.38,0,0,1,0,2,1.31,1.31,0,0,1-.39.26l1.11.58-.63.93a3.2,3.2,0,0,1-.92.94,1.86,1.86,0,0,1-.23.11L9,15l6-4V6Zm-8,2.4L2.35,5.3,7,2.2l3.15,2.1Z"/><path class="c" d="M5.47,12.19l.05-.06,0-.06-.44.08h.05A1.39,1.39,0,0,1,5.47,12.19Z"/><path class="c" d="M4.22,10.6a2.79,2.79,0,0,1,.59-1.21.62.62,0,0,1,.44-.24.1.1,0,0,1,.07,0,.07.07,0,0,1,0,.06.33.33,0,0,1-.06.12.32.32,0,0,0-.06.17.25.25,0,0,0,.09.2.35.35,0,0,0,.24.08.35.35,0,0,0,.36-.37.38.38,0,0,0-.16-.31A.82.82,0,0,0,5.26,9a1.74,1.74,0,0,0-1,.29,2.84,2.84,0,0,0-.84,1,.79.79,0,0,1-.26.29.87.87,0,0,1-.39.06L2.68,11h.5l-.74,2.62c-.12.43-.21.7-.25.8a1,1,0,0,1-.29.37.28.28,0,0,1-.18.06l-.05,0,0,0s0,0,.05-.07a.21.21,0,0,0,.05-.16.24.24,0,0,0-.09-.19.36.36,0,0,0-.25-.08.47.47,0,0,0-.31.1.29.29,0,0,0-.12.23.31.31,0,0,0,.14.25.76.76,0,0,0,.45.11,1.61,1.61,0,0,0,.86-.23,2,2,0,0,0,.66-.71,7,7,0,0,0,.58-1.56L4.11,11h.51l.13-.38Z"/><path class="c" d="M8.84,13.08,8.72,13a1.87,1.87,0,0,1-.32.34.3.3,0,0,1-.16,0A.3.3,0,0,1,8,13.27a6,6,0,0,1-.6-1.43,2.13,2.13,0,0,1,.46-.57.49.49,0,0,1,.29-.1l.21,0a1.1,1.1,0,0,0,.27,0,.37.37,0,0,0,.27-.1A.33.33,0,0,0,9,10.88a.34.34,0,0,0-.11-.27.43.43,0,0,0-.3-.1.76.76,0,0,0-.33.08,1.61,1.61,0,0,0-.4.33,7.8,7.8,0,0,0-.53.67,3.1,3.1,0,0,0-.48-1.08H5.31v.56c.09,0,.42-.26.49-.26a.38.38,0,0,1,.31.15,5.12,5.12,0,0,1,.54,1.4c-.18.22-.52.59-.59.66a1.08,1.08,0,0,1-.27.21.41.41,0,0,1-.19,0,.73.73,0,0,1-.26-.08.6.6,0,0,0-.22-.05.43.43,0,0,0-.3.11.35.35,0,0,0-.12.27.33.33,0,0,0,.11.26.43.43,0,0,0,.3.1.86.86,0,0,0,.34-.07,1.59,1.59,0,0,0,.4-.29c.16-.15.6-.61.88-.94a7.68,7.68,0,0,0,.4.9.82.82,0,0,0,.27.3.72.72,0,0,0,.38.09.83.83,0,0,0,.45-.15A2.26,2.26,0,0,0,8.84,13.08Z"/><polygon class="d" points="7 2.2 2.35 5.3 5.5 7.4 10.15 4.3 7 2.2"/><path class="d" d="M6.11,8.19a1.49,1.49,0,0,1,.27.14,1.36,1.36,0,0,1,.54,1.1s0,.06,0,.09h.44l.14.2V9l3-2V5.27Z"/><path class="d" d="M2,9.46l.19.13h.48A3.69,3.69,0,0,1,3.74,8.45a2.7,2.7,0,0,1,1-.39L2,6.27Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
1
src/sql/media/objectTypes/PartitionScheme.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.a{fill:#f6f6f6;}.b{fill:#424242;}.c{fill:#f0eff1;}</style></defs><title>partition_scheme_16x</title><polygon class="a" points="13.5 3.8 12.5 4.46 12.5 3.46 7.3 0 6.7 0 0 4.46 0 10.54 1 11.2 1 13 0 13 0 16 8.7 16 9 16 9.3 16 16 11.54 16 5.46 13.5 3.8"/><polygon class="b" points="7 11 5 11 5 9 6 9 6 8 3 8 3 9 4 9 4 11 2 11 2 14 1 14 1 15 4 15 4 14 3 14 3 12 6 12 6 14 5 14 5 15 8 15 8 14 7 14 7 11"/><polygon class="b" points="13.5 5 11.5 6.33 11.5 4 7 1 1 5 1 10 2 10 2 7 2 6.27 3.1 7 4.9 7 2.35 5.3 7 2.2 10.15 4.3 6.1 7 7 7 7 7.6 10.5 5.27 10.5 7 7.5 9 7.5 10 8 10 8 13 9 13 9 15 15 11 15 6 13.5 5"/><polygon class="c" points="10.5 7 10.5 5.27 7 7.6 7 10 7.5 10 7.5 9 10.5 7"/><polygon class="c" points="2 7 3.1 7 2 6.27 2 7"/><polygon class="c" points="7 2.2 2.35 5.3 4.9 7 6.1 7 10.15 4.3 7 2.2"/></svg>
|
||||
|
After Width: | Height: | Size: 905 B |
1
src/sql/media/objectTypes/Queue.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{opacity:0;}.cls-2{fill:#f6f6f6;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>queue_16x</title><g id="canvas" class="cls-1"><rect class="cls-2" width="16" height="16"/></g><path id="outline" class="cls-2" d="M15,1V9H12v3H9v3H1V7H4V4H7V1Z"/><path id="iconBG" class="cls-3" d="M8,2V5H5V8H2v6H8V11h3V8h3V2ZM7,13H3V9H7Zm3-3H8V8H6V6h4Zm3-3H11V5H9V3h4Z"/><path id="iconFG" class="cls-4" d="M13,3V7H11V5H9V3ZM6,8H8v2h2V6H6ZM3,13H7V9H3Z"/></svg>
|
||||
|
After Width: | Height: | Size: 568 B |
1
src/sql/media/objectTypes/RemoteServiceBinding.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:none;}.cls-2{fill:#f6f6f6;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>remote_service_16x</title><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M13.44,4.37l-.1-.77-1.12-.14.7-.9-.48-.61a5,5,0,0,0-.89-.89L10.94.58l-.9.7L9.9.16,9,0A3.81,3.81,0,0,0,8.5,0,3.81,3.81,0,0,0,8,0L7.1.16,7,1.28l-.9-.7-.61.48a5,5,0,0,0-.89.89l-.48.61.7.9-.35,0-.78.19-.1.77A3.87,3.87,0,0,0,3.5,5a4.61,4.61,0,0,0,.06.63l.1.77,1.12.14-.7.89L4.56,8a5,5,0,0,0,.89.89l.61.48.9-.7L7,9v1H5v1H3v3H5v1h7V14h2V11H12V10H10V9l0-.32.9.7.61-.48A5,5,0,0,0,12.44,8l.48-.61-.7-.89.35,0,.78-.19.1-.77a3.87,3.87,0,0,0,0-.54A4.61,4.61,0,0,0,13.44,4.37Z"/><path class="cls-3" d="M11,12V11H9V8.95H9l.15-1.24a2.78,2.78,0,0,0,.8-.33l1,.77a4,4,0,0,0,.71-.71l-.77-1a2.74,2.74,0,0,0,.33-.79l1.24-.15A3.9,3.9,0,0,0,12.5,5a3.9,3.9,0,0,0-.05-.5l-1.24-.15a2.74,2.74,0,0,0-.33-.79l.77-1a4,4,0,0,0-.71-.71l-1,.77a2.76,2.76,0,0,0-.8-.33L9,1.05A4,4,0,0,0,8.5,1a4,4,0,0,0-.5.05L7.84,2.29a2.76,2.76,0,0,0-.8.33l-1-.77a4,4,0,0,0-.71.71l.77,1a2.74,2.74,0,0,0-.33.79L4.55,4.5A3.9,3.9,0,0,0,4.5,5a3.9,3.9,0,0,0,.05.5l1.24.15a2.74,2.74,0,0,0,.33.79l-.77,1a4,4,0,0,0,.71.71l1-.77a2.78,2.78,0,0,0,.8.33L8,8.95H8V11H6v1H4v1H6v1h5V13h2V12ZM6.5,5a2,2,0,1,1,2,2A2,2,0,0,1,6.5,5Zm2,1a1,1,0,1,1,1-1A1,1,0,0,1,8.5,6Z"/><path class="cls-4" d="M8.5,3a2,2,0,1,0,2,2A2,2,0,0,0,8.5,3Zm0,3a1,1,0,1,1,1-1A1,1,0,0,1,8.5,6Z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/sql/media/objectTypes/Route.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{opacity:0;}.cls-2{fill:#f6f6f6;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>route_16x</title><g class="cls-1"><rect class="cls-2" width="16" height="16"/></g><path id="outline" class="cls-2" d="M15.94,10.37l-.1-.77-1.12-.14.7-.9L14.94,8a5,5,0,0,0-.89-.89l-.61-.48-.9.7,0-.35-.19-.78L11.54,6A3.85,3.85,0,0,0,11,6a4.55,4.55,0,0,0-.63.06l-.77.1L9.46,7.28l-.9-.7-.61.48c-.12.09-.23.2-.35.31l-.1.09h0a5.05,5.05,0,0,0-.44.5L7,8V6H4.91l2.5-2.5L4.91,1H3V0H0V2.5A2.5,2.5,0,0,0,1.71,4.87L.59,6H0v9H7V14l.06.08a5.08,5.08,0,0,0,.44.49h0a5.09,5.09,0,0,0,.4.35l0,0,.61.48.9-.7,0,.35.19.78.77.1A3.86,3.86,0,0,0,11,16a4.63,4.63,0,0,0,.63-.06l.77-.1.14-1.12.9.7.61-.48a5.05,5.05,0,0,0,.89-.89l.48-.61-.7-.9.35,0,.78-.19.1-.77A3.88,3.88,0,0,0,16,11,4.66,4.66,0,0,0,15.94,10.37ZM6.16,9.6,6,10V9h.92l.36.46Z"/><g id="iconBG"><path class="cls-3" d="M14.95,11.5A3.86,3.86,0,0,0,15,11a3.93,3.93,0,0,0-.05-.5l-1.24-.15a2.8,2.8,0,0,0-.33-.79l.77-1a4,4,0,0,0-.71-.71l-1,.77a2.77,2.77,0,0,0-.79-.33L11.5,7.05A3.9,3.9,0,0,0,11,7a3.9,3.9,0,0,0-.5.05l-.15,1.24a2.77,2.77,0,0,0-.79.33l-1-.77a4,4,0,0,0-.71.71l.77,1a2.8,2.8,0,0,0-.33.79l-1.24.15A3.93,3.93,0,0,0,7,11a3.86,3.86,0,0,0,.05.5l1.24.15a2.8,2.8,0,0,0,.33.79l-.77,1a4,4,0,0,0,.71.71l1-.77a2.83,2.83,0,0,0,.79.33l.15,1.23A3.89,3.89,0,0,0,11,15a3.89,3.89,0,0,0,.5-.05l.15-1.23a2.83,2.83,0,0,0,.79-.33l1,.77a4,4,0,0,0,.71-.71l-.77-1a2.8,2.8,0,0,0,.33-.79ZM11,13a2,2,0,1,1,2-2A2,2,0,0,1,11,13Z"/><circle class="cls-3" cx="11" cy="11" r="1"/><rect class="cls-3" x="1" y="7" width="5" height="1"/><rect class="cls-3" x="1" y="10" width="4" height="1"/><rect class="cls-3" x="1" y="13" width="5" height="1"/><path class="cls-3" d="M4,4,3,5H4.5L6,3.5,4.5,2H3L4,3H2.5A.5.5,0,0,1,2,2.5V1H1V2.5A1.5,1.5,0,0,0,2.5,4Z"/></g><path id="iconFG" class="cls-4" d="M11,9a2,2,0,1,0,2,2A2,2,0,0,0,11,9Zm0,3a1,1,0,1,1,1-1A1,1,0,0,1,11,12Z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/sql/media/objectTypes/ScalarValuedFunction.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>aggregate_valued_function_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M10,10h6V0H5V7a2.69,2.69,0,0,0-1.26.43A3.67,3.67,0,0,0,2.67,8.6H2.06L1.32,11h.54l-.37,1.33H1.43a1.45,1.45,0,0,0-.95.33,1.29,1.29,0,0,0-.49,1A1.3,1.3,0,0,0,.55,14.7a1.69,1.69,0,0,0,1,.3A2.6,2.6,0,0,0,3,14.62a3,3,0,0,0,1-1.06L4,13.42l.09.11a1.41,1.41,0,0,0,1,.35,1.88,1.88,0,0,0,.74-.15,2.37,2.37,0,0,0,.62-.43,1.64,1.64,0,0,0,.4.34,1.71,1.71,0,0,0,.9.24,1.79,1.79,0,0,0,1-.3,3.19,3.19,0,0,0,.92-.94l.64-.93-1.12-.58A1.29,1.29,0,0,0,10,10Zm-4.5,1.19a1.44,1.44,0,0,0-.35,0H5l.46-.08,0,.06Z"/><g id="iconBG"><path class="cls-3" d="M4.22,9.6a2.79,2.79,0,0,1,.59-1.21.62.62,0,0,1,.43-.24.1.1,0,0,1,.07,0,.07.07,0,0,1,0,.06.33.33,0,0,1-.06.12.32.32,0,0,0-.06.17.25.25,0,0,0,.09.2.35.35,0,0,0,.24.08.35.35,0,0,0,.36-.37.38.38,0,0,0-.16-.31A.82.82,0,0,0,5.26,8a1.74,1.74,0,0,0-1,.29,2.83,2.83,0,0,0-.83,1,.8.8,0,0,1-.26.29.87.87,0,0,1-.39.06L2.68,10h.5l-.74,2.62c-.12.43-.21.7-.25.8a1,1,0,0,1-.29.37.28.28,0,0,1-.18.06l-.05,0,0,0s0,0,.05-.07a.21.21,0,0,0,.05-.16.24.24,0,0,0-.09-.19.36.36,0,0,0-.25-.08.47.47,0,0,0-.31.1.29.29,0,0,0-.12.23.3.3,0,0,0,.14.25.76.76,0,0,0,.45.11,1.61,1.61,0,0,0,.86-.23,2,2,0,0,0,.66-.71,7,7,0,0,0,.58-1.56L4.11,10h.51l.13-.38Z"/><path class="cls-3" d="M8.59,9.52a.76.76,0,0,0-.33.08,1.6,1.6,0,0,0-.4.33,7.68,7.68,0,0,0-.53.67,3.08,3.08,0,0,0-.48-1.08H5.31v.56c.09,0,.42-.26.49-.26a.38.38,0,0,1,.31.15,5.12,5.12,0,0,1,.54,1.4c-.18.22-.52.59-.59.66a1.07,1.07,0,0,1-.27.21.41.41,0,0,1-.19,0,.73.73,0,0,1-.26-.08.59.59,0,0,0-.22-.05.43.43,0,0,0-.3.11.35.35,0,0,0-.12.27.33.33,0,0,0,.11.26.43.43,0,0,0,.3.1.86.86,0,0,0,.34-.07,1.59,1.59,0,0,0,.4-.29c.16-.15.6-.61.88-.94a7.77,7.77,0,0,0,.39.9.82.82,0,0,0,.27.3.72.72,0,0,0,.38.09.83.83,0,0,0,.45-.15,2.26,2.26,0,0,0,.62-.66L8.71,12a1.86,1.86,0,0,1-.32.34A.27.27,0,0,1,8,12.27a6,6,0,0,1-.6-1.43,2.13,2.13,0,0,1,.46-.57.49.49,0,0,1,.29-.1l.21,0a1.1,1.1,0,0,0,.27,0,.37.37,0,0,0,.27-.1A.34.34,0,0,0,9,9.88a.34.34,0,0,0-.11-.27A.43.43,0,0,0,8.59,9.52Z"/><path class="cls-3" d="M9.56,3a1.37,1.37,0,0,0-1.16.53A2.49,2.49,0,0,0,8,5.05C8,6.34,8.49,7,9.48,7a1.33,1.33,0,0,0,1.13-.52A2.45,2.45,0,0,0,11,5Q11,3,9.56,3ZM9.51,6.34q-.58,0-.58-1.3t.59-1.38q.55,0,.55,1.34C10.07,5.89,9.88,6.34,9.51,6.34Z"/><path class="cls-3" d="M12,3.37c-.09,0-.19.08-.29.12v.77l.12,0,.2-.1L12.15,4V7H13V3h-.51A3.39,3.39,0,0,1,12,3.37Z"/><path class="cls-3" d="M6,1V7.14a1.48,1.48,0,0,1,.38.19,1.37,1.37,0,0,1,.54,1.1s0,.06,0,.09h.45l.22.32.22-.13a1.78,1.78,0,0,1,.79-.19,1.41,1.41,0,0,1,1,.37A1.23,1.23,0,0,1,9.66,9H15V1Zm8,7H7V2h7Z"/></g><g id="iconFG"><path class="cls-4" d="M9.52,3.65q-.59,0-.59,1.38t.58,1.3c.38,0,.57-.45.57-1.34S9.89,3.65,9.52,3.65Z"/><path class="cls-4" d="M7,2V8h7V2Zm3.61,4.46A1.33,1.33,0,0,1,9.48,7C8.49,7,8,6.34,8,5.05a2.49,2.49,0,0,1,.4-1.53A1.37,1.37,0,0,1,9.56,3Q11,3,11,5A2.45,2.45,0,0,1,10.61,6.46ZM13,7h-.85V4L12,4.12l-.2.1-.12,0V3.48c.1,0,.2-.07.29-.12A3.39,3.39,0,0,0,12.49,3H13Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#f0eff1;}.cls-4{fill:#00539c;}</style></defs><title>input_parameter_16x</title><path id="outline" class="cls-1" d="M16,10.33a5.43,5.43,0,0,1-.29,1.83,4.5,4.5,0,0,1-.78,1.38,3.57,3.57,0,0,1-1.19.91l-.12.05V16H6.46a5.06,5.06,0,0,1-2-2.43A6.08,6.08,0,0,1,4,11.21a6.75,6.75,0,0,1,.14-1.35L4,10,0,6V0L2,2V0H6V2L8,0V5.37c.14,0,.28-.1.42-.15A6.63,6.63,0,0,1,10.16,5a6.81,6.81,0,0,1,2.2.35,5.66,5.66,0,0,1,1.86,1,5.07,5.07,0,0,1,1.3,1.69A5.23,5.23,0,0,1,16,10.33Z"/><path id="iconBG" class="cls-2" d="M14.62,8.52a4.07,4.07,0,0,0-1-1.36A4.64,4.64,0,0,0,12,6.3,5.77,5.77,0,0,0,10.16,6a5.57,5.57,0,0,0-1.47.19,5.07,5.07,0,0,0-1.26.53,4.71,4.71,0,0,0-1,.81,4.78,4.78,0,0,0-.76,1.05,5.33,5.33,0,0,0-.47,1.24A5.67,5.67,0,0,0,5,11.21a5.08,5.08,0,0,0,.37,2,4.37,4.37,0,0,0,1,1.51,4.58,4.58,0,0,0,1.57,1A5.74,5.74,0,0,0,10,16c.34,0,.64,0,.92,0s.52-.06.74-.1a4.79,4.79,0,0,0,.57-.14l.42-.15v-.95l-.51.2a4.5,4.5,0,0,1-.58.16,6.38,6.38,0,0,1-.67.1,7.12,7.12,0,0,1-.78,0,4.52,4.52,0,0,1-1.68-.29A3.61,3.61,0,0,1,7.15,14a3.5,3.5,0,0,1-.79-1.25,4.54,4.54,0,0,1-.27-1.59,4.63,4.63,0,0,1,.3-1.69,4.18,4.18,0,0,1,.84-1.36,4,4,0,0,1,1.28-.91,4,4,0,0,1,1.62-.33A4.65,4.65,0,0,1,11.39,7a3.77,3.77,0,0,1,1,.41,3,3,0,0,1,.71.61,3.45,3.45,0,0,1,.49.74,3.63,3.63,0,0,1,.27.81,4.41,4.41,0,0,1,0,1.85,3,3,0,0,1-.3.77,1.43,1.43,0,0,1-.43.48.88.88,0,0,1-.5.16.58.58,0,0,1-.24,0,.4.4,0,0,1-.18-.17,1,1,0,0,1-.12-.34,2.85,2.85,0,0,1,0-.55c0-.07,0-.19,0-.36s0-.37,0-.59,0-.46.06-.71,0-.49.06-.72,0-.43.05-.61,0-.3,0-.38h-1l-.06.67h0A.86.86,0,0,0,11,8.75a1,1,0,0,0-.26-.24,1.27,1.27,0,0,0-.34-.16A1.46,1.46,0,0,0,10,8.3a2.18,2.18,0,0,0-1,.24,2.42,2.42,0,0,0-.8.67,3.09,3.09,0,0,0-.52,1,4,4,0,0,0-.19,1.26,3.08,3.08,0,0,0,.15,1,2.15,2.15,0,0,0,.4.72,1.58,1.58,0,0,0,.59.42,1.81,1.81,0,0,0,.71.14,1.71,1.71,0,0,0,.55-.09,1.61,1.61,0,0,0,.48-.26,1.77,1.77,0,0,0,.39-.42,2,2,0,0,0,.26-.58h0a1.39,1.39,0,0,0,.34,1,1.29,1.29,0,0,0,1,.37,2.22,2.22,0,0,0,1-.22,2.55,2.55,0,0,0,.85-.65,3.48,3.48,0,0,0,.6-1.07A4.42,4.42,0,0,0,15,10.33,4.21,4.21,0,0,0,14.62,8.52Zm-3.68,2.83a2.83,2.83,0,0,1-.27.8,1.57,1.57,0,0,1-.45.53,1.07,1.07,0,0,1-.64.2.86.86,0,0,1-.38-.09.91.91,0,0,1-.32-.26,1.37,1.37,0,0,1-.22-.43,2.13,2.13,0,0,1-.08-.61,3.9,3.9,0,0,1,.09-.81,2.82,2.82,0,0,1,.28-.75,1.74,1.74,0,0,1,.46-.55,1.08,1.08,0,0,1,1-.14.82.82,0,0,1,.31.22,1,1,0,0,1,.21.37,1.71,1.71,0,0,1,.08.53A5.54,5.54,0,0,1,10.94,11.35Z"/><path id="iconFG" class="cls-3" d="M10.74,9.46a.82.82,0,0,0-.31-.22,1.08,1.08,0,0,0-1,.14,1.74,1.74,0,0,0-.46.55,2.82,2.82,0,0,0-.28.75,3.9,3.9,0,0,0-.09.81,2.13,2.13,0,0,0,.08.61,1.37,1.37,0,0,0,.22.43.91.91,0,0,0,.32.26.86.86,0,0,0,.38.09,1.07,1.07,0,0,0,.64-.2,1.57,1.57,0,0,0,.45-.53,2.83,2.83,0,0,0,.27-.8,5.54,5.54,0,0,0,.09-1A1.71,1.71,0,0,0,11,9.83,1,1,0,0,0,10.74,9.46Z"/><path id="colorAction" class="cls-4" d="M7,5,4,8,1,5V3L3,5V1H5V5L7,3Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#00539c;}</style></defs><title>output_parameter_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M14.22,6.39a5.65,5.65,0,0,0-1.86-1A6.8,6.8,0,0,0,10.16,5a6.63,6.63,0,0,0-1.73.22c-.15,0-.28.1-.42.15V3L5,0H3L0,3V9L2,7V9H4.38c-.07.19-.13.38-.18.58A6.69,6.69,0,0,0,4,11.21a6.08,6.08,0,0,0,.44,2.36,5.06,5.06,0,0,0,2,2.43h7.16V14.51l.12-.05a3.57,3.57,0,0,0,1.19-.91,4.5,4.5,0,0,0,.78-1.38A5.43,5.43,0,0,0,16,10.33a5.22,5.22,0,0,0-.48-2.25A5.07,5.07,0,0,0,14.22,6.39Z"/><path id="iconBG" class="cls-3" d="M13.57,7.16A4.65,4.65,0,0,0,12,6.3,5.78,5.78,0,0,0,10.16,6a5.59,5.59,0,0,0-1.47.19,5.09,5.09,0,0,0-1.26.52A4.78,4.78,0,0,0,5.64,8.58a5.33,5.33,0,0,0-.47,1.24A5.67,5.67,0,0,0,5,11.21a5.08,5.08,0,0,0,.37,2,4.37,4.37,0,0,0,1,1.51,4.58,4.58,0,0,0,1.57,1A5.74,5.74,0,0,0,10,16c.34,0,.64,0,.92,0s.52-.06.74-.1a4.79,4.79,0,0,0,.57-.14l.42-.15v-.95l-.51.2a4.5,4.5,0,0,1-.58.16,6.38,6.38,0,0,1-.67.1,7.12,7.12,0,0,1-.78,0,4.52,4.52,0,0,1-1.68-.29A3.61,3.61,0,0,1,7.15,14a3.5,3.5,0,0,1-.79-1.25,4.54,4.54,0,0,1-.27-1.59,4.63,4.63,0,0,1,.3-1.69,4.18,4.18,0,0,1,.84-1.36,3.92,3.92,0,0,1,1.28-.91,4,4,0,0,1,1.62-.33A4.63,4.63,0,0,1,11.39,7a3.72,3.72,0,0,1,1,.41,3,3,0,0,1,.71.61,3.45,3.45,0,0,1,.49.74,3.63,3.63,0,0,1,.27.81,4.41,4.41,0,0,1,0,1.85,3,3,0,0,1-.3.77,1.43,1.43,0,0,1-.43.48.88.88,0,0,1-.5.16.58.58,0,0,1-.24,0,.4.4,0,0,1-.18-.17,1,1,0,0,1-.12-.34,2.85,2.85,0,0,1,0-.55c0-.07,0-.19,0-.36s0-.37,0-.59,0-.46.06-.71,0-.49.06-.72,0-.43.05-.61,0-.3,0-.38h-1l-.06.67h0A.86.86,0,0,0,11,8.75a1,1,0,0,0-.26-.24,1.27,1.27,0,0,0-.34-.16A1.46,1.46,0,0,0,10,8.3a2.18,2.18,0,0,0-1,.24,2.42,2.42,0,0,0-.8.67,3.09,3.09,0,0,0-.52,1,4,4,0,0,0-.19,1.26,3.08,3.08,0,0,0,.15,1,2.15,2.15,0,0,0,.4.72,1.58,1.58,0,0,0,.59.42,1.81,1.81,0,0,0,.71.14,1.71,1.71,0,0,0,.55-.09,1.61,1.61,0,0,0,.48-.26,1.77,1.77,0,0,0,.39-.42,2,2,0,0,0,.26-.58h0a1.39,1.39,0,0,0,.34,1,1.29,1.29,0,0,0,1,.37,2.22,2.22,0,0,0,1-.22,2.55,2.55,0,0,0,.85-.65,3.48,3.48,0,0,0,.6-1.07A4.42,4.42,0,0,0,15,10.33a4.21,4.21,0,0,0-.38-1.82,4.07,4.07,0,0,0-1-1.36m-2.63,4.19a2.83,2.83,0,0,1-.27.8,1.57,1.57,0,0,1-.45.53,1.07,1.07,0,0,1-.64.2.86.86,0,0,1-.38-.09.91.91,0,0,1-.32-.26,1.37,1.37,0,0,1-.22-.43,2.13,2.13,0,0,1-.08-.61,3.9,3.9,0,0,1,.09-.81,2.82,2.82,0,0,1,.28-.75,1.74,1.74,0,0,1,.46-.55,1.08,1.08,0,0,1,1-.14.82.82,0,0,1,.31.22,1,1,0,0,1,.21.37,1.71,1.71,0,0,1,.08.53,5.54,5.54,0,0,1-.09,1"/><path id="colorAction" class="cls-4" d="M7,6,5,4V8H3V4L1,6V4L4,1,7,4Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#00539c;}</style></defs><title>parameter_return_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M11,5v.83A5.2,5.2,0,0,0,8.11,5a5.13,5.13,0,0,0-2.77.76L3.18,3.89A.5.5,0,0,1,3,3.5a.49.49,0,0,1,0-.08L4.59,5H8V1.51L6.4,0H5V.34A3,3,0,0,0,3.5,0,3.49,3.49,0,0,0,.34,5H0V15H5v-.86A5.12,5.12,0,0,0,8,15a6.51,6.51,0,0,0,2.52-.44l.51-.22V15h5V5ZM1.17,6.11h0ZM3,12V10.32A5.21,5.21,0,0,0,3.31,12Zm0-2V7.69L3.4,8A5.3,5.3,0,0,0,3,10Zm10,2h-.75A3.84,3.84,0,0,0,13,9.77Zm0-2.61A4.56,4.56,0,0,0,12.74,8H13Z"/><g id="iconBG"><polygon class="cls-3" points="12 6 12 7 14 7 14 13 12 13 12 14 15 14 15 6 12 6"/><path class="cls-3" d="M2,13V6.83l-.78-.67A1.53,1.53,0,0,1,1.07,6H1v8H4V13Z"/><path class="cls-3" d="M8.82,11.15h0a1.36,1.36,0,0,1-1.37,1,1.3,1.3,0,0,1-1.05-.49A2,2,0,0,1,6,10.39a2.92,2.92,0,0,1,.55-1.82A1.73,1.73,0,0,1,8,7.85,1,1,0,0,1,8.57,8a.84.84,0,0,1,.35.45h0c0-.09,0-.28.07-.56h.81q-.23,2.56-.23,2.61,0,1,.5,1a.87.87,0,0,0,.76-.54,2.81,2.81,0,0,0,.3-1.39,2.76,2.76,0,0,0-.82-2.06,3.1,3.1,0,0,0-2.26-.8,3,3,0,0,0-2.3,1,3.39,3.39,0,0,0-.91,2.42,3.13,3.13,0,0,0,.88,2.31,3.19,3.19,0,0,0,2.36.88,4.57,4.57,0,0,0,2-.4v.75A5.51,5.51,0,0,1,8,14a4,4,0,0,1-2.89-1.07A3.72,3.72,0,0,1,4,10.13,4,4,0,0,1,8.11,6a4.08,4.08,0,0,1,2.8,1A3.26,3.26,0,0,1,12,9.55a2.9,2.9,0,0,1-.6,1.9,1.82,1.82,0,0,1-1.47.74C9.2,12.19,8.82,11.85,8.82,11.15ZM8,8.54a1,1,0,0,0-.86.52,2.41,2.41,0,0,0-.33,1.31,1.38,1.38,0,0,0,.22.83.7.7,0,0,0,.59.3A1,1,0,0,0,8.51,11a3,3,0,0,0,.31-1.46C8.82,8.86,8.56,8.54,8,8.54Z"/></g><path id="colorAction" class="cls-4" d="M6,1V2.36l-.89-.77A2.34,2.34,0,0,0,3.5,1,2.5,2.5,0,0,0,1.87,5.4l2,1.68.63-.74L2.53,4.64A1.5,1.5,0,0,1,3.5,2a1.76,1.76,0,0,1,1,.36L5.24,3H4L5,4H7V1.95Z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
25
src/sql/media/objectTypes/Schema.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0;fill:#F6F6F6;}
|
||||
.st1{fill:#F6F6F6;}
|
||||
.st2{fill:#424242;}
|
||||
.st3{fill:#F0EFF1;}
|
||||
</style>
|
||||
<g id="outline">
|
||||
<rect class="st0" width="16" height="16"/>
|
||||
<path class="st1" d="M16,16H1V0h15V16z"/>
|
||||
</g>
|
||||
<g id="icon_x5F_bg">
|
||||
<path class="st2" d="M2,1v14h13V1H2z M14,14H3V3h11V14z"/>
|
||||
<path class="st2" d="M12.5,10H11L9.5,7h1L11,6.5v-2L10.5,4h-4L6,4.5v2L6.5,7h1L6,10H4.5L4,10.5v2L4.5,13h3L8,12.5v-2L7.5,10H7
|
||||
l1.5-3l1.5,3H9.5L9,10.5v2L9.5,13h3l0.5-0.5v-2L12.5,10z M7,12H5v-1h2V12z M8,6H7V5h3v1H9H8z M12,12h-2v-1h2V12z"/>
|
||||
</g>
|
||||
<g id="icon_x5F_fg">
|
||||
<path class="st3" d="M5,11h2v1H5V11z M10,12h2v-1h-2V12z M10,5H7v1h3V5z M14,3v11H3V3H14z M13,10.5L12.5,10H11L9.5,7h1L11,6.5v-2
|
||||
L10.5,4h-4L6,4.5v2L6.5,7h1L6,10H4.5L4,10.5v2L4.5,13h3L8,12.5v-2L7.5,10H7l1.5-3l1.5,3H9.5L9,10.5v2L9.5,13h3l0.5-0.5V10.5z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/sql/media/objectTypes/SearchPropertyList.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>search_property_list_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M7.94,1A3.48,3.48,0,0,0,3.06,1H1V5.59l-1,1v.83l1,1V15H16V1Z"/><g id="iconBG"><rect class="cls-3" x="5" y="7" width="7" height="1"/><rect class="cls-3" x="5" y="9" width="7" height="1"/><path class="cls-3" d="M14,5v8H3V8.41l-1,1V14H15V2H8.65A3.46,3.46,0,0,1,9,3.5,3.46,3.46,0,0,1,8.65,5Z"/><path class="cls-3" d="M8,3.5A2.5,2.5,0,0,1,5.5,6a2.47,2.47,0,0,1-1.19-.31L2,8,1,7,3.31,4.69A2.47,2.47,0,0,1,3,3.5a2.5,2.5,0,0,1,5,0Zm-4,0A1.5,1.5,0,1,0,5.5,2,1.5,1.5,0,0,0,4,3.5Z"/></g><g id="iconFG"><circle class="cls-4" cx="5.5" cy="3.5" r="1.5"/><path class="cls-4" d="M8.65,5A3.5,3.5,0,0,1,5.5,7H12V8H5V7h.5a3.36,3.36,0,0,1-.95-.14L3,8.41V13H14V5ZM12,10H5V9h7Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1007 B |
27
src/sql/media/objectTypes/SecurityPolicy.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px"
|
||||
height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.icon-canvas-transparent{opacity:0;fill:#F6F6F6;}
|
||||
.icon-vs-out{fill:#F6F6F6;}
|
||||
.icon-vs-bg{fill:#424242;}
|
||||
.icon-vs-fg{fill:#F0EFF1;}
|
||||
</style>
|
||||
<g id="canvas">
|
||||
<path class="icon-canvas-transparent" d="M16,16H0V0h16V16z"/>
|
||||
</g>
|
||||
<g id="outline">
|
||||
<path class="icon-vs-out" d="M16,2v14H1V7.88l-1-0.8V0h8v2H16z"/>
|
||||
</g>
|
||||
<g id="iconBg">
|
||||
<path class="icon-vs-bg" d="M7,1H1v5.6L4,9l3-2.4V1z M6,5.8L4,7.401L2,5.8V3h4V5.8z M8,3v3h2v2H7V7.88L5.6,9H6v2H3
|
||||
V9.48l-1-0.8V15h13V3H8z M6,14H3v-2h3V14z M10,14H7v-2h3V14z M10,11H7V9h3V11z M14,14h-3v-2h3V14z M14,11h-3V9h3V11z M14,8h-3V6h3
|
||||
V8z"/>
|
||||
</g>
|
||||
<g id="iconFg">
|
||||
<path class="icon-vs-fg" d="M6,5.8L4,7.401L2,5.8V3h4V5.8z M4,10.28l-1-0.8V11h3V9H5.6L4,10.28z M7,14h3v-2H7V14z
|
||||
M3,14h3v-2H3V14z M7,11h3V9H7V11z M11,6v2h3V6H11z M8,7.081l-1,0.8V8h3V6H8V7.081z M11,11h3V9h-3V11z M11,14h3v-2h-3V14z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
1
src/sql/media/objectTypes/Sequence.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}</style></defs><title>sequence_16x</title><g id="outline"><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M3,16a2,2,0,0,1-2-2V2A2,2,0,0,1,3,0h8.06L15,3.56V14a2,2,0,0,1-2,2Z"/></g><g id="icon_bg"><path class="cls-3" d="M10.64,1H3A1,1,0,0,0,2,2V14a1,1,0,0,0,1,1H13a1,1,0,0,0,1-1V4ZM13,14H3V2h7V5h3Z"/><rect class="cls-3" x="4" y="7" width="2" height="2"/><rect class="cls-3" x="4" y="3" width="2" height="2"/><rect class="cls-3" x="7" y="11" width="2" height="2"/><rect class="cls-3" x="4" y="11" width="2" height="2"/><rect class="cls-3" x="10" y="11" width="2" height="2"/><rect class="cls-3" x="7" y="7" width="2" height="2"/></g><g id="icon_fg"><path class="cls-2" d="M10,5V2H3V14H13V5ZM6,13H4V11H6ZM6,9H4V7H6ZM6,5H4V3H6Zm3,8H7V11H9ZM9,9H7V7H9Zm3,4H10V11h2Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 954 B |
1
src/sql/media/objectTypes/Server.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>add_certificate_16x</title><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M13,16H3V0H13Z"/><path class="cls-3" d="M4,1V15h8V1Zm6,12H9V12h1Zm0-7H6V5h4Zm0-2H6V3h4Z"/><path class="cls-4" d="M10,4H6V3h4Zm0,1H6V6h4Zm0,7H9v1h1Z"/></svg>
|
||||
|
After Width: | Height: | Size: 466 B |
1
src/sql/media/objectTypes/ServerLevelCredential.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>credential_16x</title><rect class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M15,13H8v3H1V10A3.47,3.47,0,0,1,4.5,7,3.65,3.65,0,0,1,6,7.33V6H8A3.44,3.44,0,0,1,7,3.5a3.5,3.5,0,0,1,7,0A3.44,3.44,0,0,1,13,6h2Z"/><g id="iconBG"><path class="cls-3" d="M3,10H2A2.37,2.37,0,0,1,4.5,8,2.36,2.36,0,0,1,7,10H6A1.47,1.47,0,0,0,4.5,9,1.45,1.45,0,0,0,3,10Z"/><path class="cls-3" d="M2,11v4H7V11Zm3,3H4V12H5Z"/><circle class="cls-3" cx="10.5" cy="3.5" r="2.5"/><path class="cls-3" d="M12,7,10.5,9,9,7H7V8a3.34,3.34,0,0,1,1,2v2h6V7Z"/></g><path id="iconFG" class="cls-4" d="M5,14H4V12H5Z"/></svg>
|
||||
|
After Width: | Height: | Size: 821 B |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{opacity:0;}.cls-2{fill:#f6f6f6;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>cryptographicprovider_enabled_16x</title><g id="canvas" class="cls-1"><rect class="cls-2" width="16" height="16"/></g><path id="outline" class="cls-2" d="M12,6V5h1V2H6.71A3.57,3.57,0,0,0,3.5,0,3.49,3.49,0,0,0,1.06,6H0v6H1v1H5V12h6v1h4V12h1V6ZM6.71,5H7V6H6A3.48,3.48,0,0,0,6.71,5Z"/><g id="iconBG"><path class="cls-3" d="M1,7v4H2v1H4V11h8v1h2V11h1V7ZM3,9H2V8H3Z"/><path class="cls-3" d="M1,3.5A2.5,2.5,0,0,0,3.5,6,2.56,2.56,0,0,0,6,4H8V6H9V4h1V6h1V4h1V3H6A2.56,2.56,0,0,0,3.5,1,2.5,2.5,0,0,0,1,3.5Zm1,0A1.5,1.5,0,1,1,3.5,5,1.5,1.5,0,0,1,2,3.5Z"/></g><g id="iconFG"><rect id="iconFG-2" data-name="iconFG" class="cls-4" x="2" y="8" width="1" height="1"/><circle id="iconFG-3" data-name="iconFG" class="cls-4" cx="3.5" cy="3.5" r="1.5"/></g></svg>
|
||||
|
After Width: | Height: | Size: 952 B |
1
src/sql/media/objectTypes/ServerLevelEndpoint.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;opacity:0;}.cls-2{fill:#f6f6f6;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>endpoint_16x</title><g id="outline"><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M13,9V3A2.58,2.58,0,0,0,11.5.82,7.17,7.17,0,0,0,8,0,7.17,7.17,0,0,0,4.5.82,2.58,2.58,0,0,0,3,3V9a2.8,2.8,0,0,0,2,2.43V12H3v3H5v1h6V15h2V12H11v-.57A2.8,2.8,0,0,0,13,9Z"/></g><g id="icon_bg"><path class="cls-3" d="M11,1.69A6.21,6.21,0,0,0,8,1a6.21,6.21,0,0,0-3,.69A1.65,1.65,0,0,0,4,3V9c0,.93,1.28,1.71,3,1.93V12H6v1H4v1H6v1h4V14h2V13H10V12H9V10.93c1.72-.22,3-1,3-1.93V3A1.65,1.65,0,0,0,11,1.69ZM8,4.33c-2,0-3.33-.8-3.33-1.33S6,1.67,8,1.67s3.33.8,3.33,1.33S10,4.33,8,4.33Z"/></g><g id="icon_fg"><path class="cls-4" d="M8,1.67c-2,0-3.33.8-3.33,1.33S6,4.33,8,4.33s3.33-.8,3.33-1.33S10,1.67,8,1.67Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 918 B |
1
src/sql/media/objectTypes/ServerLevelLinkedServer.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>linked_server_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M3,0V10a2.78,2.78,0,0,0-3,3H0a2.68,2.68,0,0,0,2.79,3H13V0Z"/><g id="iconBG"><path class="cls-3" d="M4,1v9H7.08a2.6,2.6,0,0,1,2.73,1.82.69.69,0,0,1,.07.21A3.94,3.94,0,0,1,10,13a1.21,1.21,0,0,1,0,.41A2.92,2.92,0,0,1,9.35,15H12V1Zm6,5H6V5h4Zm0-2H6V3h4Z"/><path class="cls-3" d="M7.15,11H6.48L7,12c.38,0,1,0,1,1,0,.38,0,1-.78,1H5.58a3.75,3.75,0,0,0-.83-.94c-.29-.19-.75.29-.46.93a5.76,5.76,0,0,1,.53,1H7a1.8,1.8,0,0,0,2-2C9,11.5,8.27,11,7.15,11Z"/><path class="cls-3" d="M2.9,15h.64L3,14c-.37,0-1,0-1-1,0-.37,0-1,.78-1H4.46a3.75,3.75,0,0,0,.83.94c.29.19.75-.29.46-.93a5.76,5.76,0,0,1-.53-1H3a1.8,1.8,0,0,0-2,2C1,14.5,1.77,15,2.9,15Z"/></g><g id="iconFG"><rect class="cls-4" x="6" y="5" width="4" height="1"/><rect class="cls-4" x="6" y="3" width="4" height="1"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M14 7v9h-12v-9h3.5c-.839-.733-1.5-1.798-1.5-3 0-2.209 1.791-4 4-4s4 1.791 4 4c0 1.202-.661 2.267-1.5 3h3.5z" id="outline"/><path class="icon-vs-bg" d="M5 4c0-1.656 1.343-3 3-3 1.654 0 3 1.344 3 3 0 1.657-1.346 3-3 3-1.657 0-3-1.343-3-3zm5 4l-2 3-2-3h-3v7h10v-7h-3z" id="iconBg"/></svg>
|
||||
|
After Width: | Height: | Size: 589 B |
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#e51400;}</style></defs><title>login_disabled_16x</title><path class="cls-1" d="M16,9.59l-2-2-2,2V7H8.62A4,4,0,1,0,3.38,7H0v9H12V14.41L13.59,16h.83L16,14.41v-.82L14.41,12,16,10.42Z"/><path class="cls-2" d="M10.41,8H11v.59ZM7.59,14l2-2-2-2,2-2H8L6,11,4,8H1v7H8.59ZM6,7A3,3,0,1,0,3,4,3,3,0,0,0,6,7Z"/><path class="cls-3" d="M13,12l2,2-1,1-2-2-2,2L9,14l2-2L9,10l1-1,2,2,2-2,1,1Z"/></svg>
|
||||
|
After Width: | Height: | Size: 544 B |
1
src/sql/media/objectTypes/ServerLevelLogin.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M14 7v9h-12v-9h3.5c-.839-.733-1.5-1.798-1.5-3 0-2.209 1.791-4 4-4s4 1.791 4 4c0 1.202-.661 2.267-1.5 3h3.5z" id="outline"/><path class="icon-vs-bg" d="M5 4c0-1.656 1.343-3 3-3 1.654 0 3 1.344 3 3 0 1.657-1.346 3-3 3-1.657 0-3-1.343-3-3zm5 4l-2 3-2-3h-3v7h10v-7h-3z" id="iconBg"/></svg>
|
||||
|
After Width: | Height: | Size: 589 B |
1
src/sql/media/objectTypes/ServerLevelLogin_Disabled.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f6f6f6;}.cls-2{fill:#424242;}.cls-3{fill:#e51400;}</style></defs><title>login_disabled_16x</title><path class="cls-1" d="M16,9.59l-2-2-2,2V7H8.62A4,4,0,1,0,3.38,7H0v9H12V14.41L13.59,16h.83L16,14.41v-.82L14.41,12,16,10.42Z"/><path class="cls-2" d="M10.41,8H11v.59ZM7.59,14l2-2-2-2,2-2H8L6,11,4,8H1v7H8.59ZM6,7A3,3,0,1,0,3,4,3,3,0,0,0,6,7Z"/><path class="cls-3" d="M13,12l2,2-1,1-2-2-2,2L9,14l2-2L9,10l1-1,2,2,2-2,1,1Z"/></svg>
|
||||
|
After Width: | Height: | Size: 544 B |
1
src/sql/media/objectTypes/ServerLevelServerAudit.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><style type="text/css">.icon-canvas-transparent{opacity:0;fill:#F6F6F6;} .icon-vs-out{fill:#F6F6F6;} .icon-vs-bg{fill:#424242;} .icon-vs-fg{fill:#F0EFF1;}</style><path class="icon-canvas-transparent" d="M16 16h-16v-16h16v16z" id="canvas"/><path class="icon-vs-out" d="M11.108 0c2.774.481 4.892 2.898 4.892 5.808 0 3.255-2.648 5.901-5.9 5.901-.646 0-1.283-.111-1.906-.331l-4.625 4.622h-.887l-2.682-2.641v-1.156l4.508-4.488c-.22-.623-.31-1.261-.31-1.907 0-2.91 2.118-5.327 4.892-5.808h2.018" id="outline"/><path class="icon-vs-bg" d="M1.323 13.07l1.607 1.609 4.822-4.82c.649.326.968.797 2.419.797 2.669 0 4.829-2.162 4.829-4.828 0-2.667-2.16-4.828-4.828-4.828-2.666 0-4.804 2.161-4.804 4.828 0 1.609.447 1.771.776 2.422l-4.821 4.82zm5.117-7.242c0-2.092 1.63-3.755 3.723-3.755 2.092 0 3.787 1.663 3.787 3.755 0 2.092-1.695 3.754-3.787 3.754-2.093 0-3.723-1.662-3.723-3.754" id="iconBg"/><path class="icon-vs-fg" d="M6.44 5.828c0-2.092 1.63-3.755 3.723-3.755 2.092 0 3.787 1.663 3.787 3.755 0 2.092-1.695 3.754-3.787 3.754-2.093 0-3.723-1.662-3.723-3.754" id="iconFg"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>ServerAuditSpecification_16x</title><g id="outline"><rect class="cls-1" width="16" height="16"/><path class="cls-2" d="M6,0V4.28a4.48,4.48,0,0,0-2.65,6L0,13.59v.83L1.59,16h.83l3.35-3.35.24.07V16H16V0Z"/></g><g id="icon_bg"><path class="cls-3" d="M11,8.5a3.5,3.5,0,1,0-6.42,1.92L1,14l1,1,3.58-3.58A3.5,3.5,0,0,0,11,8.5Zm-6,0A2.5,2.5,0,1,1,7.5,11,2.5,2.5,0,0,1,5,8.5Z"/><path class="cls-3" d="M7,1V4.05A4.34,4.34,0,0,1,7.5,4a4.46,4.46,0,0,1,2.79,1H13V6H11.24A4.5,4.5,0,0,1,7.5,13a4.2,4.2,0,0,1-.5-.05V15h8V1Zm6,12H12V12h1Zm0-9H9V3h4Z"/></g><g id="icon_fg"><path class="cls-4" d="M11.24,6H13V5H10.29A4.54,4.54,0,0,1,11.24,6Z"/><rect class="cls-4" x="12" y="12" width="1" height="1"/><rect class="cls-4" x="9" y="3" width="4" height="1"/><circle class="cls-4" cx="7.5" cy="8.5" r="2.5"/></g></svg>
|
||||
|
After Width: | Height: | Size: 999 B |
1
src/sql/media/objectTypes/ServerLevelServerRole.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>credential_16x</title><rect class="cls-1" width="16" height="16"/><path id="outline" class="cls-2" d="M15,13H8v3H1V10A3.47,3.47,0,0,1,4.5,7,3.65,3.65,0,0,1,6,7.33V6H8A3.44,3.44,0,0,1,7,3.5a3.5,3.5,0,0,1,7,0A3.44,3.44,0,0,1,13,6h2Z"/><g id="iconBG"><path class="cls-3" d="M3,10H2A2.37,2.37,0,0,1,4.5,8,2.36,2.36,0,0,1,7,10H6A1.47,1.47,0,0,0,4.5,9,1.45,1.45,0,0,0,3,10Z"/><path class="cls-3" d="M2,11v4H7V11Zm3,3H4V12H5Z"/><circle class="cls-3" cx="10.5" cy="3.5" r="2.5"/><path class="cls-3" d="M12,7,10.5,9,9,7H7V8a3.34,3.34,0,0,1,1,2v2h6V7Z"/></g><path id="iconFG" class="cls-4" d="M5,14H4V12H5Z"/></svg>
|
||||
|
After Width: | Height: | Size: 821 B |
1
src/sql/media/objectTypes/ServerLevelServerTrigger.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.cls-1,.cls-2{fill:#f6f6f6;}.cls-1{opacity:0;}.cls-3{fill:#424242;}.cls-4{fill:#f0eff1;}</style></defs><title>Trigger_16x</title><rect id="canvas" class="cls-1" width="16" height="16"/><rect id="outline" class="cls-2" y="1" width="16" height="14"/><g id="iconBG"><polygon class="cls-3" points="1 2 1 14 4.38 14 4.88 13 2 13 2 5 14 5 14 13 7.41 13 6.41 14 15 14 15 2 1 2"/><polygon class="cls-3" points="10 9 7 9 10 6 7 6 5 10 7.5 10 6 13 10 9"/></g><g id="iconFG"><polygon class="cls-4" points="6.38 5 2 5 2 13 4.88 13 5.88 11 4 11 4 9.76 6.38 5"/><polygon class="cls-4" points="11 5 11 6.41 9.41 8 11 8 11 9.41 7.41 13 14 13 14 5 11 5"/></g></svg>
|
||||
|
After Width: | Height: | Size: 754 B |