(core) Added flags for chinese and italian languages

Summary: SVG flags icons for Italian and simplified Chinese

Test Plan: no new test added; no test changed

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3851
This commit is contained in:
Jakub Serafin
2023-04-06 12:03:34 +02:00
parent 4ce7e21bab
commit ed7f812f7e
2 changed files with 22 additions and 0 deletions

10
static/icons/locales/IT.svg Executable file
View File

@@ -0,0 +1,10 @@
<svg width="16" height="12" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="a" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="12">
<path fill="#fff" d="M0 0h16v12H0z"/>
</mask>
<g mask="url(#a)" fill-rule="evenodd" clip-rule="evenodd">
<path d="M11 0h5v12h-5V0z" fill="#C51918"/>
<path d="M0 0h6v12H0V0z" fill="#5EAA22"/>
<path d="M5 0h6v12H5V0z" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 428 B