@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 377 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='white' d='M0 0h900v600H0z'/%3e%3cpath fill='%23006233' d='M0 0h450v600H0z'/%3e%3cpath fill='%23d21034' d='M580 225a150 150 0 1 0 0 150 120 120 0 1 1 0-150m5 75-135-44 84 115V229l-84 115z'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=dz.svg.js.map