react-country-flags
Version:
Flags of the world as react components.
30 lines (27 loc) • 819 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagCf = function FlagCf(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 450 300"
}, props), React.createElement("path", {
fill: "#FFCE00",
d: "M0 0h450v300H0z"
}), React.createElement("path", {
fill: "#289728",
d: "M0 0h450v225H0z"
}), React.createElement("path", {
fill: "#FFF",
d: "M0 0h450v150H0z"
}), React.createElement("path", {
fill: "#003082",
d: "M0 0h450v75H0z"
}), React.createElement("path", {
fill: "#D21034",
d: "M187.5 0h75v300h-75z"
}), React.createElement("path", {
fill: "#FFCE00",
d: "M75.028 7.004L94.9 67.996 42.902 30.333h64.197L55.1 67.996 75.028 7.004z"
}));
};
export default FlagCf;
//# sourceMappingURL=FlagCf.js.map