react-country-flags
Version:
Flags of the world as react components.
30 lines (27 loc) • 1.03 kB
JavaScript
import React from 'react';
const FlagMw = props => (
<svg xmlnsXlink="http://www.w3.org/1999/xlink" viewBox="-225 -114 450 300" {...props}>
<path d="M-225-114h450v300h-450z" />
<g fill="#CE1126">
<circle r={64.5} />
<path d="M-225-14h450V86h-450z" />
<g id="sd900dd45">
<g id="s3c3a9268">
<g id="s4f60582f">
<g id="s5e4c7efc">
<path id="s77ff1721" d="M0-102c-2.2 0-3 3.3-3 6.5 0 8 1 12 3 23.5 2.04-11.5 3-15.6 3-23.5 0-3.3-1-6.5-3-6.5" />
<use transform="rotate(5)" xlinkHref="#s77ff1721" />
</g>
<use transform="rotate(10)" xlinkHref="#s5e4c7efc" />
</g>
<use transform="rotate(20)" xlinkHref="#s4f60582f" />
</g>
<use transform="rotate(40)" xlinkHref="#s3c3a9268" />
</g>
<use transform="rotate(-80)" xlinkHref="#sd900dd45" />
</g>
<path d="M-225-21.5h450v7.5h-450z" />
<path fill="#339E35" d="M-225 86h450v100h-450z" />
</svg>
);
export default FlagMw;