diff options
Diffstat (limited to 'icons/flags/bj.svg')
| -rw-r--r-- | icons/flags/bj.svg | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/icons/flags/bj.svg b/icons/flags/bj.svg index b66d9bc..0846724 100644 --- a/icons/flags/bj.svg +++ b/icons/flags/bj.svg @@ -1,6 +1,14 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1500" height="1000" id="Flag of Benin"> - <rect width="600" height="1000" fill="#008751" id="Green field"/> - <rect width="900" height="500" x="600" fill="#fcd116" id="Yellow field"/> - <rect width="900" height="500" x="600" y="500" fill="#e8112d" id="Red field"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bj" viewBox="0 0 640 480"> + <defs> + <clipPath id="bj-a"> + <path fill="gray" d="M67.6-154h666v666h-666z"/> + </clipPath> + </defs> + <g clip-path="url(#bj-a)" transform="matrix(.961 0 0 .7207 -65 111)"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="#319400" d="M0-154h333v666H0z"/> + <path fill="#ffd600" d="M333-154h666v333H333z"/> + <path fill="#de2110" d="M333 179h666v333H333z"/> + </g> + </g> </svg> |
