@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 422 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 300'%3e%3cpath fill='%23009e49' d='M0 0h500v300H0z'/%3e%3cpath d='m0 0 500 150L0 300z' fill='white'/%3e%3cpath d='M0 13.05 456 150 0 286.95z' fill='%23fcd116'/%3e%3cpath d='m0 0 250 150L0 300z'/%3e%3cpath d='M0 17.5 220.85 150 0 282.5z' fill='%23ce1126'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=gy.svg.js.map