diff options
Diffstat (limited to 'icons/flags/mc.svg')
| -rw-r--r-- | icons/flags/mc.svg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/icons/flags/mc.svg b/icons/flags/mc.svg index 058ef44..9cb6c9e 100644 --- a/icons/flags/mc.svg +++ b/icons/flags/mc.svg @@ -1,5 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="750" height="600" id="Flag of Monaco"> - <rect x="0" y="0" width="750" height="300" id="red Stripe" fill="#ce1126"/> - <rect x="0" y="300" width="750" height="300" id="white stripe" fill="#ffffff"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mc" viewBox="0 0 640 480"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="#f31830" d="M0 0h640v240H0z"/> + <path fill="#fff" d="M0 240h640v240H0z"/> + </g> </svg> |
