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

Added headphones-off.svg and played around with gradients and colors. Easy to change (back).

This commit is contained in:
Jason Herskowitz
2012-12-05 13:00:31 -05:00
parent e7b0ba71e7
commit 0cced2538b
22 changed files with 191 additions and 233 deletions

View File

@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="43px" height="44px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<svg width="70px" height="70px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<title>volume-icon-muted</title>
<description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description>
<defs>
<linearGradient x1="50%" y1="-66.3125%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="rgb(254,255,255)" offset="0%"></stop>
<stop stop-color="rgb(0,0,0)" offset="100%"></stop>
</linearGradient>
<radialGradient cx="50%" cy="50%" fx="50%" fy="50%" r="50%" 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>
<path d="M33.1787796,24.484441 L22.5493601,24.484441 C21.8404601,24.484441 21.26314,25.049441 21.26314,25.746441 L21.26314,40.2474414 C21.26314,40.9434413 21.83944,41.5084414 22.5493601,41.5084414 L33.4174598,41.5084414 C37.0670199,44.6054413 43.1370401,49.6684412 45.5421999,51.1804413 C48.6073,53.1074414 49,49.8534413 49,49.8534413 L49,33.2804414 L49,32.5114414 L49,15.9384414 C49.0000148,15.9374678 48.6073049,12.6824629 45.5421999,14.6104414 C43.0839998,16.1554414 36.7977399,21.4124414 33.1787796,24.484441 Z M33.1787796,24.484441" id="path-2"></path>
</defs>
<g id="Page 1" fill="rgb(223,223,223)" fill-rule="evenodd">
<g id="Group" fill="rgb(0,0,0)">
<path d="M32.5421999,3.6104414 C30.0839998,5.15544135 23.7977399,10.4124414 20.1787796,13.484441 L9.54936008,13.484441 C8.84046009,13.484441 8.26314004,14.049441 8.26314004,14.746441 L8.26314004,29.2474414 C8.26314004,29.9434413 8.83944004,30.5084414 9.54936008,30.5084414 L20.4174598,30.5084414 C24.0670199,33.6054413 30.1370401,38.6684412 32.5421999,40.1804413 C35.6073,42.1074414 36,38.8534413 36,38.8534413 L36,22.2804414 L36,21.5114414 L36,4.93844141 C36.0000148,4.93746776 35.6073049,1.68246288 32.5421999,3.6104414 C32.5421999,3.6104414 35.6073049,1.68246288 32.5421999,3.6104414 L32.5421999,3.6104414" id="Shape" stroke="rgb(167,167,167)" stroke-width="1" fill="url(#linearGradient-1)"></path>
<use id="Shape" fill-opacity="0.5" fill="rgb(48,55,58)" xlink:href="#path-2"></use>
<use id="Shape-1" stroke="none" fill="url(#radialGradient-1)" xlink:href="#path-2"></use>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB