diff options
Diffstat (limited to 'icons/flags/cf.svg')
| -rw-r--r-- | icons/flags/cf.svg | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/icons/flags/cf.svg b/icons/flags/cf.svg index 7b0b448..a6cd367 100644 --- a/icons/flags/cf.svg +++ b/icons/flags/cf.svg @@ -1,9 +1,15 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800"> - <rect id="blue stripe" width="1200" height="200" x="0" y="0" fill="#003082"/> - <rect id="white stripe" width="1200" height="200" x="0" y="200" fill="#ffffff"/> - <rect width="1200" height="200" x="0" y="400" fill="#289728"/> - <rect id="yellow stripe" width="1200" height="200" x="0" y="600" fill="#FFCE00"/> - <rect id="red stripe" width="200" height="800" x="500" y="0" fill="#D21034"/> - <polygon id="star" transform="translate(200,108.59425) scale(90)" fill="#FFCE00" points="0,-1 0.224513988289792686220972575898763393789606,-0.309016994374947424102293417182819058860155 0.951056516295153572116439333379382143405699,-0.309016994374947424102293417182819058860155 0.363,0.118 0.587,0.809 0,0.381966011250105151795413165634361882279691 -0.587785252292473129168705954639072768597652,0.809016994374947424102293417182819058860155 -0.363271264002680442947733378740309374808046,0.118033988749894848204586834365638117720309 -0.951056516295153572116439333379382143405699,-0.309016994374947424102293417182819058860155 -0.224513988289792686220972575898763393789606,-0.309016994374947424102293417182819058860155"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cf" viewBox="0 0 640 480"> + <defs> + <clipPath id="cf-a"> + <path fill-opacity=".7" d="M-12.4 32h640v480h-640z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" clip-path="url(#cf-a)" transform="translate(12.4 -32)"> + <path fill="#00f" d="M-52 32h719.3v119H-52z"/> + <path fill="#ff0" d="M-52 391.6h719.3V512H-52z"/> + <path fill="#009a00" d="M-52 271.3h719.3v120.3H-52z"/> + <path fill="#fff" d="M-52 151h719.3v120.3H-52z"/> + <path fill="red" d="M247.7 32.5h119.9V512H247.7z"/> + <path fill="#ff0" d="m99.3 137.7-31.5-21.8-31.3 22L47.4 101 16.9 78l38.2-1 12.5-36.3L80.3 77l38.1.7L88.2 101"/> + </g> </svg> |
