react-country-flags
Version:
Flags of the world as react components.
24 lines (19 loc) • 739 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 FlagQa = function FlagQa(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 75 18",
preserveAspectRatio: "none"
}, props), React__default.createElement("path", {
fill: "#8d1b3d",
d: "M0 0h75v18H0z"
}), React__default.createElement("path", {
d: "M22 18H0V0h22l6 1-6 1 6 1-6 1 6 1-6 1 6 1-6 1 6 1-6 1 6 1-6 1 6 1-6 1 6 1-6 1 6 1z",
fill: "#fff"
}));
};
module.exports = FlagQa;
//# sourceMappingURL=FlagQa.js.map