diff options
Diffstat (limited to 'Flat-Remix-Blue-Light/actions/scalable/draw-trace-background.svg')
-rw-r--r-- | Flat-Remix-Blue-Light/actions/scalable/draw-trace-background.svg | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Flat-Remix-Blue-Light/actions/scalable/draw-trace-background.svg b/Flat-Remix-Blue-Light/actions/scalable/draw-trace-background.svg index d5cb7932f..5b3dd2f1d 100644 --- a/Flat-Remix-Blue-Light/actions/scalable/draw-trace-background.svg +++ b/Flat-Remix-Blue-Light/actions/scalable/draw-trace-background.svg @@ -1,11 +1,9 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1"> <defs> <style id="current-color-scheme" type="text/css"> .ColorScheme-Text { color:#31363b; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <g transform="translate(4,4)"> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 0,0 H 16 V 16 H 0 Z"/> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 16,16 V 8 C 16,8 12,14 0,14 V 16 Z"/> - </g> + <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 0,0 H 16 V 16 H 0 Z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 16,16 V 8 C 16,8 12,14 0,14 V 16 Z"/> </svg> |