diff options
Diffstat (limited to 'icons/flags/be.svg')
| -rw-r--r-- | icons/flags/be.svg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/icons/flags/be.svg b/icons/flags/be.svg index d55c8bb..ac706a0 100644 --- a/icons/flags/be.svg +++ b/icons/flags/be.svg @@ -1,6 +1,7 @@ -<?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="450" height="390" id="Flag of Belgium"> - <rect x="0" y="0" width="150" height="390" id="black bar" fill="#000000"/> - <rect x="150" y="0" width="150" height="390" id="yellow bar" fill="#ffda0c"/> - <rect x="300" y="0" width="150" height="390" id="red bar" fill="#f31830"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-be" viewBox="0 0 640 480"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="#000001" d="M0 0h213.3v480H0z"/> + <path fill="#ffd90c" d="M213.3 0h213.4v480H213.3z"/> + <path fill="#f31830" d="M426.7 0H640v480H426.7z"/> + </g> </svg> |
