@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 312 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 370 280'%3e%3cpath fill='%23c60c30' d='M0 0h370v280H0z'/%3e%3cpath fill='white' d='M120 0h40v280h-40z'/%3e%3cpath fill='white' d='M0 120h370v40H0z'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=dk.svg.js.map