diff options
Diffstat (limited to 'Flat-Remix-Blue/actions/scalable/format-break-node.svg')
-rw-r--r-- | Flat-Remix-Blue/actions/scalable/format-break-node.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Blue/actions/scalable/format-break-node.svg b/Flat-Remix-Blue/actions/scalable/format-break-node.svg index 314c4a9ef..eeacf39eb 100644 --- a/Flat-Remix-Blue/actions/scalable/format-break-node.svg +++ b/Flat-Remix-Blue/actions/scalable/format-break-node.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:#5c616c; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 5 1.0039062 L 5 3.0039062 L 1 3.0039062 L 1 4.0039062 L 5 4.0039062 L 5 6.0039062 L 11 6.0039062 L 11 4.0039062 L 15 4.0039062 L 15 3.0039062 L 11 3.0039062 L 11 1.0039062 L 5 1.0039062 z M 6 7.0039062 L 8 10.003906 L 10 7.0039062 L 6 7.0039062 z M 1 10.003906 L 1 15.003906 L 6 15.003906 L 6 13.003906 L 7 13.003906 L 7 12.003906 L 6 12.003906 L 6 10.003906 L 1 10.003906 z M 10 10.003906 L 10 12.003906 L 9 12.003906 L 9 13.003906 L 10 13.003906 L 10 15.003906 L 15 15.003906 L 15 10.003906 L 10 10.003906 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,1 V 3 H 1 V 4 H 5 V 6 H 11 V 4 H 15 V 3 H 11 V 1 Z M 6,7 8,10 10,7 Z M 1,10 V 15 H 6 V 13 H 7 V 12 H 6 V 10 Z M 10,10 V 12 H 9 V 13 H 10 V 15 H 15 V 10 Z"/> + </g> </svg> |