summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/transform-skew-horizontal.svg
blob: 56c159c2c39d7e3dc56723aae8d5e5abd37200fa (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
36
37
<?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="6.5" x2="-6.5" xlink:href="#gradientVector" y1="6.5" y2="-6.5"/>
    <linearGradient gradientUnits="userSpaceOnUse" id="gradientStroke"  x1="-5.5" x2="5.5" xlink:href="#gradientVector" y1="-5.5" y2="5.5"/>

    <g id="TheRect">
      <rect x="-6.5" y="-6.5" width="13" height="13" style="fill:none;stroke:#222222;stroke-linejoin:round"/>
      <rect x="-5.5" y="-5.5" width="11" height="11" style="fill:url(#gradientFill);stroke:url(#gradientStroke)"/>
    </g>

  </defs>

  <g id="transform-skew-horizontal" inkscape:label="#transform_skew_hor">

    <use xlink:href="#TheRect" transform="translate(12,12)" style="opacity:0.5"/>
    <use xlink:href="#TheRect" transform="translate(12,12) skewX(37)"/>

    <!-- Arrows -->
    <path d="m 0,2.5 3,-2.5 v 2 h 4 v 1 h -4 v 2 z"/>
    <path d="m 24,21.5 -3,2.5 v -2 h -4 v -1 h 4 v -2 z"/>
  </g>

</svg>