react-country-flags
Version:
Flags of the world as react components.
27 lines (24 loc) • 689 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagNo = function FlagNo(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 1100 800"
}, props), React.createElement("path", {
fill: "#ef2b2d",
d: "M0 0h1100v800H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M300 0h200v800H300z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 300h1100v200H0z"
}), React.createElement("path", {
fill: "#002868",
d: "M350 0h100v800H350z"
}), React.createElement("path", {
fill: "#002868",
d: "M0 350h1100v100H0z"
}));
};
export default FlagNo;
//# sourceMappingURL=FlagNo.js.map