diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/code-function.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/code-function.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/code-function.svg b/Flat-Remix-Red-Light/actions/scalable/code-function.svg index bde50081f..58f03db25 100644 --- a/Flat-Remix-Red-Light/actions/scalable/code-function.svg +++ b/Flat-Remix-Red-Light/actions/scalable/code-function.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 3 4.0039062 L 3 6.0039062 L 1 6.0039062 L 1 8.0039062 L 2 8.0039062 L 2 10.003906 L 4 10.003906 L 4 12.003906 L 8 12.003906 L 8 10.003906 L 6 10.003906 L 6 6.0039062 L 8 6.0039062 L 8 4.0039062 L 3 4.0039062 z M 9 4.0039062 L 9 12.003906 L 15 12.003906 L 15 4.0039062 L 9 4.0039062 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 3,4 V 6 H 1 V 8 H 2 V 10 H 4 V 12 H 8 V 10 H 6 V 6 H 8 V 4 Z M 9,4 V 12 H 15 V 4 Z"/> + </g> </svg> |