react-country-flags
Version:
Flags of the world as react components.
20 lines (17 loc) • 515 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagTt = function FlagTt(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 30 18"
}, props), React.createElement("path", {
fill: "#CE1126",
d: "M0 0h30v18H0z"
}), React.createElement("path", {
fill: "#FFF",
d: "M0 0l20.825 18H30L9.175 0z"
}), React.createElement("path", {
d: "M1.53 0l20.824 18h6.117L7.646 0z"
}));
};
export default FlagTt;
//# sourceMappingURL=FlagTt.js.map