diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/kdenlive-normal-edit.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/kdenlive-normal-edit.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/kdenlive-normal-edit.svg b/Flat-Remix-Red-Light/actions/scalable/kdenlive-normal-edit.svg index 2d260b7e3..9c7842226 100644 --- a/Flat-Remix-Red-Light/actions/scalable/kdenlive-normal-edit.svg +++ b/Flat-Remix-Red-Light/actions/scalable/kdenlive-normal-edit.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 5 2.5 L 5 8.5 L 11 8.5 L 11 2.5 L 5 2.5 z M 3 9.5 L 3 13.5 L 13 13.5 L 13 9.5 L 3 9.5 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,2 V 8 H 11 V 2 Z M 3,9 V 13 H 13 V 9 Z"/> + </g> </svg> |