react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 499 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagCo = function FlagCo(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 6 4"
}, props), React.createElement("path", {
fill: "#CE1126",
d: "M0 0h6v4H0z"
}), React.createElement("path", {
fill: "#003893",
d: "M0 0h6v3H0z"
}), React.createElement("path", {
fill: "#FCD116",
d: "M0 0h6v2H0z"
}));
};
export default FlagCo;
//# sourceMappingURL=FlagCo.js.map