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