@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 316 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3e%3cpath fill='%233a75c4' d='M0 0h400v300H0z'/%3e%3cpath fill='%23fcd116' d='M0 0h400v200H0z'/%3e%3cpath fill='%23009e60' d='M0 0h400v100H0z'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=ga.svg.js.map