diff options
Diffstat (limited to 'icons/flags/ne.svg')
| -rw-r--r-- | icons/flags/ne.svg | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/icons/flags/ne.svg b/icons/flags/ne.svg index 57e291e..39a82b8 100644 --- a/icons/flags/ne.svg +++ b/icons/flags/ne.svg @@ -1,10 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="svg1" x="0" y="0" width="700" height="600"> - - <g stroke="none" fill-opacity="1" fill-rule="evenodd"> - <rect id="r0" fill="#FFFFFF" x="0" y="0" width="700" height="600"/> - <rect id="r2" fill="#E05206" x="0" y="0" width="700" height="200"/> - <circle id="c0" fill="#E05206" cx="350" cy="300" r="85"/> - <rect id="r1" fill="#0DB02B" x="0" y="400" width="700" height="200"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ne" viewBox="0 0 640 480"> + <path fill="#0db02b" d="M0 0h640v480H0z"/> + <path fill="#fff" d="M0 0h640v320H0z"/> + <path fill="#e05206" d="M0 0h640v160H0z"/> + <circle cx="320" cy="240" r="68" fill="#e05206"/> </svg> |
