react-country-flags
Version:
Flags of the world as react components.
20 lines (17 loc) • 496 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagGr = function FlagGr(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 27 18"
}, props), React.createElement("path", {
fill: "#0D5EAF",
d: "M0 0h27v18H0z"
}), React.createElement("path", {
fill: "none",
strokeWidth: 2,
stroke: "#FFF",
d: "M5 0v11M0 5h10m0-2h17M10 7h17M0 11h27M0 15h27"
}));
};
export default FlagGr;
//# sourceMappingURL=FlagGr.js.map