@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 476 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath transform='scale(-1 1)' style='fill:%23c1272d%3bfill-opacity:1%3bstroke:none' d='M-900 0H0v600h-900z'/%3e%3cpath d='m450 224.315-44.467 136.87 116.401-84.559h-143.87l116.403 84.559z' style='fill:none%3bstroke:%23006233%3bstroke-width:14.62993431%3bstroke-miterlimit:4%3bstroke-dasharray:none'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=ma.svg.js.map