Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-07-01 01:50:59 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-01 01:50:59 (GMT)
commit27f8f4b79fcb777b0017127a5ed4b9727f53f0be (patch)
treec8ca903662fef210aaeb72689efa50ae37becf52
parent8aa6f7d265fa6e95cbc176c55889b5450799ee80 (diff)
White and black scale icon
-rw-r--r--icons/scale.svg14
1 files changed, 7 insertions, 7 deletions
diff --git a/icons/scale.svg b/icons/scale.svg
index 38bbfb0..3556d38 100644
--- a/icons/scale.svg
+++ b/icons/scale.svg
@@ -4,19 +4,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32">
<defs>
<radialGradient id="grad1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
- <stop offset="0%" style="stop-color: #38639D;stop-opacity:1" />
- <stop offset="100%" style="stop-color: #AABED8;stop-opacity:1" />
+ <stop offset="0%" style="stop-color: #FFFFFF;stop-opacity:1" />
+ <stop offset="100%" style="stop-color: #000000;stop-opacity:1" />
</radialGradient>
<radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
- <stop offset="0%" style="stop-color: #5A7EAF;stop-opacity:1" />
- <stop offset="100%" style="stop-color: #B6CAE5;stop-opacity:1" />
+ <stop offset="0%" style="stop-color: #FFFFFF;stop-opacity:1" />
+ <stop offset="100%" style="stop-color: #000000;stop-opacity:1" />
</radialGradient>
</defs>
- <rect x="7" y="7" width="24" height="24" style="fill: url(#grad1); stroke: #204A87; stroke-width:1" />
- <rect x="1" y="1" width="10" height="10" style="fill: url(#grad2); stroke: #164C93; stroke-width:1" />
+ <rect x="7" y="7" width="24" height="24" style="fill: url(#grad1); stroke: #FFFFFF; stroke-width:1" />
+ <rect x="1" y="1" width="10" height="10" style="fill: url(#grad2); stroke: #FFFFFF; stroke-width:1" />
<line x1="4.5" y1="4.5" x2="20" y2="4.5" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
<line x1="20" y1="4.5" x2="20" y2="20" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
<line x1="4.5" y1="20" x2="20" y2="20" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
<line x1="4.5" y1="4.5" x2="4.5" y2="20" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
- <path d="M 5,3 L 20,19 L23,16 L 23,23 L16,23 L19,20 L4,4 L5,3" stroke="#416AA2" fill="#FFFFFF" />
+ <path d="M 5,3 L 20,19 L23,16 L 23,23 L16,23 L19,20 L4,4 L5,3" stroke="#000000" fill="#FFFFFF" />
</svg>