summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/object-fill.svg
blob: 196c01f7b57d05d813c54d772895fbdb58d13e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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:#98b6d3"/>
      <stop offset="1" style="stop-color:#ffffff"/>
    </linearGradient>
    <linearGradient  id="fillGradient" gradientUnits="userSpaceOnUse" x1="0" x2="12" xlink:href="#gradientVector" y1="0" y2="12"/>
  </defs>

  <g id="object-fill" inkscape:label="#properties_fill">
    <rect width="12" height="12" style="fill:url(#fillGradient)"/>
  </g>

</svg>