diff options
Diffstat (limited to 'icons/flags/tg.svg')
| -rw-r--r-- | icons/flags/tg.svg | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/icons/flags/tg.svg b/icons/flags/tg.svg index 689dca4..9d6ea6c 100644 --- a/icons/flags/tg.svg +++ b/icons/flags/tg.svg @@ -1,18 +1,14 @@ -<?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="809" height="500" viewBox="0 0 16.180339887498948482045868343656381177203 10"> - - <rect fill="#006A4E" width="16.180339887498948482045868343656381177203" height="10"/> - <rect fill="#FFCE00" id="upper_yellow_stripe" width="16.180339887498948482045868343656381177203" height="2" y="2"/> - <rect fill="#FFCE00" id="lower_yellow_stripe" width="16.180339887498948482045868343656381177203" height="2" y="6"/> - <rect fill="#D21034" id="red_square" width="6" height="6"/> - <g id="star" fill="white" transform="translate(3,3) scale(1.9)"> - <g id="cone"> - <polygon id="triangle" points="0,0 0,1 .5,1" transform="translate(0,-1) rotate(18)"/> - <use xlink:href="#triangle" transform="scale(-1,1)"/> - </g> - <use xlink:href="#cone" transform="rotate(72)"/> - <use xlink:href="#cone" transform="rotate(-72)"/> - <use xlink:href="#cone" transform="rotate(144)"/> - <use xlink:href="#cone" transform="rotate(-144)"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tg" viewBox="0 0 640 480"> + <defs> + <clipPath id="tg-a"> + <path fill-opacity=".7" d="M0 0h682.7v512H0z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" clip-path="url(#tg-a)" transform="scale(.9375)"> + <path fill="#ffe300" d="M0 0h767.6v512H0z"/> + <path fill="#118600" d="M0 208.1h767.6V311H0zM0 .2h767.6v102.9H0z"/> + <path fill="#d80000" d="M0 .3h306.5v310.6H0z"/> + <path fill="#fff" d="M134.4 128.4c0-.8 18.9-53 18.9-53l17 52.2s57.4 1.7 57.4.8-45.3 34.3-45.3 34.3 21.4 60 20.5 58.2-49.6-36-49.6-36-49.7 34.3-48.8 34.3c.8 0 18.8-56.5 18.8-56.5l-44.5-33.4z"/> + <path fill="#118600" d="M0 409.2h767.6V512H0z"/> + </g> </svg> |
