diff options
Diffstat (limited to 'Flat-Remix-Yellow-Dark/actions/scalable/insert-link.svg')
-rw-r--r-- | Flat-Remix-Yellow-Dark/actions/scalable/insert-link.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow-Dark/actions/scalable/insert-link.svg b/Flat-Remix-Yellow-Dark/actions/scalable/insert-link.svg index 9763dd620..e918021c9 100644 --- a/Flat-Remix-Yellow-Dark/actions/scalable/insert-link.svg +++ b/Flat-Remix-Yellow-Dark/actions/scalable/insert-link.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:#eeeeec; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 5 0 C 2.23 0 0 2.23 0 5 C 0 7.77 2.23 10 5 10 L 7 10 L 7 8 L 5 8 C 3.338 8 2 6.662 2 5 C 2 3.338 3.338 2 5 2 L 7 2 L 7 0 L 5 0 z M 9 0 L 9 2 L 11 2 C 12.662 2 14 3.338 14 5 C 14 6.662 12.662 8 11 8 L 9 8 L 9 10 L 11 10 C 13.77 10 16 7.77 16 5 C 16 2.23 13.77 0 11 0 L 9 0 z M 5 4 L 5 6 L 11 6 L 11 4 L 5 4 z M 5 12.011719 L 8 16.011719 L 11 12.011719 L 5 12.011719 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,0 C 2.23,0 0,2.23 0,5 0,7.77 2.23,10 5,10 H 7 V 8 H 5 C 3.338,8 2,6.662 2,5 2,3.338 3.338,2 5,2 H 7 V 0 Z M 9,0 V 2 H 11 C 12.662,2 14,3.338 14,5 14,6.662 12.662,8 11,8 H 9 V 10 H 11 C 13.77,10 16,7.77 16,5 16,2.23 13.77,0 11,0 Z M 5,4 V 6 H 11 V 4 Z M 5,12 8,16 11,12 Z"/> + </g> </svg> |