@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 357 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2500 1800'%3e%3cpath d='M0 0h2500v1800H0' fill='%23003897'/%3e%3cpath d='M700 0h400v1800H700M0 700h2500v400H0' fill='white'/%3e%3cpath d='M800 0h200v1800H800M0 800h2500v200H0' fill='%23d72828'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=is.svg.js.map