summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/transform-scale-horizontal.svg
blob: 93fe96f15d5bb87b2214a52730500b7ee0f165aa (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
38
39
40
41
42
43
44
<?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="11.5" x2="-11.5" xlink:href="#gradientVector" y1="8.5" y2="-8.5"/>
    <linearGradient gradientUnits="userSpaceOnUse" id="gradientStroke"  x1="-10.5" x2="10.5" xlink:href="#gradientVector" y1="-7.5" y2="7.5"/>

    <linearGradient gradientUnits="userSpaceOnUse" id="gradientFill2"   x1="4.5" x2="-4.5" xlink:href="#gradientVector" y1="8.5" y2="-8.5"/>
    <linearGradient gradientUnits="userSpaceOnUse" id="gradientStroke2" x1="-3.5" x2="3.5" xlink:href="#gradientVector" y1="-7.5" y2="7.5"/>

    <g id="TheRect">
      <rect x="-11.5" y="-8.5" width="23" height="17" style="fill:none;stroke:#222222;stroke-linejoin:round"/>
      <rect x="-10.5" y="-7.5" width="21" height="15" style="fill:url(#gradientFill);stroke:url(#gradientStroke)"/>
    </g>

    <g id="TheRect2">
      <rect x="-4.5" y="-8.5" width="9" height="17" style="fill:none;stroke:#222222;stroke-linejoin:round"/>
      <rect x="-3.5" y="-7.5" width="7" height="15" style="fill:url(#gradientFill2);stroke:url(#gradientStroke2)"/>
    </g>
  </defs>

<g id="transform-scale-horizontal" inkscape:label="#transform_scale_hor">

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

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

</svg>