diff options
Diffstat (limited to 'icons/flags/lv.svg')
| -rw-r--r-- | icons/flags/lv.svg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/icons/flags/lv.svg b/icons/flags/lv.svg index 56efc6e..f6decec 100644 --- a/icons/flags/lv.svg +++ b/icons/flags/lv.svg @@ -1,5 +1,7 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="600" height="300"> - <rect id="red" width="600" height="300" x="0" y="0" fill="rgb(135, 0, 47)"/> - <rect id="white" width="600" height="60" x="0" y="120" fill="#fff"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lv" viewBox="0 0 640 480"> + <g fill-rule="evenodd"> + <path fill="#981e32" d="M0 0h640v192H0z"/> + <path fill="#fff" d="M0 192h640v96H0z"/> + <path fill="#981e32" d="M0 288h640v192H0z"/> + </g> </svg> |
