@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
34 lines (32 loc) • 1.11 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagTza = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 72 48",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "tza_svg__a"
}, /*#__PURE__*/ React.createElement("path", {
d: "M0 0h72v48H0z"
}))), /*#__PURE__*/ React.createElement("path", {
fill: "#1eb53a",
d: "M0 48V0h72z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#00a3dd",
d: "M72 0v48H0z"
}), /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#tza_svg__a)",
fill: "none"
}, /*#__PURE__*/ React.createElement("path", {
stroke: "#fcd116",
strokeWidth: 19,
d: "M0 48L72 0"
}), /*#__PURE__*/ React.createElement("path", {
stroke: "#000",
strokeWidth: 13,
d: "M0 48L72 0"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagTza);
export default ForwardRef;