Update import project toolbar icon to be blue (#11878)

* update import project toolbar icon to be blue

* get rid of dark and light
This commit is contained in:
Kim Santiago
2020-08-20 10:43:28 -07:00
committed by GitHub
parent bcce80094d
commit 7029276f16
2 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="a7a68c25-9b07-4668-8d0d-dd5e0ecbba33"
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{fill:#0078D4;}
</style>
<path class="st0" d="M16,8.2c0-1.3-1.7-2.2-4-2.2C9.7,6,8,7,8,8.2c0,0,0,0,0,0.1h0v5.4C8,15,9.7,16,12,16s4-1,4-2.3L16,8.2L16,8.2z
M12,7c1.9,0,3,0.7,3,1.3s-1.1,1.3-3,1.3S9,8.8,9,8.2S10.1,7,12,7z M12,15c-1.9,0-3-0.7-3-1.3v-4c0.9,0.5,2,0.8,3,0.7
c1,0,2.1-0.2,3-0.7v4C15,14.3,13.9,15,12,15z"/>
<path class="st0" d="M7,12H1V4h14v1.6c0.4,0.2,0.7,0.4,1,0.6V0H0v13h7V12z M1,1h14v2H1V1z"/>
</svg>

After

Width:  |  Height:  |  Size: 819 B

View File

@@ -119,10 +119,7 @@
"command": "sqlDatabaseProjects.importDatabase",
"title": "%sqlDatabaseProjects.importDatabase%",
"category": "%sqlDatabaseProjects.displayName%",
"icon": {
"dark": "images/dark/databaseProject.svg",
"light": "images/light/databaseProject.svg"
}
"icon": "images/databaseProjectToolbar.svg"
},
{
"command": "sqlDatabaseProjects.addDatabaseReference",