diff options
Diffstat (limited to 'Flat-Remix/actions/scalable/dialog-warning.svg')
-rw-r--r-- | Flat-Remix/actions/scalable/dialog-warning.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix/actions/scalable/dialog-warning.svg b/Flat-Remix/actions/scalable/dialog-warning.svg index 139ba0b12..d2602d21c 100644 --- a/Flat-Remix/actions/scalable/dialog-warning.svg +++ b/Flat-Remix/actions/scalable/dialog-warning.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(36.078431%,38.039216%,42.352941%)" d="M 6 2.5 C 4.066406 2.5 2.5 4.070312 2.5 6 C 2.5 7.933594 4.066406 9.503906 6 9.503906 C 7.933594 9.503906 9.5 7.933594 9.5 6 C 9.5 4.070312 7.933594 2.5 6 2.5 Z M 5.5 3.5 L 6.5 3.5 L 6.5 6.5 L 5.5 6.5 Z M 6 7 C 6.277344 7 6.5 7.222656 6.5 7.5 C 6.5 7.777344 6.277344 8 6 8 C 5.722656 8 5.5 7.777344 5.5 7.5 C 5.5 7.222656 5.722656 7 6 7 Z M 6 7"/> - </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:#5c616c; } .ColorScheme-Highlight { color:#5294e2; } + </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)"/> </svg> |