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 03:05:52 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-01 03:05:52 (GMT)
commit2da3787fe0b5d2f074f3713c06c4d88a39847812 (patch)
tree00e6ed01821ae2ea88886ef3286ae8cbee55b493
parente033b5ac5cf4388e388320cd35da7596f6564487 (diff)
Black and white rotate image icon
-rw-r--r--icons/image-rotate.svg16
1 files changed, 8 insertions, 8 deletions
diff --git a/icons/image-rotate.svg b/icons/image-rotate.svg
index c468655..2e1e3c2 100644
--- a/icons/image-rotate.svg
+++ b/icons/image-rotate.svg
@@ -2,12 +2,12 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32">
- <rect x="4" y="4" width="16" height="12" fill="#204A87" />
- <rect x="5.5" y="5.5" width="13" height="9" fill="#729FCF" />
- <rect x="7" y="7" width="10" height="6" fill="#4F7EB6" />
- <path d="M16,10 L8,19 L20,30 L28,21 L16,10" fill="#204A87" />
- <path d="M16,12 L10,19 L20,28 L26,21 L16,12" fill="#729FCF" />
- <path d="M16,14 L12,19 L20,26 L24,21 L16,14" fill="#4F7EB6" />
- <path d="M4,21 L1.3,25 L3.5,25 Q 2,30 8,30 L8,28 Q 4,28 5.5,25 L8,25 L4,21.5" fill="#FFFFFF" stroke="#3465A4" />
- <path d="M28,11 L30.7,7 L28.5,7 Q 30,2 24,2 L24,4 Q 28,4 26.5,7 L24,7 L28,10.5" fill="#FFFFFF" stroke="#3465A4" />
+ <rect x="4" y="4" width="16" height="12" fill="#FFFFFF" />
+ <rect x="5.5" y="5.5" width="13" height="9" fill="#000000" />
+ <rect x="7" y="7" width="10" height="6" fill="#FFFFFF" />
+ <path d="M16,10 L8,19 L20,30 L28,21 L16,10" fill="#FFFFFF" />
+ <path d="M16,12 L10,19 L20,28 L26,21 L16,12" fill="#FFFFFF" />
+ <path d="M16,14 L12,19 L20,26 L24,21 L16,14" fill="#FFFFFF" />
+ <path d="M4,21 L1.3,25 L3.5,25 Q 2,30 8,30 L8,28 Q 4,28 5.5,25 L8,25 L4,21.5" fill="#000000" stroke="#FFFFFF" />
+ <path d="M28,11 L30.7,7 L28.5,7 Q 30,2 24,2 L24,4 Q 28,4 26.5,7 L24,7 L28,10.5" fill="#000000" stroke="#FFFFFF" />
</svg>