-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathBrasil.njs
More file actions
10 lines (10 loc) · 1.32 KB
/
Brasil.njs
File metadata and controls
10 lines (10 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
export default function Brasil({ size }) {
return (
<svg width={size} height={size} viewBox="0 0 683 482">
<path d="M581.479 466.955C581.479 466.955 401.504 472 341.512 472C281.52 472 101.545 466.955 101.545 466.955C55.0735 466.955 17.0252 428.782 17.0252 382.105C17.0252 382.105 12 275.946 12 240.488C12 205.03 17.0252 98.871 17.0252 98.871C17.0013 52.2178 55.0256 14.0449 101.521 14.0449C101.521 14.0449 281.496 9 341.488 9C401.48 9 581.455 14.0449 581.455 14.0449C627.927 14.0449 665.975 52.2178 665.975 98.895C665.975 98.895 671 204.958 671 240.512C671 276.066 665.975 382.129 665.975 382.129C665.975 428.782 627.951 466.955 581.479 466.955Z" fill="#1f2937" opacity="0.2" />
<path d="M48 240.98L340.366 28L630 240.98L340.366 453L48 240.98Z" fill="currentColor" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M279.817 137.236C238.724 158.889 210.709 202.023 210.709 251.7C210.709 323.111 268.598 381 340.008 381C411.418 381 469.308 323.111 469.308 251.7C469.308 202.927 442.302 160.461 402.429 138.439V158.855C432.255 178.947 451.874 213.033 451.874 251.7C451.874 313.482 401.79 363.566 340.008 363.566C278.226 363.566 228.142 313.482 228.142 251.7C228.142 212.077 248.742 177.266 279.817 157.391V137.236Z" fill="white"/>
<rect x="326.632" y="115.713" width="28.9809" height="89.1721" fill="white"/>
</svg>
)
}