diff options
Diffstat (limited to 'icons/flags/ch.svg')
| -rw-r--r-- | icons/flags/ch.svg | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/icons/flags/ch.svg b/icons/flags/ch.svg index 84ba577..b42d670 100644 --- a/icons/flags/ch.svg +++ b/icons/flags/ch.svg @@ -1,8 +1,9 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg height="300" width="300" xmlns="http://www.w3.org/2000/svg"> - <desc>Flag of Switzerland</desc> - - <rect fill="#d81e05" height="300" width="300"/> - <rect fill="#fff" height="60" width="200" x="50" y="120"/> - <rect fill="#fff" height="200" width="60" x="120" y="50"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ch" viewBox="0 0 640 480"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="red" d="M0 0h640v480H0z"/> + <g fill="#fff"> + <path d="M170 195h300v90H170z"/> + <path d="M275 90h90v300h-90z"/> + </g> + </g> </svg> |
