diff options
Diffstat (limited to 'icons/flags/cz.svg')
| -rw-r--r-- | icons/flags/cz.svg | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/icons/flags/cz.svg b/icons/flags/cz.svg index f4a3fd4..7913de3 100644 --- a/icons/flags/cz.svg +++ b/icons/flags/cz.svg @@ -1,8 +1,5 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="900" height="600" viewBox="0 0 6 4"> - -<desc>Flag of Czechia</desc> - <path id="white" d="M0,0 h6 v2 l-1,1 h-3 z" fill="white"/> - <path id="red" d="M1,2 h5 v2 h-6 z" fill="#d7141a"/> - <path id="blue" d="M3,2 L0,0 v4 z" fill="#11457e"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cz" viewBox="0 0 640 480"> + <path fill="#fff" d="M0 0h640v240H0z"/> + <path fill="#d7141a" d="M0 240h640v240H0z"/> + <path fill="#11457e" d="M360 240 0 0v480z"/> </svg> |
