diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/16/color-gradient.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/16/color-gradient.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Flat-Remix-Red-Light/actions/16/color-gradient.svg b/Flat-Remix-Red-Light/actions/16/color-gradient.svg new file mode 100644 index 000000000..9aa9f01e7 --- /dev/null +++ b/Flat-Remix-Red-Light/actions/16/color-gradient.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#367bf0; } .ColorScheme-NeutralText { color:#ffcc44; } .ColorScheme-PositiveText { color:#3db47e; } .ColorScheme-NegativeText { color:#dd4747; } + </style> + </defs> + <path style="opacity:.35;fill:currentColor" class="ColorScheme-Text" d="M 6 1 L 6 6 L 1 6 L 1 15 L 10 15 L 10 10 L 15 10 L 15 1 L 6 1 z"/> + <path style="opacity:.35;fill:currentColor" class="ColorScheme-Text" d="M 6,1 V 6 H 1 V 15 L 15,1 Z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 11,11 H 15 V 15 H 11 Z M 1,1 H 5 V 5 H 1 Z M 4.293,5 11,11.707 V 11 H 11.707 L 5,4.293 V 5 Z"/> +</svg> |