Create French Guiana (GF)

This commit is contained in:
HatScripts 2020-11-28 05:31:33 +11:00 committed by GitHub
parent a63b0928f5
commit 7656b6e9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
flags/gf Normal file
View file

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<clipPath id="circle-mask">
<circle r="256" cy="256" cx="256"/>
</clipPath>
</defs>
<g clip-path="url(#circle-mask)">
<rect height="512" width="512" fill="#ffda44"/>
<path d="M0 0L512 512L512 0z" fill="#6da544"/>
<path d="M256 121l90 270-234-168h288L166 391z" fill="#d80027"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 393 B