diff options
Diffstat (limited to 'icons/flags/kw.svg')
| -rw-r--r-- | icons/flags/kw.svg | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/icons/flags/kw.svg b/icons/flags/kw.svg index 970d308..3dd89e9 100644 --- a/icons/flags/kw.svg +++ b/icons/flags/kw.svg @@ -1,7 +1,13 @@ -<?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" width="1200" height="600" viewBox="0 0 12 6"> -<rect width="12" height="2" fill="#009977"/> -<rect width="12" height="2" y="2" fill="#fff" id="white"/> -<rect width="12" height="2" y="4" fill="#ce1126" id="red"/> -<path d="M 0,0 L 3,2 v 2 L 0,6 z" fill="#000" id="black"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-kw" viewBox="0 0 640 480"> + <defs> + <clipPath id="kw-a"> + <path fill-opacity=".7" d="M0 0h682.7v512H0z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#kw-a)" transform="scale(.9375)"> + <path fill="#fff" d="M0 170.6h1024v170.7H0z"/> + <path fill="#f31830" d="M0 341.3h1024V512H0z"/> + <path fill="#00d941" d="M0 0h1024v170.7H0z"/> + <path fill="#000001" d="M0 0v512l255.4-170.7.6-170.8z"/> + </g> </svg> |
