react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 520 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagIe = function FlagIe(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 600 300"
}, props), React.createElement("path", {
fill: "#169b62",
d: "M0 0h200v300H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M200 0h200v300H200z"
}), React.createElement("path", {
fill: "#ff883e",
d: "M400 0h200v300H400z"
}));
};
export default FlagIe;
//# sourceMappingURL=FlagIe.js.map