react-country-flags
Version:
Flags of the world as react components.
28 lines (25 loc) • 697 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagTz = function FlagTz(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 72 48"
}, props), React.createElement("svg", _extends({
viewBox: "0 0 72 48"
}, props), React.createElement("path", {
d: "M0 48V0h72z",
fill: "#1eb53a"
}), React.createElement("path", {
d: "M0 48h72V0z",
fill: "#00a3dd"
}), React.createElement("path", {
d: "M0 48L72 0",
stroke: "#fcd116",
strokeWidth: 19
}), React.createElement("path", {
d: "M0 48L72 0",
stroke: "#000",
strokeWidth: 13
})));
};
export default FlagTz;
//# sourceMappingURL=FlagTz.js.map