diff options
Diffstat (limited to 'Flat-Remix/actions/scalable/transform-move.svg')
-rw-r--r-- | Flat-Remix/actions/scalable/transform-move.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix/actions/scalable/transform-move.svg b/Flat-Remix/actions/scalable/transform-move.svg index bd6155668..f6f8c9892 100644 --- a/Flat-Remix/actions/scalable/transform-move.svg +++ b/Flat-Remix/actions/scalable/transform-move.svg @@ -1,5 +1,8 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> - <g> - <path style="fill:rgb(36.078431%,38.039216%,42.352941%)" d="M 6 2.5 L 5 4 L 7 4 Z M 4 5 L 2.5 6 L 4 7 Z M 6 5 C 5.449219 5 5 5.449219 5 6 C 5 6.550781 5.449219 7 6 7 C 6.550781 7 7 6.550781 7 6 C 7 5.449219 6.550781 5 6 5 Z M 8 5 L 8 7 L 9.5 6 Z M 5 8 L 6 9.5 L 7 8 Z M 5 8"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#5294e2; } + </style> + </defs> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 8 1 L 6 4 L 10 4 L 8 1 z M 4 6 L 1 8 L 4 10 L 4 6 z M 8 6 C 6.8954 6 6 6.8954 6 8 C 6 9.1046 6.8954 10 8 10 C 9.1046 10 10 9.1046 10 8 C 10 6.8954 9.1046 6 8 6 z M 12 6 L 12 10 L 15 8 L 12 6 z M 6 12 L 8 15 L 10 12 L 6 12 z" transform="translate(4 4)"/> </svg> |