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_headphones.svg | |
parent | da8fecf25e11ea05ad6aaab4f9676c78e4faecdc (diff) |
Added pure vector theme, with dark icons variation
Diffstat (limited to 'editor/icons/icon_headphones.svg')
-rw-r--r-- | editor/icons/icon_headphones.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editor/icons/icon_headphones.svg b/editor/icons/icon_headphones.svg new file mode 100644 index 0000000000..e23a6c54f0 --- /dev/null +++ b/editor/icons/icon_headphones.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"> +<g transform="translate(0 -1036.4)" fill="#e0e0e0"> +<path d="m1 1046.4v3h2v2h2v-5h-4z"/> +<path d="m11 1046.4v5h2v-2h2v-3h-4z"/> +<path d="m8 1037.4a7 7 0 0 0 -7 7h2a5 5 0 0 1 5 -5 5 5 0 0 1 5 5h2a7 7 0 0 0 -7 -7z"/> +<rect x="1" y="1044.4" width="2" height="2"/> +<rect x="13" y="1044.4" width="2" height="2"/> +<circle cx="3" cy="1049.4" r="2"/> +<circle transform="scale(-1,1)" cx="-13" cy="1049.4" r="2"/> +</g> +</svg> |