diff options
Diffstat (limited to 'icons/flags/to.svg')
| -rw-r--r-- | icons/flags/to.svg | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/icons/flags/to.svg b/icons/flags/to.svg index 32cb16f..d072337 100644 --- a/icons/flags/to.svg +++ b/icons/flags/to.svg @@ -1,7 +1,10 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" width="960" height="480" viewBox="0 0 96 48" version="1.0"> - <rect width="96" height="48" fill="#c10000"/> - <rect height="24" width="40" fill="#fff"/> - <rect width="6" height="18" x="17" y="3" fill="#c10000"/> - <rect width="18" height="6" x="11" y="9" fill="#c10000"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-to" viewBox="0 0 640 480"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="#c10000" d="M0 0h640v480H0z"/> + <path fill="#fff" d="M0 0h250v200.3H0z"/> + <g fill="#c10000"> + <path d="M102.8 31.2h39.9v139.6h-39.8z"/> + <path d="M192.6 81v40H53V81z"/> + </g> + </g> </svg> |
