summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/object-fill.svg
diff options
context:
space:
mode:
Diffstat (limited to 'share/icons/hicolor/scalable/actions/object-fill.svg')
-rw-r--r--share/icons/hicolor/scalable/actions/object-fill.svg22
1 files changed, 22 insertions, 0 deletions
diff --git a/share/icons/hicolor/scalable/actions/object-fill.svg b/share/icons/hicolor/scalable/actions/object-fill.svg
new file mode 100644
index 0000000..196c01f
--- /dev/null
+++ b/share/icons/hicolor/scalable/actions/object-fill.svg
@@ -0,0 +1,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>