diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/format-text-direction-rtl.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/format-text-direction-rtl.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/format-text-direction-rtl.svg b/Flat-Remix-Red-Light/actions/scalable/format-text-direction-rtl.svg index 277d3170a..839f32bf1 100644 --- a/Flat-Remix-Red-Light/actions/scalable/format-text-direction-rtl.svg +++ b/Flat-Remix-Red-Light/actions/scalable/format-text-direction-rtl.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 0 L 6 2 L 12 2 C 12.42816 2 13 2.61414 13 3 L 13 4 L 8 4 C 7.08073 4 6.2644 4.38396 5.75 4.96875 C 5.2356 5.55354 4.99361 6.2794 5 7 C 5.006 7.72062 5.26893 8.45275 5.78125 9.03125 C 6.29357 9.60979 7.0917 10 8 10 L 15 10 L 15 3 C 15.00009 1.3657 13.6802 0 12 0 L 6 0 z M 8 6 L 13 6 L 13 8 L 8 8 C 7.60213 8 7.43309 7.89021 7.28125 7.71875 C 7.12941 7.54729 7.00248 7.27938 7 7 C 6.998 6.72062 7.10467 6.44646 7.25 6.28125 C 7.39533 6.11604 7.57764 6 8 6 z M 4 8.9980469 L 0 11.998047 L 4 14.998047 L 4 12.986328 L 14.9375 12.986328 L 14.9375 10.986328 L 4 10.986328 L 4 8.9980469 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 4,9 V 11 H 15 V 13 H 4 V 15 L 0,12 Z M 6,0 V 2 H 12 C 12,2 13,2 13,3 V 4 H 8 C 5,4 5,7 5,7 5,7 5,10 8,10 H 15 V 3 C 15,0 12,0 12,0 Z M 8,6 H 13 V 8 H 8 C 7,8 7,7 7,7 7,7 7,6 8,6 Z"/> + </g> </svg> |