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_distraction_free.svg | |
parent | d37bd15cb92295ef22731a2ab171d0647ff541db (diff) | |
parent | 0c18009665cc24ccdace885a2385321b77c80943 (diff) |
Merge pull request #10433 from djrm/pr_svg_support
SVG support
Diffstat (limited to 'editor/icons/icon_distraction_free.svg')
-rw-r--r-- | editor/icons/icon_distraction_free.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/icons/icon_distraction_free.svg b/editor/icons/icon_distraction_free.svg new file mode 100644 index 0000000000..eaf8061f0a --- /dev/null +++ b/editor/icons/icon_distraction_free.svg @@ -0,0 +1,9 @@ +<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 transform="translate(0 1036.4)" d="m3.7578 2.3438l-1.4141 1.4141 2.9492 2.9492 1.4141-1.4141-2.9492-2.9492zm8.4844 0l-2.9492 2.9492 1.4141 1.4141 2.9492-2.9492-1.4141-1.4141zm-6.9492 6.9492l-2.9492 2.9492 1.4141 1.4141 2.9492-2.9492-1.4141-1.4141zm5.4141 0l-1.4141 1.4141 2.9492 2.9492 1.4141-1.4141-2.9492-2.9492z"/> +<path d="m1 1051.4v-5l5 5z" fill-rule="evenodd"/> +<path d="m15 1051.4v-5l-5 5z" fill-rule="evenodd"/> +<path d="m15 1037.4v5l-5-5z" fill-rule="evenodd"/> +<path d="m1 1037.4v5l5-5z" fill-rule="evenodd"/> +</g> +</svg> |