summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/boundingbox_right.svg
blob: 1a3e8ea6b2df568a4c07482919ab62ec471d1f86 (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
<?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="16"
   height="16"
  >

  <defs>

    <linearGradient id="vectorGradient">
      <stop offset="0" style="stop-color:#73d216"/>
      <stop offset="1" style="stop-color:#4e9a06"/>
    </linearGradient>

    <radialGradient cx="0" cy="0" fx="0" fy="0" gradientUnits="userSpaceOnUse" id="radialBall" inkscape:collect="always" r="4" xlink:href="#vectorGradient"/>

    <circle id="Ball" r="4" style="fill:url(#radialBall);stroke:#3a7304"/>

  </defs>

  <g id="boundingbox_right">
    <rect x="9.5" y="1.5" width="2" height="13" style="fill:none;stroke:gray;stroke-linejoin:round"/>
    <use xlink:href="#Ball" transform="translate(10.5,8)"/>
  </g>

</svg>