diff options
Diffstat (limited to 'icons/flags/mv.svg')
| -rw-r--r-- | icons/flags/mv.svg | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/icons/flags/mv.svg b/icons/flags/mv.svg index fb44b61..10450f9 100644 --- a/icons/flags/mv.svg +++ b/icons/flags/mv.svg @@ -1,9 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="720" height="480" id="Flag of Maldives"> -<rect width="720" height="480" fill="#D21034" id="red background"/> -<g fill="#007E3A"> - <rect width="480" height="240" x="120" y="120"/> - <circle cx="390" cy="240" r="80" fill="white" id="white crescent arc"/> - <circle cx="420" cy="240" r="80"/> -</g> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mv" viewBox="0 0 640 480"> + <path fill="#d21034" d="M0 0h640v480H0z"/> + <path fill="#007e3a" d="M120 120h400v240H120z"/> + <circle cx="350" cy="240" r="80" fill="#fff"/> + <circle cx="380" cy="240" r="80" fill="#007e3a"/> </svg> |
