react-country-flags
Version:
Flags of the world as react components.
24 lines (21 loc) • 638 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagCu = function FlagCu(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 800 400"
}, props), React.createElement("path", {
d: "M0 0h800v400H0z",
fill: "#002a8f"
}), React.createElement("path", {
d: "M0 80h800v80H0v80h800v80H0z",
fill: "#fff"
}), React.createElement("path", {
d: "M346.4 200L0 0v400z",
fill: "#cf142b"
}), React.createElement("path", {
d: "M115.5 140l35.35 108.5-92.5-67h114.2l-92.5 67z",
fill: "#fff"
}));
};
export default FlagCu;
//# sourceMappingURL=FlagCu.js.map