@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 314 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%23d7141a' d='M0 0h900v600H0z'/%3e%3cpath fill='white' d='M0 0h900v300H0z'/%3e%3cpath d='M450 300 0 0v600z' fill='%2311457e'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=cz.svg.js.map