@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 306 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 10'%3e%3cpath fill='%23E8112D' d='M0 0h15v10H0z'/%3e%3cpath fill='%23FCD116' d='M0 0h15v5H0z'/%3e%3cpath fill='%23008751' d='M0 0h6v10H0z'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=bj.svg.js.map