react-country-flags
Version:
Flags of the world as react components.
28 lines (23 loc) • 784 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 FlagAe = function FlagAe(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 12 6"
}, props), React__default.createElement("path", {
fill: "#00732f",
d: "M0 0h12v2H0z"
}), React__default.createElement("path", {
fill: "#fff",
d: "M0 2h12v2H0z"
}), React__default.createElement("path", {
d: "M0 4h12v2H0z"
}), React__default.createElement("path", {
fill: "red",
d: "M0 0h3v6H0z"
}));
};
module.exports = FlagAe;
//# sourceMappingURL=FlagAe.js.map