@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 751 B
JavaScript
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 180 120'%3e%3cpath d='M0 0h180v120H0z'/%3e%3cpath fill='white' d='M0 0h180v80H0z'/%3e%3cpath fill='%23ce1126' d='M0 0h180v40H0z'/%3e%3cg id='d' fill='%23007a3d'%3e%3cg id='c'%3e%3cg id='b'%3e%3cpath d='M54 47v13h8' transform='rotate(18 54 47)' id='a'/%3e%3cuse xlink:href='%23a' x='-108' transform='scale(-1 1)'/%3e%3c/g%3e%3cuse xlink:href='%23b' transform='rotate(72 54 60)'/%3e%3c/g%3e%3cuse xlink:href='%23b' transform='rotate(-72 54 60)'/%3e%3cuse xlink:href='%23c' transform='rotate(144 54 60)'/%3e%3c/g%3e%3cuse xlink:href='%23d' x='72'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=sy.svg.js.map