react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 514 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagCz = function FlagCz(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#d7141a",
d: "M0 0h900v600H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 0h900v300H0z"
}), React.createElement("path", {
d: "M450 300L0 0v600z",
fill: "#11457e"
}));
};
export default FlagCz;
//# sourceMappingURL=FlagCz.js.map