summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/transform-move-horizontal.svg
blob: 94cf23b00a1be0ee877d5a609045fbb707c008fe (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
<?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-horizontal" inkscape:label="#arrows_hor">

    <use xlink:href="#TheRect" transform="translate( 0,3)" style="opacity:0.5"/>
    <use xlink:href="#TheRect" transform="translate(14,3)"/>

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

</svg>