react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 557 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagIs = function FlagIs(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 2500 1800"
}, props), React.createElement("path", {
d: "M0 0h2500v1800H0",
fill: "#003897"
}), React.createElement("path", {
d: "M700 0h400v1800H700M0 700h2500v400H0",
fill: "#fff"
}), React.createElement("path", {
d: "M800 0h200v1800H800M0 800h2500v200H0",
fill: "#d72828"
}));
};
export default FlagIs;
//# sourceMappingURL=FlagIs.js.map