diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-08-21 23:49:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 23:49:07 +0200 |
commit | e9c43cecbf9a75fe474a27011425ab072217d376 (patch) | |
tree | f41a77b8e2d8c387af06927fb4a4e4c9077ff95a /editor/icons/dark/icon_variant.svg | |
parent | d37bd15cb92295ef22731a2ab171d0647ff541db (diff) | |
parent | 0c18009665cc24ccdace885a2385321b77c80943 (diff) |
Merge pull request #10433 from djrm/pr_svg_support
SVG support
Diffstat (limited to 'editor/icons/dark/icon_variant.svg')
-rw-r--r-- | editor/icons/dark/icon_variant.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editor/icons/dark/icon_variant.svg b/editor/icons/dark/icon_variant.svg new file mode 100644 index 0000000000..dded24a52d --- /dev/null +++ b/editor/icons/dark/icon_variant.svg @@ -0,0 +1,16 @@ +<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)"> +<g transform="translate(0,-3)" fill="#4f4f4f"> +<rect x="3" y="1044.4" width="2" height="6"/> +<rect x="6" y="1044.4" width="2" height="6"/> +<rect x="3" y="1044.4" width="1" height="2"/> +<path d="m3 1044.4a3 3 0 0 0 -3 3h2a1 1 0 0 1 1 -1z"/> +<path d="m14 1050.4a3 3 0 0 1 -3 -3h2a1 1 0 0 0 1 1z"/> +<rect transform="scale(1,-1)" x="14" y="-1052.4" width="2" height="8"/> +<rect transform="scale(1,-1)" x="11" y="-1047.4" width="2" height="3"/> +<path d="m3 1050.4a3 3 0 0 1 -3 -3h2a1 1 0 0 0 1 1z"/> +<path d="m8 1044.4a3 3 0 0 1 3 3h-2a1 1 0 0 0 -1 -1z"/> +<rect x="9" y="1047.4" width="2" height="3"/> +</g> +</g> +</svg> |