mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
new dashboard icon (#20087)
This commit is contained in:
20
extensions/theme-seti/icons/images/dashboard.svg
Normal file
20
extensions/theme-seti/icons/images/dashboard.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<defs>
|
||||
<linearGradient id="a09b0f0f-3d24-4aad-8fda-73f9dc8561f7" x1="9" y1="790.787" x2="9" y2="774.125" gradientTransform="matrix(1, 0, 0, -1, 0, 791.516)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#6cc6b9" />
|
||||
<stop offset="0.46" stop-color="#6ac4b7" />
|
||||
<stop offset="0.64" stop-color="#62bdb0" />
|
||||
<stop offset="0.77" stop-color="#56b1a4" />
|
||||
<stop offset="1" stop-color="#258277" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path d="M.549,2.636H17.461A.518.518,0,0,1,18,3.125v11.75a.518.518,0,0,1-.539.489H.549A.528.528,0,0,1,0,14.875V3.145a.529.529,0,0,1,.548-.509Z" fill="url(#a09b0f0f-3d24-4aad-8fda-73f9dc8561f7)" />
|
||||
<rect x="12.459" y="4.206" width="1.532" height="9.349" rx="0.147" fill="#fff" opacity="0.9" />
|
||||
<rect x="1.628" y="11.629" width="8.572" height="1.937" rx="0.159" fill="#fff" opacity="0.6" />
|
||||
<rect x="14.808" y="8.031" width="1.532" height="5.524" rx="0.113" fill="#fff" opacity="0.9" />
|
||||
<polygon points="9.117 4.772 6.987 8.562 4.734 6.267 2.412 9.278 2.956 9.705 4.798 7.329 7.136 9.715 9.72 5.119 9.117 4.772" fill="#fff" />
|
||||
<ellipse cx="4.761" cy="6.795" rx="0.876" ry="0.881" fill="#fff" />
|
||||
<ellipse cx="7.136" cy="8.979" rx="0.876" ry="0.881" fill="#fff" />
|
||||
<ellipse cx="9.341" cy="5.055" rx="0.876" ry="0.881" fill="#fff" />
|
||||
<ellipse cx="2.775" cy="9.363" rx="0.876" ry="0.881" fill="#fff" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -1559,6 +1559,9 @@
|
||||
},
|
||||
"execution-plan-compare": {
|
||||
"iconPath": "./images/execution-plan-compare.svg"
|
||||
},
|
||||
"dashboard": {
|
||||
"iconPath": "./images/dashboard.svg"
|
||||
}
|
||||
},
|
||||
"file": "_default",
|
||||
@@ -1865,7 +1868,7 @@
|
||||
"todo": "_todo",
|
||||
"npm-debug.log": "_npm_ignored",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"dashboard": "_default",
|
||||
"dashboard": "dashboard",
|
||||
"profiler": "_csv",
|
||||
"Schema Compare": "scmp_dark",
|
||||
"table-basic": "table-basic",
|
||||
@@ -2336,7 +2339,6 @@
|
||||
"procfile": "_heroku_light",
|
||||
"npm-debug.log": "_npm_ignored_light",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"dashboard": "_default_light",
|
||||
"profiler": "_csv_light",
|
||||
"Schema Compare": "scmp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user