Fix colors for notify_on/off icons

This commit is contained in:
Hadi Nategh 2016-07-27 15:00:07 +02:00
parent 6500e52146
commit 3fdeee1a8a
2 changed files with 9 additions and 10 deletions

View File

@ -3,15 +3,14 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<g>
<g id="XMLID_2_">
<g>
<path fill="#fafafa" stroke="#696969" stroke-miterlimit="10" d="M18.542,0.622c-5.471,0-9.899,4.56-9.899,10.183
s4.428,10.182,9.899,10.182c5.471,0,9.896-4.559,9.896-10.182S24.013,0.622,18.542,0.622z M18.542,11.996
c-0.64,0-1.16-0.533-1.16-1.191c0-0.659,0.521-1.192,1.16-1.192s1.158,0.534,1.158,1.192C19.7,11.463,19.182,11.996,18.542,11.996
z M11.697,20.931v1.886c-2.926-1.896-5.063-4.954-5.779-8.554c0.697-0.554,1.151-1.414,1.151-2.39
c0-1.675-1.318-3.034-2.948-3.034c-1.63,0-2.949,1.358-2.949,3.034c0,1.674,1.317,3.03,2.945,3.033
c0.956,4.416,3.785,8.101,7.58,10.147v3.799c0,1.151,0.765,2.086,1.712,2.086h10.267c0.945,0,1.711-0.935,1.711-2.086v-7.921
c-1.907,1.481-4.271,2.37-6.845,2.37S13.603,22.412,11.697,20.931z"/>
<path fill="#fafafa" stroke="#696969" d="M17.111,28.904c-1.793,4.004-7.277,0.166-5.119-2.639C13.588,27.652,15.767,27.622,17.111,28.904z"/>
<path fill="#fafafa" stroke="#696969" d="M29.373,29.28c0.125,0.562-0.637,2.054-1.314,2.438c-1.136,0.01-2.158-0.406-3.18-0.803
c-3.273-1.126-6.643-2.659-10.009-4.191c-4.431-2.013-9.081-4.035-13.376-6.912c0.031-1.031,0.574-2.199,1.241-2.805
c0.574-0.49,1.741-0.594,2.877-1.105c2.085-0.875,4.15-2.231,6.245-4.681c2.836-3.253,3.753-8.153,7.236-9.654
c1.355-0.563,2.794-0.313,3.868-0.094c1.271-1.418,2.794-1.96,4.014-0.886c1.168,0.959,0.637,2.2,1.137,3.117
c0.521,0.959,1.627,1.418,2.117,2.554c1.178,2.805-1.199,7.163-2.013,10.687C27.143,21.627,27.131,23.535,29.373,29.28z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -5,8 +5,8 @@
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<g id="XMLID_2_">
<g>
<path fill="#616463" d="M17.111,28.904c-1.793,4.004-7.277,0.166-5.119-2.639C13.588,27.652,15.767,27.622,17.111,28.904z"/>
<path fill="#616463" d="M29.373,29.28c0.125,0.562-0.637,2.054-1.314,2.438c-1.136,0.01-2.158-0.406-3.18-0.803
<path fill="#696969" stroke="#e6e6e6" d="M17.111,28.904c-1.793,4.004-7.277,0.166-5.119-2.639C13.588,27.652,15.767,27.622,17.111,28.904z"/>
<path fill="#696969" stroke="#e6e6e6" d="M29.373,29.28c0.125,0.562-0.637,2.054-1.314,2.438c-1.136,0.01-2.158-0.406-3.18-0.803
c-3.273-1.126-6.643-2.659-10.009-4.191c-4.431-2.013-9.081-4.035-13.376-6.912c0.031-1.031,0.574-2.199,1.241-2.805
c0.574-0.49,1.741-0.594,2.877-1.105c2.085-0.875,4.15-2.231,6.245-4.681c2.836-3.253,3.753-8.153,7.236-9.654
c1.355-0.563,2.794-0.313,3.868-0.094c1.271-1.418,2.794-1.96,4.014-0.886c1.168,0.959,0.637,2.2,1.137,3.117

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB