@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 333 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 48'%3e%3cg fill='%23C10000'%3e%3cpath d='M0 0h96v48H0z'/%3e%3cpath fill='white' d='M0 0h40v24H0z'/%3e%3cpath d='M17 3h6v18h-6z'/%3e%3cpath d='M11 9h18v6H11z'/%3e%3c/g%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=to.svg.js.map