summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/transform-rotate.svg
blob: 1cb0a699239b11e6ab54bd418855e75b252c0f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>