UNPKG

react-country-flags

Version:
18 lines (15 loc) 418 B
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