Sync flag icons with upstream

* Contains numerous flag fixes.
* Upstream commit: `494ace54e3c413dcebcb071f583b441b267c984f` - (Release v6.6.3)
* Update `AUTHORS` file with upstream `copyright/repo url change`

PR #17199.
This commit is contained in:
xavier2k6
2022-07-15 05:08:37 +01:00
committed by GitHub
parent 864d806ee8
commit a9a45b9569
130 changed files with 3022 additions and 3523 deletions

View File

@@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-na" viewBox="0 0 640 480">
<defs>
<clipPath id="na-a">
<clipPath id="a">
<path fill-opacity=".7" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#na-a)">
<g fill-rule="evenodd" clip-path="url(#a)">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#3662a2" d="m-26.4.2.8 345.6L512.5 0-26.4.2z"/>
<path fill="#38a100" d="M666.4 479.6 665 120.3 122.3 479.8l544-.2z"/>

Before

Width:  |  Height:  |  Size: 1002 B

After

Width:  |  Height:  |  Size: 996 B