react-country-flags
Version:
Flags of the world as react components.
23 lines (18 loc) • 668 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 FlagGl = function FlagGl(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 18 12"
}, props), React__default.createElement("path", {
fill: "#fff",
d: "M0 0h18v12H0z"
}), React__default.createElement("path", {
fill: "#d00c33",
d: "M0 6h18v6H0zm3 0a4 4 0 0 0 8 0 4 4 0 0 0-8 0"
}));
};
module.exports = FlagGl;
//# sourceMappingURL=FlagGl.js.map