UNPKG

@comfortdelgro/compass-icons

Version:
44 lines (42 loc) 2.09 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagTuv = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1200 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("clipPath", { id: "tuv_svg__a" }, /*#__PURE__*/ React.createElement("path", { d: "M0 0v150h700v150H600zm0 300v50h300V0h300z" })), /*#__PURE__*/ React.createElement("path", { d: "M0 0h1200v600H0z", fill: "#012169" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0l600 300m0-300L0 300", stroke: "#fff", strokeWidth: 60 }), /*#__PURE__*/ React.createElement("path", { clipPath: "url(#tuv_svg__a)", d: "M0 0l600 300m0-300L0 300", stroke: "#c8102e", strokeWidth: 40 }), /*#__PURE__*/ React.createElement("path", { d: "M0 150h700M300 0v350", stroke: "#fff", strokeWidth: 100 }), /*#__PURE__*/ React.createElement("path", { d: "M0 150h700M300 0v350", stroke: "#c8102e", strokeWidth: 60 }), /*#__PURE__*/ React.createElement("path", { d: "M0 300h600V0h600v600H0z", fill: "#0095c8" }), /*#__PURE__*/ React.createElement("g", { fill: "#fedd00" }, /*#__PURE__*/ React.createElement("path", { d: "M645.34 490.913l29.436 90.597-77.066-55.992h95.26l-77.067 55.993zM817.462 464l-29.436 90.597L758.589 464l77.066 55.992h-95.26zM817.462 342.016l-29.436 90.597-29.437-90.597 77.066 55.992-95.26.001zM943.467 433.168l-29.437 90.597-29.436-90.597 77.066 55.992-95.26.001zM943.467 167.755l-29.437 90.597-29.436-90.597 77.066 55.992H866.4zM996.442 339.965l29.436 90.597-77.066-55.992h95.26l-77.067 55.993zM1049.365 131.561l-29.437 90.597-29.437-90.597 77.067 55.992-95.26.001zM1102.836 271.474l29.437 90.597-77.067-55.992h95.26l-77.067 55.993zM1102.836 37.405l29.437 90.597-77.067-55.992h95.26l-77.067 55.993z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagTuv); export default ForwardRef;