Synchronization of changed icons from git@github.com:JetBrains/IntelliJIcons.git: 3b0ec28dedb0464d0ce4124d39b2036f0e4c8c4a

This commit is contained in:
Icons_Sync_Robot
2019-01-31 19:49:28 +03:00
committed by Aleksey Pivovarov
parent 43c6396375
commit 96e9240525
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<g fill="none" fill-rule="evenodd">
<path fill="#6E6E6E" d="M3,0 L9,0 C10.6568542,-3.04359188e-16 12,1.34314575 12,3 L12,9 C12,10.6568542 10.6568542,12 9,12 L3,12 C1.34314575,12 2.02906125e-16,10.6568542 0,9 L0,3 C-2.02906125e-16,1.34314575 1.34314575,3.04359188e-16 3,0 Z M3,1 C1.8954305,1 1,1.8954305 1,3 L1,9 C1,10.1045695 1.8954305,11 3,11 L9,11 C10.1045695,11 11,10.1045695 11,9 L11,3 C11,1.8954305 10.1045695,1 9,1 L3,1 Z"/>
<rect width="8" height="2" x="2" y="5" fill="#6E6E6E" rx=".7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 603 B

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<g fill="none" fill-rule="evenodd">
<path fill="#AFB1B3" d="M3,0 L9,0 C10.6568542,-3.04359188e-16 12,1.34314575 12,3 L12,9 C12,10.6568542 10.6568542,12 9,12 L3,12 C1.34314575,12 2.02906125e-16,10.6568542 0,9 L0,3 C-2.02906125e-16,1.34314575 1.34314575,3.04359188e-16 3,0 Z M3,1 C1.8954305,1 1,1.8954305 1,3 L1,9 C1,10.1045695 1.8954305,11 3,11 L9,11 C10.1045695,11 11,10.1045695 11,9 L11,3 C11,1.8954305 10.1045695,1 9,1 L3,1 Z"/>
<rect width="2" height="8" x="5" y="2" fill="#AFB1B3" rx=".7" transform="rotate(90 6 6)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 630 B

@@ -1411,6 +1411,10 @@ public class AllIcons {
* 12x12
*/
public static final Icon GutterCheckBox = IconLoader.getIcon("/diff/gutterCheckBox.svg");
/**
* 12x12
*/
public static final Icon GutterCheckBoxIndeterminate = IconLoader.getIcon("/diff/gutterCheckBoxIndeterminate.svg");
/**
* 12x12
*/