diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/text-wrap.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/text-wrap.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/text-wrap.svg b/Flat-Remix-Red-Light/actions/scalable/text-wrap.svg index 58689c844..118bd7942 100644 --- a/Flat-Remix-Red-Light/actions/scalable/text-wrap.svg +++ b/Flat-Remix-Red-Light/actions/scalable/text-wrap.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 6 1 L 1 15 L 3.5 15 L 4.5625 12 L 8.0253906 12 A 3.5 3.5 0 0 1 10.996094 8.9394531 L 8 1 L 6 1 z M 7 5 L 8.75 10 L 5.25 10 L 7 5 z M 11.5 9 L 11.5 9.8574219 C 10.119 9.8574219 9 11.007734 9 12.427734 C 9 13.847734 10.119 15 11.5 15 C 12.867 15 13.976047 13.870703 13.998047 12.470703 A 0.41663 0.42857 0 0 0 14 12.427734 A 0.41663 0.42857 0 0 0 13.583984 12 A 0.41663 0.42857 0 0 0 13.166016 12.427734 C 13.166016 13.374734 12.42 14.142578 11.5 14.142578 C 10.58 14.142578 9.8339844 13.374734 9.8339844 12.427734 C 9.8339844 11.480734 10.58 10.714844 11.5 10.714844 L 11.5 11.572266 L 13.166016 10.285156 L 11.5 9 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 6,1 1,15 H 3.5 L 4.5625,12 H 6.7227 L 10.828,8.6406 8,1 Z M 7,5 8.75,10 H 5.25 Z M 13,9 V 12 H 11 V 10.5 L 7.5,13 11,15.5 V 14 H 15 V 9 Z"/> + </g> </svg> |