@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 367 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 600'%3e%3cpath fill='%230DB02B' d='M0 0h700v600H0z'/%3e%3cpath fill='white' d='M0 0h700v400H0z'/%3e%3cpath fill='%23e05206' d='M0 0h700v200H0z'/%3e%3ccircle cx='350' cy='300' r='85' fill='%23e05206'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=ne.svg.js.map