UNPKG

@comfortdelgro/compass-icons

Version:
29 lines (27 loc) 860 B
import * as React from "react"; import { forwardRef } from "react"; const FlagTur = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1200 800", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#E30A17", d: "M0 0h1200v800H0z" }), /*#__PURE__*/ React.createElement("circle", { cx: 425, cy: 400, r: 200, fill: "#fff" }), /*#__PURE__*/ React.createElement("circle", { cx: 475, cy: 400, r: 160, fill: "#e30a17" }), /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M583.334 400l180.901 58.779-111.804-153.885v190.212l111.804-153.885z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagTur); export default ForwardRef;