@weston/react-world-flags
Version:
SVG flags of the world for react
5 lines (3 loc) • 1.53 kB
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 2800 1400'%3e%3cpath style='fill:%23cc0001' d='M0 0h2800v1400H0z'/%3e%3cpath id='a' style='fill:white' d='M0 1300h2800v100H0z'/%3e%3cuse transform='translate(0 -200)' xlink:href='%23a'/%3e%3cuse transform='translate(0 -400)' xlink:href='%23a'/%3e%3cuse transform='translate(0 -600)' xlink:href='%23a'/%3e%3cuse transform='translate(0 -800)' xlink:href='%23a'/%3e%3cuse transform='translate(0 -1000)' xlink:href='%23a'/%3e%3cuse transform='translate(0 -1200)' xlink:href='%23a'/%3e%3cpath style='fill:%23010066' d='M0 0h1400v800H0z'/%3e%3cpath d='M576 100c-166.146 0-301 134.406-301 300s134.854 300 301 300c60.027 0 115.955-17.564 162.927-47.783-27.353 9.44-56.71 14.602-87.271 14.602-147.327 0-266.897-119.172-266.897-266.01 0-146.837 119.57-266.01 266.897-266.01 32.558 0 63.746 5.815 92.602 16.468C696.217 118.91 638.305 100 576 100z' style='fill:%23fc0'/%3e%3cpath d='m914.286 471.429-99.538-53.25 29.43 108.982-66.575-91.165-20.77 110.96-20.428-111.024-66.857 90.96L699.314 418l-99.701 52.943 74.065-85.192-112.8 4.441 103.694-44.62-103.555-44.94L673.8 305.42 600 220l99.538 53.25-29.43-108.982 66.575 91.165 20.77-110.96 20.428 111.023 66.857-90.959L814.97 273.43l99.702-52.944-74.065 85.193 112.8-4.441-103.694 44.62 103.555 44.94-112.785-4.79z' transform='matrix(1.2738 0 0 1.2423 -89.443 -29.478)' style='fill:%23fc0'/%3e%3c/svg%3e";
export { img as default };
//# sourceMappingURL=my.svg.js.map