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_timer.svg | |
parent | d37bd15cb92295ef22731a2ab171d0647ff541db (diff) | |
parent | 0c18009665cc24ccdace885a2385321b77c80943 (diff) |
Merge pull request #10433 from djrm/pr_svg_support
SVG support
Diffstat (limited to 'editor/icons/icon_timer.svg')
-rw-r--r-- | editor/icons/icon_timer.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editor/icons/icon_timer.svg b/editor/icons/icon_timer.svg new file mode 100644 index 0000000000..e5907cea20 --- /dev/null +++ b/editor/icons/icon_timer.svg @@ -0,0 +1,8 @@ +<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)"> +<rect x="2" y="1037.4" width="12" height="2" ry="1" fill="#e0e0e0"/> +<rect x="2" y="1049.4" width="12" height="2" ry="1" fill="#e0e0e0"/> +<path d="m3 1050.4h10l-3-6h-4z" fill="#e0e0e0"/> +<path d="m3 1038.4h10c0 2-3 4-4 6 1 2 4 4 4 6h-10c0-2 3-4 4-6-1-2-4-4-4-6z" fill="none" stroke="#e0e0e0" stroke-linejoin="round" stroke-width="2"/> +</g> +</svg> |