summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/object-stroke.svg
blob: fdf1abaeefa8ee7706a04c34caf7af88a6171e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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="12"
   height="12"
  >

  <defs>

    <linearGradient id="gradientVector">
      <stop offset="0" style="stop-color:black;stop-opacity:1"/>
      <stop offset="1" style="stop-color:black;stop-opacity:0"/>
    </linearGradient>
    <linearGradient  id="strokeGradient" gradientUnits="userSpaceOnUse" x1="0" x2="12" xlink:href="#gradientVector" y1="0" y2="12"/>
  </defs>

  <g id="object-stroke" inkscape:label="#properties_stroke">
    <rect x="0.5" y="0.5" width="11" height="11" style="fill:none;stroke:url(#strokeGradient)"/>
  </g>

</svg>