diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/mail-read.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/mail-read.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/mail-read.svg b/Flat-Remix-Yellow/actions/scalable/mail-read.svg index 647c6d101..d417689c7 100644 --- a/Flat-Remix-Yellow/actions/scalable/mail-read.svg +++ b/Flat-Remix-Yellow/actions/scalable/mail-read.svg @@ -1,8 +1,10 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1"> <defs> <style id="current-color-scheme" type="text/css"> - .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 3 1 L 3 3 L 13 3 L 13 1 L 3 1 z M 2 3 C 0.892 3 0 3.892 0 5 L 0 13 C 0 14.108 0.892 15 2 15 L 14 15 C 15.108 15 16 14.108 16 13 L 16 5 C 16 3.892 15.108 3 14 3 L 14 7 L 8 10 L 2 7 L 2 3 z M 3 5 L 3 7 L 13 7 L 13 5 L 3 5 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 3,1 V 3 H 13 V 1 Z M 2,3 C 2,3 0,3 0,5 V 13 C 0,15 2,15 2,15 H 14 C 14,15 16,15 16,13 V 5 C 16,3 14,3 14,3 V 7 L 8,10 2,7 Z M 3,5 V 7 H 13 V 5 Z"/> + </g> </svg> |