react-country-flags
Version:
Flags of the world as react components.
23 lines (18 loc) • 636 B
JavaScript
;
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var __chunk_1 = require('./chunk-cf97c2b1.js');
var React = require('react');
var React__default = _interopDefault(React);
var FlagPl = function FlagPl(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 16 10"
}, props), React__default.createElement("path", {
fill: "#fff",
d: "M0 0h16v10H0z"
}), React__default.createElement("path", {
fill: "#dc143c",
d: "M0 5h16v5H0z"
}));
};
module.exports = FlagPl;
//# sourceMappingURL=FlagPl.js.map