summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/transform-rotate.svg
diff options
context:
space:
mode:
Diffstat (limited to 'share/icons/hicolor/scalable/actions/transform-rotate.svg')
-rw-r--r--share/icons/hicolor/scalable/actions/transform-rotate.svg35
1 files changed, 35 insertions, 0 deletions
diff --git a/share/icons/hicolor/scalable/actions/transform-rotate.svg b/share/icons/hicolor/scalable/actions/transform-rotate.svg
new file mode 100644
index 0000000..1cb0a69
--- /dev/null
+++ b/share/icons/hicolor/scalable/actions/transform-rotate.svg
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="24"
+ height="24"
+ >
+
+ <defs>
+
+ <linearGradient id="gradientVector">
+ <stop offset="0" style="stop-color:#ffffff"/>
+ <stop offset="1" style="stop-color:#98b6d3"/>
+ </linearGradient>
+ <linearGradient gradientUnits="userSpaceOnUse" id="gradientFill" x1="7.5" x2="-7.5" xlink:href="#gradientVector" y1="5" y2="-5"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="gradientStroke" x1="-6.5" x2="6.5" xlink:href="#gradientVector" y1="-4" y2="4"/>
+
+ <g id="TheRect">
+ <rect x="-7.5" y="-5" width="15" height="10" style="fill:none;stroke:#222222;stroke-linejoin:round"/>
+ <rect x="-6.5" y="-4" width="13" height="8" style="fill:url(#gradientFill);stroke:url(#gradientStroke)"/>
+ </g>
+ </defs>
+
+<g id="transform-rotate" inkscape:label="#transform_rotate" transform="matrix(1,0,0,-1,0,24)">
+
+ <use xlink:href="#TheRect" transform="translate(12,12)" style="opacity:0.5"/>
+ <use xlink:href="#TheRect" transform="translate(12,12) rotate(-45)"/>
+
+ <!-- Arrows -->
+ <path d="m 22,22 v -3 h 2 l -2.5,-3 -2.5,3 h 2 v 3 h -3 v 1 h 3 z"/>
+ <path d="m 2,2 v 3 h -2 l 2.5,3 2.5,-3 h -2 v -3 h 3 v -1 h -3 z"/>
+ </g>
+
+</svg>