react-country-flags
Version:
Flags of the world as react components.
18 lines (15 loc) • 455 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagGl = function FlagGl(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 18 12"
}, props), React.createElement("path", {
fill: "#fff",
d: "M0 0h18v12H0z"
}), React.createElement("path", {
fill: "#d00c33",
d: "M0 6h18v6H0zm3 0a4 4 0 0 0 8 0 4 4 0 0 0-8 0"
}));
};
export default FlagGl;
//# sourceMappingURL=FlagGl.js.map