diff options
Diffstat (limited to 'icons/flags/tz.svg')
| -rw-r--r-- | icons/flags/tz.svg | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/icons/flags/tz.svg b/icons/flags/tz.svg index 9b16a09..a2cfbca 100644 --- a/icons/flags/tz.svg +++ b/icons/flags/tz.svg @@ -1,12 +1,13 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="600" height="400" viewBox="0 0 144 96"> - -<path d="M 0 0 h 144 L 0 96 z" fill="#1eb53a"/> - -<path id="blue_triangle" d="M 0 96 h 144 L 144 0 z" fill="#00a3dd"/> - -<line id="yellow_stripes" x1="0" y1="96" x2="144" y2="0" stroke="#fcd116" stroke-width="38"/> - -<line id="black_stripe" x1="0" y1="96" x2="144" y2="0" stroke="black" stroke-width="26"/> - +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tz" viewBox="0 0 640 480"> + <defs> + <clipPath id="tz-a"> + <path fill-opacity=".7" d="M10 0h160v120H10z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#tz-a)" transform="matrix(4 0 0 4 -40 0)"> + <path fill="#09f" d="M0 0h180v120H0z"/> + <path fill="#090" d="M0 0h180L0 120z"/> + <path fill="#000001" d="M0 120h40l140-95V0h-40L0 95z"/> + <path fill="#ff0" d="M0 91.5 137.2 0h13.5L0 100.5zM29.3 120 180 19.5v9L42.8 120z"/> + </g> </svg> |
