diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/tab-duplicate.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/tab-duplicate.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/tab-duplicate.svg b/Flat-Remix-Red-Light/actions/scalable/tab-duplicate.svg index 1e95239fa..dbf286a18 100644 --- a/Flat-Remix-Red-Light/actions/scalable/tab-duplicate.svg +++ b/Flat-Remix-Red-Light/actions/scalable/tab-duplicate.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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + .ColorScheme-Text { color:#000000; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 4 1 C 2.892 1 2 1.892 2 3 L 2 7 L 1 7 L 1 9 L 6 9 L 6 13 L 5 13 L 5 15 L 15 15 L 15 13 L 14 13 L 14 9 C 14 7.892 13.108 7 12 7 L 10 7 L 10 3 C 10 1.892 9.108 1 8 1 L 4 1 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 4,1 C 4,1 2,1 2,3 V 7 H 1 V 9 H 6 V 13 H 5 V 15 H 15 V 13 H 14 V 9 C 14,7 12,7 12,7 H 10 V 3 C 10,1 8,1 8,1 Z"/> + </g> </svg> |