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/icon_mini_rid.svg | |
parent | d37bd15cb92295ef22731a2ab171d0647ff541db (diff) | |
parent | 0c18009665cc24ccdace885a2385321b77c80943 (diff) |
Merge pull request #10433 from djrm/pr_svg_support
SVG support
Diffstat (limited to 'editor/icons/icon_mini_rid.svg')
-rw-r--r-- | editor/icons/icon_mini_rid.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editor/icons/icon_mini_rid.svg b/editor/icons/icon_mini_rid.svg new file mode 100644 index 0000000000..3fe12d0819 --- /dev/null +++ b/editor/icons/icon_mini_rid.svg @@ -0,0 +1,14 @@ +<svg width="16" height="12" version="1.1" viewBox="0 0 16 12" xmlns="http://www.w3.org/2000/svg"> +<g transform="translate(0 -1040.4)" fill="#69ec9a"> +<rect x="1" y="1047.4" width="2" height="3"/> +<rect x="7" y="1042.4" width="2" height="1.9999"/> +<rect x="7" y="1046.4" width="2" height="4"/> +<rect x="4" y="1044.4" width="1" height="2"/> +<path d="m4 1044.4a3 3 0 0 0 -3 3h2a1 1 0 0 1 1 -1v-2z"/> +<path d="m13 1044.4a3 3 0 0 0 -3 3h2a1 1 0 0 1 1 -1v-2z"/> +<path d="m13 1050.4a3 3 0 0 1 -3 -3h2a1 1 0 0 0 1 1v2z"/> +<rect x="14" y="1042.4" width="2" height="8"/> +<rect x="13" y="1044.4" width="1" height="2"/> +<rect x="13" y="1048.4" width="1" height="2"/> +</g> +</svg> |