summaryrefslogtreecommitdiff
path: root/editor/icons/icon_gradient.svg
diff options
context:
space:
mode:
authorDaniel J. Ramirez <djrmuv@gmail.com>2017-08-18 21:34:09 -0500
committerDaniel J. Ramirez <djrmuv@gmail.com>2017-08-20 13:53:09 -0500
commitc873661c307eb05dedf2ff07f3cf18e614ba72ec (patch)
treec9413633f80baf1139f84e32d9f8ed2fd0190390 /editor/icons/icon_gradient.svg
parentda8fecf25e11ea05ad6aaab4f9676c78e4faecdc (diff)
Added pure vector theme, with dark icons variation
Diffstat (limited to 'editor/icons/icon_gradient.svg')
-rw-r--r--editor/icons/icon_gradient.svg11
1 files changed, 11 insertions, 0 deletions
diff --git a/editor/icons/icon_gradient.svg b/editor/icons/icon_gradient.svg
new file mode 100644
index 0000000000..cf36fc1afd
--- /dev/null
+++ b/editor/icons/icon_gradient.svg
@@ -0,0 +1,11 @@
+<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<defs>
+<linearGradient id="a" x1="10" x2="10" y1="1" y2="15" gradientUnits="userSpaceOnUse">
+<stop stop-color="#e0e0e0" offset="0"/>
+<stop stop-color="#e0e0e0" stop-opacity="0" offset="1"/>
+</linearGradient>
+</defs>
+<g transform="translate(0 -1036.4)">
+<path transform="translate(0 1036.4)" d="m2 1c-0.55228 0-1 0.44772-1 1v12c0 0.55228 0.44772 1 1 1h12c0.55228 0 1-0.44772 1-1v-12c0-0.55228-0.44772-1-1-1z" fill="url(#a)"/>
+</g>
+</svg>