1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 10:24:01 +02:00

Add artist-icon.svg and give all sidebar icons a slight gradient

This commit is contained in:
Jason Herskowitz
2012-12-06 12:00:53 -05:00
parent 60672d4c99
commit c267de4922
19 changed files with 279 additions and 215 deletions

View File

@@ -3,16 +3,17 @@
<title>Slice 1</title>
<description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description>
<defs>
<radialGradient cx="50%" cy="50%" fx="50%" fy="50%" r="186.871898%" id="radialGradient-1">
<stop stop-color="rgb(254,255,254)" stop-opacity="0.5" offset="0%"></stop>
<stop stop-color="rgb(0,0,0)" stop-opacity="0.5" offset="100%"></stop>
<radialGradient cx="50%" cy="50%" fx="50%" fy="50%" r="10.6786549%" id="radialGradient-1">
<stop stop-color="rgb(254,255,254)" offset="0%"></stop>
<stop stop-color="rgb(37,76,123)" offset="100%"></stop>
<stop stop-color="rgb(0,0,0)" offset="100%"></stop>
</radialGradient>
<path d="M0.416038513,50.541996 C0.416038513,23.0439968 22.7920399,0.67199707 50.2900391,0.67199707 C77.7879639,0.67199707 100.157959,23.0419922 100.160038,50.541996 C100.160038,78.041996 77.7880402,100.415997 50.2900391,100.415997 C22.792038,100.415997 0.416038513,78.041996 0.416038513,50.541996 Z M51.0059547,48.5100098 L51.0059547,20.7240105 C51.0059547,19.0420104 49.6419548,17.6760104 47.9599547,17.6760104 C46.2779547,17.6760104 44.9119546,19.0440104 44.9119546,20.7240105 L44.9119546,52.5760098 C44.9119546,53.2180098 45.1139546,53.8140098 45.4539546,54.3040098 C46.1039546,55.6800098 47.4959547,56.6400098 49.1199545,56.6400098 L70.5279555,56.6400098 C72.7739555,56.6400098 74.5919556,54.8200097 74.5919556,52.5760096 C74.5919556,50.3320096 72.7740479,48.5100098 70.5279541,48.5100098 Z M51.0059547,48.5100098" id="path-2"></path>
</defs>
<g id="Page 1" fill="rgb(223,223,223)" fill-rule="evenodd">
<g id="Page 1" fill="rgb(215,215,215)" fill-rule="evenodd">
<g id="Group" fill="rgb(0,0,0)">
<use id="Shape" fill="rgb(39,92,143)" xlink:href="#path-2"></use>
<use id="Shape-1" stroke="none" fill="url(#radialGradient-1)" xlink:href="#path-2"></use>
<use id="Shape" fill="url(#radialGradient-1)" xlink:href="#path-2"></use>
<use id="Shape-1" stroke="none" fill="none" xlink:href="#path-2"></use>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB