react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 500 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagCr = function FlagCr(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 10 6"
}, props), React.createElement("path", {
d: "M0 0h10v6H0z",
fill: "#002b7f"
}), React.createElement("path", {
d: "M0 1h10v4H0z",
fill: "#fff"
}), React.createElement("path", {
d: "M0 2h10v2H0z",
fill: "#ce1126"
}));
};
export default FlagCr;
//# sourceMappingURL=FlagCr.js.map