@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 320 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 600'%3e%3cpath fill='%2300a1de' d='M0 300h1000v300H0z'/%3e%3cpath fill='%23ed2939' d='M0 0h1000v300H0z'/%3e%3cpath fill='white' d='M0 200h1000v200H0z'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=lu.svg.js.map