react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 496 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagNl = function FlagNl(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 9 6"
}, props), React.createElement("path", {
fill: "#21468B",
d: "M0 0h9v6H0z"
}), React.createElement("path", {
fill: "#FFF",
d: "M0 0h9v4H0z"
}), React.createElement("path", {
fill: "#AE1C28",
d: "M0 0h9v2H0z"
}));
};
export default FlagNl;
//# sourceMappingURL=FlagNl.js.map