diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/dialog-tile-clones.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/dialog-tile-clones.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/dialog-tile-clones.svg b/Flat-Remix-Red-Light/actions/scalable/dialog-tile-clones.svg index 1fe37873a..8dbf53db5 100644 --- a/Flat-Remix-Red-Light/actions/scalable/dialog-tile-clones.svg +++ b/Flat-Remix-Red-Light/actions/scalable/dialog-tile-clones.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="m1 1v6h6v-6h-6zm8 0v6h6v-6h-6zm-8 8v6h6v-6h-6zm11 0c-2 0-2 1-2 1v2h-1v3h6v-3h-1v-2s0-1-2-1zm0 1c0.373 0 1 0.224 1 0.5v1.5h-2v-1.5c0-0.276 0.627-0.5 1-0.5z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,1 V 7 H 7 V 1 Z M 9,1 V 7 H 15 V 1 Z M 1,9 V 15 H 7 V 9 Z M 12,9 C 10,9 10,10 10,10 V 12 H 9 V 15 H 15 V 12 H 14 V 10 C 14,10 14,9 12,9 Z M 12,10 C 13,10 13,10.5 13,10.5 V 12 H 11 V 10.5 C 11,10.5 11,10 12,10 Z"/> + </g> </svg> |