diff options
Diffstat (limited to 'Flat-Remix-Red/actions/scalable/bordertool.svg')
-rw-r--r-- | Flat-Remix-Red/actions/scalable/bordertool.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red/actions/scalable/bordertool.svg b/Flat-Remix-Red/actions/scalable/bordertool.svg index 780f59633..b3a921eb1 100644 --- a/Flat-Remix-Red/actions/scalable/bordertool.svg +++ b/Flat-Remix-Red/actions/scalable/bordertool.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 1 1.0058594 L 1 15.003906 L 15 15.003906 L 15 1.0058594 L 1 1.0058594 z M 3 3.0058594 L 13 3.0058594 L 13 13.003906 L 3 13.003906 L 3 3.0058594 z" transform="translate(4 4)"/> + <g transform="matrix(1,0,0,1,4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,1 V 15 H 15 V 1 Z M 3,3 H 13 V 13 H 3 Z"/> + </g> </svg> |