react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 561 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagGf = function FlagGf(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#078930",
d: "M0 0h900v600z"
}), React.createElement("path", {
fill: "#FCDD09",
d: "M0 0l900 600H0z"
}), React.createElement("path", {
fill: "#DA121A",
d: "M450 200l58.779 180.902-153.885-111.804h190.212L391.22 380.902z"
}));
};
export default FlagGf;
//# sourceMappingURL=FlagGf.js.map