diff options
author | 2020-05-06 20:47:36 +0200 | |
---|---|---|
committer | 2020-05-06 20:47:36 +0200 | |
commit | daa8cb29af21e8656dd81230bea8d4f6576f1013 (patch) | |
tree | 601567b8ddb957582f8c0869926eeb554e5131d4 /Flat-Remix-Green-Dark/actions/scalable/color-fill.svg | |
parent | dfded412ac400065c1dab5000462eb824d994cb4 (diff) | |
download | flat-remix-daa8cb29af21e8656dd81230bea8d4f6576f1013.tar.gz flat-remix-daa8cb29af21e8656dd81230bea8d4f6576f1013.zip |
Update action icons from Papirus icon theme
Diffstat (limited to 'Flat-Remix-Green-Dark/actions/scalable/color-fill.svg')
-rw-r--r-- | Flat-Remix-Green-Dark/actions/scalable/color-fill.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Green-Dark/actions/scalable/color-fill.svg b/Flat-Remix-Green-Dark/actions/scalable/color-fill.svg index 19378c687..840b0245f 100644 --- a/Flat-Remix-Green-Dark/actions/scalable/color-fill.svg +++ b/Flat-Remix-Green-Dark/actions/scalable/color-fill.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 1 2 L 3 6 L 3 14 C 3.00005 14.52358 3.47642 14.99995 4 15 L 13 15 C 13.52358 14.99995 13.99995 14.52358 14 14 L 14 11 A 2 3 0 0 0 16 8 A 2 3 0 0 0 14 5 L 14 2 L 1 2 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,2 3,6 V 14 C 3,15 4,15 4,15 H 12 C 12,15 13,15 13,14 V 11 C 14.657,11 16,9.6569 16,8 16,6.3431 14.657,5 13,5 V 2 Z M 13,7 C 13.552,7 14,7.4477 14,8 14,8.5523 13.552,9 13,9 Z"/> + </g> </svg> |