gristlabs_grist-core/static/icons/locales/IT.svg
Jakub Serafin ed7f812f7e (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
2023-04-07 12:48:56 +02:00

11 lines
428 B
XML
Executable File

<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>