diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/view-certificate.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/view-certificate.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/view-certificate.svg b/Flat-Remix-Red-Light/actions/scalable/view-certificate.svg index aad3f9794..5010dd702 100644 --- a/Flat-Remix-Red-Light/actions/scalable/view-certificate.svg +++ b/Flat-Remix-Red-Light/actions/scalable/view-certificate.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="M 0 1 L 0 15 C 5.3333 14.998 10.667 15.005906 16 15.003906 L 16 1.0039062 C 10.667 1.0058063 5.333 0.998 0 1 z M 9 3 L 15 3 L 15 4 L 9 4 L 9 3 z M 3.5 4 C 4.331 4 5 4.669 5 5.5 L 5 7 L 6 7 L 6 10 L 1 10 L 1 7 L 2 7 L 2 5.5 C 2 4.669 2.669 4 3.5 4 z M 3.5 5 C 3.223 5 3 5.223 3 5.5 L 3 7 L 4 7 L 4 5.5 C 4 5.223 3.777 5 3.5 5 z M 9 6 L 15 6 L 15 7 L 9 7 L 9 6 z M 9 9 L 15 9 L 15 10 L 9 10 L 9 9 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 0,1 V 15 H 16 V 1 Z M 9,3 H 15 V 4 H 9 Z M 3.5,4 C 3.5,4 5,4 5,5.5 V 7 H 6 V 10 H 1 V 7 H 2 V 5.5 C 2,4 3.5,4 3.5,4 Z M 3.5,5 C 3.5,5 3,5 3,5.5 V 7 H 4 V 5.5 C 4,5 3.5,5 3.5,5 Z M 9,6 H 15 V 7 H 9 Z M 9,9 H 15 V 10 H 9 Z"/> + </g> </svg> |