react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 515 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagTd = function FlagTd(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 450 300"
}, props), React.createElement("path", {
fill: "#C60C30",
d: "M0 0h450v300H0z"
}), React.createElement("path", {
fill: "#FECB00",
d: "M0 0h300v300H0z"
}), React.createElement("path", {
fill: "#002664",
d: "M0 0h150v300H0z"
}));
};
export default FlagTd;
//# sourceMappingURL=FlagTd.js.map