UNPKG

react-country-flags

Version:
28 lines (23 loc) 846 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 FlagGh = function FlagGh(props) { return React__default.createElement("svg", __chunk_1._extends({ viewBox: "0 0 450 300" }, props), React__default.createElement("path", { fill: "#006b3f", d: "M0 0h450v300H0z" }), React__default.createElement("path", { fill: "#fcd116", d: "M0 0h450v200H0z" }), React__default.createElement("path", { fill: "#ce1126", d: "M0 0h450v100H0z" }), React__default.createElement("path", { d: "M225 100l32.492 100-85.065-61.803h105.146L192.508 200z" })); }; module.exports = FlagGh; //# sourceMappingURL=FlagGh.js.map