@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 306 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3e%3cpath fill='%23006aa7' d='M0 0h16v10H0z'/%3e%3cpath fill='%23fecc00' d='M5 0h2v10H5z'/%3e%3cpath fill='%23fecc00' d='M0 4h16v2H0z'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=se.svg.js.map