diff options
Diffstat (limited to 'icons/flags/is.svg')
| -rw-r--r-- | icons/flags/is.svg | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/icons/flags/is.svg b/icons/flags/is.svg index 266176d..a6588af 100644 --- a/icons/flags/is.svg +++ b/icons/flags/is.svg @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" id="Flag_of_Iceland" height="720" width="1000" version="1.1"> - <g transform="scale(40)"> - <rect width="25" height="18" fill="#003897"/> - - <rect width="25" height="4" y="7" fill="#ffffff"/> - <rect width="4" height="18" x="7" fill="#ffffff"/> - - <rect width="25" height="2" y="8" fill="#d72828"/> - <rect width="2" height="18" x="8" fill="#d72828"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-is" viewBox="0 0 640 480"> + <defs> + <clipPath id="is-a"> + <path fill-opacity=".7" d="M0 0h640v480H0z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" stroke-width="0" clip-path="url(#is-a)"> + <path fill="#003897" d="M0 0h666.7v480H0z"/> + <path fill="#fff" d="M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0z"/> + <path fill="#d72828" d="M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0z"/> + </g> </svg> |
