diff options
Diffstat (limited to 'Flat-Remix-Red/actions/scalable/image-crop.svg')
-rw-r--r-- | Flat-Remix-Red/actions/scalable/image-crop.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red/actions/scalable/image-crop.svg b/Flat-Remix-Red/actions/scalable/image-crop.svg index cb891a08a..3b0d67a6d 100644 --- a/Flat-Remix-Red/actions/scalable/image-crop.svg +++ b/Flat-Remix-Red/actions/scalable/image-crop.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 3 0 L 3 2 L 5 2 L 5 0 L 3 0 z M 0 3 L 0 5 L 11 5 L 11 16 L 13 16 L 13 5 L 13 4.0039062 C 13 4.0039062 13 3.0039062 12 3.0039062 L 0 3 z M 3 6 L 3 12.003906 C 3 13.003906 4 13.003906 4 13.003906 L 5.5 13.003906 L 10 13 L 10 11 L 5 11 L 5 6 L 3 6 z M 14 11 L 14 13 L 16 13 L 16 11 L 14 11 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 3,0 V 2 H 5 V 0 Z M 0,3 V 5 H 11 V 16 H 13 V 4 C 13,4 13,3 12,3 Z M 3,6 V 12 C 3,13 4,13 4,13 H 10 V 11 H 5 V 6 Z M 14,11 V 13 H 16 V 11 Z"/> + </g> </svg> |