@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 391 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600' fill='white'%3e%3cpath d='M0 0h900v600H0'/%3e%3cpath stroke='%23E00' stroke-width='120' d='M0 60h900m0 240H0m0 240h900'/%3e%3cpath fill='%230050F0' d='M0 0v600l520-300'/%3e%3cpath d='m114 382 59-183 59 183L77 269h192'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=pr.svg.js.map