mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* First set of changes for workspace dashboard implementing the toolbar * Workspace dashboard container implementation (#14813) * First set of changes for workspace dashboard implementing the toolbar (#14160) * First set of changes for workspace dashboard implementing the toolbar * Addressed comments * Addressed one remaining comment * Removed an extra comma in interfaces file * Addressed comments * Addressed comments * Refactored a bit of code * Remove unnecessary await * Addressed comments * First set of changes for workspace dashboard container * Update targetPlatform icon+add Time column to deploy table * Addressed comments * Removed redundant class definition * Addressed comments * Addressed comments * Change enum to union type in dataworkspace typings * Fix tests * Addressed comments
12 lines
709 B
XML
12 lines
709 B
XML
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<g clip-path="url(#clip0)">
|
|
<path d="M6.07422 12.0752C9.38793 12.0752 12.0742 9.3889 12.0742 6.0752C12.0742 2.76149 9.38793 0.0751953 6.07422 0.0751953C2.76051 0.0751953 0.0742188 2.76149 0.0742188 6.0752C0.0742188 9.3889 2.76051 12.0752 6.07422 12.0752Z" fill="#E00B1C"/>
|
|
<path d="M9.51952 3.54599L8.45302 2.47949L5.99902 4.93349L3.54502 2.47949L2.47852 3.54599L4.93252 5.99999L2.47852 8.45399L3.54502 9.52049L5.99902 7.06649L8.45302 9.52049L9.51952 8.45399L7.06552 5.99999L9.51952 3.54599Z" fill="white"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0">
|
|
<rect width="12" height="12" fill="white"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|