UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.52 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagTGIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_7587)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#FFDA44" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C15.9884 0 15.304 6.4 15.304 6.4H28.8C25.8818 2.51378 21.2444 0 16 0ZM16 32C21.2444 32 25.8818 29.4862 28.8 25.6H3.2C6.11822 29.4862 10.7556 32 16 32ZM15.304 12.8H31.68C31.8933 13.8533 32.0005 14.9253 32 16C32.0007 17.0747 31.8935 18.1467 31.68 19.2H16L15.304 12.8Z", fill: "#496E2D" }), React.createElement("path", { d: "M16 19.2V0C7.16444 0 0 7.16444 0 16C0 17.096 0.110222 18.1662 0.32 19.2H16Z", fill: "#D80027" }), React.createElement("path", { d: "M8.82844 7.65332L9.864 10.8418H13.2169L10.5058 12.8124L11.5413 16L8.83022 14.0293L6.11556 16L7.152 12.8115L4.44089 10.8409H7.79378L8.82844 7.65332Z", fill: "#F0F0F0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7587" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagTGIcon.displayName = 'FlagTGIcon';