react-country-flags
Version:
Flags of the world as react components.
18 lines (15 loc) • 418 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagNg = function FlagNg(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 6 3"
}, props), React.createElement("path", {
fill: "#008751",
d: "M0 0h6v3H0z"
}), React.createElement("path", {
fill: "#FFF",
d: "M2 0h2v3H2z"
}));
};
export default FlagNg;
//# sourceMappingURL=FlagNg.js.map