react-country-flags
Version:
Flags of the world as react components.
28 lines (23 loc) • 841 B
JavaScript
;
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var __chunk_1 = require('./chunk-cf97c2b1.js');
var React = require('react');
var React__default = _interopDefault(React);
var FlagLc = function FlagLc(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 600 300"
}, props), React__default.createElement("path", {
fill: "#6Cf",
d: "M0 0h600v300H0z"
}), React__default.createElement("path", {
fill: "#FFF",
d: "M200 274l100-14 100 14L300 27z"
}), React__default.createElement("path", {
d: "M213.5 274l86.5-14 86.5 14L300 60z"
}), React__default.createElement("path", {
fill: "#FCD116",
d: "M200 274h200L300 150z"
}));
};
module.exports = FlagLc;
//# sourceMappingURL=FlagLc.js.map