react-country-flags
Version:
Flags of the world as react components.
19 lines (16 loc) • 526 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagQa = function FlagQa(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 75 18",
preserveAspectRatio: "none"
}, props), React.createElement("path", {
fill: "#8d1b3d",
d: "M0 0h75v18H0z"
}), React.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"
}));
};
export default FlagQa;
//# sourceMappingURL=FlagQa.js.map