diff options
Diffstat (limited to 'icons/flags/bg.svg')
| -rw-r--r-- | icons/flags/bg.svg | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/icons/flags/bg.svg b/icons/flags/bg.svg index b37e190..af2d0d0 100644 --- a/icons/flags/bg.svg +++ b/icons/flags/bg.svg @@ -1,6 +1,5 @@ -<?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="500" height="300" id="Bulgaria Flag"> - <rect x="0" y="0" width="500" height="100" id="white stripe" fill="#fff"/> - <rect x="0" y="100" width="500" height="100" fill="#00966E"/> - <rect x="0" y="200" width="500" height="100" id="red Stripe" fill="#D62612"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bg" viewBox="0 0 640 480"> + <path fill="#fff" d="M0 0h640v160H0z"/> + <path fill="#00966e" d="M0 160h640v160H0z"/> + <path fill="#d62612" d="M0 320h640v160H0z"/> </svg> |
