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 FlagId = function FlagId(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 3 2"
}, props), React.createElement("path", {
fill: "#FFF",
d: "M0 0h3v2H0z"
}), React.createElement("path", {
fill: "#CE1126",
d: "M0 0h3v1H0z"
}));
};
export default FlagId;
//# sourceMappingURL=FlagId.js.map