diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/format-text-bold.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/format-text-bold.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/format-text-bold.svg b/Flat-Remix-Red-Light/actions/scalable/format-text-bold.svg index a1f6eb410..b908cac82 100644 --- a/Flat-Remix-Red-Light/actions/scalable/format-text-bold.svg +++ b/Flat-Remix-Red-Light/actions/scalable/format-text-bold.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 4 3 L 4 5 L 9 5 C 9.42816 5 10 5.61414 10 6 L 10 7 L 5 7 C 4.08073 7 3.2644 7.38396 2.75 7.96875 C 2.2356 8.55354 1.99361 9.2794 2 10 C 2.006 10.72062 2.26893 11.45275 2.78125 12.03125 C 3.29357 12.60979 4.0917 13 5 13 L 14 13 L 14 6 C 14 4.3657 12.6802 3 11 3 L 4 3 z M 7 9 L 10 9 L 10 11 L 7 11 C 6.60213 11 6.43309 10.89021 6.28125 10.71875 C 6.12941 10.54729 6.00248 10.27938 6 10 C 5.998 9.72062 6.10467 9.44646 6.25 9.28125 C 6.39533 9.11604 6.57764 9 7 9 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 4,3 V 5 H 9 C 9,5 10,5 10,6 V 7 H 5 C 2,7 2,10 2,10 2,10 2,13 5,13 H 14 V 6 C 14,3 11,3 11,3 Z M 7,9 H 10 V 11 H 7 C 6,11 6,10 6,10 6,10 6,9 7,9 Z"/> + </g> </svg> |