diff options
author | Daniel J. Ramirez <djrmuv@gmail.com> | 2017-08-18 21:34:09 -0500 |
---|---|---|
committer | Daniel J. Ramirez <djrmuv@gmail.com> | 2017-08-20 13:53:09 -0500 |
commit | c873661c307eb05dedf2ff07f3cf18e614ba72ec (patch) | |
tree | c9413633f80baf1139f84e32d9f8ed2fd0190390 /editor/icons/icon_vu_full.svg | |
parent | da8fecf25e11ea05ad6aaab4f9676c78e4faecdc (diff) |
Added pure vector theme, with dark icons variation
Diffstat (limited to 'editor/icons/icon_vu_full.svg')
-rw-r--r-- | editor/icons/icon_vu_full.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editor/icons/icon_vu_full.svg b/editor/icons/icon_vu_full.svg new file mode 100644 index 0000000000..bacab2a83c --- /dev/null +++ b/editor/icons/icon_vu_full.svg @@ -0,0 +1,12 @@ +<svg width="128" height="4" version="1.1" viewBox="0 0 128 4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<defs> +<linearGradient id="a" x2="128" y1="2" y2="2" gradientUnits="userSpaceOnUse"> +<stop stop-color="#84ffb1" offset="0"/> +<stop stop-color="#e1dc7a" offset=".5"/> +<stop stop-color="#ff8484" offset="1"/> +</linearGradient> +</defs> +<g transform="translate(0 -1048.4)"> +<path transform="translate(0 1048.4)" d="m2 0a2 2 0 0 0 -2 2 2 2 0 0 0 2 2h75 3 2 3 15v-4h-15-3-2-3-75zm100 0v4h24a2 2 0 0 0 2 -2 2 2 0 0 0 -2 -2h-24z" fill="url(#a)"/> +</g> +</svg> |