Update italy-icon.component.tsx

This commit is contained in:
Davitekk
2025-01-02 10:47:01 +01:00
committed by GitHub
parent 11139bb658
commit dfad8a09cc
@@ -2,11 +2,12 @@ import { createSvgIcon } from "../svg-icon.type";
export const ItalyIcon = createSvgIcon((props, ref) => { export const ItalyIcon = createSvgIcon((props, ref) => {
return ( return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 3" ref={ref} {...props} width="71" height="48"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71 48" ref={ref} {...props} width="71" height="48">
<rect width="5" height="3" fill="none" rx="6.64"/> <g fill="none">
<rect width="1.67" height="3" x="0" fill="#008d46"/> <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"/>
<rect width="1.67" height="3" x="1.67" fill="#ffffff"/> <path d="M23.63.53v47H47v-47z" fill="#FFF"/>
<rect width="1.67" height="3" x="3.34" fill="#ce2b37"/> <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"/>
</svg> </g>
</svg>
); );
}); });