summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/transform-move-vertical.svg
blob: 7c9d695e54802d2e4d71e8dc678a14e16b700ff4 (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
<?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="9" x2="1" xlink:href="#gradientVector" y1="8" y2="1"/>
    <linearGradient gradientUnits="userSpaceOnUse" id="gradientStroke" x1="1" x2="9" xlink:href="#gradientVector" y1="1" y2="8"/>

    <g id="TheRect">
      <rect x="0.5" y="0.5" height="8" width="9" style="fill:none;stroke:#222222;stroke-linejoin:round"/>
      <rect x="1.5" y="1.5" height="6" width="7" style="fill:url(#gradientFill);stroke:url(#gradientStroke)"/>
    </g>
  </defs>

  <g id="transform-move-vertical" inkscape:label="#arrows_hor" transform="matrix(1,0,0,-1,0,24)">
    <use xlink:href="#TheRect" transform="translate( 2,14)" style="opacity:0.5"/>
    <use xlink:href="#TheRect" transform="translate( 2, 1)"/>

    <!-- Arrow -->
    <path d="m 17,19 h 1 v -12 h 2 l -2.5,-3 -2.5,3 h 2 z" />
  </g>

</svg>