mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4e3d9bcdb |
@@ -215,6 +215,7 @@
|
||||
"zh-TW": "正體中文",
|
||||
"ja-JP": "日本語",
|
||||
"ko-KR": "한국어",
|
||||
"it-IT": "Italiano",
|
||||
"translated": {
|
||||
"en-EN": "Inglese, Regno Unito",
|
||||
"en-US": "English, Stati Uniti d'America",
|
||||
@@ -225,7 +226,8 @@
|
||||
"zh-CN": "Cinese (Semplificato)",
|
||||
"zh-TW": "Cinese (Tradizionale)",
|
||||
"ja-JP": "Giapponese",
|
||||
"ko-KR": "Coreano"
|
||||
"ko-KR": "Coreano",
|
||||
"it-IT": "Italiano"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -2,11 +2,12 @@ import { createSvgIcon } from "../svg-icon.type";
|
||||
|
||||
export const ItalyIcon = createSvgIcon((props, ref) => {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 3" ref={ref} {...props} width="71" height="48">
|
||||
<rect width="5" height="3" fill="none" rx="6.64"/>
|
||||
<rect width="1.67" height="3" x="0" fill="#008d46"/>
|
||||
<rect width="1.67" height="3" x="1.67" fill="#ffffff"/>
|
||||
<rect width="1.67" height="3" x="3.34" fill="#ce2b37"/>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71 48" ref={ref} {...props} width="71" height="48">
|
||||
<g fill="none">
|
||||
<path d="M6.65.53A6.36 6.36 0 0 0 .29 6.89v34.27a6.36 6.36 0 0 0 6.36 6.36h17v-47z" fill="#57A863"/>
|
||||
<path d="M23.63.53v47H47v-47z" fill="#FFF"/>
|
||||
<path d="M63.92.53H47v47h16.92a6.36 6.36 0 0 0 6.36-6.36V6.89A6.36 6.36 0 0 0 63.92.53" fill="#ED5565"/>
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user