diff options
Diffstat (limited to 'Flat-Remix-Light/actions/scalable/format-text-bold.svg')
-rw-r--r-- | Flat-Remix-Light/actions/scalable/format-text-bold.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix-Light/actions/scalable/format-text-bold.svg b/Flat-Remix-Light/actions/scalable/format-text-bold.svg index 9a6cc9fc2..a1f6eb410 100644 --- a/Flat-Remix-Light/actions/scalable/format-text-bold.svg +++ b/Flat-Remix-Light/actions/scalable/format-text-bold.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(19.215686%,21.176471%,23.137255%)" d="M 4 3.5 L 4 4.5 L 6.5 4.5 C 6.714844 4.5 7 4.808594 7 5 L 7 5.5 L 4.5 5.5 C 4.039062 5.5 3.632812 5.691406 3.375 5.984375 C 3.117188 6.277344 2.996094 6.640625 3 7 C 3.003906 7.359375 3.132812 7.726562 3.390625 8.015625 C 3.648438 8.304688 4.046875 8.5 4.5 8.5 L 9 8.5 L 9 5 C 9 4.183594 8.339844 3.5 7.5 3.5 Z M 5.5 6.5 L 7 6.5 L 7 7.5 L 5.5 7.5 C 5.300781 7.5 5.214844 7.445312 5.140625 7.359375 C 5.066406 7.273438 5 7.140625 5 7 C 5 6.859375 5.050781 6.722656 5.125 6.640625 C 5.199219 6.558594 5.289062 6.5 5.5 6.5 Z M 5.5 6.5"/> - </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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + </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)"/> </svg> |