@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 395 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-60 -40 120 80'%3e%3cg fill='%23E70013'%3e%3cpath d='M-60-40H60v80H-60z'/%3e%3ccircle fill='white' r='20'/%3e%3ccircle r='15'/%3e%3ccircle fill='white' cx='4' r='12'/%3e%3cpath d='m-5 0 16.281-5.29L1.22 8.56V-8.56L11.28 5.29z'/%3e%3c/g%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=tn.svg.js.map