diff options
Diffstat (limited to '.icons/Gruvbox-Light/actions/16/bwtonal.svg')
-rw-r--r-- | .icons/Gruvbox-Light/actions/16/bwtonal.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.icons/Gruvbox-Light/actions/16/bwtonal.svg b/.icons/Gruvbox-Light/actions/16/bwtonal.svg new file mode 100644 index 000000000..75669a4fc --- /dev/null +++ b/.icons/Gruvbox-Light/actions/16/bwtonal.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#928374; } .ColorScheme-Highlight { color:#5294e2; } + </style> + </defs> + <circle style="opacity:0.5;fill:currentColor" class="ColorScheme-Text" cx="8" cy="6" r="5"/> + <circle style="fill:currentColor" class="ColorScheme-Text" cx="6" cy="10" r="5"/> + <circle cx="10" cy="10" r="5" style="opacity:0.3;fill:currentColor" class="ColorScheme-Text"/> +</svg> |