UNPKG

react-country-flags

Version:
29 lines (24 loc) 815 B
'use strict'; 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 FlagGm = function FlagGm(props) { return React__default.createElement("svg", __chunk_1._extends({ viewBox: "0 0 27 18" }, props), React__default.createElement("path", { d: "M0 0h27v18H0", fill: "#3A7728" }), React__default.createElement("path", { d: "M0 0h27v11H0", fill: "#0C1C8C" }), React__default.createElement("path", { d: "M0 0h27v6H0", fill: "#CE1126" }), React__default.createElement("path", { d: "M0 6.5h27m0 5H0", stroke: "#FFF" })); }; module.exports = FlagGm; //# sourceMappingURL=FlagGm.js.map