diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/dialog-warning.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/dialog-warning.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/dialog-warning.svg b/Flat-Remix-Red-Light/actions/scalable/dialog-warning.svg index ba96c025a..46f97ac8e 100644 --- a/Flat-Remix-Red-Light/actions/scalable/dialog-warning.svg +++ b/Flat-Remix-Red-Light/actions/scalable/dialog-warning.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="m8 1.0039c-3.866 0-7 3.1341-7 7 0 3.8661 3.134 7.0001 7 7.0001s7-3.134 7-7.0001c0-3.8659-3.134-7-7-7zm-1 1.9961h2v6h-2v-6zm1 7c0.5523 0 1 0.448 1 1s-0.4477 1-1 1-1-0.448-1-1 0.4477-1 1-1z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 8 1 A 7 7 0 0 0 1 8 A 7 7 0 0 0 8 15 A 7 7 0 0 0 15 8 A 7 7 0 0 0 8 1 z M 7 4 L 9 4 L 9 9 L 7 9 L 7 4 z M 8 9.75 A 1.25 1.25 0 0 1 9.25 11 A 1.25 1.25 0 0 1 8 12.25 A 1.25 1.25 0 0 1 6.75 11 A 1.25 1.25 0 0 1 8 9.75 z"/> + </g> </svg> |